@charset "UTF-8";
/*==================================================================

##Browser Reset
##General Styles
##Header Styles
    #Cart Woocommerce
    #Logo
    #Menu style
    #Mega Menu
    #Sticky Menu
    #Lavalam
    #Mobile Navigation
##Page Title
##Header Search
##Typography
##Footer Styles
##Page 404
##Page Search
##Blog
    #First Recent Post Hero
    #Second Recent Post Hero
    #Image Overlay
    #Slider Post
    #Image Post
    #Standard Post
    #Post Share
    #Lists
    #Medium Image
    #Tiny Image
    #First Large Post
    #Related Post in Single
    #Single Post
    #Post Prev/Next
    #Likes
##Isotope
##Lists Style
##Comments
##Contact Form
##Slick Slider
##Pagination
##Load More
##Extended Row
##Preloader
##Scroll Up
##Wpml
##Shop
    #Shop Catalog
    #Pagination Shop
    #Tabs Shop
    #Single Shop
    #Respond Shop
    #Cart Shop
    #Checkout Shop
    #Responsive Shop
##Widgets Base
    #Search
    #Recent Posts
    #Tagcloud
    #Navigation Menu
    #Author
    #Text Widget
    #Banner
    #Gallery
    #Calendar
    #Mailchimp
##Counter
##Countdown
##Blog Categories
##Testimonials
##Carousel Navigation
##Team
##Image Layers
##Pricing Table
##Progress Bar
##Composer Modules Styles
    #Accordion
    #Toggle
    #Progress bar
    #Tabs
    #Wp Menu
    #Pie Chart
    #Round Chart
##Message Box
##Info Box
##Flip Box
##Custom Title
##Button
##Portfolio
##Custom Text
##Video Popup
##Spacing
##Clients
##Demo Item
##Social Icons
##Double Heading
##Time Line Vertical
##Time Line Horizontal
##Icon
##Divider
##Instagram
##Responsive

==================================================================*/
/* ==================== ##Browser Reset ==================== */
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: #eeeeee;
}

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;
  user-select: none;
}

label,
legend {
  display: block;
  margin-bottom: 5px;
}

iframe {
  width: 100%;
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
}


p:empty {
  display: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

a {
  transition: all 0.4s;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

/* ==================== ##General styles ==================== */
/* input */
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: none;
  border: 1px solid #dddddd;
  border-radius: 25px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  background: transparent;
  transition: 0.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: 0px 7px 38px 0px 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: none;
}

.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: 0.09em;
  line-height: 34px;
  padding: 9px 34px 9px;
  margin-bottom: 16px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  transition: all 400ms;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit]:hover {
  background: transparent;
}

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;
}

/* container */
.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;
}

/* default */
.slick-slider a,
.slick-slider a:hover,
.slick-slider a:focus {
  transition: all 400ms;
}

a:hover {
  color: inherit;
}

/* extra classes */
.z-index-1 {
  z-index: 1;
}

.relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase;
}

.bypostauthor {
  opacity: 1;
}

.ohidden {
  overflow: hidden;
}

.ovisible {
  overflow: visible;
}

/* Add Support Guttenber Full Width */
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%;
}

/* \End Support Guttenber Full Width */
/* aligning images tinymce */
.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: 0.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: none;
  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 */
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: left;
}
table:not(:last-child) {
  margin-bottom: 22px;
}

/* blockquote */
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%);
}

/*https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
Text meant only for screen readers. */
.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;
  /* Above WP toolbar. */
}

/* Audio def spacer */
.mejs-container {
  margin-bottom: 20px;
}

/* Gallery */
.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;
}

/* ==================== ##Header Styles ==================== */
.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 {
  /* #Cart Woocommerce */
  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: 0px 15px 38px 0px 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 0.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 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.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: 0.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 0.3s;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover {
  opacity: 0.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 .woo_mini-count span {
  color: #ffffff;
  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 .sub-menu {
  right: 100%;
  left: 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 {
  right: 0;
  left: 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 {
  right: 100%;
  left: 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: 0.2;
  visibility: visible;
  border: 0;
  position: absolute;
  font-size: initial;
  margin-left: 0;
  top: 0;
  background: #fff;
}

/* #Logo */
.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;
}

/* #Menu */
.primary-nav {
  letter-spacing: 0.02em;
}
.primary-nav a {
  transition: all 0.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 > 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 0.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 0.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: 240px;
  white-space: nowrap;
  padding: 23px 0;
  opacity: 0;
  z-index: 555;
  visibility: hidden;
  text-align: right;
  transition: all 200ms;
  border: 0;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  border-radius: 10px;
}
.primary-nav ul li ul .menu-item {
  padding: 2px 30px;
  transition: padding 0.5s;
  line-height: inherit;
}
.primary-nav ul li ul .menu-item a {
  color: inherit;
  opacity: 1;
  width: 100%;
  display: block;
  transition: color 0.4s, opacity 0.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 !important;
    margin-left: 8px;
    margin-top:13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.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: "\ea52";
    font-family: 'remixicon' !important;
    font-size: 23px;
    color: #d81324;
    font-weight: 100;
    margin-right: 0;
    transition: color 0.3s;
    line-height: 20px;
    vertical-align: text-top;
}
.primary-nav > ul > li.menu-item-has-children > a:after,
.primary-nav > ul > li.mega-menu.mega-cat > a:after {
content: "\ea50";
    font-family: 'remixicon' !important;
    font-size: 23px;
    color: #d81324;
    font-weight: 100;
    margin-right: 0;
    transition: color 0.3s;
    line-height: 11px;
    vertical-align: text-top;
}
.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;
}

/* #Mega Menu */
.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;
}

/* Mega Menu Categories */
.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 0.6s ease, opacity 0.4s ease;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
  transition-delay: 0.4s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
  transition-delay: 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
  transition-delay: 0.2s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
  transition-delay: 0.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 {
  /* Categories Vertical */
  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 0.4s, color 0.3s, border-color 0.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 {
  /* Categories 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 0.3s, color 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
  padding: 0 10px;
}

/* Mega menu preloader */
.mega_menu_wrapper_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.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: -0.32s;
}

.mega_menu_wrapper_preloader span:nth-of-type(2) {
  animation-delay: -0.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;
  }
}
/* #Sticky Menu */
.wgl-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.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);
}


/* ==================== #Mobile Navigation ==================== */
.hamburger-box {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  vertical-align: sub;
}

.mobile-hamburger-toggle {
  padding: 0 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  overflow: visible;
}


.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: calc(2px * -0.5);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  border-radius: 4px;
  transition: transform 0.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 0.13s linear;
}
.hamburger-box .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-box .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-hamburger-toggle.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.mobile-hamburger-toggle.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.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 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.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 0.4s;
}

.wgl-menu_outer {
  position: fixed;
  z-index: -10;
  width: 100%;
  height: 0%;
  background-color: #222328;
  opacity: 0;
  transition: opacity 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Mobile Switcher */
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 Mega Menu Column */
}
.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: none;
  height: 100%;
  position: absolute;
  right: -100% !important;
  left: auto !important;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 0.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;
}

/* Button Switcher */
.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: 0.8;
  transition: all 0.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 Title ==================== */
.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: 960px) {
  .page-header_title {
    margin-bottom: -2vw;
  }
}
/* ==================== ##Header Search ==================== */
.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 0.3s, background-color 0s linear 0s;
}
.header_search-button:after {
  border-width: 0.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 0.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 0.3s;
}
.header_search.search_alt .header_search-field .search-form:hover:after {
  opacity: 0.6;
}
.header_search.search_alt .header_search-field .search-field {
  height: 58px;
  width: 100%;
  font-weight: 300;
  padding: 0px 40px 0 18px;
  background: #ffffff;
  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: none;
  box-shadow: none;
  outline: none;
  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 0.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: 0px 15px 38px 0px 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 0.3s;
  color: #bababa;
}
.header_search.search_standard .header_search-field .search-form:hover:after {
  opacity: 0.6;
}
.header_search.search_standard .header_search-field .search-field {
  height: 50px;
  width: 270px;
  font-weight: 300;
  padding: 0px 40px 0 18px;
  background: #ffffff;
  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: #dddddd;
}
.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: none;
  box-shadow: none;
  outline: none;
  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: 0.5px;
  left: 50%;
  background-color: currentColor;
  transition: all 0.3s, background-color 0s linear 0.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;
  }
}
/* ==================== ##Typography ==================== */
span.highlighter {
  padding: 0 0.3em;
  border-radius: 5px;
}

/* Dropcap */
.dropcap {
  float: left;
  font-size: 2.25em;
  line-height: 55px;
  width: 55px;
  height: 55px;
  color: #ffffff;
  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: 0.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;
}


/* ==================== ##Page 404 ==================== */
.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::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: none;
  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: #bbbbbb;
  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: #ffffff !important;
}

/* ==================== ##Page Search ==================== */
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 ==================== */
/* Fix to Item Carousel with box shadow */
.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: 0px 15px 38px 0px 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;
}

/* #Standard Post */
.blog-style-standard .blog-post_wrapper {
  transition: all 0.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 0.3s ease;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.blog-style-standard .blog-post:hover {
  /* transform: translateY(-26px); */
}
.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;
  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: 0.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: 0.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: 0.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: 0.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 0.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: 0.4s;
}
.blog-post_wrapper .share_social-wpapper ul li:nth-child(4),
.single_meta .share_social-wpapper ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.blog-post_wrapper .share_social-wpapper ul li:nth-child(3),
.single_meta .share_social-wpapper ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.blog-post_wrapper .share_social-wpapper ul li:nth-child(2),
.single_meta .share_social-wpapper ul li:nth-child(2) {
  transition-delay: 0.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: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

/* #Post Share */
.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 0.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 0.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%;
}

/* #Lists */
.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 0.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;
}

/* #Medium Image */
.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;
}

/* #Tiny Image */
.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: none;
}
.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: none;
  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 .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: 0px;
  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 0.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 0.3s ease;
  position: relative;
  width: 9px;
  height: 1px;
  background: #7c529c;
}
.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-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;
}

/* #h1,h2,h3,h4,h5,h6 */
.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;
}

/* #Single Post */
.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;
}

/* Single post type 1,2,3 */
.blog-post-meta-categories .meta-wrapper span:after {
  display: none;
}

/* Single post type 1 */
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post-meta-categories .meta-wrapper {
  background: none;
  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 post type 2 */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post-meta-categories .meta-wrapper {
  background: none;
  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;
}

/* Single post type 3 */
.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: none;
  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: none;
}
.post_featured_bg .content-container {
  position: relative;
}

/* Quote Post List */
.format-quote .blog-post_media {
  margin-bottom: 15px;
}
.format-quote .blog-post_media .blog-post_cats {
  position: relative;
}

/* Category List */
.blog-post_meta-categories {
  margin-bottom: 12px;
}
.blog-post_meta-categories .meta-wrapper {
  background: none;
  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 0.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: 10px;
}

.button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transition: all 0.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 0.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;
}

/* Columns in Blog */
.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;
}

/* #Post Prev/Next */
.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: 0px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
  color: inherit;
}


.prev-link {
  float: left;
}
.prev-link_wrapper {
  float: left;direction:ltr;
  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: 65px;
  height: 65px;
  border-radius:  15px 0 0 15px ;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  transition: all 0.3s;
}
.prev-link_wrapper .image_prev img {
  border-radius: 15px 0 0 15px ;
}
.prev-link_wrapper .image_prev .no_image_post {
  background: #f3f3f3;
  display: block;
  width: 100%;
  height: 100%;
}


.prev-link_wrapper .prev_title {
	min-width:200px;
  font-weight: bold;;
  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 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
}
.next-link:hover:before {
  right: auto;
  left: 0;
}
.next-link_wrapper {
  text-align: right;direction:ltr;
  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: 65px;
  height: 65px;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  transition: all 0.3s;
}
.next-link_wrapper .image_next img {
  border-radius: 0 15px 15px 0;
}
.next-link_wrapper .image_next.no_image:before {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}

.next-link_wrapper .image_next .no_image_post {
  background: #f3f3f3;
  display: block;
  width: 100%;
  height: 100%;
}

.next-link_wrapper .next_title {
	min-width:200px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
  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: none;
  padding-left: 0;
  padding-right: 0;
}

/* Author info wrapper */

.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 {
  font-size: 18px;
  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: 15px;
  font-weight: normal;
  line-height:28px;
}
.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 0.3s ease;
}
.blog-post_bg_media .slider-wrapper,
.blog-post_bg_media .blog-post_media-slider {
  height: 100%;
}

/* Slick Settings */
.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 0.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;
}

/* Views */
.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 */
.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;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* ==================== ##Isotope (Recommended) ==================== */
/* https://isotope.metafizzy.co/v1/docs/introduction.html */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* ==================== ##Lists Style ==================== */
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 {
  /* https://www.w3.org/Style/Examples/007/color-bullets.en.html */
  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;
}



/* ==================== ##Contact Form ==================== */
form label input + span {
  padding-left: 0.5em;
}
form .select__field select {
  -webkit-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: #ff0000;
}
.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: 0.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: 0.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: 0.1em;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-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;
}



/* ==================== ##Slick Slider ==================== */
.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;
  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;
}

/* ==================== ##Pagination ==================== */
.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 0.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 0.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 ==================== */
.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: 0.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 0.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;
}

/* ==================== ##Extended Row ==================== */
.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%;
}

/* ==================== ##Scroll Up ==================== */
#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 0.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);
  }
}

/* ==================== ##Widgets Base ==================== */
body .footer .widget .widget-title:after {
  opacity: 0.4;
}

body .footer .widget_rss ul li .rsswidget,
body .footer select {
  color: #ffffff;
}

body .footer select:focus,
body .footer select:active {
  border: 1px solid #dddddd;
  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: 0.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: 0.01em;
}

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 0.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: 0.8em;
  float: right;
}
body .widget_recent_entries ul li:before {
  font-family: "flaticon";
  content: "\f115";
  font-size: 14px;
  width: 0;
  height: 0;
  left: 0px;
  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: 0.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: "–";
  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: 0px;
  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: "]";
}

/* ==================== #Search ==================== */
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: 0px 50px 0 18px;
  border: none;
  outline: none;
  font-weight: 300;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
body .widget_search .search-form .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
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 0.4s;
  right: 10px;
}

/* ==================== #Recent Posts ==================== */

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: 15px;
}
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;
}

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: 0.8;
}
body .widget_postshero .meta-wrapper {
  background: rgba(18, 19, 20, 0.4);
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-self: flex-start;
  padding: 0 10px;
}
body .widget_postshero .post_cat a {
  color: #ffffff;
  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: #ffffff;
}
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 0.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: 0.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: 0.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: #ffffff;
  font-weight: 500;
}


/* ==================== #Navigation Menu ==================== */
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 ==================== */
.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);
}

/* ==================== #Text Widget ==================== */
.textwidget p:last-child {
  margin-bottom: 0;
}


/* ==================== #Accordion ==================== */
.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: 0px 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: #ffffff;
  border-color: #dddddd;
  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: 0px 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 0.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: none;
  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: #ffffff;
}
.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);
}

/* ==================== ##Blog Categories ==================== */
.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 0.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: #ffffff;
  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: 0.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;
}

/* ==================== ##Button ==================== */
.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: 0.07em;
  line-height: 20px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.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 0.3s !important;
}

/* ==================== ##Carousel Navigation ==================== */
/* Slick Arrows */
.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: 0px;
  font-weight: 400;
  letter-spacing: 0px;
  width: 70px;
  height: 70px;
  text-indent: 0px;
  border-radius: 50%;
  transition: all 0.4s;
  background: white;
  margin: -35px 0 0;
  top: 50%;
  border: none;
  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;
}

/* Slick Dots */
.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: none;
}
.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: 0.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: 0.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 0.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: 0.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: 0.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;
}


/* ==================== ##Custom Title ==================== */
.genesisexpo_module_title {
  position: relative;
  z-index: 1;
}

/* ==================== ##Custom Text ==================== */
.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;
}


/* ==================== ##Divider ==================== */
.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%);
}


/* ==================== ##Icon ==================== */
.wgl-icon {
  margin: 0;
  transition: all 0.4s;
}
.wgl-icon.icon_circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  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: 0.5;
}

a .wgl-icon {
  cursor: pointer;
}



/* ==================== ##Info Box ==================== */
.genesisexpo_module_infobox {
  transition: 0.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: #ffffff;
}
.genesisexpo_module_infobox:hover.hover-animation .infobox_wrapper .infobox_button.button-read-more {
  animation: bounceReadMore 0.5s ease-in-out both;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
@keyframes bounceReadMore {
  0% {
    transform: translateY(-35px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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 #dddddd;
}
.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: 0.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: 0.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: #ffffff;
  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;
}


/* ==================== ##Spacing ==================== */
.genesisexpo_module_spacing.responsive_active .spacing_size {
  display: none;
}
.genesisexpo_module_spacing.responsive_active .spacing_size.spacing_size-initial {
  display: block;
}


/* ==================== #Toggle ==================== */
.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 {
  border-color: transparent;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
  padding: 5px 30px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 25px;
  transition: all 0.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_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 0.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 0.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 0.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;
}


/* ==================== #Vc Row ==================== */
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;
}

/* ==================== #Tabs ==================== */
.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: #dddddd;
  border-radius: 25px;
  padding: 4px 25px;
  font-weight: 600;
  width: 100%;
  transition: all 0.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: 0px 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: 0px 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: none;
  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: #dddddd;
  border-radius: 25px;
  transition: all 0.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: 0px 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: none;
}
.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;
}

/* ==================== #Wp Menu ==================== */
.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: 0px 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 0.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;
}

/* ==================== ##Responsive ==================== */
@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 .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: none;
  }
  .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: 0px;
    margin-left: 0px;
  }
  .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;
  }
}
/* Custom Text Responsive */
@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: 0.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: 0.54vw;
  }
  .wgl_portfolio_list-first > ul {
    font-size: 0.9vw;
    padding-bottom: 1vw;
  }
  .wgl_portfolio_list-first > ul li {
    line-height: 1.88vw;
  }
  .wgl_portfolio_list-first .genesisexpo_module_button {
    margin-top: 0.78vw;
    line-height: 1.565vw;
  }
  .wgl_portfolio_list-first .genesisexpo_module_button > a {
    font-size: 0.68vw;
    padding: 0.72vw 1.5vw;
    min-width: 8.05vw;
    line-height: 1.05vw;
  }
}
.theme-gradient .banner-widget_button {
  border-width: 0px;
}
.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: #ffffff !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;
}