@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	border: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit
}

body {
	position: relative;
	overflow-x: hidden
}

body,
html {
	max-width: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

mark {
	padding: 0 5px;
	color: inherit
}

strong {
	font-weight: 700
}

pre {
	padding: 20px;
	word-wrap: break-word;
	white-space: pre-wrap;
	background: #eee
}

code,
kbd,
tt,
var,
pre {
	font-family: monospace
}

ul,
ol {
	padding: 0 0 20px 0
}

li ul {
	padding-bottom: 0
}

textarea {
	min-height: 50px;
	height: 122px
}

p a {
	transition: color 300ms
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

label,
legend {
	display: block;
	margin-bottom: 5px
}

iframe {
	width: 100%;
	display: block
}

table {
	width: 100%;
	border-collapse: collapse
}

p {
	margin: 0 0 20px 0
}

p:empty {
	display: none;
	padding: 0;
	margin: 0
}

* {
	box-sizing: border-box
}

*:focus {
	outline: none !important
}

a {
	transition: all .4s;
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	text-decoration: none
}

input[type='text'],
input[type='url'],
input[type='search'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='time'],
input[type='date'],
input[type='submit'],
select,
textarea {
	display: block;
	max-width: 100%;
	height: 50px;
	margin: 0;
	padding: 10px 30px;
	outline: 0;
	border: 1px solid #ddd;
	border-radius: 25px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	background: transparent;
	transition: .3s
}

input[type='text']:focus,
input[type='text']:active,
input[type='url']:focus,
input[type='url']:active,
input[type='search']:focus,
input[type='search']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='tel']:focus,
input[type='tel']:active,
input[type='time']:focus,
input[type='time']:active,
input[type='date']:focus,
input[type='date']:active,
input[type='submit']:focus,
input[type='submit']:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	border-color: transparent;
	background: #fff;
	box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1)
}

input[type='date']::-webkit-calendar-picker-indicator {
	margin-right: -10px;
	filter: invert(0.8)
}

input[type='date']::-webkit-calendar-picker-indicator:focus {
	outline: 0
}

.select__field select {
	width: 100%
}

.select__field:before {
	content: '\f140';
	display: block;
	position: absolute;
	font-family: 'flaticon';
	color: #979797;
	right: 30px;
	font-size: 10px;
	z-index: 0;
	line-height: 50px;
	pointer-events: none
}

textarea {
	height: 120px;
	padding-top: 20px
}

input[type='submit'],
button {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: .09em;
	line-height: 34px;
	padding: 9px 34px 9px;
	margin-bottom: 16px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	transition: all 400ms;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none
}

input[type='submit']:hover {
	background: transparent
}

body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
	color: #979797;
	opacity: 1
}

body input::placeholder,
body textarea::placeholder {
	color: #979797;
	opacity: 1
}

dl {
	margin-bottom: 1.75em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 0 1.75em
}

.wgl-container {
	width: 1170px;
	margin-right: auto;
	margin-left: auto
}

.wgl-container.full-width {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.wgl-container .wgl_wrapper {
	left: 0 !important
}

.fullwidth-wrapper {
	width: 100%;
	padding: 0 30px
}

.wgl-container:after,
.wgl-container:before,
.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
	line-height: 0
}

.wgl-container:after,
.row:after,
.clear,
.clearfix:after {
	clear: both
}

[class*='wgl_col-'] {
	float: left;
	min-height: 1px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row [class*='wgl_col-'] {
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.slick-slider a,
.slick-slider a:hover,
.slick-slider a:focus {
	transition: all 400ms
}

a:hover {
	color: inherit
}

.z-index-1 {
	z-index: 1
}

.relative {
	position: relative
}

.text-uppercase {
	text-transform: uppercase
}

.bypostauthor {
	opacity: 1
}

.ohidden {
	overflow: hidden
}

.ovisible {
	overflow: visible
}

p+.alignfull,
p+.alignwide {
	margin-top: 2em
}

main .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw
}

main .alignfull img {
	width: 100vw
}

main .alignwide {
	max-width: none;
	width: 75vw;
	margin-left: 50%;
	transform: translateX(-50%)
}

main .sidebar_right .alignfull,
main .sidebar_left .alignfull,
main .sidebar_right .alignwide,
main .sidebar_left .alignwide {
	width: auto;
	max-width: 110%;
	margin-left: -15px;
	margin-right: -15px;
	transform: translateX(0)
}

main .sidebar_right .alignfull,
main .sidebar_left .alignfull {
	margin-left: -30px;
	margin-right: -30px
}

main .sidebar_right .alignfull img,
main .sidebar_left .alignfull img {
	width: 100%
}

.acenter {
	text-align: center
}

.aleft {
	text-align: left
}

.aright {
	text-align: right
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft {
	float: left;
	margin: 0 30px 10px 0
}

.alignright {
	float: right;
	margin: 0 0 10px 30px
}

.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .5em 0
}

.wp-caption,
.gallery-caption {
	font-style: italic;
	max-width: 100%
}

#main {
	padding: 40px 0;
	position: relative;
	z-index: 0;
	min-height: 50vh;
	overflow-x: hidden
}

.row.sidebar_left #main-content {
	float: right
}

hr {
	border: 0;
	border-bottom: 1px solid #1d1f21;
	margin: 20px 0 20px
}

hr.wp-block-separator {
	max-width: 100px
}

hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots {
	max-width: 100%
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-align: left
}

table:not(:last-child) {
	margin-bottom: 22px
}

blockquote {
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
	line-height: 42px;
	text-align: left;
	padding: 0 0 0 75px;
	margin: 0;
	min-height: 62px
}

blockquote p:last-of-type {
	margin-bottom: 5px
}

blockquote cite {
	display: block;
	position: relative;
	margin-top: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
	color: #7e7e7e
}

blockquote:before {
	width: 55px;
	height: 55px;
	color: #fff;
	content: '“';
	display: block;
	z-index: 1;
	font-size: 70px;
	line-height: 92px;
	font-weight: 500;
	opacity: 1;
	text-align: left;
	padding-left: 13px;
	border-radius: 10px;
	box-sizing: border-box;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 7px
}

blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
	padding-left: 75px
}

.col-md-delimiter .vc_column_container:not(:last-child):before {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	width: 1px;
	height: 65%;
	background: #eee;
	transform: translateY(-50%)
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.mejs-container {
	margin-bottom: 20px
}

.wp-block-gallery {
	margin-bottom: 16px
}

.wp-block-gallery li.blocks-gallery-item {
	padding-left: 0;
	margin-bottom: 16px
}

.wp-block-gallery li.blocks-gallery-item:before {
	display: none
}

.wp-block-gallery li.blocks-gallery-item figcaption {
	line-height: 1.5
}

.wp-block-gallery.alignwide {
	clear: both
}

.wgl-theme-header {
	position: relative;
	z-index: 2
}

.wgl-theme-header .wrapper a {
	color: inherit
}

.wgl-theme-header .wrapper .genesisexpo_module_button a {
	margin-bottom: 0
}

.wgl-theme-header .wrapper a:hover {
	opacity: 1
}

.wgl-theme-header .wgl-sticky-header .wgl-logotype-container>a,
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container>a>img {
	max-height: none !important
}

.wgl-theme-header .wgl-mobile-header {
	display: none
}

.wgl-theme-header .mobile_nav_wrapper .primary-nav .menu {
	display: none
}

.wgl-theme-header.header_overlap {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0
}

.wgl-theme-header.header_shadow {
	box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1)
}

.wgl-theme-header .woo_mini_cart {
	position: absolute;
	top: 100%;
	right: auto;
	left: 0;
	width: 332px;
	padding: 40px 30px;
	text-align: center;
	box-sizing: border-box;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0 !important;
	transition-duration: 0;
	z-index: 600;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px
}

.wgl-theme-header .woo_mini_cart p {
	margin-bottom: 0
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 26px
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
	font-weight: 500
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	transition: all .4s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	box-sizing: border-box;
	padding-top: 7px;
	padding-bottom: 6px;
	border-radius: 25px;
	margin-right: 10px
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
	margin-bottom: 0
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
	border-width: 1px;
	border-style: solid;
	margin-right: 0
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover {
	color: #fff
}

.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:hover {
	background: #fff !important
}

.wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .header_area_container>div.mini-cart {
	padding: 0
}

.wgl-theme-header .mini-cart {
	display: inline-block;
	position: relative
}

.wgl-theme-header .mini-cart a {
	color: inherit
}

.wgl-theme-header .mini-cart a.woo_icon {
	display: flex;
	align-items: center;
	height: 100%
}

.wgl-theme-header .mini-cart:hover .woo_mini_cart,
.wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
	visibility: visible;
	transform: translateY(0);
	opacity: 1 !important;
	transition-delay: 0s;
	transition: top .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, visibility 0s
}

.wgl-theme-header .mini-cart .woo_mini_cart:before {
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
	height: 38px;
	width: 100%;
	content: ''
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
	list-style: none;
	clear: both;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: left;
	position: relative;
	padding-right: 0;
	line-height: 1.1;
	padding-left: 0
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
	margin-bottom: 0
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
	display: block;
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: inherit;
	padding-right: 14px
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
	opacity: .8
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
	display: inline;
	padding-right: 0
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #88909d
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount {
	font-size: 14px
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-right: 2px;
	font-size: 14px
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
	display: block;
	content: "";
	height: 0;
	clear: both
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove {
	float: right;
	font: 0/0 serif;
	text-shadow: none;
	color: inherit !important;
	margin: 0;
	position: absolute;
	right: -3px;
	top: 5px;
	z-index: 2
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:before {
	position: relative;
	content: "\f14e";
	font-family: 'flaticon';
	font-size: 10px;
	line-height: 0;
	display: inline-block;
	color: #acb2bb;
	text-rendering: auto;
	top: 3px;
	right: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
	transition: all .3s
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover {
	opacity: .8
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover:before {
	color: #ff144b
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
	max-width: 80px;
	margin-right: 20px;
	margin-left: 0;
	float: left;
	position: relative;
	border-radius: 10px
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
	margin-top: 0
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
	margin-bottom: 0
}

.wgl-theme-header .mini-cart .flaticon-shopcart-icon:after {
	content: "\f148";
	font-family: Flaticon;
	font-size: 20px;
	vertical-align: middle
}

.wgl-theme-header [class^="position_right"] .woo_mini_cart {
	right: 0;
	left: auto
}

.wgl-theme-header [class^="position_left"] .woo_mini_cart {
	right: auto;
	left: 0
}

.wgl-theme-header [class^="position_center"] .woo_mini_cart {
	right: auto;
	left: auto
}

.wgl-theme-header .woo_mini-count span {
	color: #fff;
	font-size: 11px;
	min-width: 19px;
	padding: 0 1px;
	height: 19px;
	border-radius: 50%;
	margin-top: 3px;
	margin-right: -7px;
	line-height: 19px;
	font-weight: 500;
	font-style: normal;
	z-index: 1;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle
}

.wgl-header-row .wgl-header-row_wrapper {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between
}

.wgl-header-row .header_side.display_normal {
	flex: 0 auto
}

.wgl-header-row .header_side.display_grow {
	flex: 1
}

.wgl-header-row .header_side.display_grow .primary-nav>.menu {
	white-space: nowrap
}

.wgl-header-row .header_side.v_align_middle {
	align-self: center
}

.wgl-header-row .header_side.v_align_bottom {
	align-self: flex-end
}

.wgl-header-row .header_side.v_align_top {
	align-self: flex-start
}

.wgl-header-row .header_side.h_align_right {
	text-align: right
}

.wgl-header-row .header_side.h_align_center {
	text-align: center
}

.wgl-header-row .header_side.h_align_left {
	text-align: left
}

.wgl-header-row .header_side.display_grow.h_align_right {
	margin-left: auto
}

.wgl-header-row .header_side.display_grow.h_align_center {
	margin-right: auto;
	margin-left: auto
}

.wgl-header-row .header_side.display_grow.h_align_left {
	margin-right: auto
}

.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
	justify-content: flex-start
}

.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
	justify-content: center
}

.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
	justify-content: flex-end
}

.wgl-header-row .header_side[class^="position_left"] .header_area_container>*:last-child {
	padding-right: 0
}

.wgl-header-row .header_side[class^="position_right"] .header_area_container>*:first-child {
	padding-left: 0
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav ul li ul {
	left: 0;
	right: auto
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li ul .sub-menu {
	left: 100%;
	right: auto
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(1)>.sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(2)>.sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(3)>.sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(4)>.sub-menu {
	left: 0;
	right: auto
}

.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(1)>.sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(2)>.sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(3)>.sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:nth-last-child(4)>.sub-menu .sub-menu {
	left: 100%;
	right: auto
}

.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
	max-width: 100%;
	box-sizing: border-box
}

.header_area_container {
	max-height: 100%;
	height: 100%;
	display: inline-block
}

.header_area_container>* {
	display: inline-block;
	vertical-align: middle
}

.delimiter {
	position: relative;
	display: inline-block
}

.large_delimiter {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px
}

.large_delimiter:after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	line-height: 50px;
	opacity: .2;
	visibility: visible;
	border: 0;
	position: absolute;
	font-size: initial;
	margin-left: 0;
	top: 0;
	background: #fff
}

.wgl-logotype-container img {
	vertical-align: middle;
	max-height: 100%
}

.wgl-logotype-container a {
	color: inherit
}

.wgl-logotype-container .logo-name {
	color: inherit;
	font-size: 40px
}

.primary-nav {
	letter-spacing: .02em
}

.primary-nav a {
	transition: all .3s
}

.primary-nav ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit
}

.primary-nav ul li:before {
	display: none
}

.primary-nav>ul li {
	position: relative;
	padding-left: 0
}

.primary-nav>ul li.mega-menu {
	position: static
}

.primary-nav>ul li.mega-menu>ul.mega-menu {
	left: auto
}

.primary-nav>ul {
	height: 100%;
	padding: 0
}

.primary-nav>ul>li {
	height: 100%
}

.primary-nav>ul>li>a {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	opacity: 1;
	color: inherit;
	padding: 0 20px;
	display: flex;
	align-items: center
}

.primary-nav>ul>li>a>span {
	position: relative;
	transition: all .3s
}

.primary-nav>ul>li.menu-item.current-menu-ancestor>a>span:after,
.primary-nav>ul>li.menu-item.current-menu-item>a>span:after {
	width: calc(100% + 4px)
}

.primary-nav>ul>li>a>span:after {
	content: '';
	width: 0;
	height: 6px;
	border-radius: 25px;
	display: inline-block;
	position: absolute;
	left: -2px;
	bottom: 6px;
	z-index: -1;
	transition: all .4s ease
}

.primary-nav>ul>li:hover>a>span:after {
	width: calc(100% + 4px)
}

.primary-nav ul li ul li {
	display: block
}

.primary-nav ul li ul ul {
	top: -18px;
	left: 100%
}

.primary-nav ul li ul,
.primary-nav ul li div.mega-menu-container {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 280px;
	white-space: nowrap;
	padding: 23px 0;
	opacity: 0;
	z-index: 555;
	visibility: hidden;
	text-align: left;
	transition: all 200ms;
	border: 0;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	margin-top: 0;
	border-radius: 10px
}

.primary-nav ul li ul .menu-item {
	padding: 7px 30px;
	transition: padding .5s;
	line-height: inherit
}

.primary-nav ul li ul .menu-item a {
	color: inherit;
	opacity: 1;
	width: 100%;
	display: block;
	transition: color .4s, opacity .4s
}

.primary-nav>ul>li.mega-menu:after {
	display: none
}

.primary-nav ul li:hover>ul,
.primary-nav ul li:hover>div.mega-menu-container {
	opacity: 1;
	visibility: visible
}

.primary-nav ul li:hover>ul.mega-menu>ul.mega-menu,
.primary-nav ul li:hover>ul.mega-menu>li>ul.mega-menu,
.primary-nav ul li:hover>ul>ul.mega-menu,
.primary-nav ul li:hover>ul>li>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container.mega-menu>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container.mega-menu>li>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container>li>ul.mega-menu {
	opacity: 1;
	visibility: visible
}

.primary-nav ul li ul li>a:before {
	content: '';
	display: inline-block;
	height: 4px;
	width: 0;
	border-radius: 25px;
	background: #d30;
	vertical-align: middle;
	margin-right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease
}

.primary-nav ul li ul li:hover>a:before {
	margin-right: 10px;
	width: 10px;
	opacity: 1;
	visibility: visible
}

.primary-nav ul li ul li.current-menu-ancestor.current-menu-parent>a:before,
.primary-nav ul li ul li.current-menu-ancestor.current-menu-parent>span:before,
.primary-nav ul li ul li.current-menu-item>a:before,
.primary-nav ul li ul li.current-menu-item>span:before,
.primary-nav ul li ul li.current_page_item>a:before,
.primary-nav ul li ul li.current_page_item>span:before {
	margin-right: 10px;
	width: 10px;
	opacity: 1;
	visibility: visible
}

.primary-nav ul li ul li.menu-item-has-children>a:after {
	content: '\f13f';
	font-family: Flaticon;
	font-size: 9px;
	font-weight: 100;
	position: absolute;
	z-index: 1;
	right: 25px
}

.primary-nav>ul>li.menu-item-has-children>a:after,
.primary-nav>ul>li.mega-menu.mega-cat>a:after {
	content: '\f140';
	font-family: Flaticon;
	font-size: 9px;
	font-weight: 100;
	margin-left: 5px;
	transition: color .3s
}

.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(2)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(3)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(4)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(2)>.sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(3)>.sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(4)>.sub-menu {
	left: auto
}

.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(2)>.sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(3)>.sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(4)>.sub-menu {
	right: 0
}

.primary-nav>.menu>.menu-item:nth-last-child(1)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(2)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(3)>.sub-menu .sub-menu,
.primary-nav>.menu>.menu-item:nth-last-child(4)>.sub-menu .sub-menu {
	right: 100%
}

.admin-bar .wgl-sticky-header {
	top: 32px
}

.primary-nav ul li.mega-menu-links>ul {
	padding: 0 24px;
	box-sizing: border-box;
	width: 100%
}

.primary-nav ul li.mega-menu-links>ul>li {
	margin-top: 17px;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase
}

.primary-nav ul li.mega-menu-links>ul>li:hover~li {
	z-index: 0
}

.primary-nav ul li.mega-menu-links>ul>li.hide-mega-headings>a {
	display: none
}

.primary-nav ul li.mega-menu-links>ul>li>a {
	position: relative;
	padding-top: 18px;
	padding-bottom: 22px
}

.primary-nav ul li.mega-menu-links>ul>li>a:after {
	display: none
}

.primary-nav ul li.mega-menu-links>ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #d30;
	width: 35px;
	height: 2px
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li {
	width: 100%
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li {
	width: 50%
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li {
	width: 33.33333%
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li {
	width: 25%
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li {
	width: 20%
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
	position: relative;
	left: 0 !important;
	right: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0;
	opacity: 0;
	min-width: auto;
	visibility: hidden;
	margin-top: 0;
	background: transparent;
	border: 0;
	box-shadow: none
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li {
	padding-left: 0;
	padding-right: 0;
	text-transform: none
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul {
	left: 100% !important;
	right: auto !important
}

.primary-nav ul li.mega-menu.mega-cat>ul.mega-menu {
	width: 1170px
}

.primary-nav ul li.mega-menu.mega-cat>ul.mega-menu.sub-menu-columns-item {
	width: 100%
}

.primary-nav ul li.mega-menu.mega-cat>ul.mega-menu>li>ul {
	position: relative;
	left: 0 !important;
	right: auto !important;
	top: 0;
	opacity: 0;
	min-width: auto;
	visibility: hidden;
	margin-top: 0
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
	width: 100%
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
	width: 50%
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
	width: 33.33333%
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
	width: 25%
}

.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
	width: 20%
}

.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	box-sizing: border-box
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
	float: left;
	width: 80%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
	width: 80%;
	margin-left: 20%
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
	overflow: hidden;
	width: 100%;
	padding: 0;
	box-sizing: border-box
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
	opacity: 0;
	transform: translateY(20px);
	transition: transform .6s ease, opacity .4s ease
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
	transition-delay: .4s
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
	transition-delay: .3s
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
	transition-delay: .2s
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
	transition-delay: .1s
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
	transition-delay: 0s
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
	opacity: 1;
	transform: translateY(0)
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
	position: relative;
	box-shadow: none
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
	width: 20%;
	padding: 0;
	background: rgba(0, 0, 0, 0.04);
	float: left;
	box-sizing: border-box;
	border-top: 0;
	margin: 0;
	padding-bottom: 1500px;
	margin-bottom: -1500px;
	border: 0;
	box-shadow: none;
	padding-top: 19px
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
	transition: background .4s, color .3s, border-color .4s;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 0
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item>a {
	padding: 10px 28px 10px 28px
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
	background: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
	border: 0;
	box-shadow: none;
	padding: 20px;
	background: transparent
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
	display: block;
	content: '';
	height: 0;
	clear: both
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal>li {
	float: left;
	padding: 0;
	margin-right: 10px
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal>li:last-child {
	margin-right: 0
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal>li.is-active>a {
	color: #fff
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal>li>a {
	display: block;
	padding: 3px 13px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	transition: background .3s, color .3s
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container>.mega-cat-content.horizontal-posts {
	padding: 0 10px
}

.mega_menu_wrapper_overlay {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity .2s ease
}

.mega_menu_wrapper_preloader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 16px
}

.preloader_type {
	width: 100%;
	height: 100%;
	position: relative
}

.mega_menu_wrapper_preloader span {
	height: 16px;
	width: 16px;
	background-color: #999;
	animation: wgl_circle 1.4s infinite ease-in-out both;
	position: absolute;
	top: 0;
	border-radius: 100%
}

.mega_menu_wrapper_preloader span:first-of-type {
	left: -22px;
	animation-delay: -.32s
}

.mega_menu_wrapper_preloader span:nth-of-type(2) {
	animation-delay: -.16s
}

.mega_menu_wrapper_preloader span:last-of-type {
	left: 22px
}

@keyframes wgl_circle {

	0%,
	80%,
	to {
		transform: scale(0);
		opacity: 0
	}

	40% {
		transform: scale(1);
		opacity: 1
	}
}

.wgl-sticky-header {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all .3s ease;
	overflow: hidden;
	opacity: 0
}

.wgl-sticky-header.sticky_active {
	opacity: 1;
	overflow: visible;
	transform: translateY(0)
}

.wgl-sticky-header.header_sticky_shadow {
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1)
}

.lavalamp {
	position: static
}

.lavalamp-object {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px
}

.lavalamp .lavalamp-object {
	transition-property: transform, width, height
}

.lavalamp .lavalamp-object.ease-in-out {
	transition-timing-function: ease-in-out
}

.lavalamp .lavalamp-object.linear {
	transition-timing-function: linear
}

.lavalamp .lavalamp-object.easeInQuad {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.lavalamp .lavalamp-object.easeInCubic {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.lavalamp .lavalamp-object.easeInQuart {
	transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.lavalamp .lavalamp-object.easeInQuint {
	transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

.lavalamp .lavalamp-object.easeInSine {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

.lavalamp .lavalamp-object.easeInExpo {
	transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035)
}

.lavalamp .lavalamp-object.easeInCirc {
	transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.lavalamp .lavalamp-object.easeInBack {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

.lavalamp .lavalamp-object.easeOutQuad {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lavalamp .lavalamp-object.easeOutCubic {
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.lavalamp .lavalamp-object.easeOutQuart {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.lavalamp .lavalamp-object.easeOutQuint {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lavalamp .lavalamp-object.easeOutSine {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

.lavalamp .lavalamp-object.easeOutExpo {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lavalamp .lavalamp-object.easeOutCirc {
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}

.lavalamp .lavalamp-object.easeOutBack {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.lavalamp .lavalamp-object.easeInOutQuad {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.lavalamp .lavalamp-object.easeInOutCubic {
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.lavalamp .lavalamp-object.easeInOutQuart {
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.lavalamp .lavalamp-object.easeInOutQuint {
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.lavalamp .lavalamp-object.easeInOutSine {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.lavalamp .lavalamp-object.easeInOutExpo {
	transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.lavalamp .lavalamp-object.easeInOutCirc {
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.lavalamp .lavalamp-object.easeInOutBack {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger-box {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 20px;
	vertical-align: sub
}

.mobile-hamburger-toggle {
	padding: 0;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	position: relative;
	overflow: visible
}

.mobile-hamburger-toggle:hover {
	opacity: .7
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: currentColor;
	border-radius: 4px;
	transition: transform .15s ease
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: '';
	display: block;
	top: -9px
}

.hamburger-inner::after {
	top: auto;
	bottom: -9px
}

.hamburger-box .hamburger-inner {
	top: 1px;
	transition: background-color 0s .13s linear
}

.hamburger-box .hamburger-inner::before {
	top: 9px;
	transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger-box .hamburger-inner::after {
	top: 18px;
	transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.mobile-hamburger-toggle.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent
}

.mobile-hamburger-toggle.is-active .hamburger-inner::before {
	top: 0;
	transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 9px, 0) rotate(45deg)
}

.mobile-hamburger-toggle.is-active .hamburger-inner::after {
	top: 0;
	transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 9px, 0) rotate(-45deg)
}

.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after,
.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a:after,
.mobile_nav_wrapper .primary-nav>ul>li.mega-menu.mega-cat>a:after,
.mobile_nav_wrapper .primary-nav>ul>li>a>span.button_switcher:after,
.mobile_nav_wrapper .primary-nav ul li ul li>a:before {
	display: none
}

.mobile_nav_wrapper .primary-nav ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 0 30px;
	opacity: 1;
	color: inherit;
	background-color: transparent;
	visibility: visible;
	box-sizing: border-box;
	transition: 0s
}

.mobile_nav_wrapper .primary-nav ul li a {
	position: relative
}

.primary-nav ul li ul .menu-item.back a {
	display: inline-block !important
}

.primary-nav ul li ul .menu-item.back:before {
	content: '\f30a';
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	padding-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-size: inherit;
	line-height: 1;
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	transition: color .4s
}

.wgl-menu_outer {
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 0;
	background-color: #222328;
	opacity: 0;
	transition: opacity .2s;
	overflow-y: auto;
	overflow-x: hidden
}

body.mobile_switch_on .wgl-mobile-header {
	position: fixed;
	width: 100%
}

body.mobile_switch_on .wgl-menu_outer {
	opacity: 1;
	z-index: 999
}

.mobile_nav_wrapper .primary-nav {
	padding-top: 30px
}

.mobile_nav_wrapper .primary-nav>ul {
	min-height: 508px
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on {
	width: 100%;
	left: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
	padding: 0 30px 30px 30px;
	height: 100%;
	position: relative
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
	height: auto;
	display: block;
	float: none;
	padding: 0
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
	display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
	display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu {
	min-height: inherit !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	max-width: none !important;
	background-image: none !important
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li {
	width: 100%;
	margin-top: 0
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li.hide-mega-headings a {
	display: block
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul.show_sub_menu {
	visibility: visible;
	opacity: 1
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
	padding: 10px 0;
	margin: 0
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
	display: inline
}

.mobile_nav_wrapper .primary-nav>ul>li>a span:before {
	display: none
}

.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children>a:after,
.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a:after {
	display: none
}

.mobile_nav_wrapper .primary-nav ul li {
	position: static
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li>a:before {
	display: none
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
	box-shadow: none;
	margin-top: 0;
	border: 0;
	height: 100%;
	position: absolute;
	right: -100% !important;
	left: auto !important;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all .5s ease 0s;
	background-color: #222328
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul:after {
	display: none
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu.show_sub_menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul.show_sub_menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul.show_sub_menu {
	right: 0 !important;
	display: block !important
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
	padding-top: 0;
	padding-bottom: 0
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover,
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
	padding-left: 0
}

.mobile_nav_wrapper .primary-nav .button_switcher {
	width: 30px;
	height: 30px;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}

.mobile_nav_wrapper .primary-nav .button_switcher:before {
	content: '';
	display: inline-block;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	transform: translate(-50%, -50%) rotate(135deg);
	opacity: .8;
	transition: all .3s ease;
	background: none !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	width: 8px;
	height: 8px
}

.wgl-mobile-header .wgl-header-row .header_side[class^='position_right'] .header_area_container>* {
	padding-left: 15px
}

.wgl-mobile-header .wgl-header-row .header_side[class^='position_right'] .header_area_container>*:first-child {
	padding-left: 0
}

.wgl-mobile-header .wgl-header-row .header_side[class^='position_left'] .header_area_container>* {
	padding-right: 15px
}

.wgl-mobile-header .wgl-header-row .header_side[class^='position_left'] .header_area_container>*:last-child {
	padding-right: 0
}

.wgl-mobile-header .wgl-header-row .header_side[class^='position_center'] .header_area_container>* {
	padding-left: 15px;
	padding-right: 15px
}

.wgl-mobile-header .wgl-header-row .header_side[class^='position_center'] .header_area_container>*:last-child,
.wgl-mobile-header .wgl-header-row .header_side[class^='position_center'] .header_area_container>*:first-child {
	padding-right: 0;
	padding-left: 0
}

@media only screen and (max-width:360px) {
	.wgl-mobile-header .woo_mini_cart {
		width: calc(100vw - 40px)
	}
}

@media only screen and (max-width:1200px) {
	.wgl-theme-header .wgl-sticky-header {
		display: none
	}
}

.page-header {
	padding: 10px 0;
	position: relative
}

.page-header_wrapper {
	height: 100%
}

.page-header_wrapper .wgl-container {
	height: 100%
}

.page-header .page-header_content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end
}

.page-header_align_left .page-header_content {
	align-items: flex-start
}

.page-header_align_right .page-header_content {
	align-items: flex-end
}

.page-header_title {
	color: inherit;
	font-weight: 800;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: -18px;
	text-transform: uppercase
}

.page-header_breadcrumbs {
	font-size: 14px;
	font-weight: 400
}

.page-header_breadcrumbs a {
	color: inherit
}

.page-header_breadcrumbs a:hover {
	opacity: 1
}

.page-header_breadcrumbs .breadcrumbs {
	white-space: nowrap;
	margin-bottom: 20px
}

.page-header_breadcrumbs .divider {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	border-top-width: 1px;
	border-color: inherit;
	border-top-style: solid;
	margin: 0 1px
}

.page-header_breadcrumbs .divider:last-child {
	display: none
}

@media only screen and (max-width:1200px) {
	.page-header_title {
		font-size: 10vw !important;
		line-height: 1 !important;
		margin-bottom: -2.5vh
	}
}

@media only screen and (max-width:960px) {
	.page-header_title {
		margin-bottom: -2vw
	}
}

.header_search {
	position: relative
}

.header_search:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 100%
}

.header_search-button {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin-top: 0;
	position: relative
}

.header_search-button:before,
.header_search-button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 3px solid currentColor
}

.header_search-button:before {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border-width: 2px;
	transform: rotate(45deg);
	transition: all .3s, background-color 0s linear 0s
}

.header_search-button:after {
	border-width: .5px;
	width: 0;
	height: 35%;
	left: 90%;
	top: 90%;
	margin-left: 0;
	margin-top: 0;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: all .3s
}

.header_search.search_alt .header_search-field {
	opacity: 0;
	visibility: hidden;
	transform: scale3d(0.8, 0.8, 0.8);
	position: fixed;
	z-index: 100001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.header_search.search_alt .header_search-field .search-form {
	position: relative;
	z-index: 1;
	width: 80%;
	max-width: 1170px
}

.header_search.search_alt .header_search-field .search-form:after {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	content: "\f14a";
	font: normal normal normal 14px/1 flaticon;
	font-size: 21px;
	line-height: 60px;
	text-align: center;
	transition: opacity .3s
}

.header_search.search_alt .header_search-field .search-form:hover:after {
	opacity: .6
}

.header_search.search_alt .header_search-field .search-field {
	height: 58px;
	width: 100%;
	font-weight: 300;
	padding: 0 40px 0 18px;
	background: #fff;
	border-radius: 30px
}

.header_search.search_alt .header_search-field .search-button {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 50px;
	right: 0;
	top: 0;
	font-size: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.header_search.search_alt .header_search-field .search-button:focus,
.header_search.search_alt .header_search-field .search-button:active {
	box-shadow: none;
	background: transparent
}

.header_search.search_alt .header_search-field .header_search-wrap {
	display: flex;
	flex-direction: column;
	width: 80%;
	max-width: 1170px;
	margin-bottom: 40px
}

.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
	font-size: 120px;
	font-weight: 900;
	color: #f6f6f6;
	line-height: 30px
}

.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
	font-weight: 500;
	font-size: 40px;
	line-height: 52px
}

.header_search.search_alt .header_search-field .header_search-close {
	position: fixed;
	top: 12.5%;
	right: 3.8%;
	cursor: pointer;
	font-size: 70px;
	opacity: 0;
	transition: all .3s ease-in-out;
	color: #979797
}

.header_search.search_standard .header_search-field {
	position: absolute;
	z-index: 2;
	border: 1px solid #f3f3f3;
	top: 100%;
	right: 0;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transform: scale3d(0.8, 0.8, 0.8);
	transition: all 300ms;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	margin-top: 0;
	border-radius: 10px
}

.header_search.search_standard .header_search-field .search-form {
	position: relative;
	z-index: 1
}

.header_search.search_standard .header_search-field .search-form:after {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	content: "\f14a";
	font: normal normal normal 14px/1 flaticon;
	font-size: 21px;
	line-height: 50px;
	text-align: center;
	transition: opacity .3s;
	color: #bababa
}

.header_search.search_standard .header_search-field .search-form:hover:after {
	opacity: .6
}

.header_search.search_standard .header_search-field .search-field {
	height: 50px;
	width: 270px;
	font-weight: 300;
	padding: 0 40px 0 18px;
	background: #fff;
	border-radius: 25px
}

.header_search.search_standard .header_search-field .search-field:focus,
.header_search.search_standard .header_search-field .search-field:active {
	box-shadow: none;
	border-color: #ddd
}

.header_search.search_standard .header_search-field .search-button {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 50px;
	right: 0;
	top: 0;
	font-size: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.header_search.search_standard .header_search-field .search-button:focus,
.header_search.search_standard .header_search-field .search-button:active {
	box-shadow: none;
	background: transparent
}

.header_search.header_search-open.search_standard .header_search-field,
.header_search.header_search-open.search_alt .header_search-field {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transform: scale3d(1, 1, 1)
}

.header_search.header_search-open.search_standard .header_search-button:before,
.header_search.header_search-open.search_alt .header_search-button:before {
	width: 0;
	height: 100%;
	border-radius: 0;
	border-width: .5px;
	left: 50%;
	background-color: currentColor;
	transition: all .3s, background-color 0s linear .3s;
	transform: translateX(-0.5px) rotate(45deg)
}

.header_search.header_search-open.search_standard .header_search-button:after,
.header_search.header_search-open.search_alt .header_search-button:after {
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg)
}

.header_search.header_search-open.search_standard .header_search-close,
.header_search.header_search-open.search_alt .header_search-close {
	opacity: 1
}

.header_search.header_search-open.search_standard .header_search-close:before,
.header_search.header_search-open.search_alt .header_search-close:before {
	content: "\f14e";
	font: normal normal normal 14px/1 flaticon;
	font-size: 21px;
	cursor: pointer
}

@media screen and (max-width:600px) {
	.header_search-field .header_search-wrap .header_search-heading_bg {
		font-size: 90px
	}
}

@media screen and (max-width:480px) {
	.header_search .header_search-field .genesisexpo_module_double_headings {
		text-align: center
	}

	.header_search .header_search-field .search-field {
		max-width: 340px
	}

	.header_search-field .search-form {
		width: auto
	}

	.header_search-field .header_search-wrap .header_search-heading_bg {
		font-size: 60px
	}

	.header_search-field .header_search-wrap .header_search-heading_description {
		font-size: 30px
	}
}

@media only screen and (max-width:440px) {
	.header_search .header_search-field .search-field {
		max-width: 260px
	}

	.header_search-field .search-form {
		width: auto
	}
}

@media only screen and (max-width:369px) {
	.header_search .header_search-field .search-field {
		max-width: 240px
	}

	.header_search-field .search-form {
		width: auto
	}
}

@media only screen and (max-width:329px) {
	.header_search .header_search-field .search-field {
		max-width: 200px
	}

	.header_search-field .search-form {
		width: auto
	}
}

@media only screen and (max-width:280px) {
	.header_search .header_search-field .search-field {
		max-width: 180px
	}

	.header_search-field .search-form {
		width: auto
	}
}

span.highlighter {
	padding: 0 .3em;
	border-radius: 5px
}

.dropcap {
	float: left;
	font-size: 2.25em;
	line-height: 55px;
	width: 55px;
	height: 55px;
	color: #fff;
	margin-right: 30px;
	margin-top: 8px;
	font-weight: 500;
	border-radius: 10px;
	text-align: center
}

p.has-drop-cap:not(:focus):first-letter {
	font-size: 3em;
	line-height: 1.2;
	font-weight: 600
}

small {
	font-size: .8em
}

code,
tt,
kbd {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

i,
cite,
em,
var,
address,
dfn,
q {
	font-style: italic
}

kbd {
	font-family: monospace
}

sub {
	vertical-align: sub;
	font-size: smaller
}

sup {
	vertical-align: super;
	font-size: smaller
}

.footer_wrapper {
	padding: 24px 0
}

.footer_top-area {
	line-height: 24px
}

.footer_top-area p {
	margin-bottom: 19px
}

.footer_top-area strong {
	font-weight: inherit
}

.footer_top-area .textwidget img {
	margin-bottom: 20px
}

.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
	padding-top: 0
}

.footer_top-area .primary-nav.footer-menu .menu-item a {
	font-weight: 500
}

.footer_top-area .footer-link {
	position: relative;
	z-index: 1
}

.footer_top-area .footer-link:before {
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 0;
	border-bottom: 1px solid;
	width: 0;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	visibility: visible;
	transition: all .3s ease-in-out 0s, border-color 0s
}

.footer_top-area .footer-link:hover {
	color: #fff !important
}

.footer_top-area .footer-link:hover:before {
	width: 100%
}

.footer {
	position: relative
}

.footer .blog-post {
	margin-bottom: 20px
}

.footer .blog-posts .blog-style-tiny_img .blog-post_media {
	width: 90px
}

.footer .blog-posts .item:last-child .blog-post {
	margin-bottom: 0
}

.footer .gallery-caption {
	display: none
}

.footer .mc4wp-form-fields input[type="email"] {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	padding: 10px 11px 5px;
	color: #ccc;
	margin-bottom: 29px
}

.footer .mc4wp-form-fields input[type="submit"] {
	width: 142px;
	padding: 3px 11px;
	height: 40px
}

.footer .genesisexpo_wave_footer {
	display: block;
	position: absolute;
	top: 0;
	width: 100%
}

.footer .genesisexpo_wave_footer svg {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute
}

.primary-nav.footer-menu .menu-item {
	display: inline-block;
	margin: 0 20px
}

.copyright {
	font-size: 14px
}

.copyright p {
	margin: 0
}

.banner_404 {
	margin-bottom: 35px;
	line-height: 1;
	text-align: center
}

.banner_404_content {
	display: inline-block
}

.banner_404_content span,
.banner_404_content img {
	float: left
}

.banner_404_content span {
	display: inline-block;
	margin-top: 6px
}

.banner_404_content span:first-child {
	margin-right: 12px
}

.banner_404_content span:last-child {
	margin-left: 12px
}

.page_404_wrapper {
	padding: 140px 0 130px;
	margin-top: -30px;
	background-position: 65% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center
}

.page_404_wrapper .search-form {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 20px
}

.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
	width: 100%;
	max-width: 450px
}

.page_404_wrapper .search-form .search-field {
	margin-bottom: 0;
	height: 48px;
	line-height: 48px
}

.page_404_wrapper .search-form .search-field:-ms-input-placeholder {
	color: #363b5b
}

.page_404_wrapper .search-form .search-field::placeholder {
	color: #363b5b
}

.page_404_wrapper input[type="submit"].search-button {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 50px;
	right: 0;
	top: 0;
	font-size: 0;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer
}

.page_404_wrapper .search-form:after {
	content: "\f14a";
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 46px;
	right: 0;
	top: 0;
	color: #bbb;
	display: inline-block;
	font-family: flaticon;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	text-rendering: auto;
	transform: translate(0, 0)
}

.page_404_wrapper .banner_404_title {
	margin-bottom: 10px;
	font-size: 40px
}

.page_404_wrapper .banner_404_text {
	max-width: 450px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto
}

.page_404_wrapper .search_404_text {
	margin-bottom: 40px
}

.page_404_wrapper .genesisexpo_404_button.wgl_button a {
	border-radius: 50px;
	font-weight: 500;
	padding-left: 50px;
	padding-right: 50px
}

.page_404_wrapper .genesisexpo_404_button.wgl_button a:hover {
	background-color: #fff !important
}

header.searh-header {
	margin-bottom: 30px
}

header.searh-header .page-title {
	font-size: 40px
}

header.searh-header-404 .page-title {
	margin-bottom: 10px;
	font-size: 40px
}

.blog-posts .item {
	float: left
}

.blog-posts .container-grid.row.blog_carousel {
	margin-left: -15px;
	margin-right: -15px
}

.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel {
	width: calc(100% + 30px);
	padding: 10px 15px;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden
}

.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel .slick-slider {
	overflow: visible
}

.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel .slick-slider .slick-slide .blog-post {
	box-shadow: none
}

.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel .slick-slider .slick-slide.slick-active .blog-post {
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1)
}

.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel .slick-slider .slick-slide .blog-post.format-quote .blog-post_wrapper,
.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel .slick-slider .slick-slide .blog-post.format-link .blog-post_wrapper {
	overflow: visible
}

.blog-posts .container-grid.row.blog_carousel>.genesisexpo_module_carousel .slick-slider .slick-slide .blog-post_wrapper {
	overflow: hidden
}

.blog-style-standard .blog-post_wrapper {
	transition: all .3s ease
}

.blog-style-standard .blog-post_wrapper>.blog-post_media {
	margin: -1px
}

.blog-style-standard .blog-post.format-standard .blog-post_media .blog-post_cats {
	margin-top: 0
}

.blog-style-standard .wgl_col-12 .blog-post_content {
	padding: 0 0 8px
}

.blog-style-standard .wgl_col-12 .post_media {
	margin-bottom: 24px
}

.blog-style-standard .item:last-child .blog-post.hide_media {
	border-bottom: 0
}

.blog-style-standard .blog-post {
	transition: all .3s ease;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px
}

.blog-style-standard .blog-post.format-link .blog-post_wrapper>.blog-post_media {
	border: 0
}

.blog-style-standard .blog-post.format-quote .blog-post_content,
.blog-style-standard .blog-post.format-gallery .blog-post_content,
.blog-style-standard .blog-post.format-link .blog-post_content,
.blog-style-standard .blog-post.format-audio .blog-post_content {
	border: 0
}

.blog-style-standard .blog-post .blog-post_media {
	margin-bottom: 28px
}

.blog-style-standard .blog-post .blog-post_content {
	border-top-width: 0;
	padding: 0 25px 45px 32px
}

.blog-style-standard .blog-post div.blog-post_content:only-child {
	padding-top: 30px
}

.blog-style-standard .blog-post.hide_media {
	border-bottom: 1px solid rgba(54, 59, 91, 0.1);
	margin-bottom: 30px
}

.blog-style-standard .blog-post.hide_media .blog-post_content {
	padding-bottom: 10px
}

.blog-style-standard .format-standard .blog-post_content {
	padding: 0
}

.blog-style-standard .format-standard .blog-post_cats {
	padding-left: 0;
	padding-top: 0
}

.blog-style-standard.blog_carousel .slick-slide {
	margin-bottom: 70px
}

.blog-style-standard.blog_carousel .slick-slide.item_slick {
	margin-bottom: 0
}

.blog-style-standard .blog-post_media-slider img {
	border-radius: 0
}

.blog-style-standard .blog-post_text {
	font-size: 16px
}

.blog-post {
	margin-bottom: 70px;
	position: relative
}

.blog-post.format-quote,
.blog-post.format-link {
	margin-top: 35px
}

.blog-post_text {
	margin-bottom: 18px
}

.blog-post_text *:last-child {
	margin-bottom: 0
}

.blog-post.format-gallery>.blog-post_wrapper {
	overflow: hidden
}

.format-standard .blog-post_wrapper>.blog-post_cats,
.format-audio .blog-post_wrapper>.blog-post_cats,
.format-quote .blog-post_wrapper>.blog-post_cats,
.format-link .blog-post_wrapper>.blog-post_cats {
	padding: 0
}

.blog-post_wrapper .share_post-container,
.single_meta .share_post-container {
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	color: #fff;
	line-height: 0;
	font-size: 0;
	vertical-align: middle
}

.blog-post_wrapper .share_post-container .share_post,
.single_meta .share_post-container .share_post {
	display: block;
	color: inherit
}

.blog-post_wrapper .share_post-container span,
.single_meta .share_post-container span {
	line-height: inherit;
	display: block
}

.blog-post_wrapper .share_post-container>a,
.single_meta .share_post-container>a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	pointer-events: none
}

.blog-post_wrapper .share_post-container>a:before,
.single_meta .share_post-container>a:before {
	content: '\f1e0';
	padding: 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-weight: 600
}

.blog-post_wrapper .share_post-container:hover ul li,
.single_meta .share_post-container:hover ul li {
	opacity: 1;
	visibility: visible;
	width: 30px
}

.blog-post_wrapper .share_post-container:hover ul li:nth-child(1),
.single_meta .share_post-container:hover ul li:nth-child(1) {
	transition-delay: .4s
}

.blog-post_wrapper .share_post-container:hover ul li:nth-child(2),
.single_meta .share_post-container:hover ul li:nth-child(2) {
	transition-delay: .3s
}

.blog-post_wrapper .share_post-container:hover ul li:nth-child(3),
.single_meta .share_post-container:hover ul li:nth-child(3) {
	transition-delay: .2s
}

.blog-post_wrapper .share_post-container:hover ul li:nth-child(4),
.single_meta .share_post-container:hover ul li:nth-child(4) {
	transition-delay: .1s
}

.blog-post_wrapper .share_post-container:hover ul li:nth-child(5),
.single_meta .share_post-container:hover ul li:nth-child(5) {
	transition-delay: 0s
}

.blog-post_wrapper .share_social-wpapper,
.single_meta .share_social-wpapper {
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
	padding-right: 24px;
	top: 0;
	z-index: 2;
	box-shadow: none;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.blog-post_wrapper .share_social-wpapper ul,
.single_meta .share_social-wpapper ul {
	padding: 0;
	line-height: inherit;
	white-space: nowrap
}

.blog-post_wrapper .share_social-wpapper ul li,
.single_meta .share_social-wpapper ul li {
	text-align: center;
	width: 0;
	height: 30px;
	padding: 0 2.5px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	background: #fff
}

.blog-post_wrapper .share_social-wpapper ul li span.fa,
.single_meta .share_social-wpapper ul li span.fa {
	width: 100%
}

.blog-post_wrapper .share_social-wpapper ul li:before,
.single_meta .share_social-wpapper ul li:before {
	display: none
}

.blog-post_wrapper .share_social-wpapper ul li:before,
.single_meta .share_social-wpapper ul li:before {
	display: none
}

.blog-post_wrapper .share_social-wpapper ul li:nth-child(5),
.single_meta .share_social-wpapper ul li:nth-child(5) {
	transition-delay: .4s
}

.blog-post_wrapper .share_social-wpapper ul li:nth-child(4),
.single_meta .share_social-wpapper ul li:nth-child(4) {
	transition-delay: .3s
}

.blog-post_wrapper .share_social-wpapper ul li:nth-child(3),
.single_meta .share_social-wpapper ul li:nth-child(3) {
	transition-delay: .2s
}

.blog-post_wrapper .share_social-wpapper ul li:nth-child(2),
.single_meta .share_social-wpapper ul li:nth-child(2) {
	transition-delay: .1s
}

.blog-post_wrapper .share_social-wpapper ul li:nth-child(1),
.single_meta .share_social-wpapper ul li:nth-child(1) {
	transition-delay: 0s
}

.blog-post_wrapper .share_social-wpapper ul li:hover,
.single_meta .share_social-wpapper ul li:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1)
}

.share_social-wpapper {
	display: inline-block
}

.share_post>a:before,
.share_social-wpapper a span {
	font-size: 14px
}

.share_link,
.share_post {
	position: relative;
	display: inline-block;
	transition: all .45s ease-in-out;
	line-height: 20px
}

.share_link span.fa,
.share_post span.fa {
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	transition: all .5s ease;
	font-size: 14px;
	border-radius: 50%
}

.share_link+.share_link {
	margin-left: 5px
}

.share_facebook span.fa {
	color: #244baf
}

.share_google span.fa {
	color: #ab3434
}

.share_twitter span.fa {
	color: #45b7e1
}

.share_pinterest span.fa {
	color: #ed1010
}

.share_linkedin span.fa {
	color: #0266cc
}

.share_link:hover span.fa,
.share_post:hover span.fa {
	background: transparent
}

.share_facebook:hover span.fa {
	color: #244baf
}

.share_google:hover span.fa {
	color: #ab3434
}

.share_twitter:hover span.fa {
	color: #45b7e1
}

.share_pinterest:hover span.fa {
	color: #ed1010
}

.share_linkedin:hover span.fa {
	color: #0266cc
}

.hidden_block {
	display: none !important
}

.format-video .blog-post_media .blog-post_media_part,
.format-audio .blog-post_media .blog-post_media_part {
	width: 100%;
	padding-bottom: 58%;
	border-radius: 10px 10px 0 0;
	overflow: hidden
}

.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
	padding-bottom: 0
}

.wgl_col-6.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-6.item .format-audio .blog-post_media .blog-post_media_part,
.wgl_col-4.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-4.item .format-audio .blog-post_media .blog-post_media_part {
	padding-bottom: 62%
}

.wgl_col-6.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-6.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-4.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-4.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
	padding-bottom: 0
}

.format-audio .blog-post_media .blog-post_media_part {
	padding-bottom: 58%
}

.format-video .blog-post_media iframe,
.format-audio .blog-post_media iframe {
	position: absolute;
	z-index: 1;
	height: 100%
}

.blog-posts-list:after {
	display: block;
	height: 0;
	content: '';
	clear: both
}

.blog-posts-list .blog-post.format-standard .blog-post_cats {
	padding-left: 0;
	padding-top: 0
}

.blog-post.format-standard-image .blog-post_media {
	position: relative;
	z-index: 1
}

.blog-post.format-standard-image .blog-post_media .blog-post_media_part {
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.blog-post.format-standard-image .blog-post_media .blog-post_feature-link:before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
	background-color: rgba(40, 40, 40, 0.5);
	transition: opacity .3s;
	width: 100%;
	height: 100%
}

.blog-post.format-standard-image .blog-post_media .blog-post_feature-link {
	display: inline-block;
	position: relative;
	z-index: 1
}

.blog-post.format-standard-image .blog-post_media:hover .blog-post_feature-link:before {
	opacity: 1
}

.blog-posts .blog-style-medium_img .blog-post.format-standard-image .blog-post_media .blog-post_media_part {
	border-radius: 0
}

.blog-posts .blog-style-medium_img .format-video .blog-post_media .blog-post_media_part,
.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
	border-radius: 0
}

.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper {
	overflow: visible
}

.blog-posts .blog-style-medium_img .blog-post_wrapper {
	background: transparent;
	padding: 0;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	overflow: hidden
}

.blog-posts .blog-style-medium_img .blog-post_wrapper:after {
	display: block;
	height: 0;
	content: '';
	clear: both
}

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper>.blog-post_media,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper>.blog-post_media {
	width: 100%;
	float: none;
	padding-right: 0
}

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper>.blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper>.blog-post_content {
	width: 100%;
	float: none;
	padding-right: 0
}

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper {
	padding: 50px
}

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper .blog-post_content {
	width: 100%;
	float: none
}

.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper {
	padding: 50px
}

.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper .blog-post_content {
	width: 100%;
	float: none
}

.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
	margin-bottom: 0;
	padding-bottom: 237px
}

.blog-posts .blog-style-medium_img .format-audio .blog-post_content {
	padding-top: 30px !important
}

.blog-posts .blog-style-medium_img .blog-post_media {
	width: 250px;
	padding-right: 30px;
	margin-bottom: 0;
	float: left;
	margin-top: -1px;
	margin-left: -1px
}

.blog-posts .blog-style-medium_img .blog-post_media .blog-post_media {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	float: none;
	margin-bottom: 0;
	padding-right: 0
}

.blog-posts .blog-style-medium_img .blog-post_title {
	clear: none
}

.blog-posts .blog-style-medium_img .blog-post_text {
	margin-bottom: 11px
}

.blog-posts .blog-style-medium_img .blog-post_meta-wrap {
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 10px
}

.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper>span:before {
	font-size: 12px
}

.blog-posts .blog-style-medium_img .blog-post_media .blog-post_feature-link:before {
	border-radius: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.blog-posts .blog-style-medium_img .blog-post_content {
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: calc(100% - 250px)
}

.blog-posts .blog-style-medium_img .blog-post_content>.meta-wrapper {
	margin-bottom: 10px
}

.blog-posts .blog-style-medium_img .button-read-more {
	float: none
}

.blog-posts .blog-style-tiny_img .blog-post .blog-post_wrapper {
	padding: 0
}

.blog-posts .blog-style-tiny_img .blog-post .blog-post_link>.link_post {
	margin-top: 0
}

.blog-posts .blog-style-tiny_img .blog-post .blog-post_link:before {
	top: 0
}

.blog-posts .blog-style-tiny_img .blog-post .blog-post_quote-text {
	margin-top: 0
}

.blog-posts .blog-style-tiny_img .blog-post.format-standard .blog-post_media {
	width: auto;
	margin-right: 0;
	float: none
}

.blog-posts .blog-style-tiny_img .format-link .blog-post_media,
.blog-posts .blog-style-tiny_img .format-quote .blog-post_media {
	width: 100%;
	margin-right: 0;
	float: none
}

.blog-posts .blog-style-tiny_img .blog-post_media {
	width: 110px;
	margin-right: 20px;
	margin-bottom: 0;
	float: left
}

.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	float: none;
	margin-bottom: 0
}

.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_feature-link:before {
	left: 0;
	width: 100%;
	height: 100%;
	top: 0
}

.blog-posts .blog-style-tiny_img .blog-post_title {
	clear: none
}

.blog-posts .blog-style-tiny_img .blog-post_cats {
	margin-bottom: 0
}

.blog-posts .blog-style-tiny_img .meta-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1
}

.blog-posts .blog-style-tiny_img .blog-post_meta-wrap,
.blog-posts .blog-style-tiny_img .meta-wrapper {
	padding-left: 0;
	padding-right: 0;
	background: 0
}

.blog-posts .blog-style-tiny_img .blog-post_text {
	margin-bottom: 0
}

.mega-ajax-content .item .blog-post_media {
	margin-bottom: 14px
}

.mega-ajax-content .item .blog-post_title {
	margin-bottom: 5px
}

.mega-ajax-content .item .blog-post_content {
	white-space: normal
}

.mega-ajax-content .item .meta-wrapper {
	background: 0;
	padding-left: 0;
	padding-right: 0
}

.mega-ajax-content .format-video .blog-post_media .blog-post_media_part,
.mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
	padding-bottom: 62%
}

.blog_carousel .blog-post {
	margin-bottom: 0
}

.blog_carousel .genesisexpo_module_carousel .slick-dots {
	margin-top: 0
}

.blog-post_meta-wrap {
	margin-top: 18px
}

.blog-post_meta-wrap:after {
	content: '';
	display: table;
	clear: both
}

.blog-post_meta-wrap .meta-wrapper {
	border-top-width: 0 !important;
	max-width: calc(100% - 50px);
	float: left;
	padding-top: 0;
	padding-bottom: 0
}

.meta-wrapper>span {
	margin-right: 7px
}

.meta-wrapper>span.author_post a {
	position: relative
}

.meta-wrapper>span:last-child {
	margin-right: 0
}

.single_meta .genesisexpo_module_videobox img {
	box-shadow: none
}

.single_meta img {
	border-radius: 10px
}

.single_meta .videobox_wrapper_link:before {
	border-radius: 10px
}

.single_meta .meta-wrapper {
	padding-top: 0
}

.single_meta .blog-post_cats {
	margin-bottom: 13px
}

.single_meta .blog-post_title {
	margin-top: 7px;
	margin-bottom: 18px;
	font-size: 40px;
	line-height: 1.32
}

.single_meta .blog-post_media {
	margin-bottom: 24px
}

.single_meta .blog-post_media .blog-post_media_part {
	border-radius: 10px
}

.single_meta .blog-post_quote-text {
	padding-top: 0
}

.single_meta .blog-post_link:before,
.single_meta .blog-post_quote-text:before {
	position: relative;
	top: 0
}

.single_meta .blog-post_media {
	margin-bottom: 42px
}

.blog-post .single_meta .blog-post_media .blog-post_media_part {
	border-radius: 10px
}

.blog-post_meta-wrap {
	line-height: 0
}

.meta-wrapper {
	margin-bottom: 0;
	color: #88909d;
	font-weight: 400;
	padding-top: 0;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 0
}

.meta-wrapper>span.author_post a:after {
	border-color: #88909d
}

.meta-wrapper a {
	color: #88909d
}

.meta-wrapper * {
	line-height: 30px;
	transition: color .3s
}

.meta-wrapper span {
	opacity: 1;
	display: inline-block;
	vertical-align: middle
}

.meta-wrapper span:hover {
	opacity: 1
}

.meta-wrapper span:after {
	content: '';
	margin: -2px 0 0 9px;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	position: relative;
	width: 9px;
	height: 1px;
	background: #2d84a2
}

.meta-wrapper span:last-child:after {
	display: none
}

.meta-wrapper .author_post img {
	margin-right: 6px
}

.blog-post_link {
	position: relative;
	z-index: 1
}

.blog-post_link>.link_post {
	font-size: 30px !important;
	line-height: 30px;
	font-weight: 400;
	display: inline-block;
	margin-top: 31px;
	margin-bottom: 9px
}

.blog-post_link:before {
	content: '\f114';
	font-family: 'Flaticon';
	font-size: 39px;
	opacity: 1;
	width: 70px;
	height: 70px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 70px;
	border-radius: 10px;
	position: absolute;
	top: -65px
}

.blog-post_title {
	position: relative
}

.blog-post.format-standard.link .blog-post_title:before {
	content: '\f0c1';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 20px
}

.blog-posts .blog-post_title {
	display: block;
	clear: both;
	word-wrap: break-word
}

.blog-posts h5.blog-post_title,
.blog-posts h6.blog-post_title {
	font-weight: 400
}

.blog-posts h5.blog-post_title a,
.blog-posts h6.blog-post_title a {
	font-weight: 400
}

.blog-post_quote-text {
	font-weight: 400;
	font-size: 30px;
	line-height: 46px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 26px;
	padding-top: 24px
}

.blog-post_quote-text:before {
	width: 70px;
	height: 70px;
	color: #fff;
	content: '“';
	display: block;
	z-index: 1;
	font-size: 100px;
	line-height: 122px;
	font-weight: 500;
	opacity: 1;
	text-align: left;
	padding-left: 13px;
	border-radius: 10px;
	box-sizing: border-box;
	font-style: normal;
	margin-bottom: 19px;
	position: absolute;
	top: -65px
}

.blog-post_quote-author .blog-post_quote-image {
	width: 75px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 20px
}

.blog-post.format-quote .blog-post_quote-author {
	font-size: 16px;
	font-weight: 500;
	margin-top: 7px;
	text-align: left
}

.blog-post.format-quote .blog-post_quote-author-pos {
	font-weight: 300
}

.format-standard .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-link .blog-post_wrapper {
	padding: 30px 40px 35px
}

.format-audio .blog-post_wrapper>.blog-post_media {
	margin-bottom: 0
}

.format-audio .blog-post_wrapper>.blog-post_content {
	padding: 30px 25px 30px 30px
}

.format-quote .blog-post_wrapper .blog-post_content,
.format-standard .blog-post_wrapper .blog-post_content,
.format-link .blog-post_wrapper .blog-post_content {
	padding: 0 !important
}

.blog-post.sticky-post .blog-post_wrapper {
	border-width: 25px 25px 25px 25px;
	border-style: solid;
	border-color: #ebedf5;
	padding: 25px 25px 15px 25px;
	border-radius: 10px
}

.blog-post_content p {
	margin-bottom: 8px
}

.blog-post_content h1,
.row>div>h1,
.blog-post_content h2,
.row>div>h2,
.blog-post_content h3,
.row>div>h3,
.blog-post_content h4,
.row>div>h4,
.blog-post_content h5,
.row>div>h5,
.blog-post_content h6,
.row>div>h6 {
	margin-bottom: 8px
}

.format-audio .blog-post_media .blog-post_cats {
	top: 100%;
	margin-left: 0;
	margin-top: 20px
}

.blog-post.standard .blog-post_media,
.blog-post.format-standard .blog-post_media {
	margin-bottom: 12px
}

.blog-post.standard .blog-post_media .blog-post_cats,
.blog-post.format-standard .blog-post_media .blog-post_cats {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 30px
}

.blog-post.standard .blog-post_media .blog-post_cats {
	left: 30px
}

.blog-post .blog-post_media {
	position: relative
}

.blog-post .blog-post_media img {
	box-sizing: border-box
}

.blog-post .blog-post_media .blog-post_media_part {
	position: relative
}

.blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999
}

.blog-post .blog-post_media .blog-post_media_part+.blog-post_cats,
.blog-post .blog-post_media .blog-post_media+.blog-post_cats {
	position: relative;
	bottom: 0;
	margin-left: 0;
	margin-top: 20px
}

.blog-post .blog-post_media .blog-post_cats {
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 500;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 0;
	font-size: 0
}

.blog-post-meta-categories .meta-wrapper span:after {
	display: none
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post-meta-categories .meta-wrapper {
	background: 0;
	padding: 0
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
	margin-bottom: 0;
	margin-top: 32px;
	min-height: 40px;
	color: #88909d
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
	line-height: 30px
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content>.meta-wrapper {
	margin-bottom: 0;
	margin-top: 18px
}

.single_type-1 .single_meta .blog-post_media {
	margin-bottom: 42px
}

.single_type-1 .single_meta .blog-post_title {
	margin-top: 0
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post-meta-categories .meta-wrapper {
	background: 0;
	padding: 0
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
	margin-bottom: 15px;
	min-height: 40px;
	color: #88909d;
	margin-top: 32px
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
	line-height: 30px
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content>.meta-wrapper {
	margin-bottom: 0
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
	margin-top: 0
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content>.blog-post_media {
	margin-bottom: 32px
}

.post_featured_bg {
	position: relative;
	margin-bottom: 40px;
	background: #14081f;
	margin-top: -40px
}

.post_featured_bg .meta-wrapper span:before {
	color: inherit
}

.post_featured_bg .meta-wrapper span:after {
	background: #fff
}

.post_featured_bg .parallax-video {
	z-index: 1 !important
}

.post_featured_bg .parallax-video+.wgl-container {
	z-index: 2;
	position: relative
}

.post_featured_bg .blog-post_bg_media {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0
}

.post_featured_bg .blog-post_meta-wrap {
	position: relative
}

.post_featured_bg .blog-post {
	margin-bottom: 0
}

.post_featured_bg .blog-post_title {
	line-height: 1.02;
	margin-bottom: 5px;
	margin-top: 9px
}

.post_featured_bg .blog-post_likes-wrap .wgl-likes {
	padding-right: 0
}

.post_featured_bg .blog-post_title,
.post_featured_bg .wgl-likes .sl-count,
.post_featured_bg .meta-wrapper {
	color: #fff;
	background: 0;
	padding-left: 0;
	padding-right: 0
}

.post_featured_bg .blog-post_title .comments_post a,
.post_featured_bg .blog-post_title a,
.post_featured_bg .wgl-likes .sl-count .comments_post a,
.post_featured_bg .wgl-likes .sl-count a,
.post_featured_bg .meta-wrapper .comments_post a,
.post_featured_bg .meta-wrapper a {
	color: #fff
}

.post_featured_bg .blog-post_title>span.author_post a:after,
.post_featured_bg .wgl-likes .sl-count>span.author_post a:after,
.post_featured_bg .meta-wrapper>span.author_post a:after {
	border-color: #fff
}

.post_featured_bg .blog-post_title>span.author_post a:hover,
.post_featured_bg .wgl-likes .sl-count>span.author_post a:hover,
.post_featured_bg .meta-wrapper>span.author_post a:hover {
	color: inherit !important
}

.post_featured_bg .blog-post_meta-wrap {
	background: 0
}

.post_featured_bg .content-container {
	position: relative
}

.format-quote .blog-post_media {
	margin-bottom: 15px
}

.format-quote .blog-post_media .blog-post_cats {
	position: relative
}

.blog-post_meta-categories {
	margin-bottom: 12px
}

.blog-post_meta-categories .meta-wrapper {
	background: 0;
	padding: 0
}

.blog-post_cats,
.cats_post {
	z-index: 3;
	color: #fff;
	margin-bottom: 7px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0
}

.blog-post_cats span,
.cats_post span {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block
}

.blog-post_cats a,
.cats_post a {
	min-height: 25px;
	line-height: 25px;
	padding: 0 14px;
	color: inherit;
	display: inline-block;
	transition: all .45s ease;
	border-width: 0;
	border-style: solid;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-size: 12px;
	font-weight: 500;
	border-radius: 12px;
	letter-spacing: 1.2px
}

.blog-post_cats a:hover,
.cats_post a:hover {
	color: #fff !important
}

.blog-post_cats>a,
.cats_post>a {
	margin-right: 5px;
	margin-bottom: 5px
}

.cats_post {
	margin-bottom: 0
}

.single #main-content>.blog-post {
	margin-bottom: 43px
}

.button-read-more {
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	transition: all .3s ease-in-out;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: -27.5px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	margin-left: 4px;
	margin-bottom: 0
}

.button-read-more:after {
	content: '\f124';
	font-family: 'Flaticon';
	font-size: 21px;
	line-height: 55px;
	opacity: 1;
	color: #fff;
	display: block;
	text-align: center
}

.button-read-more:hover {
	background: #fff
}

.blog-post:hover .button-read-more {
	animation: bounceReadMore .6s ease-in-out both;
	opacity: 1;
	visibility: visible;
	margin-bottom: 0
}

@keyframes bounceReadMore {
	0% {
		margin-bottom: 30px
	}

	50% {
		margin-bottom: -10px
	}

	100% {
		margin-bottom: 0
	}
}

.tagcloud-wrapper {
	float: left;
	margin: 0
}

.tagcloud-wrapper .title_tags {
	font-size: 14px;
	margin-right: 18px
}

.single_post_info .tagcloud {
	float: left
}

.single_post_info .blog-post_views-wrap {
	float: left
}

.single_post_info .blog-post_likes-wrap {
	float: left
}

.single_post_info:after {
	content: '';
	display: table;
	clear: both
}

.single_post_info div:only-child {
	float: none !important;
	display: block;
	text-align: center
}

.single_post_info div.share_post-container:only-child {
	float: right !important
}

.single_post_info .blog-post_share-wrap {
	float: left
}

.single_post_info.post_info {
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.single_post_info .blog-post_info-wrap>div {
	margin-left: 15px
}

.divider_post_info {
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.blog-post_excerpt {
	margin: 0 0 38px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8
}

.blog-post_excerpt>p:last-child {
	margin-bottom: 0
}

.blog-post_info-wrap {
	float: right;
	line-height: 0
}

.blog-post_likes-wrap {
	float: right
}

.blog-post_likes-wrap+.share_post {
	padding-right: 20px
}

.blog-post_likes-wrap .wgl-likes {
	line-height: 30px
}

.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
	clear: left
}

.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
	clear: left
}

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
	clear: left
}

.blog-style-standard .wgl_col-3 .blog-post .blog-post_content {
	padding-left: 20px;
	padding-right: 20px
}

.genesisexpo-post-navigation {
	padding: 0;
	margin-bottom: -30px
}

.genesisexpo-post-navigation:after {
	display: block;
	height: 0;
	content: '';
	clear: both
}

.prev-link,
.next-link {
	font-size: 13px;
	font-weight: 700;
	transition: all 300ms;
	position: relative;
	text-transform: uppercase;
	background: #f2f2f2;
	z-index: 1;
	padding: 20px 7.5px;
	float: right;
	color: #939393
}

.prev-link_icon,
.next-link_icon {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	vertical-align: top;
	color: inherit
}

.prev-link_icon:before,
.next-link_icon:before {
	content: '\f124';
	font-family: 'Flaticon';
	font-size: 12px;
	display: inline-block;
	border: 0;
	vertical-align: middle;
	font-style: normal;
	position: absolute;
	left: -6px;
	top: 2px
}

.prev-link:hover,
.next-link:hover {
	color: #fff !important
}

.prev-link {
	float: left
}

.prev-link_wrapper {
	float: left;
	margin-bottom: 30px
}

.prev-link_wrapper a:hover .image_prev:after,
.prev-link_wrapper a:hover .image_prev:before {
	visibility: visible;
	opacity: 1
}

.prev-link_wrapper a:hover .image_prev:before {
	margin-left: 0
}

.prev-link_wrapper a:hover .image_prev.no_image:before {
	opacity: 0;
	visibility: hidden
}

.prev-link_wrapper a:hover .image_prev.no_image .no_image_post:before {
	margin-left: 0;
	opacity: 1;
	visibility: visible
}

.prev-link_wrapper .image_prev {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	transition: all .3s
}

.prev-link_wrapper .image_prev img {
	border-radius: 50%
}

.prev-link_wrapper .image_prev .no_image_post {
	background: #f3f3f3;
	display: block;
	width: 100%;
	height: 100%
}

.prev-link_wrapper .image_prev.no_image:before {
	opacity: 1;
	visibility: visible;
	margin-left: 0
}

.prev-link_wrapper .image_prev.no_image .no_image_post:before {
	content: '\f103';
	font-family: 'Flaticon';
	font-size: 14px;
	position: absolute;
	line-height: 60px;
	left: 0;
	margin-left: 20px;
	right: 0;
	opacity: 1;
	color: #fff;
	display: block;
	text-align: center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.prev-link_wrapper .image_prev:before {
	content: '\f103';
	font-family: 'Flaticon';
	font-size: 14px;
	position: absolute;
	line-height: 60px;
	left: 0;
	margin-left: 20px;
	right: 0;
	opacity: 1;
	color: #fff;
	display: block;
	text-align: center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.prev-link_wrapper .image_prev:after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.prev-link_wrapper .prev_title {
	max-width: 210px;
	font-weight: 500;
	line-height: 24px;
	display: inline-block
}

.prev-link_icon {
	margin-left: 5px;
	margin-right: 5px
}

.prev-link_icon:before {
	content: '\f140';
	left: auto;
	right: -6px
}

.next-link:before {
	right: 0;
	left: auto;
	transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s
}

.next-link:hover:before {
	right: auto;
	left: 0
}

.next-link_wrapper {
	text-align: right;
	float: right;
	margin-bottom: 30px
}

.next-link_wrapper a:hover .image_next:after,
.next-link_wrapper a:hover .image_next:before {
	visibility: visible;
	opacity: 1
}

.next-link_wrapper a:hover .image_next:before {
	margin-right: 0
}

.next-link_wrapper a:hover .image_next.no_image:before {
	opacity: 0;
	visibility: hidden
}

.next-link_wrapper a:hover .image_next.no_image .no_image_post:before {
	margin-right: 0;
	opacity: 1;
	visibility: visible
}

.next-link_wrapper .image_next {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: top;
	margin-left: 20px;
	position: relative;
	transition: all .3s
}

.next-link_wrapper .image_next img {
	border-radius: 50%
}

.next-link_wrapper .image_next.no_image:before {
	opacity: 1;
	visibility: visible;
	margin-right: 0
}

.next-link_wrapper .image_next.no_image .no_image_post:before {
	content: '\f124';
	font-family: 'Flaticon';
	font-size: 14px;
	position: absolute;
	line-height: 60px;
	left: 0;
	margin-right: 20px;
	right: 0;
	opacity: 1;
	color: #fff;
	display: block;
	text-align: center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.next-link_wrapper .image_next .no_image_post {
	background: #f3f3f3;
	display: block;
	width: 100%;
	height: 100%
}

.next-link_wrapper .image_next:before {
	content: '\f124';
	font-family: 'Flaticon';
	font-size: 14px;
	position: absolute;
	line-height: 60px;
	left: 0;
	margin-right: 20px;
	right: 0;
	opacity: 1;
	color: #fff;
	display: block;
	text-align: center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.next-link_wrapper .image_next:after {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.next-link_wrapper .next_title {
	max-width: 210px;
	display: inline-block;
	text-align: right;
	font-weight: 500;
	line-height: 24px
}

.info_prev-link_wrapper>a,
.info_next-link_wrapper>a {
	display: flex;
	align-items: center
}

.prev-link-info_wrapper>span,
.next-link-info_wrapper>span {
	display: block
}

.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
	background: 0;
	padding-left: 0;
	padding-right: 0
}

.author-info_wrapper {
	background-color: #fff;
	padding: 40px;
	margin: 40px 0;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px
}

.author-info_wrapper .title_soc_share {
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px
}

.author-info_avatar {
	float: left;
	margin-right: 30px
}

.author-info_avatar img {
	width: 120px;
	border-radius: 50%
}

.author-info_content {
	overflow: hidden;
	margin-top: 5px
}

.author-info_name {
	margin-bottom: 14px !important;
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 26px
}

.author-info_name span {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	margin-right: 7px
}

.author-info_description {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px
}

.author-info_social-link {
	display: inline-block;
	margin-right: 13px;
	color: #bfc1c2;
	font-size: 14px
}

.author-info_social-link:hover.fa-twitter {
	color: #45b7e1
}

.author-info_social-link:hover.fa-facebook {
	color: #244baf
}

.author-info_social-link:hover.fa-linkedin {
	color: #0266cc
}

.author-info_social-wrapper {
	line-height: 1
}

.single .single.related_posts {
	margin-top: 66px
}

.single .single.related_posts .genesisexpo_module_title {
	padding-bottom: 20px;
	margin-bottom: 0
}

.single .single.related_posts .blog-post .blog-post_media {
	margin-bottom: 22px
}

.single .single.related_posts .blog-post_title {
	font-weight: 400;
	margin-top: 7px
}

.single .single.related_posts .blog-post_title a {
	font-weight: 400
}

@media only screen and (max-width:1200px) {

	.vc_row:not(.vc_row-no-padding) .vc_column_container>.vc_column-inner,
	.vc_row:not(.vc_row-no-padding) .theiaStickySidebar>.vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

@media only screen and (max-width:992px) {

	.vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_media,
	.vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_media {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 30px;
		text-align: left;
		margin-top: 30px;
		padding-left: 30px
	}

	.vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_content,
	.vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_content {
		padding-bottom: 20px;
		padding-right: 30px;
		padding-left: 30px;
		margin-left: 0;
		float: left;
		width: 100%;
		width: 100%;
		width: 100%;
		box-sizing: border-box
	}

	.vc_col-sm-8 .blog-style-standard.row .wgl_col-6,
	.vc_col-sm-9 .blog-style-standard.row .wgl_col-6 {
		width: 100%
	}

	.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
		width: 50%
	}

	.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
		clear: none
	}

	.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(2n+1) {
		clear: left
	}
}

@media only screen and (max-width:768px) {
	.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
		width: 100%
	}
}

@media only screen and (max-width:600px) {
	.blog-posts .blog-style-medium_img .blog-post_media {
		width: 180px
	}

	.blog-posts .blog-style-medium_img .blog-post_content {
		width: calc(100% - 180px)
	}
}

@media only screen and (max-width:1024px) {
	.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
		clear: none
	}

	.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
		clear: none
	}

	.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
		clear: none
	}

	.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
		clear: left
	}

	.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
		clear: left
	}

	.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n+1) {
		clear: left
	}

	.genesisexpo-post-navigation {
		margin-bottom: 0
	}
}

@media only screen and (max-width:600px) {

	.single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
	.single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
		max-width: 100%
	}
}

@media screen and (max-width:420px) {
	.single_meta .meta-wrapper span:after {
		display: none
	}

	.blog-posts .blog-style-medium_img .blog-post_media {
		width: 100%;
		padding-right: 0;
		margin-right: -1px
	}

	.blog-posts .blog-style-medium_img .blog-post_content {
		width: 100%;
		padding-left: 30px
	}
}

.blog-post_wrapper .genesisexpo_module_videobox img {
	border-radius: 0;
	box-shadow: none
}

.blog-post_wrapper .blog-post_content .genesisexpo_module_videobox .videobox_wrapper_link:before {
	display: none
}

.blog-post_wrapper .blog-post_content .genesisexpo_module_videobox {
	margin-bottom: 50px
}

.blog-post_bg_media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover
}

.blog-post_bg_media:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	transition: all .3s ease
}

.blog-post_bg_media .slider-wrapper,
.blog-post_bg_media .blog-post_media-slider {
	height: 100%
}

.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick {
	height: 100%
}

.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick .item_slick {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 5
}

.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick .item_slick span {
	height: 100%;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	border-radius: 10px 10px 0 0;
	overflow: hidden
}

.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick .item_slick span img {
	transition: all 500ms ease-in-out;
	transform: scale(1.25, 1.25)
}

.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
	transform: scale(1, 1)
}

.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick .slick-list,
.slider-wrapper.genesisexpo_module_carousel .blog-post_media-slider_slick .slick-track {
	height: 100%
}

.slider-wrapper.genesisexpo_module_carousel .slick-slider {
	z-index: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slider-wrapper.genesisexpo_module_carousel .slick-slider .slick-arrow {
	z-index: 100
}

.blog_carousel_title-arrow .genesisexpo_module_carousel .slick-prev.slick-arrow,
.blog_carousel_title-arrow .genesisexpo_module_carousel .slick-next.slick-arrow {
	display: none !important
}

.blog_title.genesisexpo_module_title {
	justify-content: flex-start;
	padding-bottom: 15px
}

.wgl_module_title.item_title {
	position: relative
}

.wgl_module_title.item_title .carousel_arrows {
	position: absolute;
	right: 0;
	top: 2px;
	text-align: center;
	z-index: 2
}

.wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'] {
	cursor: pointer;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #f2f2f2;
	margin-left: 10px;
	transition: all .45s ease
}

.wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'] span {
	display: block;
	line-height: 25px;
	text-align: center
}

.wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'] span:after {
	content: '\f124';
	font-family: 'Flaticon';
	font-size: 14px;
	display: inline-block;
	border: 0;
	color: #939393 !important;
	vertical-align: top;
	line-height: 25px
}

.wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow']:hover span:after {
	color: #fff !important
}

.wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'].left_slick_arrow span:after {
	content: '\f140'
}

.row.sidebar_left .content-container {
	float: right
}

.container-grid.row>.genesisexpo_module_carousel {
	margin-left: 0;
	margin-right: 0
}

.container-grid.row>.genesisexpo_module_carousel.navigation_offset_element {
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden
}

.container-grid.row>.genesisexpo_module_carousel.navigation_offset_element>.slick-slider {
	overflow: visible
}

.container-grid.row>.genesisexpo_module_carousel.navigation_offset_element .slick-list {
	overflow: hidden
}

.blog_title {
	margin-bottom: 30px
}

.blog_subtitle {
	margin-bottom: 45px;
	font-size: 18px;
	line-height: 1.6
}

.blog-post_views-wrap {
	text-align: center;
	line-height: 30px;
	font-size: 14px
}

.blog-post_views-wrap .counts {
	font-weight: 400;
	color: #e96d60
}

.blog-post_views-wrap .counts_text {
	color: #b0b0b0;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.attachment_media .meta-wrapper {
	margin-bottom: 10px
}

.parallax-video {
	position: absolute !important;
	z-index: 2 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.jarallax {
	position: relative;
	z-index: 0
}

.jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.wgl-likes {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	cursor: pointer
}

.wgl-likes .sl-count {
	color: #b0b0b0
}

.wgl-likes .sl-icon {
	margin-right: 9px;
	color: #2d84a2;
	transform: translateZ(0)
}

.wgl-likes:hover .sl-icon {
	animation-name: pulse_like;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes pulse_like {
	25% {
		transform: scale(1.2)
	}

	75% {
		transform: scale(0.9)
	}
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	transition-duration: .8s
}

.isotope {
	transition-property: height, width
}

.isotope .isotope-item {
	transition-property: transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration: 0s
}

body ul li,
body ol li {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	list-style: none;
	line-height: 40px
}

body ul li:before {
	content: '';
	position: absolute;
	z-index: 1;
	font-size: 1em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	left: 2px;
	top: 18px
}

body ul>li:last-child,
body ol>li:last-child {
	padding-bottom: 0
}

body ul.genesisexpo_dash li {
	padding-left: 25px
}

body ul.genesisexpo_dash li:before {
	content: "";
	width: 10px;
	height: 2px;
	border-radius: 0;
	top: 20px
}

body ul.genesisexpo_plus li {
	padding-left: 25px
}

body ul.genesisexpo_plus li:before {
	position: absolute;
	z-index: 1;
	content: "";
	width: 8px;
	height: 2px;
	left: 7px;
	top: 20px
}

body ul.genesisexpo_plus li:after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 2px;
	height: 8px;
	left: 10px;
	top: 17px
}

body ul.genesisexpo_check li {
	padding-left: 25px
}

body ul.genesisexpo_check li:before {
	content: "\f11d";
	font-family: flaticon;
	width: 0;
	height: 0;
	top: 0;
	font-size: 10px
}

body ul.no-list-style li {
	padding: 0
}

body ul.no-list-style li:before {
	display: none
}

body ol {
	counter-reset: li
}

body ol li {
	counter-increment: li
}

body ol>li {
	position: relative
}

body ol>li:before {
	content: "." counter(li);
	position: absolute;
	z-index: 1;
	left: 0;
	font-size: inherit;
	display: inline-block;
	line-height: inherit;
	direction: rtl;
	font-weight: 600;
	width: auto;
	height: auto
}

body ul ol>li:before {
	top: 0;
	background-color: transparent !important
}

body li ol {
	margin-bottom: 0;
	padding-bottom: 0
}

.single.related_posts+.row #comments {
	padding-top: 0;
	margin-top: -10px
}

#comments {
	margin-top: 20px;
	margin-bottom: 44px
}

#comments>h3 {
	margin-bottom: 21px;
	padding-bottom: 16px;
	z-index: 10;
	position: relative
}

#comments .pingback .edit-link .comment-edit-link {
	font-size: 12px;
	color: #7e7676;
	margin-left: 5px
}

#comments .pingback .edit-link .comment-edit-link:hover {
	color: #b9a9cd
}

#comments .comment-notes {
	margin-bottom: 20px
}

#comments .form-submit {
	margin-bottom: 0;
	clear: both
}

#comments .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: inherit
}

#comments .commentlist li {
	padding: 0
}

#comments .commentlist li:before {
	display: none
}

#comments .commentlist+* {
	margin-top: 30px
}

#comments .commentlist .comment-respond {
	margin: 20px 0
}

#comments .commentlist .comment {
	padding: 0
}

#comments .commentlist .comment:before,
#comments .commentlist .comment:after {
	display: none
}

#comments .commentlist .comment .stand_comment {
	padding: 40px 0 22px 90px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#comments .commentlist .comment .stand_comment .thiscommentbody {
	position: relative;
	z-index: 1;
	min-height: 80px
}

#comments .commentlist .comment .commentava {
	position: absolute;
	z-index: 1;
	left: -90px;
	top: 4px;
	height: 70px;
	width: 70px
}

#comments .commentlist .comment .commentava img {
	border-radius: 50%
}

#comments .commentlist .comment.pingback .stand_comment {
	padding-left: 0
}

#comments .commentlist .comment .children .comment {
	margin-left: 70px
}

#comments .commentlist .comment .children .stand_comment {
	padding-left: 70px
}

#comments .commentlist .comment .children .stand_comment .commentava {
	left: -70px;
	width: 50px;
	height: 50px
}

#comments .commentlist>.comment>.children>.comment {
	margin-left: 90px
}

#comments .commentlist>.comment:last-child {
	margin-bottom: -1px
}

#comments .commentlist>.comment:last-child .stand_comment:last-child {
	border-bottom: 0
}

#comments .commentlist .comment_info {
	padding-right: 90px
}

#comments .commentlist .comment_info .meta-wrapper {
	margin-bottom: 0;
	opacity: 1;
	float: none;
	padding: 0;
	line-height: 22px;
	background: 0
}

#comments .commentlist .comment_info .meta-wrapper * {
	font-size: 14px
}

#comments .commentlist .comment_author_says {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	padding-top: 0
}

#comments .commentlist .comment_author_says a {
	font-weight: inherit;
	font-size: inherit
}

#comments .commentlist .comment_content {
	margin-top: 0;
	font-weight: 400;
	line-height: 30px
}

#comments .commentlist .comment_content p {
	margin-bottom: 0;
	padding-bottom: 5px
}

#comments .commentlist .comment_content h1,
#comments .commentlist .comment_content h2,
#comments .commentlist .comment_content h3,
#comments .commentlist .comment_content h4,
#comments .commentlist .comment_content h5,
#comments .commentlist .comment_content h6 {
	margin-bottom: 8px
}

#comments .comment-reply-link {
	position: absolute;
	right: 0;
	top: 2px;
	display: inline-block;
	vertical-align: middle;
	font-size: .75em;
	font-weight: 500;
	line-height: 28px;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 15px;
	transition: all .3s ease
}

#comments .comment-reply-link:hover {
	border-color: transparent;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1)
}

#comments #cancel-comment-reply-link {
	font-weight: 300;
	opacity: .8;
	text-transform: capitalize
}

#comments small #cancel-comment-reply-link {
	font-size: 18px;
	margin-left: 10px
}

#comments ol.commentlist>li:first-child>.stand_comment {
	padding-top: 0
}

.comments-title {
	margin-bottom: 28px
}

.comment-respond {
	padding: 20px 30px 20px 30px;
	border-radius: 10px;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1)
}

.comment-respond .comment-reply-title {
	position: relative;
	font-size: 30px;
	font-weight: 500
}

.comment-respond .comment-form {
	margin-left: -10px;
	margin-right: -10px
}

.comment-respond .comment-form [class*="wgl_col-"],
.comment-respond .comment-form>p {
	position: relative;
	padding-left: 10px;
	padding-right: 10px
}

.comment-respond label {
	margin: 0
}

.comment-respond label:not(.label-message):after {
	content: '\f108';
	font-family: 'Flaticon';
	font-size: 14px;
	position: absolute;
	right: 35px;
	line-height: 50px;
	color: #bababa
}

.comment-respond label.label-email:after,
.comment-respond label[for="email"]:after {
	content: '\f109'
}

.comment-respond label.label-url:after {
	content: '\f11c'
}

.comment-respond label[for="rating"]:after,
.comment-respond label[for="comment"]:after {
	content: ''
}

.comment-respond .form_field {
	width: 100%;
	margin-bottom: 20px
}

.comment-respond textarea.form_field {
	resize: none;
	margin-bottom: 20px
}

body .comment-form-cookies-consent {
	clear: both
}

body .comment-form-cookies-consent>input,
body .comment-form-cookies-consent>label,
body .comment-form-cookies-consent>span {
	display: inline-block
}

body .comment-form-cookies-consent>input {
	margin-right: 7px
}

.wp-block-latest-comments>li {
	padding-left: 0
}

.wp-block-latest-comments>li:before {
	display: none
}

form label input+span {
	padding-left: .5em
}

form .select__field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px
}

.wpcf7 .wpcf7-response-output {
	margin: 0
}

.wpcf7 input:not([type='submit']):not([type='checkbox']),
.wpcf7 select,
.wpcf7 textarea {
	width: 100%
}

.wpcf7-form .row {
	margin-left: -10px;
	margin-right: -10px
}

.wpcf7-form .row [class*='wgl_col-'] {
	position: relative;
	padding-left: 10px;
	padding-right: 10px
}

.wpcf7 .ajax-loader {
	display: none !important
}

.wpcf7-not-valid {
	border-color: red
}

.wpcf7-not-valid-tip {
	padding-top: 5px
}

.wpcf7 .form-icon {
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 35px;
	font-size: 14px;
	color: #bababa
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	align-items: center
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
	width: auto;
	height: auto
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label {
	padding-left: .5em
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
	font-size: inherit;
	font-weight: inherit
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type='radio'],
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type='checkbox'],
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type='radio'],
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type='checkbox'] {
	display: inline-block
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:not(:first-child),
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:not(:first-child) {
	padding-left: .25em
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:first-child,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:first-child {
	padding-right: .1em
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type='radio'] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}

.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px
}

.sign_up {
	display: flex;
	justify-content: center;
	margin-right: -20px
}

.sign_up input[type='submit'] {
	margin-left: 20px;
	height: 50px
}

.sign_up input[type='email'] {
	width: 350px
}

.sign_up .ajax-loader {
	display: none
}

#mc_embed_signup .mc-field-group {
	width: calc(100% - 160px);
	margin-right: 20px;
	float: left;
	position: relative;
	z-index: 1
}

#mc_embed_signup .mc-field-group input {
	width: 100%;
	padding-bottom: 0;
	padding-top: 0;
	background-color: rgba(255, 255, 255, 0.1);
	color: #979797;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11) !important;
	height: 40px
}

#mc_embed_signup .mc-field-group input:-ms-input-placeholder {
	color: #979797
}

#mc_embed_signup .mc-field-group input::placeholder {
	color: #979797
}

#mc_embed_signup .button-submit input {
	width: 140px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500
}

#mc_embed_signup .button-submit input:focus,
#mc_embed_signup .button-submit input:active {
	border-color: initial;
	background: transparent
}

#mc_embed_signup div.mce_inline_error {
	margin-bottom: 0 !important;
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	box-shadow: 0 0 15px 0 rgba(40, 71, 178, 0.15);
	background: #fff !important;
	color: #6b0505 !important;
	border-top: 0 !important;
	margin-top: 5px !important;
	border-radius: 10px
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group {
	width: calc(100% - 155px);
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 0
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group:after {
	content: '\f109';
	font-family: 'Flaticon';
	font-size: 14px;
	position: absolute;
	right: 35px;
	line-height: 50px;
	color: #bababa;
	top: 0
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input {
	width: calc(100% - 20px);
	background-color: #fff;
	color: #979797;
	height: 50px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
	color: #979797
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::placeholder {
	color: #979797
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group .mce_inline_error {
	width: calc(100% - 20px);
	border: 0 !important;
	border-radius: 10px
}

.wgl-mailchimp-2 #mc_embed_signup .button-submit input {
	margin-bottom: 0;
	padding: 9px 20px;
	width: 155px
}

.wgl-mailchimp-2 #mc_embed_signup .button-submit input:focus,
.wgl-mailchimp-2 #mc_embed_signup .button-submit input:active {
	border-color: initial;
	background: transparent
}

.genesisexpo_module_carousel {
	margin-left: -15px;
	margin-right: -15px
}

.genesisexpo_module_carousel .slick-slider {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden
}

.genesisexpo_module_carousel .slick-list {
	position: relative;
	z-index: 1;
	display: block
}

.genesisexpo_module_carousel .slick-track {
	position: relative;
	z-index: 1
}

.genesisexpo_module_carousel .slick-track:after {
	content: '';
	display: table;
	clear: both
}

.genesisexpo_module_carousel .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	height: 100%;
	min-height: 1px;
	cursor: pointer
}

.genesisexpo_module_carousel .slick-slide.dragging img {
	pointer-events: none
}

.genesisexpo_module_carousel .slick-loading .slick-track,
.genesisexpo_module_carousel .slick-loading .slick-slide {
	visibility: hidden
}

.wgl-pagination {
	padding: 11px 0 30px 0
}

.wgl-pagination .page {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 0
}

.wgl-pagination .page-numbers {
	position: relative;
	z-index: 1;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #b0b0b0;
	display: block;
	padding: 0;
	transition: all .4s;
	text-align: center
}

.wgl-pagination .page-numbers .fa {
	font-weight: 700;
	font-size: 18px
}

.wgl-pagination .page>a:hover:after {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.wgl-pagination .page>a:after {
	display: block;
	content: '';
	height: 6px;
	width: 0;
	border-radius: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.wgl-pagination .page .current {
	cursor: default
}

.wgl-pagination .page .current:after {
	display: block;
	content: '';
	height: 6px;
	width: 100%;
	border-radius: 25px;
	opacity: 1;
	visibility: visible
}

.wgl-pagination .page:before,
.wgl-pagination .page:after {
	display: none
}

.wgl-pagination .page:first-child {
	margin-left: 0
}

.wgl-pagination .page:last-child {
	margin-right: 0
}

.page-link {
	clear: both
}

.load_more_item {
	padding: 9px 40px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	min-width: 155px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	border-radius: 50px;
	margin: 0 20px !important
}

.load_more_item:hover {
	background: transparent
}

.text-center.load_more_wrapper {
	text-align: center
}

.load_more_wrapper {
	position: relative;
	z-index: 1;
	margin-top: 50px
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.load_more_wrapper.blog_load_more {
	margin-top: 0
}

.load_more_wrapper.full_width_btn .load_more_item {
	width: 100%
}

.load_more_wrapper .load_more_item {
	position: relative;
	transition: .3s ease
}

.load_more_wrapper .load_more_item.loading:before {
	color: inherit
}

.load_more_wrapper .load_more_item:before {
	content: '\f2f1';
	display: inline-block;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	font-family: 'Font Awesome 5 Free';
	font-size: 19px;
	line-height: 1;
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	color: #fff;
	animation: rotating 2s linear infinite;
	transition: all .3s, color 0s
}

.load_more_wrapper .loading {
	height: 50px;
	width: 50px !important;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: initial;
	padding: 0
}

.load_more_wrapper .loading.load_more_item:before {
	opacity: 1
}

.load_more_wrapper .loading span {
	position: absolute;
	opacity: 0
}

.wgl-row-animation {
	position: relative;
	z-index: 1
}

.wgl-row-animation .wpb_column {
	position: relative;
	z-index: 2
}

.wgl-row-animation .wgl-row_background {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%)
}

.particles-js {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}

#preloader-wrapper {
	background-color: #fdfaf8;
	z-index: 10000;
	position: fixed;
	width: 100%;
	height: 100%
}

.preloader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.preloader-container .cssload-loader {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	perspective: 780px
}

.preloader-container .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%
}

.preloader-container .cssload-inner.cssload-one {
	left: 0;
	top: 0;
	animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom-width: 3px;
	border-bottom-style: solid
}

.preloader-container .cssload-inner.cssload-two {
	right: 0;
	top: 0;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right-width: 3px;
	border-right-style: solid
}

.preloader-container .cssload-inner.cssload-three {
	right: 0;
	bottom: 0;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top-width: 3px;
	border-top-style: solid
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
	}

	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
	}

	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
	}

	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}

#scroll_up {
	position: fixed;
	z-index: 20;
	width: 52px;
	height: 56px;
	line-height: 56px;
	right: 0;
	bottom: 15px;
	opacity: 0;
	text-align: center;
	transition: all .4s;
	transform: translateX(130%);
	border-radius: 50px 0 0 50px;
	cursor: pointer
}

#scroll_up:after {
	content: "\f103";
	font-family: Flaticon;
	font-size: 24px;
	display: inline-block;
	transform: rotate(90deg)
}

#scroll_up.active {
	opacity: 1;
	transform: translateX(0)
}

#scroll_up:hover:after {
	animation: scroll_up_anim 1.5s infinite
}

@keyframes scroll_up_anim {
	0% {
		transform: rotate(90deg) translateX(-3px)
	}

	50% {
		transform: rotate(90deg) translateX(3px)
	}

	100% {
		transform: rotate(90deg) translateX(-3px)
	}
}

.wpml-ls a span:focus {
	outline: 0
}

li.wpml-ls-menu-item ul li a {
	width: auto
}

.wpml-ls-legacy-dropdown {
	width: auto;
	text-align: center
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
	opacity: 1
}

.sitepress_container>.wpml-ls {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	z-index: 1
}

.sitepress_container>.wpml-ls>ul,
.sitepress_container>.wpml-ls>ul>li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.sitepress_container>.wpml-ls li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	z-index: 1;
	box-sizing: border-box
}

.sitepress_container>.wpml-ls li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
	background: 0;
	border: 0;
	color: inherit
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background: 0;
	border: 0;
	color: inherit
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 0;
	padding: 14px 0;
	margin-top: -3px;
	min-width: 260px;
	box-sizing: border-box;
	text-align: left;
	opacity: 0;
	transition: opacity 200ms
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
	padding: 9px 28px 9px 28px
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
	padding: 0;
	width: 100%;
	line-height: inherit;
	position: relative;
	transition: color 200ms
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:link {
	transition: color 200ms
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px
}

.wpml-ls-legacy-dropdown a {
	background: 0;
	border: 0;
	color: inherit
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: 5px 0;
	line-height: 0
}

.wpml-ls-legacy-dropdown a:hover {
	color: inherit;
	background: 0;
	transition: 0s
}

.wpml-ls-legacy-dropdown a:active {
	color: inherit;
	background: 0;
	transition: 0s
}

.wpml-ls-legacy-dropdown a:visited {
	color: inherit;
	background: 0;
	transition: 0s
}

.wpml-ls-legacy-dropdown a:link {
	color: inherit;
	background: 0;
	transition: 0s
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	position: static;
	vertical-align: middle;
	margin-left: 7px;
	opacity: 1;
	transform: rotate(-135deg);
	-webkit-backface-visibility: hidden;
	margin-top: -3px;
	transition: all 200ms
}

.woo_product_post_media {
	margin: 0
}

.wc_payment_methods label {
	display: inline-block
}

@keyframes wgl_fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0)
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

ul.wgl-products,
.woocommerce .products ul.wgl-products {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px
}

ul.wgl-products.animated_products li,
.woocommerce .products ul.wgl-products.animated_products li {
	opacity: 0;
	transform: translate3d(0, 20px, 0)
}

ul.wgl-products.animated_products li.visible_item,
.woocommerce .products ul.wgl-products.animated_products li.visible_item {
	animation-fill-mode: both;
	animation-duration: .3s;
	animation-name: wgl_fadeInUp
}

ul.wgl-products li,
.woocommerce .products ul.wgl-products li {
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
	margin: 0 30px 40px 0;
	padding: 0;
	box-sizing: border-box;
	transition: all .3s ease
}

ul.wgl-products li:before,
.woocommerce .products ul.wgl-products li:before {
	display: none
}

ul.wgl-products .woocommerce-loop-product__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-align: center
}

ul.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit
}

ul.wgl-products .star-rating,
.woocommerce .products ul.wgl-products .star-rating {
	float: none;
	margin: 7px auto
}

ul.wgl-products .star-rating:before,
.woocommerce .products ul.wgl-products .star-rating:before {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

ul.wgl-products .price,
.woocommerce .products ul.wgl-products .price {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	line-height: 35px
}

ul.wgl-products .price del,
.woocommerce .products ul.wgl-products .price del {
	margin-right: 16px;
	color: #b5b5b5
}

.woocommerce .woocommerce-product-rating .star-rating {
	width: 7.8em;
	margin: 0;
	margin-right: 10px;
	margin-left: 6px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 8px
}

.woocommerce .woocommerce-product-rating .star-rating:before {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woocommerce .star-rating {
	letter-spacing: 4px;
	width: 6.8em;
	font-size: 14px;
	line-height: 1
}

.woocommerce .star-rating:before {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woocommerce .star-rating span:before {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.columns-3 ul.wgl-products li {
	width: calc(33.33333% - 30px)
}

.columns-4 ul.wgl-products li {
	width: calc(25% - 30px)
}

.columns-2 ul.wgl-products li {
	width: calc(50% - 30px)
}

.columns-1 ul.wgl-products li {
	width: calc(100% - 30px)
}

ul.wgl-products li {
	transition: .3s
}

ul.wgl-products li .picture {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

ul.wgl-products li .picture img {
	transform: scale(1);
	transition: 4.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

ul.wgl-products li .picture:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	opacity: 0;
	transition: .3s ease-in-out
}

ul.wgl-products li:hover a.add_to_cart_button,
ul.wgl-products li:hover a.button {
	visibility: visible;
	opacity: 1;
	top: 50%
}

ul.wgl-products li:hover a.add_to_cart_button:hover,
ul.wgl-products li:hover a.button:hover {
	color: #fff
}

ul.wgl-products li:hover .picture:after {
	opacity: 1
}

ul.wgl-products li a.add_to_cart_button,
ul.wgl-products li a.button,
ul.wgl-products li .added_to_cart.wc-forward {
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	position: absolute;
	left: 50%;
	top: 60%;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 13px;
	line-height: 50px;
	padding: 0 20px 0 62px;
	z-index: 2;
	text-align: left;
	color: #fff;
	transition: all .5s ease;
	white-space: nowrap;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-width: 180px;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 25px;
	transform: translate(-50%, -50%);
	letter-spacing: .06em
}

ul.wgl-products li a.add_to_cart_button:before,
ul.wgl-products li a.button:before,
ul.wgl-products li .added_to_cart.wc-forward:before {
	content: '\f148';
	position: absolute;
	display: inline-block;
	font-family: 'flaticon';
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	transition: .9s ease, font 0s;
	border-radius: 50%;
	background: #fff;
	margin-left: -1px;
	text-align: center;
	margin-right: 14px;
	letter-spacing: 0;
	left: 0
}

ul.wgl-products li a.button.added:after,
ul.wgl-products li button.button.added:after,
ul.wgl-products li input.button.added::after {
	font-size: 16px;
	color: #fff;
	vertical-align: inherit;
	margin-left: 0
}

ul.wgl-products li a.button.added,
ul.wgl-products li button.button.added,
ul.wgl-products li input.button.added {
	font-size: 0;
	height: 50px;
	vertical-align: inherit;
	color: transparent;
	top: 50%;
	opacity: 0;
	visibility: visible;
	transition: all .3s ease;
	transition-delay: .2s
}

ul.wgl-products li a.button.added:before,
ul.wgl-products li button.button.added:before,
ul.wgl-products li input.button.added:before {
	display: none
}

ul.wgl-products li a.button.added+.added_to_cart,
ul.wgl-products li button.button.added+.added_to_cart,
ul.wgl-products li input.button.added+.added_to_cart {
	animation-delay: .3s;
	animation-name: wgl_flash_in;
	animation-duration: .2s;
	animation-fill-mode: forwards
}

ul.wgl-products li a.button.loading,
ul.wgl-products li button.button.loading,
ul.wgl-products li input.button.loading {
	font-size: 0;
	height: 50px;
	vertical-align: inherit;
	color: transparent;
	top: 50%;
	opacity: 1;
	visibility: visible;
	transition: .6s ease;
	padding: 0;
	min-width: 50px;
	background: #fff
}

ul.wgl-products li a.button.loading:before,
ul.wgl-products li button.button.loading:before,
ul.wgl-products li input.button.loading:before {
	content: '\f110';
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-align: center;
	text-rendering: auto;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	animation: fa-spin 2s infinite linear
}

ul.wgl-products li a.button.loading:after,
ul.wgl-products li button.button.loading:after,
ul.wgl-products li input.button.loading:after {
	display: none
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes wgl_flash_in {
	from {
		opacity: 0;
		visibility: hidden
	}

	to {
		opacity: 1;
		top: 50%;
		visibility: visible
	}
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	border-radius: 0;
	background: #fff
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
	margin-left: -9px;
	margin-top: -9px;
	top: 50%;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18)
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	text-align: center
}

.woocommerce .products .star-rating {
	margin: 5px auto 10px
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	border-radius: 25px;
	height: 10px;
	margin-bottom: 35px;
	margin-left: 0;
	margin-right: 0
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
	border-radius: 25px;
	background: #f3f3f3
}

.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before {
	display: none
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
	padding-right: 15px
}

.woocommerce .widget_shopping_cart .cart_list li:before,
.woocommerce.widget_shopping_cart .cart_list li:before {
	display: none
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	width: 80px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: -2px
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 9px;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	margin: 0;
	top: 18px
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
	content: '\f14e';
	font-family: 'flaticon';
	font-size: 11px;
	line-height: 1;
	display: inline-block;
	color: #a8abbe;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
	transition: all .3s
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before {
	opacity: .6;
	color: #ff144b
}

.widget.widget_price_filter .widget-title,
.widget.widget_products .widget-title,
.widget.widget_shopping_cart .widget-title {
	padding-bottom: 13px;
	margin-bottom: 2px
}

.widget.widget_products .widget-title:after {
	content: '\f144'
}

.widget.widget_shopping_cart .widget-title:after {
	content: '\f146'
}

.widget.widget_price_filter .widget-title {
	margin-bottom: 25px
}

.widget.widget_price_filter .widget-title:after {
	content: '\f145'
}

.widget.widget_product_tag_cloud .widget-title {
	margin-bottom: 14px
}

.widget.widget_product_categories>ul {
	margin-top: -15px
}

.widget.widget_products .widget-title,
.widget.widget_shopping_cart .widget-title {
	margin-bottom: 16px
}

.widget_product_search .woocommerce-product-search {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: box-shadow .4s;
	margin-bottom: 15px
}

.widget_product_search .woocommerce-product-search:before {
	width: 60px;
	height: 48px;
	position: absolute;
	right: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-weight: 400;
	content: '\f14a';
	color: #363b5b;
	display: inline-block;
	font-family: 'Flaticon';
	font-size: 21px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	text-align: center;
	line-height: 48px;
	opacity: 1;
	text-align: center;
	margin-top: 0
}

.widget_product_search .woocommerce-product-search [type='submit'] {
	font-size: 0;
	width: 40px;
	height: 48px;
	opacity: 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-top: 0
}

.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	height: 48px;
	padding: 0 40px 0 18px;
	border: 0;
	outline: 0;
	border-radius: 25px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e9e9e9;
	font-weight: 400
}

.widget_product_search .woocommerce-product-search .search-field:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	-ms-transition: all .5s;
	transition: all .5s
}

.widget_product_search .woocommerce-product-search .search-field::placeholder {
	font-size: 14px;
	font-weight: 400;
	transition: all .5s
}

.widget_product_search .woocommerce-product-search .search-field:focus:-ms-input-placeholder {
	opacity: 0
}

.widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
	opacity: 0
}

.product-categories .cat-item {
	padding: 5px 0 5px 20px;
	line-height: 30px;
	position: relative
}

.product-categories .cat-item .children {
	font-size: 14px
}

.product-categories .cat-item .post_count {
	position: absolute;
	right: 0;
	float: right;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	top: 2px
}

.product-categories .cat-item .post_count:before {
	display: inline-block;
	content: '['
}

.product-categories .cat-item .post_count:after {
	display: inline-block;
	content: ']'
}

.product-categories .cat-item.current-cat>a:before {
	width: 100%;
	right: auto;
	left: 0
}

.product-categories .cat-item a {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	padding-right: 20px;
	z-index: 2
}

.product-categories .cat-item:before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 16px;
	color: inherit
}

.woocommerce .star-rating span:before {
	color: #f9d322
}

.woocommerce span.onsale {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	box-sizing: border-box;
	font-weight: bold;
	width: auto;
	line-height: 23px;
	height: auto;
	padding: 2px 14px 0;
	min-width: 45px;
	min-height: auto;
	text-transform: uppercase;
	color: #fff;
	left: 15px;
	top: 15px;
	border-radius: 25px
}

.product_list_widget .product-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	transition: color .3s ease
}

.product_list_widget del {
	margin-right: 14px;
	color: #b5b5b5
}

.product_list_widget del .woocommerce-Price-amount {
	color: inherit
}

.woocommerce del {
	margin-right: 4px;
	color: #b5b5b5
}

.woocommerce del .woocommerce-Price-amount {
	color: inherit
}

.woocommerce div.product p.price del {
	opacity: 1;
	font-size: 16px
}

.product_list_widget .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
	margin-right: 4px
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img {
	border-radius: 10px
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 0;
	margin-bottom: 30px
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	margin-bottom: 0
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
	font-weight: 500;
	line-height: 38px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	padding: 0 32px;
	left: auto;
	border: 0;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize;
	border-radius: 25px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background: transparent
}

.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px
}

.woocommerce .widget_price_filter .price_slider_amount span {
	font-weight: 400;
	font-size: 16px
}

.woocommerce .widget_price_filter .price_slider_amount span.from {
	margin-left: 10px
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	margin-top: 16px
}

.woocommerce ul.cart_list li .quantity {
	font-weight: 400;
	font-size: 14px
}

.woocommerce ul.cart_list li .quantity .woocommerce-Price-amount {
	font-weight: 500
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border: 0;
	padding-top: 23px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	font-size: 13px;
	font-weight: 500;
	line-height: 43px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	padding: 0 25px;
	left: auto;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	transition: all .4s;
	text-align: center;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	border-radius: 25px
}

.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
	background: transparent !important
}

.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
	background: transparent
}

.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
	margin-bottom: 0
}

.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
	margin-right: 0
}

.woocommerce>.genesisexpo_module_message_box {
	margin-bottom: 20px
}

.woocommerce-mini-cart__buttons.buttons a.button {
	width: calc(50% - 5px)
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500
}

.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
	margin-left: 5px
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	display: inline;
	width: 50%;
	margin: 0 0 30px;
	float: left;
	font-size: 16px
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	display: inline;
	position: relative;
	width: 50%;
	margin: 0 0 30px;
	float: left;
	text-align: right
}

.woocommerce .woocommerce-ordering select {
	float: right;
	border: 0;
	padding: 6px 16px;
	outline: 0;
	margin: 0;
	width: 270px;
	max-width: 100%;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	background-color: #fff;
	box-sizing: border-box;
	font-family: inherit;
	border: 1px solid #e9e9e9;
	font-weight: 400
}

.woocommerce .woocommerce-ordering select:focus {
	border-color: transparent
}

.wgl-products-catalog,
.wgl-products-related {
	clear: both;
	overflow: hidden
}

.wgl-products-catalog {
	margin-top: 10px
}

.woo_product_image {
	display: flex;
	justify-content: center
}

.wgl-woocommerce-sorting {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.wgl-woocommerce-sorting:after {
	content: '';
	display: block;
	height: 0;
	clear: both
}

.wgl-woocommerce-sorting .genesisexpo_module_message_box {
	width: 100%;
	box-sizing: border-box
}

.wgl-woocommerce-sorting .genesisexpo_module_message_box:before {
	display: none
}

.woocommerce nav.woocommerce-pagination {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none
}

.woocommerce nav.woocommerce-pagination ul {
	display: block;
	white-space: nowrap;
	clear: both;
	border: 0;
	border-right: 0;
	margin: 0;
	text-align: center;
	padding: 11px 0 30px 0;
	font-size: 0
}

.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: 0;
	float: none;
	margin: 0 5px;
	overflow: visible
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: none !important
}

.woocommerce nav.woocommerce-pagination ul li span.current:after {
	width: 100%;
	opacity: 1;
	visibility: visible
}

.woocommerce nav.woocommerce-pagination ul li a:hover:after,
.woocommerce nav.woocommerce-pagination ul li a:focus:after {
	width: 100%;
	opacity: 1;
	visibility: visible
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
	border: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #b0b0b0;
	display: block;
	padding: 0;
	transition: all .4s;
	text-align: center
}

.woocommerce nav.woocommerce-pagination ul li span:after,
.woocommerce nav.woocommerce-pagination ul li a:after {
	display: block;
	content: '';
	height: 6px;
	width: 0;
	border-radius: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: 0
}

.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
	background: transparent;
	font-size: 18px
}

.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
	font-weight: 700
}

.woocommerce nav.woocommerce-pagination ul li:first-child {
	margin-left: 0
}

.woocommerce nav.woocommerce-pagination ul li:before {
	display: none
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span {
	cursor: default
}

.woocommerce-tabs .comment-reply-title {
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	display: block
}

.woocommerce div.product .woocommerce-tabs .panel>h2 {
	display: none
}

.woocommerce div.product .woocommerce-tabs .panel #comments>h2 {
	display: none
}

.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label {
	display: block;
	font-weight: 500
}

.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label[for="wp-comment-cookies-consent"] {
	display: inline-block
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
	border: 0
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
	border: 0
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
	background: #f7f8ff;
	font-weight: 500;
	font-size: 18px;
	padding: 14px 70px;
	border-bottom: 0;
	color: #fff;
	border: 1px solid #ddd
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
	font-style: normal;
	border: 0;
	background: #fff;
	border: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px
}

.woocommerce .summary .product_meta {
	border-top: 1px solid #ebebeb;
	padding-top: 29px;
	padding-bottom: 28px;
	margin-top: 3px;
	padding-left: 6px
}

.woocommerce .summary .product_meta>span {
	display: block;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px
}

.woocommerce .summary .product_meta>span:last-child {
	margin-bottom: 0
}

.woocommerce .summary .product_meta>span span,
.woocommerce .summary .product_meta>span a {
	font-weight: 400
}

.woocommerce .summary .product_meta>span span:first-child,
.woocommerce .summary .product_meta>span a:first-child {
	margin-left: 0
}

.woocommerce .summary form.cart {
	border-top: 1px solid rgba(77, 77, 77, 0.1);
	margin-bottom: 0 !important;
	padding-top: 40px;
	padding-bottom: 35px
}

.woocommerce-product-gallery figure {
	overflow: hidden;
	border-radius: 10px
}

.woocommerce-product-gallery figure>div {
	border-radius: 10px
}

.woocommerce-product-gallery .flex-viewport {
	border-radius: 10px
}

.woocommerce-product-gallery .flex-viewport figure {
	border-radius: 0
}

.woocommerce-product-gallery .flex-viewport figure>div {
	border-radius: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}

.woocommerce-product-gallery img {
	display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99
}

a.woocommerce-product-gallery__trigger {
	text-decoration: none
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 45px;
	width: 45px;
	border-radius: 50%
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	color: #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border: 2px solid #000;
	transition: .4s;
	top: 14px;
	left: 14px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	top: 24px;
	left: 27px;
	background: #000;
	transition: .4s
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
	border: 2px solid #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
	background: #fff
}

.product .flex-control-nav li {
	margin-left: 0;
	padding: 0
}

.product .flex-control-nav li:before {
	display: none
}

.product .flex-control-nav li img {
	margin: 0 auto
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 48%;
	max-width: 540px;
	margin-bottom: 2.5em
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 49%
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 120px;
	overflow: hidden;
	box-sizing: border-box;
	overflow: visible
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 10px;
	opacity: 1;
	box-sizing: border-box
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.17)
}

.woocommerce div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.woocommerce div.product .summary .woocommerce-product-rating {
	margin-bottom: 1em
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
	margin-right: 0
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 20px;
	overflow: visible !important
}

.woocommerce div.product div.images .flex-control-thumbs:after {
	display: block;
	height: 0;
	content: '';
	clear: both
}

.woocommerce div.product .product_title {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-top: -3px;
	margin-bottom: 12px
}

.woocommerce div.product .summary p.price,
div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
	margin-top: 12px;
	font-size: 24px;
	margin-bottom: 32px
}

.woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
div.product .summary span.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
	margin-right: 5px
}

.woocommerce-review-link {
	color: #7b7d90;
	font-size: 14px
}

.woocommerce div.product .summary p.price ins,
div.product .summary span.price ins {
	text-decoration: none
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 16px
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: 400
}

.woocommerce div.product form.cart .variations tr {
	border: 0
}

.woocommerce div.product form.cart .variations td.label {
	display: list-item;
	padding: 0;
	list-style: none;
	background-color: transparent
}

.woocommerce div.product form.cart .variations td.value {
	margin-bottom: 30px
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	text-align: left;
	line-height: 1;
	padding: 0;
	display: list-item;
	padding: 0;
	list-style: none;
	background-color: transparent
}

.woocommerce div.product form.cart .variations select {
	min-width: auto;
	display: inline-block;
	margin-right: 0
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 20px
}

.woocommerce div.product form.cart div.quantity .qty {
	display: inline-block;
	width: 90px;
	height: 50px;
	border: 0;
	border-radius: 30px;
	padding: 0 20px 0 10px;
	font-size: 20px;
	font-weight: 400;
	background: #f3f3f3;
	vertical-align: middle
}

.woocommerce div.product form.cart div.quantity input[type='number']::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input[type='number']::-webkit-outer-spin-button {
	opacity: 1
}

.woocommerce div.product form.cart .button {
	font-size: 13px;
	height: 50px;
	font-weight: 600;
	line-height: 48px;
	padding: 0 24px 0 62px;
	border-width: 0;
	border-radius: 0;
	text-transform: uppercase;
	border-radius: 25px;
	border-width: 1px;
	border-style: solid;
	background: transparent;
	position: relative;
	transition: .6s
}

.woocommerce div.product form.cart .button:before {
	content: '\f148';
	font-family: 'flaticon';
	font-size: 16px;
	font-weight: 400;
	transition: .6s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: -1px;
	margin-left: -1px;
	text-align: center;
	margin-right: 14px;
	letter-spacing: 0;
	color: #fff;
	margin-top: -1px
}

.woocommerce div.product form.cart .button:hover {
	color: #fff !important
}

.woocommerce div.product form.cart .button:hover:before {
	background: #fff !important;
	border-color: #fff !important
}

.woocommerce div.product form.cart .button.disabled {
	color: #fff !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	overflow: visible
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .08em;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 2;
	text-align: center;
	cursor: pointer;
	transition: 0s;
	background: transparent;
	margin-right: 21px;
	border: 1px solid #ddd;
	border-radius: 25px;
	transition: .3s ease-in-out
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1);
	border-color: transparent
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after {
	display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
	display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	margin-right: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 39px;
	display: block;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	box-shadow: none;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0
}

.woocommerce #review_form #respond {
	padding: 20px 30px 20px 30px
}

.woocommerce #review_form #respond .stars {
	display: inline-block;
	margin-bottom: 0
}

.woocommerce #review_form #respond .stars a {
	color: #f9d322;
	margin-right: -4px
}

.woocommerce #review_form #respond .stars a:not(:last-child) {
	padding-right: 26px
}

.woocommerce #reviews #comment {
	height: 118px
}

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
	display: block;
	position: absolute;
	right: 0;
	top: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: block;
	float: none;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
	background: 0;
	box-shadow: none
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 20px 0 27px 0;
	margin-bottom: 16px
}

.woocommerce div.product .woocommerce-tabs .panel #comments {
	padding-top: 0
}

.upsells.products,
.related.products {
	margin-top: 0;
	clear: both
}

.upsells>h4,
.related>h2 {
	text-align: left;
	font-size: 30px;
	font-weight: 500;
	line-height: 52px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	text-transform: capitalize
}

.woocommerce div.product form.cart .group_table tr {
	border: 0
}

.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
	text-align: left
}

.woocommerce div.product form.cart .group_table tr td {
	vertical-align: middle
}

.woocommerce div.product form.cart .group_table tr td label {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px
}

.woocommerce #respond input#submit {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: .09em;
	line-height: 34px;
	padding: 9px 34px 9px;
	margin-bottom: 16px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	transition: all 400ms;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 10px
}

.woocommerce #respond input#submit:hover {
	background: transparent
}

.woocommerce #respond form#commentform>p {
	padding-left: 0;
	padding-right: 0
}

.woocommerce #respond form#commentform>p.comment-form-author,
.woocommerce #respond form#commentform>p.comment-form-email {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 16px
}

.woocommerce #respond form#commentform>p.comment-form-author input,
.woocommerce #respond form#commentform>p.comment-form-email input {
	position: relative;
	width: 100%
}

.woocommerce #respond form#commentform>p.comment-form-cookies-consent {
	padding-left: 15px;
	padding-right: 15px;
	clear: both
}

.woocommerce #respond form#commentform>p.comment-form-cookies-consent input {
	margin-left: 0
}

.woocommerce #respond form#commentform>p.comment-form-cookies-consent label.wp-comment-cookies-consent {
	display: inline-block
}

.woocommerce #respond form#commentform>p.comment-notes {
	margin-bottom: 20px
}

.woocommerce #respond form#commentform>p textarea {
	position: relative
}

.woocommerce #respond form#commentform .comment-form-rating,
.woocommerce #respond form#commentform .comment-notes,
.woocommerce #respond form#commentform .comment-form-comment,
.woocommerce #respond form#commentform .form-submit {
	padding-left: 15px;
	padding-right: 15px
}

.woocommerce #respond form#commentform .comment-form-rating {
	margin-bottom: 16px;
	padding: 0 0 0 15px
}

.woocommerce #respond form#commentform {
	margin-left: -15px;
	margin-right: -15px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 90px;
	border-radius: 10px
}

.woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
	margin: 0;
	font-size: 18px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border-collapse: collapse
}

.woocommerce table.shop_table .woocommerce-Price-amount.amount {
	font-size: 18px;
	font-weight: 400;
	color: #46e1ac
}

.woocommerce table.shop_table.cart input.button {
	border-radius: 30px;
	line-height: 45px;
	padding: 0 30px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	height: 45px;
	border-width: 1px;
	border-style: solid
}

.woocommerce table.shop_table div.quantity .qty {
	height: 40px;
	width: 97px;
	display: inline-block;
	vertical-align: middle;
	background: #f3f3f3;
	border-radius: 30px;
	border: 0;
	padding: 0;
	font-size: 18px
}

.woocommerce table.shop_table td {
	padding-left: 0;
	padding-right: 0;
	border: 0;
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
	padding-bottom: 20px
}

.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
	color: #838990
}

.woocommerce table.shop_table td.product-remove {
	padding-left: 8px;
	padding-right: 8px
}

.woocommerce table.shop_table td.product-name .product-quantity {
	font-weight: 400;
	opacity: .6
}

.woocommerce table.shop_table td.product-quantity .quantity input[type='number'] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	display: inline-block;
	position: relative;
	height: 50px;
	width: 97px;
	display: inline-block;
	vertical-align: middle;
	background: #f3f3f3;
	border-radius: 30px;
	border: 0;
	padding: 0 20px 0 15px;
	font-size: 18px
}

.woocommerce table.shop_table td.product-quantity .quantity input[type='number']::-webkit-inner-spin-button,
.woocommerce table.shop_table td.product-quantity .quantity input[type='number']::-webkit-outer-spin-button {
	opacity: 1
}

.woocommerce table.shop_table td.product-quantity .quantity .number-input {
	display: inline-flex;
	border: 2px solid #ddd
}

.woocommerce table.shop_table td.product-quantity .quantity .number-input button {
	position: relative;
	width: 3rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	margin: 0;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	background-color: transparent;
	cursor: pointer
}

.woocommerce table.shop_table td.product-quantity .quantity .number-input button:before,
.woocommerce table.shop_table td.product-quantity .quantity .number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 1rem;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%)
}

.woocommerce table.shop_table td.product-quantity .quantity .number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg)
}

.woocommerce table.shop_table td.product-quantity .quantity .number-input input[type='number'] {
	max-width: 5rem;
	padding: .5rem;
	border: solid #ddd;
	border-width: 0 2px;
	font-size: 2rem;
	height: 3rem;
	font-weight: bold;
	text-align: center;
	background: transparent
}

.woocommerce table.shop_table td.product-quantity .quantity span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 15px;
	font-size: 11px;
	cursor: pointer;
	transform: translateY(-50%)
}

.woocommerce table.shop_table td.product-quantity .quantity span:before {
	content: '\f068';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: inherit;
	line-height: 1;
	font-weight: 600;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woocommerce table.shop_table td.product-quantity .quantity span.plus {
	margin-left: 0;
	margin-right: 15px;
	right: 0;
	left: auto
}

.woocommerce table.shop_table td.product-quantity .quantity span.plus:before {
	content: '\f067'
}

.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail {
	text-align: left
}

.woocommerce table.shop_table td.product-thumbnail {
	white-space: nowrap;
	width: 1%;
	padding-left: 10px
}

.woocommerce table.shop_table td.product-name {
	padding-left: 34px;
	font-weight: 400
}

.woocommerce table.shop_table td.product-name a {
	color: inherit
}

.woocommerce table.shop_table tbody tr:first-child td {
	border-top: 0
}

.woocommerce table.shop_table thead {
	background: #f3f3f3
}

.woocommerce table.shop_table thead tr {
	border: 0
}

.woocommerce table.shop_table thead tr th:first-child {
	border-radius: 30px 0 0 30px
}

.woocommerce table.shop_table thead tr th:last-child {
	border-radius: 0 30px 30px 0
}

.woocommerce table.shop_table thead th {
	padding: 0;
	line-height: 50px;
	font-weight: 400;
	font-size: 18px;
	border: 0;
	color: #fff
}

.woocommerce table.shop_table thead th.product-name {
	padding-left: 40px;
	text-align: left
}

.woocommerce table.shop_table tfoot tr th {
	text-align: left;
	padding-left: 40px
}

.woocommerce table.shop_table th {
	border: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: #fff
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: '';
	display: block;
	border: 1em solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 2em
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
	display: none
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	margin-top: 0;
	font-size: 18px
}

.woocommerce-cart .cart-collaterals .button,
.woocommerce-checkout .cart-collaterals .button {
	width: 100%
}

.woocommerce ul#shipping_method li {
	padding-left: 0;
	margin: 0
}

.woocommerce ul#shipping_method li:before {
	display: none
}

.checkout.woocommerce-checkout #ship-to-different-address,
.checkout.woocommerce-checkout #ship-to-different-address span {
	font-size: 18px;
	line-height: 24px
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px 28px;
	width: 372px;
	margin-bottom: 60px;
	margin-top: 30px
}

.woocommerce .cart-collaterals .cart_totals>h2,
.woocommerce-page .cart-collaterals .cart_totals>h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 25px
}

.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
	border: 0
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
	font-weight: 500
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
	font-weight: 400
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
	text-align: left;
	padding: 4px 0
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	width: 1%;
	white-space: nowrap;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	border: 0
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding-left: 10px;
	font-weight: 400;
	font-size: 22px;
	text-align: right
}

.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
	font-size: 18px;
	text-align: right
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	margin: 0;
	border-bottom: 0;
	border-top: 1px solid #ebebeb;
	padding-bottom: 0;
	padding-top: 18px
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 14px 0
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 60px;
	line-height: 50px;
	margin-bottom: 0;
	letter-spacing: .07em;
	border-radius: 25px;
	border-width: 1px;
	border-style: solid
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background: transparent !important
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 0
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	transition: all .3s ease
}

.woocommerce button.button {
	padding: 0 25px;
	line-height: 50px;
	color: #fff;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 500;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: .09em
}

.woocommerce form.checkout_coupon .form-row {
	float: left
}

.woocommerce form .form-row textarea {
	height: 120px
}

.woocommerce form .form-row textarea:focus {
	box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1)
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 0;
	background: transparent;
	font-size: 12px;
	line-height: 43px;
	padding: 0 25px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	border-radius: 25px
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	font-size: 12px;
	line-height: 45px;
	padding: 0 25px;
	border-width: 0;
	border-style: solid;
	font-weight: 500;
	border-radius: 25px;
	color: #fff
}

.woocommerce a.button {
	border-radius: 25px;
	color: #fff;
	font-weight: 400;
	line-height: 45px;
	padding: 0 25px;
	text-transform: capitalize
}

.woocommerce table.shop_table.cart input.button:hover {
	background: transparent
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	background: transparent !important;
	text-transform: uppercase
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
	color: initial !important
}

.woocommerce a.remove {
	font-size: 0;
	text-shadow: none;
	color: transparent !important;
	margin: 0;
	display: inline;
	line-height: inherit
}

.woocommerce a.remove:before {
	content: '\f14e';
	font-family: 'flaticon';
	font-size: 12px;
	display: inline-block;
	color: #bfc1c2;
	text-rendering: auto;
	font-weight: initial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
	transition: all .3s
}

.woocommerce a.remove:hover:before {
	color: #ff144b
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 270px;
	margin-right: 10px;
	padding-left: 15px;
	background: transparent;
	font-weight: 400;
	height: 45px;
	font-size: 14px
}

#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: transparent
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: transparent
}

.woocommerce-message {
	border-top: 0
}

.woocommerce-message a.button {
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	padding: 0 25px;
	left: auto;
	border: 0;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	text-transform: capitalize;
	transition: all .4s;
	text-align: center;
	box-sizing: border-box;
	border-radius: 25px
}

.woocommerce-message a.button:hover {
	color: #fff
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #fff
}

.woocommerce .genesisexpo_module_message_box .message_text {
	line-height: 40px
}

.woocommerce-info {
	border: 0;
	font-size: 14px;
	line-height: 1.7
}

.woocommerce form .form-row .select2-container--default .select2-selection--single {
	padding: 0 30px;
	outline: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-family: inherit;
	height: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 25px
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 0;
	padding-right: 0;
	color: #7a7a7a
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #c2c2c2 transparent transparent transparent
}

body .select2-dropdown {
	border-color: #e9e9e9;
	border-radius: 0
}

.checkout.woocommerce-checkout h3 {
	margin-bottom: 0
}

.checkout.woocommerce-checkout .woocommerce-billing-fields>h3,
.checkout.woocommerce-checkout #order_review_heading {
	margin-bottom: 20px
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
	display: none
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	padding: 0 25px;
	line-height: 45px;
	border-radius: 25px;
	font-size: 13px
}

.woocommerce-error {
	border-top: 0;
	margin: 0;
	padding: 0
}

.woocommerce-error:before {
	display: none
}

.woocommerce-error li:before {
	display: none !important
}

.woocommerce .col2-set {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%
}

.woocommerce .col2-set>.col-1,
.woocommerce .col2-set>.col-2,
.woocommerce .col2-set>[class^='col'] {
	width: 100%;
	float: none;
	margin-bottom: 30px
}

.woocommerce #order_review_heading,
.woocommerce #order_review {
	width: 47.8260869565%;
	float: right;
	margin-right: 0
}

.woocommerce #order_review table.shop_table tbody tr:first-child td,
.woocommerce #order_review table.shop_table tbody tr:first-child th {
	padding-top: 35px
}

.woocommerce #order_review table.shop_table tfoot tr:last-child td,
.woocommerce #order_review table.shop_table tfoot tr:last-child th {
	padding-bottom: 35px
}

.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table tfoot th {
	padding-top: 15px;
	padding-bottom: 15px
}

.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
	margin-bottom: 0
}

.woocommerce input:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder {
	color: #979797;
	opacity: 1
}

.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
	color: #979797;
	opacity: 1
}

.woocommerce input:-ms-input-placeholder {
	color: #979797;
	opacity: 1
}

.woocommerce input::placeholder {
	color: #979797;
	opacity: 1
}

.woocommerce ::-webkit-input-placeholder {
	color: #979797
}

.woocommerce ::-moz-placeholder {
	color: #979797
}

.woocommerce :-ms-input-placeholder {
	color: #979797
}

.woocommerce :-moz-placeholder {
	color: #979797
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-color: #f7f7f7;
	background-color: #f7f7f7
}

.woocommerce-checkout #payment {
	border-radius: 10px
}

.woocommerce form .form-row .required {
	text-decoration: none;
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 2em 1.5em 0;
	border-bottom: 0
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	padding-top: 0;
	line-height: 1.7;
	padding-left: 0
}

#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
	display: none !important
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0 2em 2.5em
}

.woocommerce-billing-fields__field-wrapper {
	margin-top: -6px
}

.woocommerce-billing-fields__field-wrapper .select__field {
	position: relative;
	z-index: 1
}

.woocommerce-billing-fields__field-wrapper .select2 .select2-selection__arrow {
	display: none
}

.woocommerce form .form-row label {
	font-weight: 400
}

.woocommerce div.product form.cart .reset_variations {
	font-size: 0;
	text-shadow: none;
	color: transparent !important;
	margin: 0 0 0 5px;
	display: inline;
	line-height: inherit
}

.woocommerce div.product form.cart .reset_variations:before {
	content: '\f0e2';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 600;
	color: #737373;
	text-rendering: auto;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.woocommerce-notices-wrapper {
	margin-bottom: 20px
}

.woocommerce .woocommerce-checkout .genesisexpo_module_message_box {
	margin-bottom: 20px
}

.woocommerce .woocommerce-checkout .type_error .message_icon_wrap {
	background: transparent
}

.woocommerce .woocommerce-checkout .type_error .message_icon_wrap .message_icon {
	color: #fd2231
}

.woocommerce .woocommerce-checkout .type_error .message_close_button {
	display: none
}

@media only screen and (max-width:1200px) {
	.woocommerce-mini-cart__buttons.buttons {
		display: block
	}

	.woocommerce .widget_shopping_cart .buttons a,
	.woocommerce.widget_shopping_cart .buttons a {
		width: 100%
	}

	ul.wgl-products li a.add_to_cart_button,
	ul.wgl-products li a.button,
	ul.wgl-products li .added_to_cart.wc-forward {
		font-size: 0;
		line-height: 0;
		min-height: 50px;
		min-width: 0;
		padding: 0
	}

	ul.wgl-products li a.add_to_cart_button:before,
	ul.wgl-products li a.button:before,
	ul.wgl-products li .added_to_cart.wc-forward:before {
		left: 50%;
		margin-left: -25px;
		margin-right: 0;
		line-height: 50px
	}

	ul.wgl-products li a.button.loading:before,
	ul.wgl-products li button.button.loading:before,
	ul.wgl-products li input.button.loading:before {
		left: 0
	}
}

@media only screen and (max-width:1024px) {
	.woocommerce-mini-cart__buttons.buttons {
		display: flex
	}

	.woocommerce .widget_shopping_cart .buttons a,
	.woocommerce.widget_shopping_cart .buttons a {
		margin-right: 10px;
		margin-bottom: 0;
		width: auto
	}
}

@media only screen and (max-width:992px) {
	.columns-4 ul.wgl-products li {
		width: calc(50% - 30px)
	}
}

@media only screen and (max-width:768px) {
	.wgl-products-wrapper ul.wgl-products li {
		width: calc(50% - 30px)
	}

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
		clear: both
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		margin-right: 0
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border: 0
	}

	.woocommerce table.shop_table td.product-name,
	.woocommerce table.shop_table thead th.product-name,
	.woocommerce table.shop_table tfoot tr th {
		padding-left: 20px
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent
	}

	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: auto
	}

	.woocommerce .col2-set {
		width: 100%;
		float: left;
		margin-right: 0
	}

	.woocommerce #order_review_heading,
	.woocommerce #order_review {
		width: 100%
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		width: auto
	}
}

@media only screen and (max-width:600px) {
	.woocommerce form.checkout_coupon .form-row {
		width: 100%
	}

	.wgl-products-wrapper ul.wgl-products li,
	.woocommerce .wgl-products-wrapper ul.wgl-products li {
		width: 100%;
		margin-right: 0
	}

	ul.wgl-products,
	.woocommerce .products ul.wgl-products {
		margin-right: 0
	}

	.wgl-woocommerce-sorting {
		display: block
	}

	.wgl-woocommerce-sorting p.woocommerce-result-count {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: right
	}

	.wgl-woocommerce-sorting form.woocommerce-ordering {
		width: 100%;
		margin: 0 0 30px 0
	}

	.woocommerce table.shop_attributes th {
		width: auto
	}

	.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
		padding: 14px 20px
	}

	.woocommerce .genesisexpo_module_message_box .message_text {
		display: flex;
		flex-direction: column-reverse
	}

	.woocommerce .genesisexpo_module_message_box .message_text a {
		width: -webkit-max-content;
		width: max-content
	}
}

@media only screen and (max-width:426px) {
	.woocommerce .genesisexpo_module_message_box .message_text {
		line-height: inherit
	}
}

.comment-form-rating .select__field:before {
	display: none
}

.rev_slider .tp-caption a {
	color: inherit;
	transition: all .3s ease
}

.rev_slider .tp-caption .genesisexpo_module_social a {
	line-height: 26px !important;
	transition: all .3s ease !important
}

.add_wave_rev_slider .revslider-initialised:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(https://genesisexpo.wgl-demo.net/wp-content/themes/genesisexpo/img/wave_header.svg);
	height: 20%;
	background-size: 100% 100%;
	z-index: 21
}

body .footer .widget .widget-title:after {
	opacity: .4
}

body .footer .widget_rss ul li .rsswidget,
body .footer select {
	color: #fff
}

body .footer select:focus,
body .footer select:active {
	border: 1px solid #ddd;
	background: transparent
}

body .footer ul li:before {
	background: #fff
}

body .footer ul li.recentcomments {
	color: #fff
}

body .footer .widget_rss ul li .rss-date,
body .footer .widget_rss ul li cite {
	color: #fff;
	opacity: .7
}

body .widget {
	position: relative;
	z-index: 1
}

body .widget:not(:first-child) {
	padding-top: 40px
}

body .widget .widget-title {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	margin-bottom: 12px;
	padding-bottom: 12px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: .01em
}

body .widget .widget-title:after {
	content: '';
	position: absolute;
	content: "\f115";
	font-family: 'Flaticon';
	color: #f3f3f3;
	top: 0;
	font-size: 45px;
	margin-top: -20px;
	margin-left: -24px;
	z-index: -1
}

body .widget .widget-title .rsswidget {
	margin-right: 5px;
	line-height: 0
}

body .widget ul li {
	font-weight: 400
}

body .widget ul li a {
	color: inherit;
	transition: all .3s ease
}

body .widget ul li:before {
	display: none
}

body .widget>ul,
body .widget>div>ul {
	padding-bottom: 0
}

body .widget>#recentcomments {
	margin-top: -15px
}

body .widget>ul>li li,
body .widget>div>ul>li li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px
}

body .widget_archive ul,
body .widget_recent_entries ul,
body .widget_categories ul,
body .widget_meta ul {
	margin-top: -15px
}

body .widget_archive ul li,
body .widget_recent_entries ul li,
body .widget_categories ul li,
body .widget_meta ul li {
	padding: 5px 0 5px 20px;
	line-height: 30px
}

body .widget_archive ul li:before,
body .widget_recent_entries ul li:before,
body .widget_categories ul li:before,
body .widget_meta ul li:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 16px;
	color: inherit
}

body .widget_archive ul ul,
body .widget_recent_entries ul ul,
body .widget_categories ul ul,
body .widget_meta ul ul {
	margin-top: 0
}

body .widget_archive ul ul li:before,
body .widget_recent_entries ul ul li:before,
body .widget_categories ul ul li:before,
body .widget_meta ul ul li:before {
	top: 21px
}

body .widget_categories ul li .post_count,
body .widget_archive ul li .post_count {
	position: absolute;
	right: 0;
	top: 13px;
	float: right;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	top: 2px
}

body .widget_categories ul li .post_count:before,
body .widget_archive ul li .post_count:before {
	display: inline-block;
	content: '['
}

body .widget_categories ul li .post_count:after,
body .widget_archive ul li .post_count:after {
	display: inline-block;
	content: ']'
}

body .widget_categories ul li ul li:first-child,
body .widget_archive ul li ul li:first-child {
	margin-top: 10px
}

body .widget_categories ul li ul li:last-child,
body .widget_archive ul li ul li:last-child {
	padding-bottom: 0
}

body .widget_categories ul li ul li:after,
body .widget_archive ul li ul li:after {
	bottom: initial;
	top: 0
}

body .widget_categories select,
body .widget_archive select {
	width: 100%
}

body .widget_categories a,
body .widget_archive a {
	text-transform: capitalize
}

body .widget_comments>ul>li:before {
	content: "\f109";
	position: relative;
	z-index: 1;
	font-family: flaticon;
	top: 0;
	width: auto;
	height: auto;
	display: inline-block !important;
	vertical-align: middle;
	background-color: transparent !important;
	margin-right: 10px
}

body .widget_recent_entries .widget-title:after {
	content: "\f117"
}

body .widget_recent_entries ul li .post-date {
	font-size: .8em;
	float: right
}

body .widget_recent_entries ul li:before {
	font-family: 'flaticon';
	content: "\f115";
	font-size: 14px;
	width: 0;
	height: 0;
	left: 0;
	top: 5px
}

body .widget_recent_entries ul li:after {
	content: '';
	clear: both;
	display: table
}

body .widget_recent_comments .widget-title:after {
	content: "\f134"
}

body .widget_pages ul {
	margin-top: -15px
}

body .widget_pages ul ul {
	margin-top: 0
}

body .widget_recent_comments ul li,
body .widget_pages ul li {
	padding: 5px 0;
	line-height: 30px
}

body .widget_rss .widget-title>a {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	margin-bottom: 12px;
	padding-bottom: 12px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: .01em
}

body .widget_rss .widget-title>a img {
	display: none
}

body .widget_rss ul li {
	padding: 40px 0 0 0
}

body .widget_rss ul li:first-child {
	padding-top: 0
}

body .widget_rss ul li .rsswidget {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	display: inline-block
}

body .widget_rss ul li .rss-date {
	font-size: 16px;
	display: block;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 20px
}

body .widget_rss ul li .rss-date:before {
	content: '['
}

body .widget_rss ul li .rss-date:after {
	content: ']'
}

body .widget_rss ul li .rssSummary {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px
}

body .widget_rss ul li cite {
	display: block;
	position: relative;
	margin-top: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
	color: #7e7e7e
}

body .widget_rss ul li cite:before {
	content: '\2013';
	margin-right: 5px
}

.wp-block-archives-dropdown {
	display: inline-block;
	position: relative
}

.wp-block-archives-dropdown select {
	min-width: 270px
}

ul.wp-block-archives.wp-block-archives-list li a {
	color: inherit
}

ul.wp-block-latest-posts li:before {
	font-family: 'flaticon';
	content: "\f115";
	font-size: 14px;
	width: 0;
	height: 0;
	left: 0;
	top: 13px;
	line-height: 1
}

ul.wp-block-latest-posts li a {
	color: inherit
}

ul.wp-block-categories.wp-block-categories-list li a {
	color: inherit
}

ul.wp-block-categories.wp-block-categories-list li .post_count {
	position: absolute;
	right: 0;
	top: 13px;
	float: right;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	top: 2px
}

ul.wp-block-categories.wp-block-categories-list li .post_count:before {
	display: inline-block;
	content: '['
}

ul.wp-block-categories.wp-block-categories-list li .post_count:after {
	display: inline-block;
	content: ']'
}

body .widget_search .widget-title:after {
	content: "\f14a"
}

body .widget_search .search-form {
	position: relative;
	z-index: 1
}

body .widget_search .search-form .search-field {
	width: 100%;
	height: 50px;
	padding: 0 50px 0 18px;
	border: 0;
	outline: 0;
	border-radius: 25px;
	font-weight: 300;
	background: #fff;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	margin-bottom: 15px
}

body .widget_search .search-form .search-field:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	-ms-transition: all .5s;
	transition: all .5s
}

body .widget_search .search-form .search-field::placeholder {
	font-size: 16px;
	font-weight: 400;
	transition: all .5s
}

body .widget_search .search-form .search-field:focus:-ms-input-placeholder {
	opacity: 0
}

body .widget_search .search-form .search-field:focus::placeholder {
	opacity: 0
}

body .widget_search .search-form .search-button,
body .widget_search .search-form:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50px;
	height: 48px;
	font-size: 0;
	text-align: center;
	opacity: 0;
	padding: 0;
	margin: 0;
	cursor: pointer
}

body .widget_search .search-form .search-button {
	z-index: 2
}

body .widget_search .search-form:after {
	content: "\f14a";
	font-family: 'Flaticon';
	line-height: 50px;
	font-size: 17px;
	color: #bababa;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	opacity: 1;
	transition: all .4s;
	right: 10px
}

body .widget_wgl_posts .widget-title:after {
	content: "\f117"
}

body .widget_wgl_posts .recent-posts-widget {
	padding: 0;
	margin-top: -5px;
	margin-bottom: 15px
}

body .widget_wgl_posts .recent-posts-widget li {
	padding: 0;
	line-height: inherit
}

body .widget_wgl_posts .recent-posts-widget li img {
	float: left;
	max-width: 80px
}

body .widget_wgl_posts .recent-posts-widget li:after {
	content: '';
	clear: both;
	position: relative;
	display: table;
	height: 0
}

body .widget_wgl_posts .recent-posts-widget li:not(:first-child) {
	margin-top: 33px
}

body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px
}

body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper,
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
	float: left
}

body .widget_wgl_posts .recent-posts-widget .with_image .recent-posts-content_wrapper {
	width: calc(100% - 95px)
}

body .widget_wgl_posts .recent-posts-widget .meta-wrapper {
	padding: 0;
	background: transparent;
	font-size: 16px
}

body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
	width: calc(100% - 20px)
}

body .widget_wgl_posts .recent-posts-widget .post_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400 !important
}

body .widget_wgl_posts .recent-posts-widget .post_title a {
	font-weight: 400
}

body .widget_wgl_posts .recent-posts-widget .counter_posts {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	border: 3px solid #fafafa;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	margin-left: -13px;
	margin-top: -15px
}

body .widget_postshero .with_image .recent-posts-content {
	height: 240px;
	position: relative
}

body .widget_postshero .post_title {
	font-size: 22px
}

body .widget_postshero .post_title a:hover {
	opacity: .8
}

body .widget_postshero .meta-wrapper {
	background: rgba(18, 19, 20, 0.4);
	color: #fff;
	font-size: 12px;
	display: flex;
	align-self: flex-start;
	padding: 0 10px
}

body .widget_postshero .post_cat a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 3px 10px
}

body .widget_postshero .post_cat a:hover {
	background: rgba(18, 19, 20, 0.4)
}

body .widget_postshero .meta-data:before {
	content: "\f148";
	font-family: 'Flaticon';
	font-size: 12px;
	display: inline-block;
	border: 0;
	vertical-align: middle;
	margin-right: 7px;
	color: #fff
}

body .widget_postshero li {
	padding: 0 !important;
	line-height: inherit
}

body .widget_postshero li:not(:last-child) {
	margin-bottom: 30px
}

body .widget_postshero li:after {
	display: none
}

body .widget_postshero li.with_image .recent-posts-content_wrapper {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

body .widget_postshero li.with_image .recent-posts-image_wrapper:before,
body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .5s
}

body .widget_postshero li.with_image .recent-posts-image_wrapper:before {
	background: linear-gradient(to top, #000020 0, rgba(0, 0, 0, 0) 60%);
	opacity: .4
}

body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
	background: #000020;
	opacity: 0
}

body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:before {
	opacity: 0
}

body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:after {
	opacity: .4
}

body .widget_postshero li.with_image .post_cat {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	line-height: 1
}

body .widget_postshero li.with_image .post_title {
	margin-bottom: 15px
}

body .widget_postshero li.with_image .post_title a {
	color: #fff;
	font-weight: 500
}

body .widget.widget_tag_cloud .widget-title:after {
	content: "\f118"
}

.tagcloud {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px
}

.tagcloud a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 14px !important;
	line-height: 28px;
	font-weight: 400;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 13px;
	transition: all .4s;
	border-radius: 25px;
	border: 1px solid transparent;
	background: #f3f3f3
}

.tagcloud a:hover {
	color: #fff;
	border-color: transparent;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1)
}

body .widget_nav_menu ul.menu li {
	line-height: 20px
}

body .widget_nav_menu ul.menu>li {
	padding-left: 0
}

body .widget_nav_menu ul.menu>li>a {
	display: block;
	padding: 10px 0
}

body .widget_nav_menu ul.menu .sub-menu>li:last-child:after {
	display: none
}

body .widget_nav_menu ul.menu>.menu-item-has-children .sub-menu .menu-item-has-children {
	padding-bottom: 0
}

body .widget_nav_menu ul.menu>.menu-item-has-children .sub-menu .menu-item-has-children>a {
	display: block;
	margin-bottom: 10px
}

.author-widget_wrapper {
	text-align: center;
	margin-top: 20px
}

.author-widget_img-wrapper {
	margin-bottom: 21px;
	position: relative;
	display: inline-block
}

.author-widget_img-wrapper img {
	width: 210px;
	border-radius: 50%
}

.author-widget_title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 7px
}

.author-widget_text {
	line-height: 30px;
	margin: 0
}

.author-widget_social {
	position: absolute;
	right: -26px;
	top: -24px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	white-space: nowrap
}

.author-widget_social-link {
	color: #fff !important;
	margin: 0 6px
}

.author-widget_social-link:hover {
	transform: translateY(-5px)
}

.textwidget p:last-child {
	margin-bottom: 0
}

.widget.genesisexpo_widget.genesisexpo_banner-widget {
	padding: 32px 0 200px;
	text-align: center;
	background-size: cover;
	background-position: center center;
	max-width: 370px;
	border-radius: 10px;
	margin-top: 42px
}

.widget.genesisexpo_widget.genesisexpo_banner-widget .banner-widget_img-wrapper {
	margin-bottom: 20px
}

.widget.genesisexpo_widget.genesisexpo_banner-widget .banner-widget_text_sub {
	font-size: 18px;
	margin-bottom: 5px
}

.widget.genesisexpo_widget.genesisexpo_banner-widget .banner-widget_text_bg {
	font-size: 60px;
	font-weight: 900;
	color: #fffefe;
	text-transform: uppercase;
	margin-top: -20px;
	position: relative;
	text-align: center;
	z-index: -1
}

.widget.genesisexpo_widget.genesisexpo_banner-widget .banner-widget_button {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-radius: 25px
}

.widget.genesisexpo_widget.genesisexpo_banner-widget .banner-widget_button:hover {
	background-color: transparent
}

body .widget_media_gallery .widget-title {
	margin-bottom: 10px
}

body .widget_media_gallery .widget-title:after {
	content: "\f119"
}

body .widget_media_gallery .gallery {
	margin: -5px !important;
	padding-bottom: 15px
}

body .widget_media_gallery .gallery-item {
	margin: 0 !important
}

body .widget_media_gallery .gallery-item .gallery-icon {
	margin: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px
}

body .widget_media_gallery .gallery-item .gallery-icon>a {
	display: block
}

body .widget_media_gallery .gallery-item .gallery-icon a:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .4s;
	background: #000
}

body .widget_media_gallery .gallery-item .gallery-icon a:hover:before {
	opacity: .4
}

body .widget_media_gallery .gallery-item img {
	border: 0 !important
}

body .widget_media_gallery .gallery .gallery-caption {
	display: none
}

body .widget_calendar .widget-title {
	margin-bottom: 10px
}

body .widget_calendar .calendar_wrap {
	border: 1px solid #f2f2f2;
	width: 100%;
	max-width: 370px
}

body .widget_calendar .calendar_wrap table td {
	padding: 13px 0;
	position: relative;
	z-index: 1;
	text-align: center
}

body .widget_calendar .calendar_wrap table td>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff
}

body .widget_calendar .calendar_wrap table td#today {
	color: #fff
}

body .widget_calendar .calendar_wrap table tr {
	border: 0
}

body .widget_calendar .calendar_wrap table th {
	padding: 10px 0;
	text-align: center
}

body .widget_calendar .calendar_wrap table caption {
	font-size: 18px;
	padding: 7px;
	color: #fff
}

body .widget_calendar .calendar_wrap table tfoot {
	display: none
}

body .widget_calendar .calendar_wrap table td#today:before,
body .widget_calendar .calendar_wrap tbody td>a:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
	color: inherit
}

.widget-mailchimp .mc4wp-form-fields input[type="submit"] {
	padding: 7px 15px;
	height: 45px;
	width: 100%;
	font-weight: 600
}

.widget-mailchimp .mc4wp-form-fields input[type="email"] {
	text-align: center;
	margin-bottom: 10px;
	width: 100%
}

.widget-mailchimp .mc4wp-alert p {
	text-align: center
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel {
	margin-bottom: 20px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: transparent
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a {
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon {
	color: inherit
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff;
	border-color: #ddd;
	border-radius: 25px;
	border-width: 1px;
	vertical-align: middle;
	margin: 0
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
	font-size: inherit;
	vertical-align: inherit;
	border-radius: inherit
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a {
	padding: 4px 60px 4px 20px;
	line-height: 1;
	color: inherit;
	vertical-align: inherit;
	border-radius: inherit;
	transition: all .4s
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a:before {
	content: "\f123";
	font-family: Flaticon;
	position: absolute;
	z-index: 1;
	right: 20px;
	font-size: 16px;
	color: #d7d8de;
	font-weight: 100
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a span {
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	color: inherit;
	vertical-align: inherit
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon-chevron:before {
	right: 3px;
	top: 3px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	color: #a5a5a5;
	right: 30px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right>a:before {
	display: none
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	color: #a5a5a5;
	left: 30px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left>a:before {
	display: none
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
	padding: 20px 30px 0 30px;
	border: 0;
	transform: none
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-body {
	background: transparent;
	color: #e2e2e2;
	border-bottom-color: #2b2f52
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active {
	position: relative;
	z-index: 1
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: transparent
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-title:before {
	opacity: 0
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-heading {
	background: transparent;
	border-color: #2b2f52
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title {
	position: relative;
	z-index: 1
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title>a span,
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title>a .vc_tta-controls-icon {
	color: #fff
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.05)
}

.genesisexpo_module_cats {
	text-align: center;
	margin-left: -15px;
	margin-right: -15px
}

.genesisexpo_module_cats.items-1 .cats_item-wrap {
	width: 100%
}

.genesisexpo_module_cats.items-1 .cats_item-wrap:nth-child(2) {
	clear: left
}

.genesisexpo_module_cats.items-1 .cats_item-wrap:nth-child(n+3) {
	clear: left
}

.genesisexpo_module_cats.items-2 .cats_item-wrap {
	width: 50%
}

.genesisexpo_module_cats.items-2 .cats_item-wrap:nth-child(3) {
	clear: left
}

.genesisexpo_module_cats.items-2 .cats_item-wrap:nth-child(2n+5) {
	clear: left
}

.genesisexpo_module_cats.items-3 .cats_item-wrap {
	width: 33.33333%
}

.genesisexpo_module_cats.items-3 .cats_item-wrap:nth-child(4) {
	clear: left
}

.genesisexpo_module_cats.items-3 .cats_item-wrap:nth-child(3n+7) {
	clear: left
}

.genesisexpo_module_cats.items-4 .cats_item-wrap {
	width: 25%
}

.genesisexpo_module_cats.items-4 .cats_item-wrap:nth-child(5) {
	clear: left
}

.genesisexpo_module_cats.items-4 .cats_item-wrap:nth-child(4n+9) {
	clear: left
}

.genesisexpo_module_cats.items-5 .cats_item-wrap {
	width: 20%
}

.genesisexpo_module_cats.items-5 .cats_item-wrap:nth-child(6) {
	clear: left
}

.genesisexpo_module_cats.items-5 .cats_item-wrap:nth-child(5n+11) {
	clear: left
}

.genesisexpo_module_cats.items-6 .cats_item-wrap {
	width: 16.66666%
}

.genesisexpo_module_cats.items-6 .cats_item-wrap:nth-child(7) {
	clear: left
}

.genesisexpo_module_cats.items-6 .cats_item-wrap:nth-child(6n+13) {
	clear: left
}

.genesisexpo_module_cats .cats_item {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	height: 350px;
	background-color: #313131
}

.genesisexpo_module_cats .cats_item:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #313131;
	opacity: 0;
	transition: all .5s
}

.genesisexpo_module_cats .cats_item-wrap {
	padding: 0 15px 30px;
	float: left
}

.genesisexpo_module_cats .cats_item-link {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.genesisexpo_module_cats .cats_item-title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.genesisexpo_module_cats .cats_item-count {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	font-size: 14px;
	color: #fff;
	padding: 3px 20px;
	transform: translate(-50%, 50%)
}

.genesisexpo_module_cats .cats_item-image+.cats_item-title {
	margin-top: 7px
}

.genesisexpo_module_cats .cats_item:hover:before {
	opacity: .4
}

.genesisexpo_module_cats .genesisexpo_module_carousel .slick-prev {
	left: 10px
}

.genesisexpo_module_cats .genesisexpo_module_carousel .slick-next {
	right: 10px
}

.genesisexpo_module_cats .genesisexpo_module_carousel:hover .slick-prev {
	left: 20px
}

.genesisexpo_module_cats .genesisexpo_module_carousel:hover .slick-next {
	right: 20px
}

.wgl_button {
	position: relative;
	z-index: 20
}

.wgl_button a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .07em;
	line-height: 20px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	transition: all .4s
}

.wgl_button a:hover {
	background: #fff
}

.wgl_button-full a {
	display: block;
	text-align: center
}

.wgl_button-inline {
	display: inline-block
}

.wgl_button-xl a {
	min-width: 155px;
	padding: 14px 30px;
	font-size: 13px
}

.wgl_button-l a {
	min-width: 145px;
	padding: 12px 30px;
	font-size: 13px
}

.wgl_button-m a {
	min-width: 130px;
	padding: 9px 30px;
	font-size: 12px;
	font-weight: 500
}

.wgl_button-s a {
	min-width: 115px;
	padding: 7px 30px;
	font-size: 12px;
	font-weight: 500
}

.wgl_button .wgl_button-icon {
	font-size: 15px
}

.wgl_button-icon_right .wgl_button-icon {
	padding-left: 10px
}

.wgl_button-icon_left .wgl_button-icon {
	padding-right: 10px
}

.tp-caption .genesisexpo_module_button a {
	transition: all .3s !important
}

.genesisexpo_module_carousel .genesisexpo_carousel_list {
	overflow: hidden
}

.genesisexpo_module_carousel .slick-prev,
.genesisexpo_module_carousel .slick-next {
	position: absolute;
	left: -20px;
	z-index: 100;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 0;
	font-weight: 400;
	letter-spacing: 0;
	width: 70px;
	height: 70px;
	text-indent: 0;
	border-radius: 50%;
	transition: all .4s;
	background: white;
	margin: -35px 0 0;
	top: 50%;
	border: 0;
	color: #fff;
	opacity: 1;
	padding: 0
}

.genesisexpo_module_carousel .slick-prev:after,
.genesisexpo_module_carousel .slick-next:after {
	border: 0;
	color: inherit;
	vertical-align: middle;
	font-weight: 400;
	content: '\f124';
	font-family: Flaticon;
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	padding-right: 23px
}

.genesisexpo_module_carousel .slick-prev:after {
	content: "\f103";
	padding-left: 23px;
	padding-right: 0
}

.genesisexpo_module_carousel .slick-next {
	right: -20px;
	left: auto
}

.genesisexpo_module_carousel .slick-dots {
	min-height: 50px;
	padding-bottom: 0;
	margin: 30px 15px 0 15px
}

.genesisexpo_module_carousel .slick-dots li {
	display: inline-block;
	cursor: pointer;
	line-height: 0;
	padding: 5px;
	opacity: 1
}

.genesisexpo_module_carousel .slick-dots li button {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	vertical-align: bottom
}

.genesisexpo_module_carousel .slick-dots li button:focus {
	outline: 0
}

.genesisexpo_module_carousel .slick-dots li:before {
	display: none
}

.genesisexpo_module_carousel .slick-dots li:last-child {
	margin-right: 0
}

.genesisexpo_module_carousel .vc_row {
	margin-left: 0;
	margin-right: 0
}

.genesisexpo_module_carousel.pag_align_left .slick-dots {
	text-align: left
}

.genesisexpo_module_carousel.pag_align_right .slick-dots {
	text-align: right
}

.genesisexpo_module_carousel.pag_align_center .slick-dots {
	text-align: center
}

.genesisexpo_module_carousel.pagination_circle .slick-dots li button {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	opacity: .3
}

.genesisexpo_module_carousel.pagination_circle .slick-dots li button:hover {
	box-shadow: 0 2px 6px 0
}

.genesisexpo_module_carousel.pagination_circle .slick-dots li.slick-active button {
	opacity: 1;
	width: 14px;
	height: 14px;
	box-shadow: 0 2px 6px 0
}

.genesisexpo_module_carousel.pagination_circle_border .slick-dots li {
	margin: 5px 6px
}

.genesisexpo_module_carousel.pagination_circle_border .slick-dots li button {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: 2px solid red;
	background: transparent
}

.genesisexpo_module_carousel.pagination_line .slick-dots li {
	margin: 0 5px;
	padding: 10px 0
}

.genesisexpo_module_carousel.pagination_line .slick-dots li button {
	width: 25px;
	height: 3px;
	opacity: .5;
	background: transparent
}

.genesisexpo_module_carousel.pagination_line .slick-dots li button:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #282828;
	transition: all .3s
}

.genesisexpo_module_carousel.pagination_line .slick-dots li:hover button:before {
	height: 3px
}

.genesisexpo_module_carousel.pagination_line .slick-dots li.slick-active button {
	opacity: 1
}

.genesisexpo_module_carousel.pagination_line .slick-dots li.slick-active button:before {
	height: 3px
}

.genesisexpo_module_carousel.pagination_square .slick-dots li button {
	width: 8px;
	height: 8px;
	opacity: .3
}

.genesisexpo_module_carousel.pagination_square .slick-dots li.slick-active button {
	opacity: 1
}

.genesisexpo_module_carousel.pagination_line_circle .slick-dots li {
	margin: 0;
	padding: 10px 5px
}

.genesisexpo_module_carousel.pagination_line_circle .slick-dots li button {
	width: 6px;
	height: 6px;
	opacity: .5;
	border-radius: 6px
}

.genesisexpo_module_carousel.pagination_line_circle .slick-dots li:hover button {
	opacity: 1
}

.genesisexpo_module_carousel.pagination_line_circle .slick-dots li.slick-active button {
	opacity: 1;
	width: 25px
}

.wpb_single_image img {
	border-radius: 10px
}

.genesisexpo_module_clients {
	text-align: center
}

.genesisexpo_module_clients .clients_image {
	padding: 5px 0 30px 0
}

.genesisexpo_module_clients:not(.carousel-enabled) {
	display: flex;
	flex-wrap: wrap
}

.genesisexpo_module_clients.items-6 .clients_image {
	width: 16.66666%
}

.genesisexpo_module_clients.items-5 .clients_image {
	width: 20%
}

.genesisexpo_module_clients.items-4 .clients_image {
	width: 25%
}

.genesisexpo_module_clients.items-3 .clients_image {
	width: 33.33333%
}

.genesisexpo_module_clients.items-2 .clients_image {
	width: 50%
}

.genesisexpo_module_clients.items-1 .clients_image {
	width: 100%
}

@media(max-width:1370px) {
	.genesisexpo_module_clients.items-6 .clients_image {
		width: 20%
	}
}

@media(max-width:1200px) {

	.genesisexpo_module_clients.items-6 .clients_image,
	.genesisexpo_module_clients.items-5 .clients_image {
		width: 25%
	}
}

@media(max-width:1024px) {

	.genesisexpo_module_clients.items-6 .clients_image,
	.genesisexpo_module_clients.items-5 .clients_image,
	.genesisexpo_module_clients.items-4 .clients_image {
		width: 33.33333%
	}
}

@media(max-width:768px) {

	.genesisexpo_module_clients.items-6 .clients_image,
	.genesisexpo_module_clients.items-5 .clients_image,
	.genesisexpo_module_clients.items-4 .clients_image,
	.genesisexpo_module_clients.items-3 .clients_image {
		width: 50%
	}
}

@media(max-width:480px) {

	.genesisexpo_module_clients.items-6 .clients_image,
	.genesisexpo_module_clients.items-5 .clients_image,
	.genesisexpo_module_clients.items-4 .clients_image,
	.genesisexpo_module_clients.items-3 .clients_image,
	.genesisexpo_module_clients.items-2 .clients_image {
		width: 100%
	}
}

.genesisexpo_module_clients img {
	transition: all .3s
}

.genesisexpo_module_clients.item_anim-zoom .clients_image img {
	transform: scale(0.95)
}

.genesisexpo_module_clients.item_anim-zoom .clients_image:hover img {
	transform: scale(1)
}

.genesisexpo_module_clients.item_anim-opacity .clients_image img {
	opacity: .5
}

.genesisexpo_module_clients.item_anim-opacity .clients_image:hover img {
	opacity: 1
}

.genesisexpo_module_clients.item_anim-grayscale .clients_image img {
	filter: grayscale(100%);
	opacity: .2
}

.genesisexpo_module_clients.item_anim-grayscale .clients_image:hover img {
	filter: grayscale(0);
	opacity: 1
}

.genesisexpo_module_clients.item_anim-shadow .clients_image img {
	padding: 32px 15px;
	border-radius: 10px
}

.genesisexpo_module_clients.item_anim-shadow .clients_image:hover img {
	box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1)
}

@media(max-width:480px) {
	.genesisexpo_module_clients.item_anim-shadow .clients_image img {
		box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1)
	}
}

.genesisexpo_module_clients.item_anim-contrast .clients_image:hover img {
	filter: contrast(300%)
}

.genesisexpo_module_clients.item_anim-blur .clients_image:hover img {
	filter: blur(1px)
}

.genesisexpo_module_clients.item_anim-invert .clients_image:hover img {
	filter: invert(100%)
}

.genesisexpo_module_clients.item_anim-ex_images .clients_image>a,
.genesisexpo_module_clients.item_anim-ex_images .clients_image>div {
	position: relative;
	z-index: 1;
	display: inline-block
}

.genesisexpo_module_clients.item_anim-ex_images .hover_image {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0
}

.genesisexpo_module_clients.item_anim-ex_images .clients_image:hover .hover_image {
	opacity: 1
}

.genesisexpo_module_clients.item_anim-ex_images .clients_image:hover .main_image {
	opacity: 0
}

.genesisexpo_module_countdown {
	text-align: center;
	font-size: 100px
}

.countdown-section {
	flex: 1;
	color: inherit
}

.countdown-section:last-child .countdown-amount:before,
.countdown-section:last-child .countdown-amount:after {
	display: none
}

.countdown-section .countdown-amount {
	position: relative;
	z-index: 1;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.52;
	display: block;
	color: inherit;
	padding: 0 4px
}

.countdown-section .countdown-amount:before,
.countdown-section .countdown-amount:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	width: .09em;
	height: .09em;
	border-radius: .03em;
	background: #46e1ac;
	transform: translateX(50%)
}

.countdown-section .countdown-amount:before {
	top: 35%
}

.countdown-section .countdown-amount:after {
	bottom: 35%
}

.countdown-section .countdown-period {
	display: block;
	font-size: .275em;
	line-height: .87;
	color: inherit;
	margin-top: 1px
}

.countdown-row {
	display: flex;
	justify-content: center;
	align-items: center
}

.custom_countdown .countdown-section {
	font-family: inherit
}

.custom_countdown .countdown-section .countdown-amount {
	font-family: inherit;
	font-weight: inherit
}

.custom_countdown .countdown-period {
	font-family: inherit;
	font-weight: inherit
}

.genesisexpo_module_countdown.countdown_size_large {
	font-size: 100px
}

.genesisexpo_module_countdown.countdown_size_e_large {
	font-size: 120px
}

.genesisexpo_module_countdown.countdown_size_small {
	font-size: 50px
}

.genesisexpo_module_countdown.countdown_size_medium {
	font-size: 80px
}

.genesisexpo_module_countdown.countdown_align_left {
	text-align: left
}

.genesisexpo_module_countdown.countdown_align_left .countdown-amount:before,
.genesisexpo_module_countdown.countdown_align_left .countdown-amount:after {
	display: none
}

.genesisexpo_module_countdown.countdown_align_right {
	text-align: right
}

.genesisexpo_module_countdown.countdown_align_right .countdown-amount:before,
.genesisexpo_module_countdown.countdown_align_right .countdown-amount:after {
	display: none
}

@media only screen and (max-width:1300px) {
	.genesisexpo_module_countdown.countdown_size_large {
		font-size: 80px
	}

	.genesisexpo_module_countdown.countdown_size_custom {
		font-size: 80px !important
	}

	.genesisexpo_module_countdown.countdown_size_e_large {
		font-size: 106px
	}

	.genesisexpo_module_countdown.countdown_size_small {
		font-size: 41px
	}

	.genesisexpo_module_countdown.countdown_size_medium {
		font-size: 58px
	}
}

@media only screen and (max-width:992px) {
	.genesisexpo_module_countdown.countdown_size_large {
		font-size: 70px
	}

	.genesisexpo_module_countdown.countdown_size_custom {
		font-size: 70px !important
	}

	.genesisexpo_module_countdown.countdown_size_e_large {
		font-size: 82px
	}

	.genesisexpo_module_countdown.countdown_size_small {
		font-size: 33px
	}

	.genesisexpo_module_countdown.countdown_size_medium {
		font-size: 46px
	}

	.countdown-section .countdown-amount:before,
	.countdown-section .countdown-amount:after {
		width: 6px;
		height: 6px
	}
}

@media only screen and (max-width:768px) {
	.genesisexpo_module_countdown.countdown_size_large {
		font-size: 50px
	}

	.genesisexpo_module_countdown.countdown_size_custom {
		font-size: 50px !important
	}

	.genesisexpo_module_countdown.countdown_size_e_large {
		font-size: 60px
	}

	.genesisexpo_module_countdown.countdown_size_small {
		font-size: 30px
	}

	.genesisexpo_module_countdown.countdown_size_medium {
		font-size: 40px
	}

	.countdown-section .countdown-amount:before,
	.countdown-section .countdown-amount:after {
		width: 4px;
		height: 4px
	}
}

.genesisexpo_module_counter.counter_alignment_right .counter_icon_container {
	margin-left: auto
}

.genesisexpo_module_counter.counter_alignment_right .counter_content_wrapper {
	text-align: right
}

.genesisexpo_module_counter.counter_alignment_left .counter_icon_container {
	margin-right: auto
}

.genesisexpo_module_counter.counter_alignment_left .counter_content_wrapper {
	text-align: left
}

.genesisexpo_module_counter.counter_alignment_center {
	text-align: center
}

.genesisexpo_module_counter.counter_alignment_center .counter_icon_container {
	margin-left: auto;
	margin-right: auto
}

.genesisexpo_module_counter.layout_left,
.genesisexpo_module_counter.layout_top_left {
	text-align: left
}

.genesisexpo_module_counter.layout_left .counter_icon_wrapper,
.genesisexpo_module_counter.layout_top_left .counter_icon_wrapper {
	display: inline-block;
	float: none;
	margin-right: 20px;
	margin-bottom: 20px
}

.genesisexpo_module_counter.layout_right,
.genesisexpo_module_counter.layout_top_right {
	text-align: right
}

.genesisexpo_module_counter.layout_right .counter_icon_wrapper,
.genesisexpo_module_counter.layout_top_right .counter_icon_wrapper {
	display: inline-block;
	float: none;
	margin-left: 20px;
	margin-bottom: 20px
}

.genesisexpo_module_counter.layout_left .counter_content_wrapper,
.genesisexpo_module_counter.layout_right .counter_content_wrapper {
	display: inline-block;
	overflow: hidden;
	clear: both
}

.genesisexpo_module_counter.type_bordered .counter_icon_container {
	border-style: solid;
	border-width: 2px;
	overflow: hidden
}

.genesisexpo_module_counter.type_fill .counter_icon_container {
	overflow: hidden
}

.genesisexpo_module_counter.type_bordered .counter_icon_container,
.genesisexpo_module_counter.type_fill .counter_icon_container,
.genesisexpo_module_counter.type_tile .counter_icon_container {
	background: #f7f8ff;
	border-radius: 50%
}

.genesisexpo_module_counter.title_divider .counter_title:after {
	content: '';
	display: block;
	width: 65px;
	height: 1px;
	margin-top: 26px
}

.genesisexpo_module_counter .counter_title {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 9px;
	text-transform: uppercase
}

.genesisexpo_module_counter .counter_value_wrap {
	font-size: 60px;
	line-height: 1.2;
	white-space: nowrap
}

.genesisexpo_module_counter .counter_value_wrap span {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit
}

.genesisexpo_module_counter .counter_value_wrap .counter_value_suffix {
	font-size: 36px;
	vertical-align: text-top;
	position: relative;
	left: 3px;
	top: -15px
}

.genesisexpo_module_counter .counter_icon_wrapper {
	margin-bottom: 20px
}

.genesisexpo_module_counter .counter_icon {
	transition: all .4s;
	font-size: 35px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: inherit;
	text-align: center
}

.genesisexpo_module_counter .counter_icon_container {
	transition: all .4s;
	position: relative;
	z-index: 1;
	width: 65px;
	height: 65px
}

.genesisexpo_module_counter.counter_bg_gradient .counter_icon_container:before,
.genesisexpo_module_counter.counter_bg_gradient .counter_icon_container:after {
	content: '';
	position: absolute;
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .4s
}

.genesisexpo_module_counter.counter_bg_gradient .counter_icon_container:before {
	opacity: 1;
	visibility: visible
}

.genesisexpo_module_counter.counter_bg_gradient .counter_icon_container:after {
	opacity: 0;
	visibility: hidden
}

.genesisexpo_module_title {
	position: relative;
	z-index: 1
}

.genesisexpo_module_text * {
	line-height: inherit;
	font-size: inherit
}

.genesisexpo_module_text p {
	margin-bottom: 0
}

.genesisexpo_module_text.custom_font>*:not(.fa) {
	font-family: inherit
}

.genesisexpo_module_demo_item {
	margin-top: 20px
}

.genesisexpo_module_demo_item .di_image-wrap {
	position: relative;
	z-index: 1;
	transition: transform .6s;
	box-shadow: 0 17px 40px 0 rgba(54, 59, 91, 0.15);
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	overflow: hidden
}

.genesisexpo_module_demo_item .di_image-wrap:hover {
	transform: translateY(-20px)
}

.genesisexpo_module_demo_item .di_image-wrap:hover .di_image-link:before {
	opacity: .6
}

.genesisexpo_module_demo_item .di_image-wrap:hover .di_button {
	opacity: 1
}

.genesisexpo_module_demo_item .di_image-link {
	display: block
}

.genesisexpo_module_demo_item .di_image-link:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: #f3f3f3;
	transition: opacity .3s
}

.genesisexpo_module_demo_item .di_button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: opacity .3s;
	opacity: 0
}

.genesisexpo_module_demo_item .di_button a {
	margin: 0;
	border-radius: 50px
}

.genesisexpo_module_demo_item .di_button a:hover {
	border-color: #fff;
	background: #fff
}

.genesisexpo_module_demo_item .di_title-wrap {
	margin-top: 27px;
	text-align: center
}

.genesisexpo_module_demo_item .di_title-wrap>* {
	display: inline-block
}

.genesisexpo_module_demo_item .di_subtitle {
	margin-right: 5px;
	font-size: 22px
}

.genesisexpo_module_demo_item .di_title {
	font-size: 22px
}

.genesisexpo_module_demo_item.coming_soon {
	pointer-events: none
}

.genesisexpo_module_demo_item.coming_soon .di_image-link:before {
	opacity: .7
}

.genesisexpo_module_demo_item .di_label {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	background: transparent;
	font-size: 28px;
	opacity: .7
}

.genesisexpo_divider {
	font-size: 0;
	line-height: 0
}

.genesisexpo_divider.divider_alignment_right {
	text-align: right
}

.genesisexpo_divider.divider_alignment_left {
	text-align: left
}

.genesisexpo_divider.divider_alignment_center {
	text-align: center
}

.genesisexpo_divider.divider_alignment_right .genesisexpo_divider_custom,
.genesisexpo_divider.divider_alignment_left .genesisexpo_divider_custom,
.genesisexpo_divider.divider_alignment_center .genesisexpo_divider_custom {
	display: inline-block
}

.genesisexpo_divider .genesisexpo_divider_line .genesisexpo_divider_custom {
	position: relative
}

.genesisexpo_divider .genesisexpo_divider_line .genesisexpo_divider_custom .divider_line {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 70px
}

.genesisexpo_divider .genesisexpo_divider_line.divider_line_alignment_right .genesisexpo_divider_custom .divider_line,
.genesisexpo_divider .genesisexpo_divider_line.divider_line_alignment_left .genesisexpo_divider_custom .divider_line,
.genesisexpo_divider .genesisexpo_divider_line.divider_line_alignment_center .genesisexpo_divider_custom .divider_line {
	display: block
}

.genesisexpo_divider .genesisexpo_divider_line.divider_line_alignment_right .genesisexpo_divider_custom .divider_line {
	right: 0;
	left: auto
}

.genesisexpo_divider .genesisexpo_divider_line.divider_line_alignment_left .genesisexpo_divider_custom .divider_line {
	right: auto;
	left: 0
}

.genesisexpo_divider .genesisexpo_divider_line.divider_line_alignment_center .genesisexpo_divider_custom .divider_line {
	left: 50%;
	transform: translateX(-50%)
}

.genesisexpo_module_double_headings .heading_title {
	position: relative;
	z-index: 1;
	margin-top: 10px
}

.genesisexpo_module_double_headings .heading_subtitle {
	position: relative;
	z-index: 1
}

.genesisexpo_module_double_headings .heading_bgtitle {
	color: #f3f3f3;
	padding-top: 35px;
	text-transform: uppercase;
	transition: all .5s
}

.genesisexpo_module_double_headings.aleft .heading_bgtitle {
	transform: translateX(-90px)
}

.genesisexpo_module_double_headings.aright .heading_bgtitle {
	transform: translateX(90px)
}

@media only screen and (max-width:1370px) {
	.genesisexpo_module_double_headings .heading_bgtitle {
		transform: translateX(0) !important
	}
}

@media only screen and (min-width:1200px) {

	.genesisexpo_module_double_headings .heading_title_desctop,
	.genesisexpo_module_double_headings .heading_title_desctop>*,
	.genesisexpo_module_double_headings .heading_bgtitle_desctop,
	.genesisexpo_module_double_headings .heading_bgtitle_desctop>* {
		font-size: inherit !important;
		line-height: inherit !important;
		font-weight: inherit !important;
		color: inherit !important
	}
}

@media only screen and (min-width:992px) {

	.genesisexpo_module_double_headings .heading_title_tablet,
	.genesisexpo_module_double_headings .heading_title_tablet>*,
	.genesisexpo_module_double_headings .heading_bgtitle_tablet,
	.genesisexpo_module_double_headings .heading_bgtitle_tablet>* {
		font-size: inherit !important;
		line-height: inherit !important;
		font-weight: inherit !important;
		color: inherit !important
	}
}

@media only screen and (min-width:768px) {

	.genesisexpo_module_double_headings .heading_title_mobile,
	.genesisexpo_module_double_headings .heading_title_mobile>*,
	.genesisexpo_module_double_headings .heading_bgtitle_mobile,
	.genesisexpo_module_double_headings .heading_bgtitle_mobile>* {
		font-size: inherit !important;
		line-height: inherit !important;
		font-weight: inherit !important;
		color: inherit !important
	}
}

.genesisexpo_module_flipbox .flipbox_wrapper {
	min-height: 290px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	perspective: 1000px
}

.genesisexpo_module_flipbox .flipbox_front,
.genesisexpo_module_flipbox .flipbox_back {
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: inherit;
	min-height: inherit;
	border-radius: inherit;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: 0 26px 38px 0 rgba(0, 0, 0, 0.2);
	transition: transform .8s cubic-bezier(0.5, 0.2, 0.2, 0.8)
}

.genesisexpo_module_flipbox .flipbox_front {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 22px;
	box-sizing: border-box
}

.genesisexpo_module_flipbox .flipbox_front .flipbox_logo,
.genesisexpo_module_flipbox .flipbox_front .flipbox_title,
.genesisexpo_module_flipbox .flipbox_front .flipbox_descr {
	transform-style: preserve-3d;
	perspective: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(35px, -10px, 70px) scale(0.86)
}

.genesisexpo_module_flipbox .flipbox_front .flipbox_logo {
	margin-bottom: 6px
}

.genesisexpo_module_flipbox .flipbox_front .flipbox_title {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	transform: translate3d(0, 0, 70px) scale(0.86);
	box-sizing: border-box
}

.genesisexpo_module_flipbox .flipbox_front .flipbox_descr {
	padding: 0 5px
}

.genesisexpo_module_flipbox .flipbox_back {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.genesisexpo_module_flipbox .flipbox_back .flipbox_back_content {
	transform-style: preserve-3d;
	perspective: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(70px) scale(0.86);
	padding: 32px
}

.genesisexpo_module_flipbox .flipbox_back .flipbox_logo {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, -10px, 35px) scale(0.86);
	height: 20px
}

.genesisexpo_module_flipbox .flipbox_back .flipbox_title {
	margin-bottom: 10px
}

.genesisexpo_module_flipbox .flipbox_back .genesisexpo_module_button {
	margin-top: 23px
}

.genesisexpo_module_flipbox .flipbox_back .genesisexpo_module_button a {
	margin-bottom: 0
}

.genesisexpo_module_flipbox .flipbox_title {
	font-size: 44px;
	line-height: 1.2
}

.genesisexpo_module_flipbox .flipbox_title,
.genesisexpo_module_flipbox .flipbox_button {
	color: inherit
}

.genesisexpo_module_flipbox.type_flip_right .flipbox_front {
	transform: rotateY(0)
}

.genesisexpo_module_flipbox.type_flip_right:hover .flipbox_front {
	transform: rotateY(180deg)
}

.genesisexpo_module_flipbox.type_flip_left .flipbox_front {
	transform: rotateY(0)
}

.genesisexpo_module_flipbox.type_flip_left:hover .flipbox_front {
	transform: rotateY(-180deg)
}

.genesisexpo_module_flipbox.type_flip_top .flipbox_front {
	transform: rotateX(0)
}

.genesisexpo_module_flipbox.type_flip_top:hover .flipbox_front {
	transform: rotateX(180deg)
}

.genesisexpo_module_flipbox.type_flip_bottom .flipbox_front {
	transform: rotateX(0)
}

.genesisexpo_module_flipbox.type_flip_bottom:hover .flipbox_front {
	transform: rotateX(-180deg)
}

.genesisexpo_module_flipbox.type_flip_right .flipbox_back {
	transform: rotateY(-180deg)
}

.genesisexpo_module_flipbox.type_flip_right:hover .flipbox_back {
	transform: rotateY(0)
}

.genesisexpo_module_flipbox.type_flip_left .flipbox_back {
	transform: rotateY(180deg)
}

.genesisexpo_module_flipbox.type_flip_left:hover .flipbox_back {
	transform: rotateY(0)
}

.genesisexpo_module_flipbox.type_flip_top .flipbox_back {
	transform: rotateX(-180deg)
}

.genesisexpo_module_flipbox.type_flip_top:hover .flipbox_back {
	transform: rotateX(0)
}

.genesisexpo_module_flipbox.type_flip_bottom .flipbox_back {
	transform: rotateX(180deg)
}

.genesisexpo_module_flipbox.type_flip_bottom:hover .flipbox_back {
	transform: rotateX(0)
}

.wgl-icon {
	margin: 0;
	transition: all .4s
}

.wgl-icon.icon_circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 40px
}

.wgl-icon.icon_circle.icon_shadow {
	box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19)
}

.wgl-icon.opacity_icon:hover {
	opacity: .5
}

a .wgl-icon {
	cursor: pointer
}

.genesisexpo_module_img_layer {
	position: relative;
	line-height: 0;
	max-width: 100%
}

.genesisexpo_module_img_layer .img_layer_image_wrapper {
	position: relative;
	line-height: 0;
	display: block;
	width: inherit;
	max-width: 100%;
	height: inherit;
	max-height: 100%
}

.genesisexpo_module_img_layer .img_layer_image_wrapper:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0
}

.genesisexpo_module_img_layer .img_layer_image_wrapper .img_layer_image {
	transition: all .5s
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.fade_in .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image,
.genesisexpo_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
	opacity: 0;
	visibility: hidden
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image {
	transform: translateY(100%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image {
	transform: translateY(-100%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image {
	transform: translateX(100%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image {
	transform: translateX(-100%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image {
	transform: translateY(50%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image {
	transform: translateY(-50%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image {
	transform: translateX(50%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image {
	transform: translateX(-50%)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image {
	transform: rotateX(-100deg)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image {
	transform: rotateY(-100deg)
}

.genesisexpo_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
	transform: scale3d(0.2, 0.2, 0.2)
}

.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.fade_in .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
	opacity: 1;
	visibility: visible
}

.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image {
	transform: translateY(0)
}

.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image {
	transform: translateX(0)
}

.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image,
.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image {
	transform: rotate(0)
}

.genesisexpo_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
	transform: scale3d(1, 1, 1)
}

.genesisexpo_module_infobox {
	transition: .5s
}

.genesisexpo_module_infobox .infobox_wrapper {
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: inherit
}

.genesisexpo_module_infobox .infobox_wrapper .infobox_button {
	margin: 0
}

.genesisexpo_module_infobox.hover-animation {
	padding-top: 20px
}

.genesisexpo_module_infobox:hover.hover-animation .infobox_wrapper {
	transform: translateY(-20px);
	background-color: #fff
}

.genesisexpo_module_infobox:hover.hover-animation .infobox_wrapper .infobox_button.button-read-more {
	animation: bounceReadMore .5s ease-in-out both;
	opacity: 1;
	visibility: visible;
	margin: 0
}

@keyframes bounceReadMore {
	0% {
		transform: translateY(-35px)
	}

	50% {
		transform: translateY(15px)
	}

	100% {
		transform: translateY(0)
	}
}

.genesisexpo_module_infobox.infobox_alignment_left {
	text-align: left
}

.genesisexpo_module_infobox.infobox_alignment_left .infobox_button.button-read-more {
	left: 40px
}

.genesisexpo_module_infobox.infobox_alignment_left .infobox_icon_container {
	margin-right: auto
}

.genesisexpo_module_infobox.infobox_alignment_left.title_divider .infobox_title {
	padding-left: 35%
}

.genesisexpo_module_infobox.infobox_alignment_left.title_divider .infobox_title:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 0;
	width: 30%;
	height: 1px;
	background: red
}

.genesisexpo_module_infobox.infobox_alignment_center {
	text-align: center
}

.genesisexpo_module_infobox.infobox_alignment_center .infobox_button.button-read-more {
	left: calc(50% - 27.5px)
}

.genesisexpo_module_infobox.infobox_alignment_center .infobox_icon_container {
	margin-left: auto;
	margin-right: auto
}

.genesisexpo_module_infobox.infobox_alignment_right {
	text-align: right
}

.genesisexpo_module_infobox.infobox_alignment_right .infobox_button.button-read-more {
	right: 40px
}

.genesisexpo_module_infobox.infobox_alignment_right .infobox_icon_container {
	margin-left: auto
}

.genesisexpo_module_infobox.infobox_alignment_right.title_divider .infobox_title {
	padding-right: 35%
}

.genesisexpo_module_infobox.infobox_alignment_right.title_divider .infobox_title:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 48%;
	right: 0;
	width: 30%;
	height: 1px;
	background: red
}

.genesisexpo_module_infobox.layout_top .infobox_wrapper {
	padding: 35px 35px 45px 40px
}

.genesisexpo_module_infobox.layout_left .infobox_icon_wrapper,
.genesisexpo_module_infobox.layout_top_left .infobox_icon_wrapper {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}

.genesisexpo_module_infobox.layout_right .infobox_icon_wrapper,
.genesisexpo_module_infobox.layout_top_right .infobox_icon_wrapper {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px
}

.genesisexpo_module_infobox.layout_left .infobox_content_wrapper,
.genesisexpo_module_infobox.layout_right .infobox_content_wrapper {
	overflow: hidden
}

.genesisexpo_module_infobox.type_bordered .infobox_icon,
.genesisexpo_module_infobox.type_fill .infobox_icon,
.genesisexpo_module_infobox.type_tile .infobox_icon,
.genesisexpo_module_infobox.type_default .infobox_icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: inherit;
	text-align: center
}

.genesisexpo_module_infobox.type_bordered .infobox_icon_container {
	border-style: solid;
	border-width: 1px
}

.genesisexpo_module_infobox.type_bordered .infobox_icon_container,
.genesisexpo_module_infobox.type_fill .infobox_icon_container,
.genesisexpo_module_infobox.type_tile .infobox_icon_container {
	border-radius: 50%
}

.genesisexpo_module_infobox.type_tile .infobox_wrapper {
	border: 1px solid #ddd
}

.genesisexpo_module_infobox.type_tile .infobox_wrapper:hover {
	border-color: transparent
}

.genesisexpo_module_infobox.type_tile:not(.layout_top) .infobox_wrapper {
	padding: 35px 15px 45px 15px
}

.genesisexpo_module_infobox.type_fill .infobox_wrapper {
	padding: 30px
}

.genesisexpo_module_infobox .infobox_button.button-read-more {
	text-align: center;
	padding: 0 15px;
	color: #fff;
	font-size: 21px;
	border-radius: 30px;
	width: auto;
	min-width: 55px
}

.genesisexpo_module_infobox .infobox_button.button-read-more:not(:empty):after {
	margin-left: 10px;
	display: inline-block
}

.genesisexpo_module_infobox .infobox_button.button-read-more:after {
	color: inherit;
	font-size: inherit
}

.genesisexpo_module_infobox .infobox_button.button-read-more:hover:after {
	color: inherit
}

.genesisexpo_module_infobox .infobox_title {
	position: relative;
	z-index: 1;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px
}

.genesisexpo_module_infobox .infobox_subtitle {
	line-height: 1.2
}

.genesisexpo_module_infobox .infobox_icon {
	transition: .5s;
	font-size: 40px
}

.genesisexpo_module_infobox .infobox_icon_wrapper {
	margin-bottom: 10px
}

.genesisexpo_module_infobox .infobox_icon_wrapper .infobox_icon_container {
	position: relative;
	z-index: 1;
	line-height: 0;
	border-radius: 10px;
	transition: .3s
}

.genesisexpo_module_infobox .infobox_icon_container {
	position: relative;
	z-index: 1
}

.genesisexpo_module_infobox .infobox_icon_container .infobox_icon_number {
	position: absolute;
	z-index: 1;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 50%;
	color: #fff;
	background: #323232
}

.genesisexpo_module_infobox .infobox_icon_container .infobox_icon_number.left_top {
	left: 0;
	top: 0
}

.genesisexpo_module_infobox .infobox_icon_container .infobox_icon_number.right_top {
	right: 0;
	top: 0
}

.genesisexpo_module_infobox .infobox_icon_container .infobox_icon_number.left_bottom {
	left: 0;
	bottom: 0
}

.genesisexpo_module_infobox .infobox_icon_container .infobox_icon_number.right_bottom {
	right: 0;
	bottom: 0
}

.genesisexpo_module_infobox:not(.type_full_size) .infobox_icon_container {
	width: 70px;
	height: 70px
}

#sb_instagram {
	position: relative;
	z-index: 1
}

#sb_instagram .sbi_photo {
	position: relative;
	z-index: 3;
	opacity: 1 !important
}

#sb_instagram .sbi_photo:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s
}

#sb_instagram .sbi_photo:after {
	content: "\f144";
	font-family: Flaticon;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	font-size: 70px;
	color: #fff;
	opacity: 0;
	transition: all .5s;
	transform: translate(-50%, -50%)
}

#sb_instagram .sbi_item.hover-active .sbi_photo:before {
	opacity: .75
}

#sb_instagram .sbi_item.hover-active .sbi_photo:after {
	opacity: 1
}

#sb_instagram .sbi_item:hover .sbi_photo:before {
	opacity: .75 !important
}

#sb_instagram .sbi_item:hover .sbi_photo:after {
	opacity: 1 !important
}

#sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:before {
	opacity: 0
}

#sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:after {
	opacity: 0
}

.genesisexpo_module_message_box {
	position: relative;
	border: 0;
	padding: 10px 50px 10px 90px;
	min-height: 40px;
	background-color: #fff;
	border-radius: 70px;
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.genesisexpo_module_message_box .message_title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400
}

.genesisexpo_module_message_box .message_text {
	font-size: 14px;
	line-height: 20px
}

.genesisexpo_module_message_box .message_icon_wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transform: translateY(-50%)
}

.genesisexpo_module_message_box .message_icon {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	font-style: normal;
	font-size: 34px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%)
}

.genesisexpo_module_message_box .message_close_button {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	display: block;
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%)
}

.genesisexpo_module_message_box .message_close_button:before {
	content: '\f14e';
	font-family: 'flaticon'
}

.genesisexpo_module_message_box.type_info {
	border-color: #2dcff7
}

.genesisexpo_module_message_box.type_info .message_icon_wrap {
	background-color: #2dcff7
}

.genesisexpo_module_message_box.type_info .message_close_button,
.genesisexpo_module_message_box.type_info .message_title {
	color: #2dcff7
}

.genesisexpo_module_message_box.type_info .message_icon:before {
	content: '\f11e';
	font-family: 'flaticon'
}

.genesisexpo_module_message_box.type_success {
	border-color: #9fd82e
}

.genesisexpo_module_message_box.type_success .message_icon_wrap {
	background-color: #9fd82e
}

.genesisexpo_module_message_box.type_success .message_close_button,
.genesisexpo_module_message_box.type_success .message_title {
	color: #9fd82e
}

.genesisexpo_module_message_box.type_success .message_icon:before {
	content: '\f120';
	font-family: 'flaticon'
}

.genesisexpo_module_message_box.type_error {
	border-color: #fd2231
}

.genesisexpo_module_message_box.type_error .message_icon_wrap {
	background-color: #fd2231
}

.genesisexpo_module_message_box.type_error .message_close_button,
.genesisexpo_module_message_box.type_error .message_title {
	color: #fd2231
}

.genesisexpo_module_message_box.type_error .message_icon:before {
	content: '\f11f';
	font-family: 'flaticon'
}

.genesisexpo_module_message_box.type_warning {
	border-color: #ffa414
}

.genesisexpo_module_message_box.type_warning .message_icon_wrap {
	background-color: #ffa414
}

.genesisexpo_module_message_box.type_warning .message_icon {
	transform: rotate(180deg) translate(50%, 50%)
}

.genesisexpo_module_message_box.type_warning .message_icon:before {
	content: '\f11e';
	font-family: 'flaticon'
}

.genesisexpo_module_message_box.type_warning .message_close_button,
.genesisexpo_module_message_box.type_warning .message_title {
	color: #ffa414
}

.isotope-filter {
	margin-bottom: 48px;
	font-weight: 400;
	font-size: 18px
}

.isotope-filter a {
	display: inline-block;
	margin-right: 40px;
	color: inherit;
	position: relative;
	line-height: 22px;
	text-transform: capitalize;
	transition: .4s
}

.isotope-filter a.empty {
	display: none
}

.isotope-filter.filter_def.filter-center {
	text-align: center
}

.isotope-filter.filter_def.filter-left {
	text-align: left
}

.isotope-filter.filter_def.filter-right {
	text-align: right
}

.isotope-filter.filter_def a:before,
.isotope-filter.filter_def a:after {
	opacity: 0;
	transition: .3s;
	display: inline-block
}

.isotope-filter.filter_def a:before {
	content: '[';
	transform: translateX(-5px)
}

.isotope-filter.filter_def a:after {
	content: ']';
	transform: translateX(5px)
}

.isotope-filter.filter_def a .number_filter {
	width: 18px;
	height: 18px;
	right: -17px;
	line-height: 18px;
	font-size: 11px;
	border-radius: 50%;
	color: #232323;
	display: inline-block;
	position: absolute;
	bottom: 100%;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	text-align: center
}

.isotope-filter.filter_def a:hover .number_filter {
	opacity: 1;
	visibility: visible
}

.isotope-filter.filter_def a.active:before,
.isotope-filter.filter_def a.active:after,
.isotope-filter.filter_def a:hover:before,
.isotope-filter.filter_def a:hover:after {
	opacity: 1;
	transform: translateX(0)
}

.isotope-filter.filter_def a:last-child {
	margin-right: 0
}

.isotope-filter.filter_with_bg {
	padding: 10px 30px;
	background: #f7f7f7;
	margin-bottom: 30px
}

.row .wgl_portfolio_list-item {
	padding-left: 0;
	padding-right: 0;
	float: none;
	display: inline-block;
	vertical-align: top
}

.wgl_portfolio_list-container {
	margin-left: 0;
	margin-right: 0
}

.wgl_portfolio_list-container .slick-dots {
	padding: 0 0 25px 0
}

.wgl_portfolio_item-image img {
	border-radius: 10px
}

.wgl_portfolio_item-meta {
	font-size: 18px
}

.wgl_portfolio_item-meta a,
.wgl_portfolio_item-meta span {
	color: inherit
}

.wgl_portfolio_item-meta .post_cats {
	position: relative;
	z-index: 1;
	display: block;
	line-height: 20px;
	transition: all .5s
}

.wgl_portfolio_item-meta .post_cats a {
	position: relative;
	display: inline-block;
	text-transform: capitalize
}

.wgl_portfolio_item-meta .post_cats span.delimiter-comma {
	margin-right: 2px;
	margin-left: 2px;
	transition: color .4s
}

.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw),
.wgl_portfolio_item-wrapper .single_link {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 29px;
	height: 29px;
	display: block;
	z-index: 5;
	opacity: 0;
	transform: scale(0);
	transition: all .4s
}

.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):before,
.wgl_portfolio_item-wrapper .single_link_icon:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 3px;
	left: 0;
	top: 13px;
	background: #fff
}

.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):after,
.wgl_portfolio_item-wrapper .single_link:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 3px;
	height: 100%;
	top: 0;
	left: 13px;
	background: #fff
}

.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):hover,
.wgl_portfolio_item-wrapper .single_link:hover {
	transform: scale(1) rotate(-180deg) !important
}

.wgl_portfolio_item-title .title {
	font-size: 24px;
	line-height: 1
}

.wgl_portfolio_item-title span,
.wgl_portfolio_item-title a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.wgl_portfolio_item-wrapper:hover .portfolio-post_overlay-figure {
	opacity: 1
}

.portfolio-post_overlay-figure {
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
	transition: opacity .4s
}

.portfolio-post_overlay-figure:before,
.portfolio-post_overlay-figure:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: 0 50%;
	width: 1px;
	height: 100%;
	background: #fff
}

.portfolio-post_overlay-figure:after {
	transform: rotate(-90deg)
}

.item .overlay_gap.inside_image .single_link,
.item .overlay_gap.inside_image .swipebox_icon:not(.title_sw) {
	margin-bottom: 0
}

.item .overlay_gap:hover .overlay {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	left: 30px;
	top: 30px
}

.under_image .wgl_portfolio_item-image {
	position: relative;
	overflow: hidden
}

.under_image .wgl_portfolio_item-image img {
	transition: all .4s ease-in-out
}

.under_image.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw),
.under_image.wgl_portfolio_item-wrapper .single_link {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: scale(1)
}

.under_image.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):before,
.under_image.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):after,
.under_image.wgl_portfolio_item-wrapper .single_link:before,
.under_image.wgl_portfolio_item-wrapper .single_link:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	background: #fff;
	transition: all .4s
}

.under_image.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):before,
.under_image.wgl_portfolio_item-wrapper .single_link:before {
	width: 60px;
	height: 2px;
	margin-top: -1px;
	margin-left: -30px
}

.under_image.wgl_portfolio_item-wrapper .swipebox_icon:not(.title_sw):after,
.under_image.wgl_portfolio_item-wrapper .single_link:after {
	width: 2px;
	height: 60px;
	margin-top: -30px;
	margin-left: -1px
}

.under_image .overlay {
	content: '';
	position: absolute;
	z-index: 2;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
	visibility: hidden;
	transition: all .4s ease
}

.under_image:hover .overlay {
	opacity: 1;
	z-index: 2;
	visibility: visible
}

.under_image:hover .wgl_portfolio_item-image a {
	z-index: 2
}

.under_image:hover .swipebox_icon:not(.title_sw),
.under_image:hover .single_link {
	opacity: 1
}

.under_image:hover .swipebox_icon:not(.title_sw):before,
.under_image:hover .single_link:before {
	width: 20px;
	margin-left: -10px
}

.under_image:hover .swipebox_icon:not(.title_sw):after,
.under_image:hover .single_link:after {
	height: 20px;
	margin-top: -10px
}

.under_image .wgl_portfolio_item-title {
	margin-top: 0
}

.under_image .wgl_portfolio_item-title .title {
	font-size: 24px;
	line-height: 1
}

.under_image .title a {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit
}

.under_image .wgl_portfolio_item-meta .post_cats {
	margin-top: 4px
}

.under_image.h_align_right .wgl_portfolio_item-description {
	text-align: right
}

.under_image.h_align_center .wgl_portfolio_item-description {
	text-align: center
}

.under_image .wgl_portfolio_item-description {
	padding: 20px 25px;
	background: #f7f7f7
}

.inside_image {
	position: relative;
	overflow: hidden;
	transition: transform .4s ease-in-out
}

.inside_image .wgl_portfolio_item-image {
	overflow: hidden;
	border-radius: 10px
}

.inside_image .wgl_portfolio_item-image img {
	transition: all .4s ease-in-out
}

.inside_image .wgl_portfolio_item-description {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 24px 29px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #fff
}

.inside_image .wgl_portfolio_item-description>* {
	transition: all .7s;
	opacity: 0;
	width: 100%
}

.inside_image .wgl_portfolio_item-meta {
	position: relative;
	z-index: 2
}

.inside_image .full_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.inside_image .full_link .single_link,
.inside_image .full_link .swipebox:not(.title_sw) {
	width: 100%;
	height: 100%;
	position: absolute
}

.inside_image .full_link .single_link::before,
.inside_image .full_link .single_link:after,
.inside_image .full_link .swipebox:not(.title_sw)::before,
.inside_image .full_link .swipebox:not(.title_sw):after {
	display: none
}

.inside_image .single_link,
.inside_image .swipebox_icon:not(.title_sw) {
	position: relative;
	z-index: 1;
	width: 29px;
	height: 29px;
	top: 0;
	left: 0;
	margin-bottom: 26px;
	pointer-events: none
}

.inside_image.h_align_center .wgl_portfolio_item-description {
	text-align: center
}

.inside_image.h_align_right .wgl_portfolio_item-description {
	align-items: flex-end
}

.inside_image.h_align_Left .wgl_portfolio_item-description {
	align-items: flex-start
}

.inside_image .wgl_portfolio_item-image img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 1s ease-out
}

.inside_image .wgl_portfolio_item-title {
	transition: all .4s;
	opacity: 0;
	margin-bottom: 6px
}

.inside_image .wgl_portfolio_item-title .title {
	color: #fff;
	line-height: 1.2;
	display: inline-block;
	opacity: 1
}

.inside_image .wgl_portfolio_item-content {
	transition: all .9s
}

.inside_image .overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: all .4s;
	transition-delay: 0s;
	padding: 0
}

.inside_image:hover {
	z-index: 1
}

.inside_image:hover .wgl_portfolio_item-description {
	opacity: 1
}

.inside_image:hover .wgl_portfolio_item-description>* {
	opacity: 1
}

.inside_image:hover .wgl_portfolio_item-image img {
	transition: all 4.5s ease-out
}

.inside_image:hover .overlay {
	opacity: 1
}

.inside_image:hover .wgl_portfolio_item-title {
	transform: translateY(0)
}

.inside_image:hover .wgl_portfolio_item-meta {
	transform: translateY(0)
}

.inside_image:hover .swipebox_icon:not(.title_sw),
.inside_image:hover .single_link {
	opacity: 1;
	transform: scale(1)
}

.inside_image.always_info_animation .wgl_portfolio_item-description>* {
	opacity: 1
}

.inside_image.always_info_animation .wgl_portfolio_item-title {
	transform: translateX(0)
}

.inside_image.always_info_animation .overlay {
	opacity: .4;
	background: linear-gradient(to top, #0b0f27 0, rgba(11, 15, 39, 0) 100%)
}

.inside_image.always_info_animation .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .5s;
	background: #0b0f27
}

.inside_image.always_info_animation:hover .overlay {
	opacity: .4
}

.inside_image.always_info_animation:hover .overlay:before {
	opacity: 1
}

.wgl_portfolio_list-first {
	padding-left: 45px;
	padding-top: 26px
}

.wgl_portfolio_list-first .genesisexpo_module_double_headings.aleft {
	margin-bottom: 15px
}

.wgl_portfolio_list-first .genesisexpo_module_double_headings.aleft .heading_bgtitle {
	transform: translateX(-50px)
}

.wgl_portfolio_list-first .genesisexpo_module_button {
	margin-top: 15px
}

.wgl_portfolio_list-first .genesisexpo_module_button>a {
	margin-bottom: 0
}

.wgl_portfolio_single-item .wgl_portfolio_item-image {
	margin-bottom: 36px
}

.wgl_portfolio_single-item .wgl_portfolio_item-title {
	margin-bottom: 15px;
	font-size: 40px
}

.wgl_portfolio_single-item .wgl_portfolio_info-wrap {
	margin-left: -15px;
	margin-right: -15px
}

.wgl_portfolio_single-item .wgl_portfolio_info-wrap:after {
	content: '';
	clear: both;
	display: table
}

.wgl_portfolio_single-item .wgl_portfolio_item-annotation {
	padding: 26px 40px;
	box-shadow: 0 15px 38px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px
}

.wgl_portfolio_single-item .single_post_info {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 0
}

.wgl_portfolio_single-item .wgl_portfolio_item-meta {
	margin-bottom: 20px
}

.wgl_portfolio_single-item .wgl_portfolio_item-meta>* {
	margin-right: 20px
}

.wgl_portfolio_single-item .wgl_portfolio_item-meta>*:last-child {
	margin-right: 0
}

.wgl_portfolio_single-item .tags_likes_wrap {
	padding-bottom: 35px;
	border-bottom: 1px solid #ededed
}

.wgl_portfolio_single-item .tags_likes_wrap .wgl-likes {
	float: right
}

.wgl_portfolio_single-item .tagcloud .tagcloud_desc {
	font-size: 14px;
	line-height: 30px;
	vertical-align: top;
	text-transform: uppercase;
	color: #313131;
	font-weight: 700;
	margin-right: 20px
}

.portfolio_info-share_social-wpapper {
	padding-bottom: 5px
}

.portfolio_info-share_social-wpapper>span {
	font-size: 16px;
	font-weight: 400;
	margin-right: 15px
}

.portfolio_info-share_social-wpapper:only-child {
	border: 0;
	padding: 0
}

.portfolio_info-share_social-wpapper .share_social-wpapper {
	font-size: 0;
	line-height: 0;
	margin-top: 5px
}

.portfolio_info-share_social-wpapper .share_twitter span.fa {
	color: #13aef6
}

.portfolio_info-share_social-wpapper .share_facebook span.fa {
	color: #032ca2
}

.portfolio_info-share_social-wpapper .share_google span.fa {
	color: #ab3434
}

.portfolio_info-share_social-wpapper .share_pinterest span.fa {
	color: #cc0202
}

.portfolio_info-share_social-wpapper .share_linkedin span.fa {
	color: #0266cc
}

.portfolio_info-share_social-wpapper .share_link:hover span.fa {
	color: #fff
}

.portfolio_info-share_social-wpapper .share_twitter:hover span.fa {
	background-color: #13aef6
}

.portfolio_info-share_social-wpapper .share_facebook:hover span.fa {
	background-color: #032ca2
}

.portfolio_info-share_social-wpapper .share_google:hover span.fa {
	background-color: #ab3434
}

.portfolio_info-share_social-wpapper .share_pinterest:hover span.fa {
	background-color: #cc0202
}

.portfolio_info-share_social-wpapper .share_linkedin:hover span.fa {
	background-color: #0266cc
}

.single_portfolio .genesisexpo-post-navigation,
.single_portfolio .next-link_wrapper,
.single_portfolio .prev-link_wrapper {
	margin-bottom: 0
}

.single_portfolio .related_portfolio {
	margin-top: 70px;
	margin-bottom: 50px
}

.single_portfolio .related_portfolio .genesisexpo_module_carousel {
	margin: 0
}

.single_portfolio .related_portfolio .genesisexpo_module_title {
	margin-bottom: 30px
}

.portfolio_info_item-info_desc {
	width: 50%;
	display: inline-block;
	margin-bottom: 25px;
	vertical-align: top
}

.portfolio_info_item-info_desc h5 {
	margin-right: 14px;
	font-size: 16px;
	font-weight: 400
}

.portfolio_info_item-info_desc span {
	font-size: 16px;
	display: block;
	line-height: 20px
}

.wgl_portfolio_item-annotation-wrap:only-child {
	width: 100%
}

.wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc {
	width: initial;
	margin-right: 35px
}

.wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc h5,
.wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc span {
	display: inline-block
}

.genesisexpo_module_pricing_plan {
	text-align: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	margin-bottom: 30px;
	padding-top: 20px
}

.genesisexpo_module_pricing_plan .pricing_plan_wrap {
	transform: translateY(0);
	transition: all .5s;
	background-color: transparent
}

.genesisexpo_module_pricing_plan .pricing_plan_wrap:hover {
	transform: translateY(-20px)
}

.genesisexpo_module_pricing_plan .pricing_header {
	padding: 57px 15px;
	text-align: center;
	position: relative;
	z-index: 1;
	background-size: cover;
	border-radius: 10px 10px 0 0
}

.genesisexpo_module_pricing_plan .pricing_icon_wrapper {
	font-size: 35px;
	height: 1em;
	line-height: 1em;
	transform: translateY(-50%)
}

.genesisexpo_module_pricing_plan .pricing_title-wrapper {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.genesisexpo_module_pricing_plan .pricing_title-wrapper .pricing_title {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	background-color: #fff;
	padding: 13px 21px;
	min-width: 100px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50px;
	text-transform: uppercase
}

.genesisexpo_module_pricing_plan .pricing_title-wrapper .pricing_title>i {
	font-weight: 600;
	margin-right: 5px
}

.genesisexpo_module_pricing_plan .pricing_price_wrap {
	font-size: 40px
}

.genesisexpo_module_pricing_plan .pricing_cur {
	display: inline-block;
	margin-right: 0;
	vertical-align: baseline;
	font-size: inherit;
	line-height: 1;
	font-weight: 700;
	color: #fff
}

.genesisexpo_module_pricing_plan .pricing_price {
	display: inline-block;
	font-size: inherit;
	line-height: 1;
	font-weight: 700;
	color: #fff
}

.genesisexpo_module_pricing_plan .pricing_desc {
	display: block;
	margin-top: .175em;
	font-size: .45em;
	line-height: 1;
	color: #fff
}

.genesisexpo_module_pricing_plan .pricing_punch {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 50px;
	height: 25px;
	border-radius: 0 0 50px 50px;
	transform: translateX(-50%);
	background-color: transparent
}

.genesisexpo_module_pricing_plan .pricing_content {
	padding: 43px 35px 30px;
	font-size: 16px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #232323
}

.genesisexpo_module_pricing_plan .pricing_content li {
	padding-left: 0;
	line-height: 50px
}

.genesisexpo_module_pricing_plan .pricing_content li:before {
	display: none
}

.genesisexpo_module_pricing_plan .pricing_content li i {
	margin-right: 10px
}

.genesisexpo_module_pricing_plan .pricing_footer {
	font-size: 14px
}

.genesisexpo_module_pricing_plan .pricing_footer .genesisexpo_module_button {
	margin-top: 0;
	display: inline-block;
	transform: translateY(-50%)
}

.genesisexpo_module_pricing_plan .pricing_footer .genesisexpo_module_button>a {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	word-break: break-word;
	white-space: normal;
	border-radius: 25px
}

.genesisexpo_module_progress_bar .progress_bar_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: #f3f3f3;
	margin: 30px 0 55px;
	border-radius: 10px
}

.genesisexpo_module_progress_bar .progress_bar_wrap:last-child {
	margin-bottom: 20px
}

.genesisexpo_module_progress_bar .progress_bar {
	position: absolute;
	z-index: 1;
	width: 0;
	height: inherit;
	border-radius: 10px;
	transition: width 1s linear
}

.genesisexpo_module_progress_bar .progress_label_wrap {
	position: absolute;
	z-index: 1;
	left: 0;
	top: -38px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #797f9d;
	white-space: nowrap
}

.genesisexpo_module_progress_bar .progress_label_wrap:before {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 80%;
	right: 0
}

.genesisexpo_module_progress_bar .progress_value_wrap {
	position: absolute;
	top: -38px;
	right: 0;
	margin-right: 0
}

.genesisexpo_module_progress_bar .progress_label,
.genesisexpo_module_progress_bar .progress_value,
.genesisexpo_module_progress_bar .progress_units {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

.genesisexpo_module_progress_bar .progress_value {
	font-weight: 600;
	margin-left: 30px
}

.genesisexpo_module_progress_bar .progress_units {
	font-weight: 600
}

.genesisexpo_module_social {
	margin-left: -7px;
	margin-right: -7px
}

.genesisexpo_module_social .soc_icon {
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 14px
}

.genesisexpo_module_social.with_bg .soc_icon {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.genesisexpo_module_social.with_bg .soc_icon:hover {
	background: #fff;
	box-shadow: 0 3px 16px 0 rgba(3, 38, 96, 0.2)
}

.genesisexpo_module_spacing.responsive_active .spacing_size {
	display: none
}

.genesisexpo_module_spacing.responsive_active .spacing_size.spacing_size-initial {
	display: block
}

.wgl_module_team {
	position: relative;
	z-index: 1
}

.wgl_module_team.aleft .team-item_info {
	left: 0;
	padding-left: 0
}

.wgl_module_team.aright .team-item_info {
	left: 80px;
	padding-right: 0
}

.wgl_module_team.shadow_always .team-item_content {
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1)
}

.wgl_module_team.shadow_on_hover .team-item_content:hover {
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1)
}

.wgl_module_team.anim_grayscale .team-image {
	filter: grayscale(100%)
}

.wgl_module_team.anim_grayscale .team-item_content:hover .team-image {
	filter: none
}

.wgl_module_team.anim_moveup {
	padding-top: 20px
}

.wgl_module_team.anim_moveup .team-item_content:hover {
	transform: translateY(-20px)
}

.wgl_module_team.anim_moveup .genesisexpo_carousel_slick {
	padding-top: 20px
}

.wgl_module_team .team-item {
	float: left;
	box-sizing: border-box;
	margin-bottom: 0
}

.wgl_module_team .team-item_content {
	position: relative;
	z-index: 1;
	padding: 30px;
	border-radius: 10px;
	transition: all .5s;
	background: #fff
}

.wgl_module_team .team-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-top: 12px
}

.wgl_module_team .team-title a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit
}

.wgl_module_team .team-item_info {
	margin-top: -30px;
	position: relative;
	z-index: 1
}

.wgl_module_team .team-info_icons {
	transition: all .5s;
	color: #909aa3;
	background: #f3f3f3;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	padding: 9px 0
}

.wgl_module_team .team-info_icons .team-icon {
	position: relative;
	padding: 8px 13px;
	text-decoration: none;
	color: inherit;
	transition: all .3s
}

.wgl_module_team .team-info_icons .team-icon.fa-google-plus {
	font-size: 13px
}

.wgl_module_team .team-info_icons .team-icon:hover {
	transform: translateY(-2px)
}

.wgl_module_team .team-department {
	transition: all .4s
}

.wgl_module_team .team-image {
	width: 100%;
	transition: all .4s;
	z-index: 1;
	position: relative
}

.wgl_module_team .team-image img {
	border-radius: 50%
}

.wgl_module_team.horiz_type .team-item_content {
	padding: 40px 30px;
	overflow: hidden;
	align-items: center
}

.wgl_module_team.horiz_type .team-item_info {
	margin-top: 20px;
	position: initial
}

.wgl_module_team.horiz_type .team-image_wrap {
	max-width: 185px;
	width: 100%;
	float: left;
	margin-right: 30px
}

.wgl_module_team.horiz_type .team-info_icons {
	position: relative;
	z-index: 1;
	margin-top: -20px;
	width: 100%;
	text-align: center;
	box-shadow: 0 11px 29px 0 rgba(243, 243, 243, 0.45)
}

.wgl_module_team.horiz_type .team-title {
	margin-top: 0
}

.wgl_module_team.horiz_type .team-item_excerpt {
	margin-top: 10px
}

.wgl_module_team.horiz_type .team-info_svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	max-width: 400px
}

.wgl_module_team.horiz_type .team-info_svg svg {
	fill: #e9e9e9;
	transition: all .5s
}

.wgl_module_team.horiz_type.team-col_3 .team-item_content,
.wgl_module_team.horiz_type.team-col_4 .team-item_content,
.wgl_module_team.horiz_type.team-col_5 .team-item_content {
	padding: 40px 20px 20px
}

.wgl_module_team.horiz_type.team-col_3 .team-image_wrap,
.wgl_module_team.horiz_type.team-col_4 .team-image_wrap,
.wgl_module_team.horiz_type.team-col_5 .team-image_wrap {
	float: none;
	margin: auto
}

.wgl_module_team.horiz_type.team-col_3 .team-item_info,
.wgl_module_team.horiz_type.team-col_4 .team-item_info,
.wgl_module_team.horiz_type.team-col_5 .team-item_info {
	margin-top: 20px;
	text-align: center
}

.wgl_module_team.horiz_type.team-col_3 .team-info_svg,
.wgl_module_team.horiz_type.team-col_4 .team-info_svg,
.wgl_module_team.horiz_type.team-col_5 .team-info_svg {
	width: 100%
}

.wgl_module_team.team-col_1 .team-item {
	width: 100%
}

.wgl_module_team.team-col_2 .team-item {
	width: 50%
}

.wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
	clear: left
}

.wgl_module_team.team-col_3 .team-item {
	width: 33.33333333%
}

.wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
	clear: left
}

.wgl_module_team.team-col_4 .team-item {
	width: 25%
}

.wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
	clear: left
}

.wgl_module_team.team-col_5 .team-item {
	width: 20%
}

.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
	clear: left
}

.wgl_module_team .genesisexpo_module_carousel-wrapper .genesisexpo_module_carousel {
	margin-left: 0;
	margin-right: 0
}

.wgl_module_team .genesisexpo_module_carousel-wrapper .genesisexpo_module_carousel .team-item:not(:first-child) {
	clear: none
}

.single_team_page .team-single_wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	margin-bottom: 52px;
	box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden
}

.single_team_page .team-info_icons {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	line-height: 0;
	color: #fff;
	width: calc(100% - 40px);
	padding: 10px 0;
	transition: all .3s;
	text-align: right;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px
}

.single_team_page .team-info_icons a {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
	text-decoration: none;
	overflow: hidden;
	color: #fff
}

.single_team_page .team-info_icons a:last-child {
	margin-right: 30px
}

.single_team_page .team-info_icons a:hover {
	transform: translateY(-5px)
}

.single_team_page .team-image_wrap {
	margin: 40px 0;
	padding-left: 70px;
	position: relative;
	z-index: 1
}

.single_team_page .team-image {
	max-width: 340px
}

.single_team_page .team-image img {
	border-radius: 50%
}

.single_team_page .team-title {
	font-size: 36px;
	line-height: 1.167;
	font-weight: 500;
	margin-bottom: 21px
}

.single_team_page .team-info_wrapper {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 20px 0;
	padding-left: 8%;
	z-index: 1
}

.single_team_page .team-info_wrapper .team-info_item {
	margin-bottom: 7px;
	font-size: 16px
}

.single_team_page .team-info_wrapper .team-info_item:first-child {
	margin-top: 0
}

.single_team_page .team-info_wrapper .team-info_item>* {
	font-size: inherit;
	display: inline-block
}

.single_team_page .team-info_wrapper .team-info_item a {
	color: inherit
}

.single_team_page .team-info_wrapper .team-info_item span {
	margin-left: 5px
}

.single_team_page .team-info_wrapper .team-info_item span:first-child {
	margin-left: 0
}

.single_team_page .team-info_wrapper .team-info_svg {
	position: absolute;
	width: 140px;
	right: -20px;
	top: 0;
	height: 100%
}

.single_team_page .team-info_wrapper .team-info_svg svg {
	transition: all .5s
}

.single_team_page .team-item_vcard {
	display: flex;
	align-items: center;
	margin-top: 20px
}

.single_team_page .team-item_vcard .team-item_vcard-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	border: 1px solid;
	text-align: center;
	color: #000;
	font-size: 30px
}

.single_team_page .team-item_vcard .team-item_vcard-text {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}

.single_team_page .team-single_wrapper:hover .team-info_icons {
	width: calc(100% - 70px);
	padding-right: 40px;
	margin-left: 70px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px
}

.single_team_page .team-single_speaches-title {
	font-weight: 400;
	margin-bottom: 30px
}

.single_team_page .team-single_speaches-info .speech-info_item {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px
}

.single_team_page .team-single_speaches-info .speech-info_day {
	font-size: 22px;
	margin-bottom: 6px
}

.single_team_page .team-single_speaches-info .speech-info_time {
	margin-bottom: 8px
}

.single_team_page .team-single_speaches-info .speech-info_time,
.single_team_page .team-single_speaches-info .speech-info_desc {
	font-size: 18px
}

.genesisexpo_module_testimonials .testimonials_item {
	padding-top: 20px;
	padding-bottom: 30px;
	transition: transform .3s
}

.genesisexpo_module_testimonials .testimonials_item:hover {
	transform: translateY(-20px)
}

.genesisexpo_module_testimonials.item_alignment_center {
	text-align: center
}

.genesisexpo_module_testimonials.item_alignment_center .testimonials_quote,
.genesisexpo_module_testimonials.item_alignment_center .testimonials_meta_wrap {
	justify-content: center
}

.genesisexpo_module_testimonials.item_alignment_left {
	text-align: left
}

.genesisexpo_module_testimonials.item_alignment_left.type_author_bottom .testimonials_meta_wrap {
	margin-left: 34px
}

.genesisexpo_module_testimonials.item_alignment_right {
	text-align: right
}

.genesisexpo_module_testimonials.item_alignment_right.type_author_bottom .testimonials_meta_wrap {
	margin-right: 34px
}

.genesisexpo_module_testimonials .testimonials_image img {
	border-radius: 50%
}

.genesisexpo_module_testimonials .testimonials_quote {
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0
}

.genesisexpo_module_testimonials .testimonials_name {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.65
}

.genesisexpo_module_testimonials .testimonials_status {
	line-height: 1.4;
	font-size: 14px;
	display: block
}

.genesisexpo_module_testimonials .testimonials_date {
	padding-bottom: 10px
}

.genesisexpo_module_testimonials .testimonials_content_wrap {
	position: relative;
	padding: 30px 40px 40px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1)
}

.genesisexpo_module_testimonials .testimonials_content_wrap:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	transform-origin: 50%;
	transform: translate(-50%) rotate(45deg);
	border-radius: inherit;
	background-color: inherit
}

.genesisexpo_module_testimonials .genesisexpo_module_carousel .testimonials_item {
	padding: 20px 15px 0
}

.genesisexpo_module_testimonials.type_default .testimonials_content_wrap:after,
.genesisexpo_module_testimonials.type_author_left_top .testimonials_content_wrap:after {
	top: -15px
}

.genesisexpo_module_testimonials.type_author_left_bottom .testimonials_content_wrap:after {
	bottom: -15px
}

.genesisexpo_module_testimonials.type_default.item_alignment_left .testimonials_content_wrap:after,
.genesisexpo_module_testimonials.type_author_left_top.item_alignment_left .testimonials_content_wrap:after,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_left .testimonials_content_wrap:after {
	left: 65px
}

.genesisexpo_module_testimonials.type_default.item_alignment_right .testimonials_content_wrap:after,
.genesisexpo_module_testimonials.type_author_left_top.item_alignment_right .testimonials_content_wrap:after,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_right .testimonials_content_wrap:after {
	right: 65px
}

.genesisexpo_module_testimonials.type_default.item_alignment_center .testimonials_content_wrap:after {
	left: 50%
}

.genesisexpo_module_testimonials.type_author_left_top.item_alignment_center .testimonials_content_wrap:after,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_center .testimonials_content_wrap:after {
	left: 30%
}

.genesisexpo_module_testimonials.type_default .testimonials_image {
	margin-bottom: 40px
}

.genesisexpo_module_testimonials.type_default .testimonials_content_wrap {
	margin-bottom: 30px
}

.genesisexpo_module_testimonials.type_default.item_alignment_left .testimonials_image {
	margin-left: 24px
}

.genesisexpo_module_testimonials.type_default.item_alignment_left .testimonials_meta_wrap {
	padding-left: 24px
}

.genesisexpo_module_testimonials.type_default.item_alignment_right .testimonials_image {
	margin-right: 24px
}

.genesisexpo_module_testimonials.type_default.item_alignment_right .testimonials_meta_wrap {
	padding-right: 24px
}

.genesisexpo_module_testimonials.type_author_left_top .testimonials_meta_wrap,
.genesisexpo_module_testimonials.type_author_left_bottom .testimonials_meta_wrap {
	display: flex;
	align-items: center
}

.genesisexpo_module_testimonials.type_author_left_top.item_alignment_left .testimonials_image,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_left .testimonials_image {
	margin-right: 20px;
	margin-left: 24px
}

.genesisexpo_module_testimonials.type_author_left_top.item_alignment_center .testimonials_image,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_center .testimonials_image {
	margin-right: 20px
}

.genesisexpo_module_testimonials.type_author_left_top.item_alignment_right .testimonials_meta_wrap,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_right .testimonials_meta_wrap {
	flex-direction: row-reverse
}

.genesisexpo_module_testimonials.type_author_left_top.item_alignment_right .testimonials_image,
.genesisexpo_module_testimonials.type_author_left_bottom.item_alignment_right .testimonials_image {
	margin-left: 20px;
	margin-right: 24px
}

.genesisexpo_module_testimonials.type_author_left_top .testimonials_meta_wrap {
	margin-bottom: 40px
}

.genesisexpo_module_testimonials.type_author_left_bottom .testimonials_meta_wrap {
	margin-top: 40px
}

.genesisexpo_module_testimonials.type_author_bottom {
	margin-top: 25px
}

.genesisexpo_module_testimonials.type_author_bottom .testimonials_content_wrap:after {
	content: unset
}

.genesisexpo_module_testimonials.type_author_bottom .testimonials_meta_wrap {
	margin-top: -25px;
	position: relative
}

.genesisexpo_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image {
	margin-right: 0;
	margin-bottom: 10px
}

.genesisexpo_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image img {
	display: inline-block
}

.genesisexpo_module_testimonials .pagination_square ul.slick-dots {
	font-size: 0
}

.genesisexpo_module_testimonials .pagination_square ul.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0;
	margin-right: 8px
}

.genesisexpo_module_testimonials .pagination_square ul.slick-dots li:last-child {
	margin-right: 0
}

.genesisexpo_module_testimonials .pagination_square ul.slick-dots li .input[type="submit"],
.genesisexpo_module_testimonials .pagination_square ul.slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0
}

.genesisexpo_module_time_line_horizontal {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 60px
}

.genesisexpo_module_time_line_horizontal:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	top: 90px;
	left: 0;
	margin-top: -1px;
	background: white;
	opacity: .5;
	background: -webkit-linear-gradient(left, transparent 0, #e4e4e4 100px, #e4e4e4 calc(100% - 100px), transparent 100%)
}

.genesisexpo_module_time_line_horizontal .time_line-item {
	position: relative;
	z-index: 1;
	padding: 0 25px
}

.genesisexpo_module_time_line_horizontal .time_line-descr {
	white-space: pre-line
}

.genesisexpo_module_time_line_horizontal .time_line-title {
	font-size: 18px
}

.genesisexpo_module_time_line_horizontal .time_line-date {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 18px
}

.genesisexpo_module_time_line_horizontal .time_line-check_wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 80px;
	margin: 50px 0 5px
}

.genesisexpo_module_time_line_horizontal .time_line-check .time_line-check_circle {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: .4s
}

.genesisexpo_module_time_line_horizontal .time_line-check:before,
.genesisexpo_module_time_line_horizontal .time_line-check:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.58);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16)
}

.genesisexpo_module_time_line_horizontal .time_line-check:after {
	z-index: -2;
	width: 46px;
	height: 46px
}

.genesisexpo_module_time_line_horizontal .time_line-item:hover .time_line-check:before {
	animation: time_line_horizontal_pulse 2s infinite
}

.genesisexpo_module_time_line_horizontal .time_line-item:hover .time_line-check:after {
	animation: time_line_horizontal_pulse_2 2s infinite
}

@keyframes time_line_horizontal_pulse {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1
	}

	70% {
		width: 18px;
		height: 18px;
		opacity: 0
	}

	100% {
		width: 30px;
		height: 30px;
		opacity: 1
	}
}

@keyframes time_line_horizontal_pulse_2 {
	0% {
		width: 46px;
		height: 46px;
		opacity: 1
	}

	70% {
		width: 36px;
		height: 36px;
		opacity: 0
	}

	100% {
		width: 46px;
		height: 46px;
		opacity: 1
	}
}

.genesisexpo_module_time_line_vertical {
	position: relative;
	z-index: 1;
	padding: 70px 0
}

.genesisexpo_module_time_line_vertical:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 2px;
	left: 50%;
	top: 0;
	margin-left: -1px;
	background: -webkit-linear-gradient(top, transparent 0, #e4e4e4 100px, #e4e4e4 calc(100% - 100px), transparent 100%)
}

.genesisexpo_module_time_line_vertical.appear_anim .time_line-item .time_line-date {
	transform: translateX(-20%);
	opacity: 0
}

.genesisexpo_module_time_line_vertical.appear_anim .time_line-item .time_line-check {
	opacity: 0
}

.genesisexpo_module_time_line_vertical.appear_anim .time_line-item .time_line-content {
	transform: translateX(20%);
	opacity: 0
}

.genesisexpo_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-date {
	transform: translateX(20%)
}

.genesisexpo_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-content {
	transform: translateX(-20%)
}

.genesisexpo_module_time_line_vertical .time_line-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	transition: opacity .5s
}

.genesisexpo_module_time_line_vertical .time_line-item:last-child {
	margin-bottom: 0
}

.genesisexpo_module_time_line_vertical .time_line-item:nth-child(even) {
	flex-direction: row-reverse
}

.genesisexpo_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date_wrap {
	margin-right: calc(50% - 10px);
	margin-left: 30px
}

.genesisexpo_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date {
	right: auto;
	left: 100%;
	padding-left: 27px;
	padding-right: 0
}

.genesisexpo_module_time_line_vertical .time_line-item:nth-child(even) .time_line-image {
	left: 0;
	right: auto
}

.genesisexpo_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content {
	text-align: right
}

.genesisexpo_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content:before {
	left: auto;
	right: 0
}

.genesisexpo_module_time_line_vertical .time_line-item.item_active .time_line-check i {
	opacity: 1;
	line-height: 16px;
	font-size: 11px;
	text-align: center
}

.genesisexpo_module_time_line_vertical .time_line-item.item_show .time_line-content,
.genesisexpo_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-content {
	opacity: 1;
	transform: translateX(0)
}

.genesisexpo_module_time_line_vertical .time_line-item.item_show .time_line-check,
.genesisexpo_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-check {
	opacity: 1
}

.genesisexpo_module_time_line_vertical .time_line-item.item_show .time_line-date,
.genesisexpo_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-date {
	opacity: 1;
	transform: translateX(0)
}

.genesisexpo_module_time_line_vertical .time_line-date_wrap {
	margin-left: calc(50% - 10px);
	margin-right: 30px;
	position: relative;
	z-index: 1
}

.genesisexpo_module_time_line_vertical .time_line-check {
	height: 20px;
	width: 20px;
	border: 3px solid;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
	color: #fff;
	transition: opacity .8s
}

.genesisexpo_module_time_line_vertical .time_line-check:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.58);
	transform: translate(-50%, -50%);
	opacity: 0;
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16)
}

.genesisexpo_module_time_line_vertical .time_line-check:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.58);
	transform: translate(-50%, -50%);
	opacity: 0;
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16)
}

.genesisexpo_module_time_line_vertical .time_line-check i {
	opacity: 0;
	display: block
}

.genesisexpo_module_time_line_vertical .time_line-date {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 100%;
	padding-right: 27px;
	white-space: nowrap;
	transition: all .3s;
	line-height: 20px;
	font-size: 18px
}

.genesisexpo_module_time_line_vertical .time_line-content {
	padding: 23px 30px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 350px;
	transition: all .4s;
	background: #fff;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1)
}

.genesisexpo_module_time_line_vertical .time_line-content:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.genesisexpo_module_time_line_vertical .time_line-image {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0
}

.genesisexpo_module_time_line_vertical .time_line-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px
}

.genesisexpo_module_time_line_vertical .time_line-descr {
	font-size: 14px;
	line-height: 24px
}

.genesisexpo_module_time_line_vertical .time_line-item:hover .time_line-content {
	transform: translateX(5px);
	background: white
}

.genesisexpo_module_time_line_vertical .time_line-item:hover .time_line-date {
	transform: translateX(-5px)
}

.genesisexpo_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-content {
	transform: translateX(-5px)
}

.genesisexpo_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-date {
	transform: translateX(5px)
}

.genesisexpo_module_time_line_vertical .time_line-item:hover .time_line-check:before {
	animation: time_line_vertical_pulse 2s infinite
}

.genesisexpo_module_time_line_vertical .time_line-item:hover .time_line-check:after {
	animation: time_line_vertical_pulse_2 2s infinite
}

@keyframes time_line_vertical_pulse {
	0% {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
		opacity: 0
	}

	70% {
		width: calc(100% + 34px);
		height: calc(100% + 34px);
		opacity: 1
	}

	100% {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
		opacity: 0
	}
}

@keyframes time_line_vertical_pulse_2 {
	0% {
		width: calc(100% + 14px);
		height: calc(100% + 14px);
		opacity: 0
	}

	70% {
		width: calc(100% + 18px);
		height: calc(100% + 18px);
		opacity: 1
	}

	100% {
		width: calc(100% + 14px);
		height: calc(100% + 14px);
		opacity: 0
	}
}

.wgl_timetabs {
	padding-bottom: 30px
}

.wgl_timetabs .timetabs_headings {
	display: flex;
	align-items: stretch;
	position: relative;
	margin: 20px 0
}

.wgl_timetabs .timetabs_headings .wgl_tab {
	text-align: center;
	flex-grow: 1;
	position: relative;
	cursor: pointer;
	padding: 20px 0;
	font-size: 28px;
	transition: .3s
}

.wgl_timetabs .timetabs_headings .wgl_tab .tab_title {
	font-size: 1em;
	line-height: 1.4;
	color: #919191;
	transition: inherit
}

.wgl_timetabs .timetabs_headings .wgl_tab .tab_subtitle {
	font-size: .571em;
	line-height: 1.4;
	color: #afafaf;
	transition: inherit
}

.wgl_timetabs .timetabs_headings .wgl_tab:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.05)
}

.wgl_timetabs .timetabs_headings .wgl_tab:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	height: 3px;
	width: 0;
	transform: translateX(-50%);
	transition: width .75s ease
}

.wgl_timetabs .timetabs_headings .wgl_tab.active:after {
	width: 100%
}

.wgl_timetabs .timetabs_data .timetab_container {
	display: block
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	padding: 35px;
	font-size: 16px;
	border-radius: 10px;
	transition: .5s
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
	font-size: 1.125em;
	font-weight: 500;
	padding-left: 5px;
	padding-right: 30px;
	flex-basis: 12.53%;
	text-align: center
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img img {
	border-radius: 10px
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
	flex-basis: 40%;
	flex-grow: 1;
	padding-left: 40px;
	padding-right: 30px;
	font-size: 1em
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_title {
	font-size: 1.25em;
	line-height: 1.8;
	font-weight: 500
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_description {
	font-size: 1em;
	line-height: 1.875
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
	padding-left: 40px;
	padding-right: 5px
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
	margin-bottom: 0
}

.wgl_timetabs .timetabs_data .timetab_container .timetabs_item:hover,
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item.hovered {
	background-color: #fff;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1)
}

@media(max-width:1200px) {
	.wgl_timetabs .timetabs_headings .wgl_tab {
		font-size: 24px
	}

	.wgl_timetabs .timetabs_data .timetab_container {
		display: flex;
		flex-flow: wrap
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
		display: block;
		text-align: center;
		width: 50%;
		font-size: 15px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
		padding: 0
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
		padding: 15px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
		padding: 0
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
		text-align: inherit;
		padding: 15px
	}
}

@media(max-width:992px) {
	.wgl_timetabs .timetabs_headings .wgl_tab {
		font-size: 22px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
		padding: 20px;
		font-size: 14px
	}
}

@media(max-width:768px) {
	.wgl_timetabs .timetabs_headings {
		flex-direction: column
	}

	.wgl_timetabs .timetabs_headings .wgl_tab {
		font-size: 18px;
		padding: 15px 15px 5px 15px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
		padding: 15px;
		width: 100%;
		font-size: 13px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
		padding: 10px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
		width: 75%;
		margin: auto
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
		padding: 10px
	}

	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
		padding-top: 7px;
		padding-bottom: 7px
	}
}

@media(max-width:600px) {
	.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
		width: 100%;
		margin: 0
	}
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle {
	margin-bottom: 10px
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title {
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1);
	border-color: transparent
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
	padding: 5px 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 25px;
	transition: all .4s
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title h4 {
	font-size: 16px;
	line-height: 38px;
	font-weight: 600
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:hover {
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
	margin: 0;
	padding: 20px 30px 10px
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content p:last-child {
	margin-bottom: 0
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	height: 12px;
	width: 12px;
	color: inherit
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon {
	color: #d7d8de
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon:before {
	content: "\f123";
	font-family: Flaticon;
	position: absolute;
	z-index: 1;
	right: 0;
	font-style: normal;
	top: -10px;
	font-size: 16px;
	color: inherit
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron .vc_toggle_icon:before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 2px;
	right: 3px;
	top: 3px;
	bottom: 2px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translate(-25%, -25%);
	transition: all .2s ease-in-out
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon:before {
	transform: rotate(225deg) translate(-25%, -25%)
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before,
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-style: solid;
	transition: all .2s ease-in-out
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before {
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-width: 2px 0 0
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
	left: 50%;
	bottom: 0;
	top: 0;
	transform: translateX(-50%);
	border-width: 0 0 0 2px
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus.vc_toggle_active .vc_toggle_icon:after {
	transform: rotate(90deg)
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle .vc_toggle_icon:before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 6px;
	border-bottom-color: transparent !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	transform: translateY(25%);
	transition: all .2s ease-in-out
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon:before {
	transform: rotate(180deg) translateY(25%)
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_title {
	padding-right: 50px
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
	right: 30px
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_title {
	padding-left: 50px
}

.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
	left: 30px
}

body .wpb_heading.wpb_pie_chart_heading {
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	margin-top: 15px
}

body .vc_pie_chart.color-white .wpb_pie_chart_heading,
body .vc_pie_chart.color-white .vc_pie_chart_value {
	color: #fff
}

body .vc_pie_chart .vc_pie_chart_value {
	font-size: 36px;
	font-weight: 400;
	z-index: 3
}

body .vc_pie_chart .vc_pie_chart_back {
	border: 5px solid #eee !important;
	opacity: 1 !important;
	width: calc(100% - 1.5px) !important;
	height: calc(100% - 1.5px) !important;
	top: .5px;
	left: .5px
}

body .vc_pie_chart.color-white .vc_pie_chart_back {
	border-color: rgba(255, 255, 255, 0.1) !important
}

body .vc_pie_chart canvas {
	display: block
}

.vc_row .vc_progress_bar .vc_single_bar {
	height: 5px;
	background-color: #f2f6fd;
	margin: 52px 0 20px 0;
	border-radius: 10px;
	box-shadow: none
}

.vc_row .vc_progress_bar .vc_single_bar .vc_bar {
	height: 5px;
	border-radius: 10px
}

.vc_row .vc_progress_bar .vc_single_bar .vc_bar:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 17px;
	height: 17px;
	right: -8px;
	top: -6px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 18px 0 rgba(0, 69, 182, 0.16)
}

.vc_row .vc_progress_bar .vc_single_bar .vc_label {
	position: absolute;
	padding: 0;
	width: 100%;
	top: -34px;
	left: 0;
	font-size: 12px;
	font-weight: 500;
	text-shadow: none !important;
	text-transform: uppercase
}

.vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
	float: right
}

.vc_row .vc_progress_bar .vc_single_bar:first-child {
	margin-top: 36px
}

.vc_chart.vc_round-chart {
	background-size: 0
}

.vc_chart.vc_round-chart .wpb_wrapper {
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: center
}

.vc_chart.vc_round-chart .wpb_wrapper canvas {
	display: block
}

.vc_chart.vc_round-chart[data-vc-legend="1"] {
	background-size: 0
}

.vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper {
	background-image: inherit;
	background-size: inherit
}

.vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper .vc_chart-with-legend {
	background-image: inherit;
	background-position: inherit;
	background-repeat: inherit
}

.vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li {
	padding-left: 10px
}

.vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li:before {
	display: none
}

div[data-vc-parallax-image] {
	position: relative;
	overflow: hidden
}

div[data-vc-parallax-image] .vc_parallax-inner {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	z-index: 0;
	background-position: 50% 0
}

html .wpb_content_element {
	margin-bottom: 0
}

html .wpb_content_element:after {
	display: block;
	content: "";
	clear: both;
	height: 0
}

.vc_row {
	position: relative
}

.vc_row.vc_row-flex>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	z-index: 1
}

@media(-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.vc_row.vc_row-flex>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner>* {
		min-height: 1em
	}
}

.vc_row.vc_row-o-content-top>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: center
}

.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	padding-top: 35px
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column
}

.vc_row.vc_row-o-content-top>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row.vc_row-o-content-top>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: center
}

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	padding-top: 35px
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	justify-content: center
}

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container.sticky-sidebar>.theiaStickySidebar>.vc_column-inner {
	padding-top: 35px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	overflow: unset
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
	overflow: unset
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
	max-width: 160px;
	text-align: center
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
	margin: 0;
	border-width: 1px;
	border-color: #ddd;
	border-radius: 25px;
	padding: 4px 25px;
	font-weight: 600;
	width: 100%;
	transition: all .4s
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:before,
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:after {
	display: none !important
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	border-color: transparent;
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
	display: none
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
	margin-bottom: 0
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
	border: 0;
	padding-bottom: 5px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
	display: inline-block;
	line-height: 1
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
	display: inline-block;
	padding: 4px 25px;
	line-height: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 25px;
	transition: all .4s
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a>span.vc_tta-title-text {
	font-size: 16px;
	font-weight: 600;
	color: inherit
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
	border-color: transparent;
	box-shadow: 0 7px 38px rgba(0, 0, 0, 0.1)
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	border: 0
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab:not(:last-child),
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container .vc_tta-tab:not(:last-child) {
	margin-right: 23px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
	padding: 20px 0 10px 0
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
	padding-bottom: 10px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body {
	padding: 30px 0 20px 0
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left,
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right {
	padding-top: 25px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:not(:last-child),
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:not(:last-child) {
	margin-bottom: 10px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
	padding: 0 0 0 30px
}

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
	padding: 0 30px 0 0
}

.vc_wp_custommenu.menu-item-center .menu {
	text-align: center
}

.vc_wp_custommenu.menu-item-right .menu {
	text-align: right
}

.vc_wp_custommenu.menu-item-left .menu {
	text-align: left
}

.vc_wp_custommenu.menu-item-block .menu .menu-item {
	display: block
}

.vc_wp_custommenu .menu .menu-item {
	display: inline-block
}

.vc_wp_custommenu .menu .menu-item a {
	opacity: 1;
	color: inherit;
	padding: 0 16px;
	margin: 0 5px;
	position: relative;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 200ms
}

.vc_wp_custommenu .menu .menu-item a:hover:before {
	opacity: 1;
	margin-top: 7px
}

.vc_wp_custommenu .menu .menu-item a:before {
	position: absolute;
	display: block;
	top: 100%;
	border-radius: 50%;
	margin-left: -2px;
	left: 50%;
	width: 4px;
	height: 4px;
	border: 0;
	margin-top: 2px;
	content: '';
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all .5s cubic-bezier(0.25, 1, 0.35, 1) 0s
}

.vc_wp_custommenu .menu .menu-item.current-menu-item a:before {
	width: 4px
}

.vc_wp_custommenu .menu .menu-item.current-menu-item>a:before,
.vc_wp_custommenu .menu .menu-item.current-menu-ancestor>a:before {
	opacity: 1;
	margin-top: 7px
}

.genesisexpo_module_videobox {
	position: relative;
	z-index: 1
}

.genesisexpo_module_videobox .videobox_content {
	display: flex;
	align-items: center
}

.genesisexpo_module_videobox .title {
	position: relative;
	z-index: 2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04rem
}

.genesisexpo_module_videobox.button_align-left {
	text-align: left
}

.genesisexpo_module_videobox.button_align-left .videobox_content {
	justify-content: flex-start
}

.genesisexpo_module_videobox.button_align-left.title_pos-right .videobox_content {
	justify-content: flex-end
}

.genesisexpo_module_videobox.button_align-left.title_pos-top .videobox_content,
.genesisexpo_module_videobox.button_align-left.title_pos-bot .videobox_content {
	align-items: flex-start
}

.genesisexpo_module_videobox.button_align-right {
	text-align: right
}

.genesisexpo_module_videobox.button_align-right .videobox_content {
	justify-content: flex-end
}

.genesisexpo_module_videobox.button_align-right.title_pos-top .videobox_content,
.genesisexpo_module_videobox.button_align-right.title_pos-bot .videobox_content {
	align-items: flex-end
}

.genesisexpo_module_videobox.button_align-center {
	text-align: center
}

.genesisexpo_module_videobox.button_align-center .videobox_content {
	justify-content: center
}

.genesisexpo_module_videobox.button_align-center.title_pos-right .videobox_content {
	justify-content: center
}

.genesisexpo_module_videobox.button_align-inline {
	display: inline-block
}

.genesisexpo_module_videobox.with_image .videobox_content {
	z-index: 3;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 -40px
}

.genesisexpo_module_videobox.title_pos-left .title {
	margin-right: 35px
}

.genesisexpo_module_videobox.title_pos-right .title {
	margin-left: 35px
}

.genesisexpo_module_videobox.title_pos-right .videobox_content {
	flex-direction: row-reverse;
	justify-content: flex-start
}

.genesisexpo_module_videobox.title_pos-top .title {
	margin-bottom: 35px
}

.genesisexpo_module_videobox.title_pos-top .videobox_content {
	flex-direction: column
}

.genesisexpo_module_videobox.title_pos-bot .title {
	margin-top: 35px
}

.genesisexpo_module_videobox.title_pos-bot .videobox_content {
	flex-direction: column-reverse
}

.genesisexpo_module_videobox img {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 15px 38px 10px rgba(0, 0, 0, 0.2)
}

.genesisexpo_module_videobox .videobox_link {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.genesisexpo_module_videobox .videobox_link .videobox_icon {
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%)
}

.genesisexpo_module_videobox .videobox_link .videobox_circle_1,
.genesisexpo_module_videobox .videobox_link .videobox_circle_2,
.genesisexpo_module_videobox .videobox_link .videobox_circle_3 {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: .5px solid #2d84a2;
	opacity: 0;
	transform: scale(1)
}

.genesisexpo_module_videobox .videobox_link:hover .videobox_circle_1,
.genesisexpo_module_videobox .videobox_link:hover .videobox_circle_2,
.genesisexpo_module_videobox .videobox_link:hover .videobox_circle_3 {
	animation: pulse-circle 3.9s linear 0s infinite
}

.genesisexpo_module_videobox .videobox_link:hover .videobox_circle_2 {
	animation-delay: 1.3s
}

.genesisexpo_module_videobox .videobox_link:hover .videobox_circle_3 {
	animation-delay: 2.6s
}

.genesisexpo_module_videobox .videobox_wrapper_link {
	position: relative;
	z-index: 1;
	display: block
}

.genesisexpo_module_videobox .videobox_wrapper_link:before {
	content: "";
	display: block;
	background-color: #000;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity .3s;
	border-radius: 10px
}

.genesisexpo_module_videobox .videobox_wrapper_link:hover:before {
	opacity: .1
}

.genesisexpo_module_videobox.always-pulse-animation .videobox_link .videobox_circle_1,
.genesisexpo_module_videobox.always-pulse-animation .videobox_link .videobox_circle_2,
.genesisexpo_module_videobox.always-pulse-animation .videobox_link .videobox_circle_3 {
	animation: pulse-circle 3.9s linear 0s infinite
}

.genesisexpo_module_videobox.always-pulse-animation .videobox_link .videobox_circle_2 {
	animation-delay: 1.3s
}

.genesisexpo_module_videobox.always-pulse-animation .videobox_link .videobox_circle_3 {
	animation-delay: 2.6s
}

.genesisexpo_module_videobox.always-pulse-animation .videobox_link:hover .videobox_circle_1,
.genesisexpo_module_videobox.always-pulse-animation .videobox_link:hover .videobox_circle_2,
.genesisexpo_module_videobox.always-pulse-animation .videobox_link:hover .videobox_circle_3 {
	animation: none
}

@keyframes pulse-circle {
	0% {
		transform: scale(1);
		opacity: 0
	}

	20% {
		transform: scale(1.44);
		opacity: .2
	}

	100% {
		transform: scale(3.2);
		opacity: 0
	}
}

@media only screen and (min-width:768px) {
	.row .wgl_col-12 {
		width: 100%
	}

	.row .wgl_col-11 {
		width: 91.66666667%
	}

	.row .wgl_col-10 {
		width: 83.33333333%
	}

	.row .wgl_col-9 {
		width: 75%
	}

	.row .wgl_col-8 {
		width: 66.66666667%
	}

	.row .wgl_col-7 {
		width: 58.33333333%
	}

	.row .wgl_col-6 {
		width: 50%
	}

	.row .wgl_col-5 {
		width: 41.66666667%
	}

	.row .wgl_col-4 {
		width: 33.33333333%
	}

	.row .wgl_col-3 {
		width: 25%
	}

	.row .wgl_col-1-5 {
		width: 20%
	}

	.row .wgl_col-2 {
		width: 16.66666667%
	}

	.row .wgl_col-1 {
		width: 8.33333333%
	}
}

@media only screen and (max-width:1024px) {

	.row .wgl_col-6,
	.row .wgl_col-5,
	.row .wgl_col-4,
	.row .wgl_col-3,
	.row .wgl_col-1-5 {
		width: 50%
	}

	.row .sidebar-container.wgl_col-3,
	.row .sidebar-container.wgl_col-4,
	.row #main-content.wgl_col-8,
	.row #main-content.wgl_col-9 {
		width: 100%
	}
}

@media only screen and (max-width:768px) {

	.page-header_content .page-header_title,
	.page-header_content .page-header_breadcrumb {
		display: block
	}

	.page-header_content .page-header_title+.page-header_breadcrumb {
		padding-top: 5px
	}

	.page-header_content .page-header_title {
		font-size: 26px;
		line-height: 140%
	}

	.page-header_content .breadcrumbs {
		white-space: normal
	}

	.col-md-delimiter .vc_column_container:before {
		display: none
	}
}

@media only screen and (max-width:767px) {

	.row .wgl_col-6,
	.row .wgl_col-5,
	.row .wgl_col-4,
	.row .wgl_col-3,
	.row .wgl_col-1-5 {
		width: 100%
	}

	.copyright {
		text-align: center
	}

	.page_404_wrapper {
		background-image: none !important
	}
}

@media only screen and (max-width:1200px) {
	.wgl-container {
		width: 950px
	}

	.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
		clear: none
	}

	.wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
		clear: none
	}

	.wgl_module_team.team-col_5 .team-item,
	.wgl_module_team.team-col_4 .team-item {
		width: 33.33333333%
	}

	.wgl_module_team.team-col_5 .team-item:nth-child(3n+1),
	.wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
		clear: left
	}

	.row:after {
		clear: both
	}
}

@media only screen and (min-width:1200px) {
	.wpb_column.col_pl-lg-0>.vc_column-inner {
		padding-left: 0
	}

	.wpb_column.col_pr-lg-35>.vc_column-inner {
		padding-right: 35px
	}

	.wpb_column.col_pr-lg-50>.vc_column-inner {
		padding-right: 50px
	}

	.wpb_column.col_ml-min-lg-10>.vc_column-inner {
		margin-left: -10px
	}
}

@media only screen and (max-width:1024px) {
	.footer .row .wgl_col-3 {
		margin-bottom: 30px
	}

	.wgl_module_team.info_under_image .team-item_info {
		padding: 10px 20px
	}

	.wgl_portfolio_single-item .wgl_portfolio_info-wrap>.wgl_col-8,
	.wgl_portfolio_single-item .wgl_portfolio_info-wrap>.wgl_col-4 {
		width: 100%
	}

	.author-info_avatar {
		margin-right: 15px
	}

	.author-info_avatar img {
		width: 50px
	}

	.author-info_wrapper {
		padding: 30px 30px 25px 30px
	}
}

@media only screen and (max-width:992px) {
	.wgl-container {
		width: 750px
	}

	.wgl_module_team.team-col_5 .team-item,
	.wgl_module_team.team-col_4 .team-item,
	.wgl_module_team.team-col_3 .team-item {
		width: 50%
	}

	.wgl_module_team.team-col_5 .team-item:nth-child(3n+1),
	.wgl_module_team.team-col_4 .team-item:nth-child(3n+1),
	.wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
		clear: none
	}

	.wgl_module_team.team-col_5 .team-item:nth-child(2n+1),
	.wgl_module_team.team-col_4 .team-item:nth-child(2n+1),
	.wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
		clear: left
	}

	.wgl_module_team.horiz_type .team-image_wrap {
		float: none;
		margin: auto
	}

	.wgl_module_team.horiz_type .team-item_info {
		margin-top: 20px;
		text-align: center
	}

	.col-md-delimiter .vc_column_container.vc_col-sm-6:nth-child(2):before {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.genesisexpo_module_videobox.with_image.button_align-left .videobox_content {
		left: 60px
	}

	.genesisexpo_module_videobox.with_image.button_align-right .videobox_content {
		right: 60px
	}

	.single_team_page .team-single_wrapper {
		flex-direction: column;
		border: 0
	}

	.single_team_page .team-single_wrapper:before {
		width: auto;
		height: 100%;
		left: 20px;
		right: 20px;
		top: 0;
		bottom: 0
	}

	.single_team_page .team-single_wrapper .team-image_wrap {
		padding: 0 20px;
		margin-bottom: 0
	}

	.single_team_page .team-single_wrapper .team-image {
		margin: auto;
		position: relative
	}

	.single_team_page .team-single_wrapper:hover .team-info_icons {
		width: calc(100% - 40px);
		padding-right: 0;
		margin-left: 0
	}

	.single_team_page .team-info_icons {
		left: 20px;
		border-radius: 50px;
		text-align: center
	}

	.single_team_page .team-info_icons .team-icon:last-child {
		margin-right: 0
	}

	.single_team_page .team-info_wrapper {
		padding-top: 30px;
		padding-left: 0
	}

	.single_team_page .team-info_wrapper .team-title,
	.single_team_page .team-info_wrapper .team-info_item {
		text-align: center
	}

	.single_team_page .team-info_wrapper .team-info_svg {
		display: none
	}

	.wgl_module_team.horiz_type .team-item_content {
		padding: 40px 20px 20px
	}

	.wgl_module_team.horiz_type .team-info_svg {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.wgl-container {
		width: 560px
	}

	.footer_top-area .row [class*=wgl_col-]+[class*=wgl_col-] {
		margin-top: 35px
	}

	.sidebar-container {
		padding-top: 35px
	}

	#comments .commentlist .comment .stand_comment,
	#comments .commentlist .comment .children .stand_comment {
		padding-left: 60px
	}

	#comments .commentlist .comment .children .comment {
		margin-left: 30px
	}

	#comments .commentlist .comment .commentava,
	#comments .commentlist .comment .children .stand_comment .commentava {
		left: -60px;
		height: 40px;
		width: 40px
	}

	.mobile_text_center {
		text-align: center
	}

	.format-standard .blog-post_wrapper,
	.format-audio .blog-post_wrapper,
	.format-quote .blog-post_wrapper,
	.format-link .blog-post_wrapper {
		padding: 24px 24px 24px 24px
	}

	.standard.sticky-post,
	.format-standard.sticky-post .blog-post_wrapper {
		padding: 12px 12px 12px 12px;
		border-width: 12px
	}

	.row .wgl_portfolio_list-item {
		padding-right: 0 !important
	}

	.wgl_portfolio_list-container.container-grid {
		margin-right: 0 !important
	}

	.genesisexpo_module_time_line_vertical:before {
		left: 45px
	}

	.genesisexpo_module_time_line_vertical .time_line-date_wrap {
		margin-left: 35px !important;
		margin-right: 35px !important
	}

	.genesisexpo_module_time_line_vertical .time_line-date {
		padding: 0 !important;
		right: 100% !important;
		left: auto !important
	}

	.genesisexpo_module_time_line_vertical .time_line-content {
		text-align: left !important
	}

	.genesisexpo_module_time_line_vertical .time_line-content:before {
		left: 0 !important;
		right: auto !important
	}

	.genesisexpo_module_time_line_vertical .time_line-item {
		flex-direction: row !important
	}

	.genesisexpo_module_time_line_vertical .time_line-date {
		transform: rotate3d(0, 0, 1, -90deg) !important
	}

	.genesisexpo_module_time_line_vertical.appear_anim .time_line-date {
		transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important
	}

	.genesisexpo_module_time_line_vertical.appear_anim .time_line-content {
		transform: translateX(20%) !important
	}

	.genesisexpo_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-date {
		transform-origin: top;
		transform: translateX(0) rotate3d(0, 0, 1, -90deg) !important;
		width: 100px;
		white-space: normal
	}

	.genesisexpo_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-content {
		transform: translateX(0) !important
	}

	.genesisexpo_module_time_line_vertical .time_line-item:hover .time_line-content {
		transform: translateX(5px) !important
	}

	.genesisexpo_module_time_line_vertical .time_line-item.item_show:hover .time_line-content {
		transform: translateX(5px) !important
	}

	.resp_align_center {
		text-align: center !important
	}
}

@media only screen and (max-width:600px) {
	.wgl-container {
		width: 90%
	}

	div[id*=wpadminb] {
		top: -46px !important
	}

	.banner_404 {
		font-size: 160px
	}

	.genesisexpo_module_ico_progress {
		padding: 15px !important
	}

	.genesisexpo_module_ico_progress .genesisexpo_module_button>a {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	#sb_instagram .sbi_photo {
		padding-bottom: 100%;
		height: 0 !important
	}

	#sb_instagram #sbi_images .sbi_item {
		width: 33.3333% !important
	}

	#sb_instagram .sbi_photo:after {
		font-size: 40px
	}

	.wgl_module_team.team-col_5 .team-item,
	.wgl_module_team.team-col_4 .team-item,
	.wgl_module_team.team-col_3 .team-item,
	.wgl_module_team.team-col_2 .team-item {
		width: 100%
	}

	.wgl_module_team.team-col_5 .team-item:nth-child(2n+1),
	.wgl_module_team.team-col_4 .team-item:nth-child(2n+1),
	.wgl_module_team.team-col_3 .team-item:nth-child(2n+1),
	.wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
		clear: none
	}
}

@media only screen and (max-width:480px) {
	.genesisexpo_module_infobox.layout_top .infobox_wrapper {
		padding: 15px 15px 25px 20px
	}

	#comments .commentlist .comment_info {
		padding-right: 50px
	}

	#comments .commentlist .comment_author_says {
		margin-bottom: 5px
	}
}

@media only screen and (min-width:1280px) {
	.text_desktop {
		font-size: inherit !important;
		line-height: inherit !important
	}
}

@media only screen and (min-width:1024px) {
	.text_tablet {
		font-size: inherit !important;
		line-height: inherit !important
	}
}

@media only screen and (min-width:799px) {
	.text_mobile {
		font-size: inherit !important;
		line-height: inherit !important
	}
}

@media only screen and (max-width:1370px) {
	.wgl_portfolio_list-first {
		padding-left: 0;
		padding-top: 0
	}
}

@media only screen and (min-width:768px) {
	.wgl_portfolio_list-first .genesisexpo_module_double_headings.aleft {
		margin-bottom: .78vw
	}

	.wgl_portfolio_list-first .genesisexpo_module_double_headings.aleft .heading_bgtitle {
		font-size: 6.25vw !important;
		padding-top: 1.825vw
	}

	.wgl_portfolio_list-first .genesisexpo_module_double_headings.aleft .heading_subtitle {
		font-size: 1.15vw !important
	}

	.wgl_portfolio_list-first .genesisexpo_module_double_headings.aleft .heading_title {
		font-size: 2.1vw !important;
		margin-top: .54vw
	}

	.wgl_portfolio_list-first>ul {
		font-size: .9vw;
		padding-bottom: 1vw
	}

	.wgl_portfolio_list-first>ul li {
		line-height: 1.88vw
	}

	.wgl_portfolio_list-first .genesisexpo_module_button {
		margin-top: .78vw;
		line-height: 1.565vw
	}

	.wgl_portfolio_list-first .genesisexpo_module_button>a {
		font-size: .68vw;
		padding: .72vw 1.5vw;
		min-width: 8.05vw;
		line-height: 1.05vw
	}
}

.theme-gradient .banner-widget_button {
	border-width: 0
}

.theme-gradient input[type="submit"],
.theme-gradient button {
	padding-top: 10px;
	padding-bottom: 10px
}

.theme-gradient input[type="submit"],
.theme-gradient button,
.theme-gradient .load_more_item,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount button.button,
.theme-gradient .woocommerce .widget_shopping_cart .buttons a,
.theme-gradient .genesisexpo_404_button a,
.theme-gradient .woocommerce a.button.alt,
.theme-gradient .woocommerce .cart .button,
.theme-gradient .woocommerce .cart input.button,
.theme-gradient .woocommerce-message .button,
.theme-gradient .woocommerce #respond input#submit,
.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient .woocommerce div.product form.cart .button,
.theme-gradient .banner-widget_button {
	border-width: 0;
	color: #fff !important
}

.theme-gradient input[type="submit"]:hover,
.theme-gradient button:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .woocommerce .widget_shopping_cart .buttons a:hover,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient .woocommerce #respond input#submit:hover,
.theme-gradient .woocommerce a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .genesisexpo_404_button a:hover,
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover,
.theme-gradient ul.wgl-products li a.button:hover,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
.theme-gradient .woocommerce div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover {
	background-position: 100% !important
}