/* MAIN */
body #main {
  padding: 0 !important;
  margin: 0 !important;
  z-index: 0 !important;
}
@media(max-width: 1200px) {
	body #main {
		padding-top: 90px;
	}
}
/* STICKY MENU FIX */
@media(max-width: 1200px) {
  body .wgl-theme-header {
    top: 0;
  }
}
/* RESPONSIVENESS FIX */
@media(max-width: 1200px) {
  body.elementor-page.single main .wgl-container .elementor-section-boxed :not(.elementor-section-boxed) .elementor-container,
  .wgl-container .elementor-section-boxed :not(.elementor-section-boxed) .elementor-container {
      width: auto;
      margin-left: 25px;
      margin-right: 25px;
  }
}
/* 404 */
.page_404_wrapper .main_404-wrapper {
  box-shadow: none;
}
/* HEADER RESPONSIVENESS */
@media(min-width: 1201px) {
	header.wgl-theme-header.wgl-theme-header section .elementor-column.header-right .elementor-widget-wrap {
		text-align: right;
		justify-content: end;
	}
	header.wgl-theme-header section .elementor-column.header-right .elementor-element {
		display: inline-block;
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	header.wgl-theme-header section .elementor-column.header-left {
		width: 200px;
	}
	header.wgl-theme-header section .elementor-column.header-center {
		width: calc(100vw - 680px);
	}
	header.wgl-theme-header section .elementor-column.header-right {
		width: 470px;
	}
	@media(max-width: 1799px) {
		header.wgl-theme-header section .elementor-column.header-center .primary-nav > ul > li > a {
			padding: 0 25px;
		}
	}
	@media(max-width: 1699px) {
		header.wgl-theme-header section .elementor-column.header-center .primary-nav > ul > li > a {
			padding: 0 15px;
		}
	}
	@media(max-width: 1589px) {
    header.wgl-theme-header section .menu-item-5147 {
      display: none;
    }
		header.wgl-theme-header section .elementor-column.header-left {
			width: 160px;
		}
		header.wgl-theme-header section .elementor-column.header-center {
			width: calc(100vw - 640px);
		}
	}
	@media(max-width: 1449px) {
		header.wgl-theme-header section .elementor-column.header-left {
			width: 140px;
		}
		header.wgl-theme-header section .elementor-column.header-center {
			width: calc(100vw - 580px);
		}
		header.wgl-theme-header section .elementor-column.header-right .wgl-button {
			padding: 10px 15px;
		}
		header.wgl-theme-header section .elementor-column.header-right {
			width: 450px;
		}
	}
	@media(max-width: 1379px) {
		header.wgl-theme-header .elementor-section-wrap > section {
			padding: 0 !important;
		}
    header.wgl-theme-header .elementor-widget-wgl-header-search .elementor-widget-container {
      padding: 0px 10px 0px 10px !important;
    }
		header.wgl-theme-header section .elementor-column.header-center {
			width: calc(100vw - 500px);
		}
		header.wgl-theme-header section .elementor-column.header-center .primary-nav > ul > li > a {
			padding: 0 6px;
		}
		header.wgl-theme-header section .elementor-column.header-right {
			width: 420px;
		}
	}
}
/* HERO */
@media(max-width: 1200px) {
  #hero .elementor-container {
    width: auto;
  }
}
/* HOME SUBHERO BUTTONS */
#home-subhero-buttons .button-content-wrapper { 
	align-items: center;
}
#home-subhero-buttons .button-content-wrapper .wgl-button-text {
  width: 100%;
	text-align: left;
}
#home-subhero-buttons .elementor-widget-wgl-button .wgl-image-box_img span {
	display: flex;
}
#home-subhero-buttons .elementor-widget-wgl-button img {
	min-width: 24px;
	max-width: 24px;
	-webkit-transition: margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	-ms-transition: margin .3s ease-in-out;
	-o-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}
@media(min-width:768px) {
	#home-subhero-buttons .elementor-widget-wgl-button img {
		min-width: 48px;
		max-width: 48px;
	}
}
#home-subhero-buttons .elementor-widget-wgl-button:hover img {
	margin-right: -20px;
	margin-left: 20px;
}
@media(min-width:1025px) {
	#home-subhero-buttons .elementor-element,
	#home-subhero-buttons .elementor-widget-container,
	#home-subhero-buttons .elementor-widget-wgl-button .button-wrapper,
	#home-subhero-buttons .elementor-widget-wgl-button .wgl-button,
	#home-subhero-buttons .elementor-widget-wgl-button .button-content-wrapper {
			height: 100%;
	}
}
/* LOCATION TILES */
.location-tiles .elementor-row {
	flex-wrap: wrap;
}
.location-tiles .elementor-row .elementor-column {
	width: 33.3333%;
}
.location-tiles .wgl-flipbox_item-link span {
	margin-right: 20px;
	font-size: 1em;
}
.location-tiles .wgl-flipbox_back .wgl-flipbox_content .phone,
.location-tiles .wgl-flipbox_back .wgl-flipbox_content .email,
.location-tiles .wgl-flipbox_back .wgl-flipbox_content .website {
  display: block;
}
.location-tiles .wgl-flipbox_back .wgl-flipbox_content .phone {
	margin: 15px 0 0 0;
	font-size: 1.3em;
}
.location-tiles .wgl-flipbox_back .wgl-flipbox_content .mail {
	font-size: 1em;
}
.location-tiles .wgl-flipbox_back .wgl-flipbox_content .website {
	margin: 5px 0 0 0;
	font-size: 1em;
	font-weight: 600;
}
@media(max-width: 1024px) {
	.location-tiles .elementor-row .elementor-column {
		width: 50%;
	}
}
@media(max-width: 767px) {
	.location-tiles .elementor-row .elementor-column {
		width: 100%;
	}
}
/* TESTIMONIALS */
.wgl-carousel .slick-track {
  display: flex;
}
.wgl-carousel .slick-slide {
  height: inherit;
}
.wgl-carousel .slick-slide .wgl-testimonials_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wgl-carousel .slick-slide .wgl-testimonials_item .content_wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.wgl-carousel .slick-slide .wgl-testimonials_item .wgl-testimonials_quote {
  margin-top: auto;
  margin-bottom: auto;
}
.wgl-carousel .slick-arrow::after,
.wgl-carousel .slick-arrow::before {
	width: 24px;
	height: 24px;
}
.quote_icon_svg::before {
	content: '';
	background-image: url("/wp-content/uploads/2021/01/testimonials.png");
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.quote_icon_svg svg {
	display: none;
}
/* TEAM */
.elementor-widget-wgl-team-fbs .team-item_info,
.elementor-widget-wgl-team .team-item_info {
	padding: 25px 7% 20px 7%;
	min-height: auto; 
}
.elementor-widget-wgl-team-fbs .team-title_wrapper,
.elementor-widget-wgl-team .team-title_wrapper {
	width: 100%;
}
.elementor-widget-wgl-team-fbs .team-department,
.elementor-widget-wgl-team .team-department {
	font-weight: 500;
	font-size: 1em;
}
.elementor-widget-wgl-team-fbs .team-item a {
  cursor: pointer;
}
.wgl-team-fbs-popup {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}
.wgl-team-fbs-popup.wgl-team-fbs-popup-active {
  display: flex;
}
.wgl-team-fbs-popup .wgl-team-fbs-container {
  width: 1140px;
  margin: auto;
  padding: 20px;
}
.wgl-team-fbs-popup .wgl-team-fbs-container-resizer {
  position: relative;
  background-color: var( --e-global-color-5099e7f );
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-bottom: calc(50% + 30px);
  position: relative;
}
.wgl-team-fbs-popup .wgl-team-fbs-container-resizer > a {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: var( --e-global-color-5099e7f );
  cursor: pointer;
  z-index: 1;
}
.wgl-team-fbs-popup .wgl-team-fbs-container-resizer > a::before,
.wgl-team-fbs-popup .wgl-team-fbs-container-resizer > a::after {
  content: "";
  width: 2px;
  height: 30px;
  padding: 5px 0;
  background-color: var( --e-global-color-21f21cf );
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  border-radius: 1px;
}
.wgl-team-fbs-popup .wgl-team-fbs-container-resizer > a::before {
  transform: rotate(45deg);
}
.wgl-team-fbs-popup .wgl-team-fbs-container-resizer > a::after {
  transform: rotate(-45deg);
}
.wgl-team-fbs-popup .wgl-team-fbs-image-container {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 60px;
  width: calc(50% - 90px);
}
.wgl-team-fbs-popup .wgl-team-fbs-image-container::before {
  content: '';
  display: block;
  background-color: var( --e-global-color-c29ffef );
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  bottom: -40px;
  opacity: 0.85;
}
.wgl-team-fbs-popup .wgl-team-fbs-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.wgl-team-fbs-popup .wgl-team-fbs-info-container {
  position: absolute;
  top: 60px;
  bottom: 60px;
  right: 60px;
  width: calc(50% - 90px);
  display: flex;
  flex-direction: column;
}
.wgl-team-fbs-popup .wgl-team-fbs-header-container {
  background-color: var( --e-global-color-21f21cf );
  border-radius: 20px;
  margin-left: -90px;
  width: 95%;
  margin-top: 40px;
  padding: 16px;
  font-size: 14px;
}
.wgl-team-fbs-popup .wgl-team-fbs-header-container h4,
.wgl-team-fbs-popup .wgl-team-fbs-header-container div {
  color: var( --e-global-color-5099e7f );
  text-align: center;
}
.wgl-team-fbs-popup .wgl-team-fbs-header-container h4{
  font-size: 2em;
  margin-bottom: 4px;
}
.wgl-team-fbs-popup .wgl-team-fbs-header-container div {
  font-size: 1.1em;
  text-transform: uppercase;
}
.wgl-team-fbs-popup .wgl-team-fbs-content-container {
  text-align: left;
  overflow: hidden;
  margin-top: 50px;
  margin-right: 50px;
  padding-right: 50px;
  height: 100%;
}
.wgl-team-fbs-popup .wgl-team-fbs-content-container .scroll-bar.vertical {
  width: 4px;
  border-radius: 2px;
  background-color: var( --e-global-color-7a358f1 );
}
.wgl-team-fbs-popup .wgl-team-fbs-content-container .scroll-bar .thumb {
  background-color: var( --e-global-color-21f21cf );
  border-radius: 2px;
}
html.lock-scroll {
  overflow: hidden !important;
  height: 100% !important;
  position: relative !important;
  touch-action: none !important;
  -ms-touch-action: none !important;
}
html.lock-scroll body {
  touch-action: none !important;
  -ms-touch-action: none !important;
  position: absolute !important;
}
@media(max-width: 1024px) {
  .wgl-team-fbs-popup .wgl-team-fbs-container-resizer {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding-bottom: calc(40% + 30px);
    position: relative;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-image-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    width: calc(40% - 30px);
  }
  .wgl-team-fbs-popup .wgl-team-fbs-info-container {
    top: 30px;
    bottom: 30px;
    right: 30px;
    width: calc(60% - 60px);
  }
  .wgl-team-fbs-popup .wgl-team-fbs-header-container {
    padding: 16px;
    font-size: 12px;
    padding: 8px 16px;
    margin-top: 20px;
    margin-left: -60px;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-content-container {
    margin-top: 25px;
    margin-right: 25px;
    padding-right: 25px;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-image-container::before {
    width: 100px;
    height: 100px;
    left: -20px;
    bottom: -20px;
  }
}
@media(max-width: 767px) {
  .wgl-team-fbs-popup .wgl-team-fbs-container-resizer {
      position: relative;
      background-color: #fff;
      box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
      width: 100%;
      padding-bottom: calc(100vh - 40px);
      position: relative;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-info-container {
    top: unset;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 70vh;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-image-container {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: unset;
    width: 30vh;
    height: 30vh;
    margin: auto;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-header-container {
    font-size: 10px;
    width: auto;
    margin: auto;
  }
  .wgl-team-fbs-popup .wgl-team-fbs-content-container {
    margin-right: 0;
    padding-right: 15px;
  }
}
/* MAILCHIMP */
.mailchimp-container-footer .elementor-row .elementor-column {
  display: flex;
}
.mailchimp-container-footer .elementor-row .elementor-column {
  width: auto;
}
.mailchimp-container-footer .elementor-row .elementor-column + .elementor-column {
  flex: 1;
}
#mailchimp-news form,
#mailchimp-footer form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#mailchimp-news form input,
#mailchimp-footer form input {
  flex: 1;
  margin: 0 20px 0 0;
  min-width: 0;
	color: var( --e-global-color-primary );
	font-weight: 600;
	font-size: 1em;
}
#mailchimp-news form input {
  border-radius: 10px;
	color: var( --e-global-color-primary );
  padding: 10px 18px;
}
#mailchimp-footer form input {
  background: none;
  border-radius: 0;
	color: var( --e-global-color-5099e7f );
  padding: 15px 0 4px 0;
  border-bottom: 1px solid var( --e-global-color-5099e7f );
}
#mailchimp-news form input::placeholder,
#mailchimp-footer form input::placeholder {
	font-weight: 600;
	opacity: 1;
	font-size: 1em;
}
#mailchimp-news form input::placeholder {
	color: var( --e-global-color-primary );
}
#mailchimp-footer form input::placeholder {
	color: var( --e-global-color-5099e7f );
}
#mailchimp-news .button-content-wrapper,
#mailchimp-footer .button-content-wrapper {
  min-width: max-content;
}
#mailchimp-news form button,
#mailchimp-footer form button {
  text-transform: none;
  height: auto;
  font-size: var( --e-global-typography-948d6c7-font-size );
  font-weight: var( --e-global-typography-948d6c7-font-weight );
  line-height: var( --e-global-typography-948d6c7-line-height );
  letter-spacing: var( --e-global-typography-948d6c7-letter-spacing );
  color: var( --e-global-color-21f21cf );
  background-color: var( --e-global-color-accent );
  border-radius: 30px 30px 30px 30px;
  padding: 15px 25px 15px 25px;
}
#mailchimp-news form button:hover,
#mailchimp-news form button:focus,
#mailchimp-footer form button:hover,
#mailchimp-footer form button:focus{
    color: var( --e-global-color-accent );
    background-color: var( --e-global-color-21f21cf );
}
@media(max-width: 1024px) {
  #mailchimp-news form button,
  #mailchimp-footer form button  {
    font-size: var( --e-global-typography-948d6c7-font-size );
    line-height: var( --e-global-typography-948d6c7-line-height );
    letter-spacing: var( --e-global-typography-948d6c7-letter-spacing );
    padding: 12px 24px 12px 24px;
  }
}
@media(max-width: 767px) {
  #mailchimp-news form,
  #mailchimp-footer form {
    flex-direction: column;
  }
  #mailchimp-news form input,
  #mailchimp-footer form input  {
    margin: 0 0 10px 0;
  }
  #mailchimp-news form .button-content-wrapper,
  #mailchimp-footer form .button-content-wrapper  {
    align-self: end;
  }
  #mailchimp-news form button,
  #mailchimp-footer form button {
    font-size: var( --e-global-typography-948d6c7-font-size );
    line-height: var( --e-global-typography-948d6c7-line-height );
    letter-spacing: var( --e-global-typography-948d6c7-letter-spacing );
    padding: 8px 14px 8px 14px;
  }
}
/* BLOG */
.post_featured_bg .post_date,
.blog-style-standard .blog-post .post_date,
.elementor-widget-wgl-blog .blog-post .post_date {
	font-weight: 600;
	text-transform: none;
	box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 30px 0;
  display: block;
  height: auto;
  font-size: 1em;
}
.blog-style-standard .blog-post .post_date,
.elementor-widget-wgl-blog .blog-post .post_date,
.elementor-widget-wgl-blog-fbs .blog-post .post_date {
  color: #63666a;
}
.blog-style-standard .blog-post,
.elementor-widget-wgl-blog .blog-post,
.elementor-widget-wgl-blog-fbs .blog-post {
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
}
.blog-style-standard .blog-post:hover,
.elementor-widget-wgl-blog .blog-post:hover,
.elementor-widget-wgl-blog-fbs .blog-post:hover {
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.15);
	border-radius: 50px;
}
.blog-style-standard .blog-post .blog-post_media_part img,
.blog-style-standard .blog-post .blog-post_media_part .slick-list,
.elementor-widget-wgl-blog .blog-post .blog-post_media_part img,
.elementor-widget-wgl-blog .blog-post .blog-post_media_part .slick-list,
.elementor-widget-wgl-blog-fbs .blog-post .blog-post_media_part img,
.elementor-widget-wgl-blog-fbs .blog-post .blog-post_media_part .slick-list {
	border-radius: 30px;
}
.blog-style-standard .blog-post .blog-post_content,
.elementor-widget-wgl-blog .blog-post .blog-post_content,
.elementor-widget-wgl-blog-fbs .blog-post .blog-post_content {
	margin-bottom: 20px;
}
.blog-style-standard .blog-post .button-read-more,
.elementor-widget-wgl-blog .blog-post .button-read-more,
.elementor-widget-wgl-blog-fbs .blog-post .button-read-more {
	margin-top: 20px;
	color: #000;
	text-decoration: underline;
	font-weight: 600;
}
.elementor-widget-wgl-blog .load_more_wrapper .load_more_item,
.elementor-widget-wgl-blog-fbs .load_more_wrapper .load_more_item{
	background-color: #e9a906;
	border: none;
	color: #72299e;
	padding: 14px 50px;
	text-transform: none;
	border-radius: 30px;
	font-weight: 600;
}
.elementor-widget-wgl-blog .load_more_wrapper:hover .load_more_item,
.elementor-widget-wgl-blog-fbs .load_more_wrapper:hover .load_more_item {
	transform: none;
}
.blog-posts-list .blog-style-standard,
.blog_carousel.blog-style-standard .slick-track,
.elementor-widget-wgl-blog .blog-style-standard,
.elementor-widget-wgl-blog-fbs .blog-style-standard {
  display: flex;
  flex-wrap: wrap;
}
.blog-posts-list .blog-style-standard > .item,
.blog_carousel.blog-style-standard .slick-track > .item,
.elementor-widget-wgl-blog .blog-style-standard > .item,
.elementor-widget-wgl-blog-fbs .blog-style-standard > .item {
  display: flex;
}
.single.related_posts {
	margin-top: 50px;
}
.zikzag-post-navigation {
	display: none;
}
/* SINGLE POST */
.widget_search .search-button + .flaticon-search-3,
.widget_search .search-button:hover + .flaticon-search-3 {
	background-image: url("/wp-content/uploads/2021/02/search.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.widget_search .flaticon-search-3::before {
	display: none;
}
.post_featured_bg .post_meta-wrap {
	border-top: 2px solid #fff;
}
.widget_wgl_posts:not(:first-child) {
	margin-top: 0;
}
.widget .widget-title {
	font-weight: 600;
	font-size: 1.1em;
}
@media(max-width: 1024px) {
	.widget .widget-title {
		font-size: 1em;
	}
}
@media(max-width: 767px) {
	.widget .widget-title {
		font-size: 1.0em;
	}
}
.widget .widget-title::before,
.widget .widget-title_wrapper::after {
	display: none;
}
body .widget_search .search-form .search-field,
body .widget_search .search-form .search-button + i {
	border-radius: 10px;
}
body .widget_search .search-form .search-field,
body .widget_search .search-form .search-field::placeholder {
	color: var( --e-global-color-primary );
	font-weight: 600;
	opacity: 1;
	font-size: 1em;
}
@media(max-width: 1024px) {
	body .widget_search .search-form .search-field,
	body .widget_search .search-form .search-field::placeholder {
		font-size: 1em;
	}
}
@media(max-width: 767px) {
	body .widget_search .search-form .search-field,
	body .widget_search .search-form .search-field::placeholder {
		font-size: 1em;
	}
}
body .widget_search .search-form .search-button:not(:hover) + i {
	background-color: var( --e-global-color-c29ffef );
}
@media(max-width: 1024px) {
	ul.recent-posts-widget .post_title a,
	ul.recent-posts-widget .meta-wrapper span,
	.single_info-share_social-wpapper .share_social-title {
		font-size: 1em;
	}
}
ul.recent-posts-widget .post_title a,
ul.recent-posts-widget .meta-wrapper span,
.single_info-share_social-wpapper .share_social-title {
	font-weight: 600;
	font-size: 1em;
}
ul.recent-posts-widget .meta-wrapper span,
.single_info-share_social-wpapper .share_social-title {
	color: #62666a;
}
ul.recent-posts-widget .meta-wrapper span {
	text-transform: none;
}
@media(max-width: 1024px) {
	ul.recent-posts-widget .post_title a,
	ul.recent-posts-widget .meta-wrapper span,
	.single_info-share_social-wpapper .share_social-title {
		font-size: 1em;
	}
}
@media(max-width: 767px) {
	ul.recent-posts-widget .post_title a,
	ul.recent-posts-widget .meta-wrapper span,
	.single_info-share_social-wpapper .share_social-title {
		font-size: 1em;
	}
}
.single-post .post_featured_bg .blog-post_title {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 80px;
  font-weight: 700;
}
@media(max-width: 1024px) {
  .single-post .post_featured_bg .blog-post_title {
    font-size: 36.8px;
    margin-bottom: 60px;
  }
}
@media(max-width: 767px) {
  .single-post .post_featured_bg .blog-post_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.single-post .single_post_info {
	padding-bottom: 100px;
}
.single-post .related_posts .wgl_cpt_section {
  margin-bottom: 60px;
}
.single-post .related_posts .post_meta-categories {
  display: none;
}
.single-post .related_posts .blog-post_title > a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
}
@media(max-width: 1024px) {
  .single-post .related_posts .blog-post_title > a {
    font-size: 1em;
  }
}
@media(max-width: 767px) {
  .single-post .related_posts .blog-post_title > a {
    font-size: 1em;
  }
}
/* FOOTER */
#footer .widget_nav_menu .menu {
	margin: 0;
	padding: 0;
}
#footer .widget_nav_menu .menu li {
	color: var( --e-global-color-accent );
	margin-bottom: 10px;
}
@media(max-width: 1024px) {
	#footer .widget_nav_menu .menu li {
		font-size: var( --e-global-typography-555e1da-font-size );
		line-height: var( --e-global-typography-555e1da-line-height );
		letter-spacing: var( --e-global-typography-555e1da-letter-spacing );
	}
}
@media(max-width: 767px) {
	#footer .widget_nav_menu .menu li {
		font-size: var( --e-global-typography-555e1da-font-size );
		line-height: var( --e-global-typography-555e1da-line-height );
		letter-spacing: var( --e-global-typography-555e1da-letter-spacing );
	}
}
#footer .widget_nav_menu .menu li {
	font-size: var( --e-global-typography-555e1da-font-size );
	font-weight: var( --e-global-typography-555e1da-font-weight );
	line-height: var( --e-global-typography-555e1da-line-height );
	letter-spacing: var( --e-global-typography-555e1da-letter-spacing );
	color: var( --e-global-color-5099e7f );
}
#footer .widget_nav_menu .menu li::before {
	display: none;
}
/* CONTACT */
.elementor-widget-wgl-info-box.contact-info .wgl-infobox .media-wrapper.img-wrapper {
	width: 75px;
	min-width: 75px;
}
.elementor-widget-wgl-info-box.contact-info .wgl-infobox_wrapper {
	width: calc(100% - 75px);
}
.elementor-widget-wgl-info-box.contact-info .media-wrapper .wgl-image-box_img {
	width: 75px;
	height: 75px;
	text-align: center;
	background-color: var( --e-global-color-5099e7f );
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media(max-width: 1024px) {
	.elementor-widget-wgl-info-box.contact-info .wgl-infobox .media-wrapper.img-wrapper {
		width: 60px;
		min-width: 60px;
	}
	.elementor-widget-wgl-info-box.contact-info .wgl-infobox_wrapper {
		width: calc(100% - 60px);
	}
	.elementor-widget-wgl-info-box.contact-info .media-wrapper .wgl-image-box_img {
		width: 60px;
		height: 60px;
	}
}
@media(max-width: 767px) {
	.elementor-widget-wgl-info-box.contact-info .wgl-infobox .media-wrapper.img-wrapper {
		width: 45px;
		min-width: 45px;
	}
	.elementor-widget-wgl-info-box.contact-info .wgl-infobox_wrapper {
		width: calc(100% - 45px);
	}
	.elementor-widget-wgl-info-box.contact-info .media-wrapper .wgl-image-box_img {
		width: 45px;
		height: 45px;
	}
}
.elementor-widget-wgl-info-box.contact-info .media-wrapper .wgl-image-box_img {
	display:table-cell;
	vertical-align: middle;
}
.elementor-widget-wgl-info-box.contact-info .media-wrapper .wgl-image-box_img img {
	width: 40%;
	height: 40%;
	vertical-align: middle;
}
/* UTILITY GENERAL */
.overflow-hidden {
	overflow: hidden;
}
.width-auto.elementor-column {
	width: auto;
}
.elementor-element.display-inline {
	display: inline-block;
	width: auto;
}
/* UTILITY COLUMN */
.elementor-column.flex-direction-column .elementor-widget-wrap {
  flex-direction: column !important;
}
@media(min-width: 1201px) {
  .elementor-column.lg-max-width-550 {
    max-width: 550px !important;
  }
}
/* UTILITY ELEMENT */
.elementor-element.max-width-auto {
  max-width: 100% !important;
}
.elementor-element.text-left {
	text-align: left;
}
.elementor-element.text-left.elementor-widget-wgl-button .wgl-button-text {
  margin-right: auto;
}
.elementor-element.text-right {
	text-align: right;
}
.elementor-element.text-right.elementor-widget-wgl-button .wgl-button-text {
  margin-left: auto;
}
.elementor-element.text-center {
	text-align: center;
}
.elementor-element.text-center.elementor-widget-wgl-button .wgl-button-text {
  margin-left: auto;
  margin-right: auto;
}
.elementor-element.circle-accent {
	margin: 0;
}
.elementor-element.narrow-element {
	margin: 0;
}
.elementor-element.narrow-element {
	margin-left: 220px;
  margin-right: 220px;
}
@media(max-width: 1024px) {
	.elementor-element.narrow-element {
    margin-left: 80px;
    margin-right: 80px;
	}
}
@media(max-width: 767px) {
	.elementor-element.narrow-element {
    margin-left: 0;
    margin-right: 0;
	}
}
/* UTILITY VIDEOBOX BUTTON */
.elementor-widget-wgl-video-popup-fbs.videobox-button-classic .videobox_content .videobox_link,
.elementor-widget-wgl-video-popup.videobox-button-classic .videobox_content .videobox_link {
	width: auto;
	height: auto;
}
.elementor-widget-wgl-video-popup-fbs.videobox-button-classic .wgl-video_popup.button_align-inline,
.elementor-widget-wgl-video-popup.videobox-button-classic .wgl-video_popup.button_align-inline,
.elementor-widget-wgl-video-popup-fbs.videobox-button-classic .wgl-video_popup.button_align-inline .videobox_link,
.elementor-widget-wgl-video-popup.videobox-button-classic .wgl-video_popup.button_align-inline .videobox_link {
  width: 100%;
}
/* UTILITY RESPONSIVE SOCIAL */
@media(max-width: 767px) {
	.responsive-social .elementor-widget-container .wgl-social-icons .elementor-social-icon {
		padding: 10px;
	}
}
/* UTILITY TEXT EDITOR */
.list-separated li {
	margin-bottom: 12px;
}
.marker-green li::marker {
	color: var( --e-global-color-c29ffef ) !important;
}
.link-black a {
	color: var( --e-global-color-primary ) !important;
	text-decoration: none;
}
.link-black a:hover {
	color: var( --e-global-color-accent ) !important;
	text-decoration: none;
}
.link-green a {
	color: var( --e-global-color-c29ffef ) !important;
}
.link-green a:hover {
	color: var( --e-global-color-accent ) !important;
}
.link-violet a {
	color: var( --e-global-color-21f21cf ) !important;
}
.link-violet a:hover {
	color: var( --e-global-color-accent ) !important;
}
.link-orange a {
	color: var( --e-global-color-accent ) !important;
}
.link-orange a:hover {
	color: var( --e-global-color-21f21cf ) !important;
}
.link-red a {
	color: var( --e-global-color-7412f47 ) !important;
}
.link-red a:hover {
	color: var( --e-global-color-accent ) !important;
}
.link-white a {
	color: var( --e-global-color-5099e7f ) !important;
}
.link-white a:hover {
	color: var( --e-global-color-accent ) !important;
}
/* BUTTONS FIX */
.wgl-button {
	vertical-align: middle;
}
.wgl-button .align-icon-right .img-wrapper,
.wgl-button .align-icon-left .img-wrapper,
.wgl-button .align-icon-right .img-wrapper span,
.wgl-button .align-icon-left .img-wrapper span {
	display: flex;
	align-items: center;
}
.wgl-button .wgl-image-box_img,
.wgl-button .wgl-image-box_img span {
	height: 100%;
}
.wgl-button .align-icon-right .img-wrapper {
	margin-left: 10px;
}
.wgl-button .align-icon-left .img-wrapper {
	margin-right: 10px;
}
.wgl-button .img-wrapper img {
	vertical-align: middle;
	height: 1.5em;
}
/* SCROLL UP FIX */
@media(max-width: 1200px) {
	#scroll_up {
		right: 5px;
	}
}

/* TEXT EDITOR FIX */
.elementor-text-editor ul li {
	padding-left: 15px;
	line-height: inherit;
}
.elementor-text-editor a {
	color: var( --e-global-color-21f21cf );
	text-decoration: underline;
}
.elementor-text-editor a:hover {
	color: var( --e-global-color-accent );
	text-decoration: underline;
}
/* SCROLLBAR */
.scrollable {
  position: relative;
}
.scrollable:focus {
  outline: 0;
}
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}
.scrollable .viewport .overview {
  position: absolute;
}
.scrollable .scroll-bar {
  display: none;
}
.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}
.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}
.scrollable .scroll-bar .thumb {
  position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}
.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media(max-width: 1200px) {
  .elementor-section.contact-social .elementor-row {
    flex-direction: column;
  }
  .elementor-section.contact-social .elementor-column {
    width: 100%;
  }
}
/* COLUMNS */
.elementor-section.columns-3-2-1 > .elementor-container > .elementor-row {
  flex-wrap: wrap;
}
.elementor-section.columns-3-2-1 > .elementor-container > .elementor-row > .elementor-column {
  width: 33.33%;
}
@media(max-width: 1200px) {
  .elementor-section.columns-3-2-1 > .elementor-container > .elementor-row > .elementor-column {
    width: 50%;
  }
}
@media(max-width: 767px) {
  .elementor-section.columns-3-2-1 > .elementor-container > .elementor-row > .elementor-column {
    width: 100%;
  }
}
/* EXTI BUTTON MOBILE */
.wgl-mobile-header .wgl-button  {
  padding: 0.5em 1em;
  background-color: var( --e-global-color-7412f47 );
  border-radius: 20px;
}
.wgl-mobile-header .wgl-button figure {
  margin: 0;
  height: 2em;
}
.wgl-mobile-header .wgl-button .img-wrapper img {
  height: 1.2em;
}
.wgl-mobile-header .wgl-button .wgl-button-text {
  line-height: 2em;
  color: var( --e-global-color-5099e7f );
}
.blog-post_title i {
  color: inherit !important;
}
@media(max-width: 500px) {
  .wgl-mobile-header .wgl-button .wgl-button-text {
    max-width: 35px;
    text-align: center;
    line-height: 1.2em;
  }
  .wgl-mobile-header .wgl-button .img-wrapper {
    display: none;
  }
}