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

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

==================================================================*/
/* ==================== ##Browser Reset ==================== */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  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: #eeeeee;
  max-width: 100%;
  overflow: auto; }

code, kbd, tt, var, pre {
  font-family: monospace; }

ul,
ol {
  padding: 0 0 20px 0; }

li ul {
  padding-bottom: 0; }

textarea {
  min-height: 50px;
  height: 122px; }

p a {
  transition: color 300ms; }

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

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

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

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

p {
  margin: 0 0 18px 0; }

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

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

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

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

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

/* input */
body input:not([type='checkbox']):not([type='radio']):not([type='submit']),
select,
textarea {
  height: 50px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 20px;
  font-family: inherit;
  border: 0;
  background: transparent;
  outline: none;
  margin: 0;
  border-radius: 5px;
  transition: all .3s ease;
  background: #f3f5fe; }

form.post-password-form p:first-child {
  margin-bottom: 24px; }

form.post-password-form label {
  float: left;
  width: calc(100% - 130px);
  max-width: 240px;
  margin-right: 10px;
  font-size: 16px; }
  form.post-password-form label input[type='password'] {
    width: 100%; }

form.post-password-form input[type='submit'] {
  margin-top: 30px; }

form.post-password-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

.select__field:before {
  content: '\f0d7';
  display: block;
  position: absolute;
  z-index: 0;
  right: 30px;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  pointer-events: none; }

textarea {
  height: 120px;
  padding-top: 20px; }

input[type="submit"],
button {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 34px;
  padding: 7px 32px 7px;
  margin-bottom: 16px;
  border-radius: 5px;
  color: #fefefe;
  border-width: 1px;
  border-style: solid;
  transition: all 400ms;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  height: 50px;
  font-family: inherit; }

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

dl {
  margin-bottom: 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

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

.fullwidth-wrapper {
  width: 100%;
  padding: 0 30px; }

.wgl-container:after,
.wgl-container:before,
.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
  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 {
  transition: all 400ms; }

a:hover {
  color: inherit; }

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

.relative {
  position: relative; }

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

.bypostauthor {
  opacity: 1; }

.ohidden {
  overflow: hidden; }

.ovisible {
  overflow: visible; }

/* Add Support Guttenber Full Width */
p + .alignfull,
p + .alignwide {
  margin-top: 2em; }

main .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

main .alignfull img {
  width: 100vw; }

main .alignwide {
  max-width: none;
  width: 75vw;
  margin-left: 50%;
  transform: translateX(-50%); }

main .sidebar_right .alignfull,
main .sidebar_left .alignfull,
main .sidebar_right .alignwide,
main .sidebar_left .alignwide {
  width: auto;
  max-width: 110%;
  margin-left: -15px;
  margin-right: -15px;
  transform: translateX(0); }

main .sidebar_right .alignfull,
main .sidebar_left .alignfull {
  margin-left: -30px;
  margin-right: -30px; }

main .sidebar_right .alignfull img,
main .sidebar_left .alignfull img {
  width: 100%; }

/* \End Support Guttenber Full Width */
/* aligning images tinymce */
.acenter {
  text-align: center; }

.aleft {
  text-align: left; }

.aright {
  text-align: right; }

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

.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

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

.wp-caption,
.gallery-caption {
  font-style: italic;
  max-width: 100%; }

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

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

hr {
  border: none;
  border-bottom: 1px solid #1d1f21;
  margin: 20px 0 20px; }
  hr.wp-block-separator {
    max-width: 100px; }
    hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
      max-width: 100%; }

/* table */
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: left; }

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

/* blockquote */
blockquote {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
  color: #232323;
  padding-left: 3px;
  padding-right: 3px;
  max-width: 930px; }
  blockquote:before {
    content: '“';
    z-index: 1;
    font-size: 100px;
    line-height: 108px;
    font-weight: 500;
    opacity: 1;
    padding-left: 0;
    box-sizing: border-box;
    font-style: normal;
    display: inline-block;
    width: 55px;
    height: 55px;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    text-align: center;
    top: 0;
    border-radius: 5px;
    vertical-align: sub;
    background: #ffffff; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote cite {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize; }
    blockquote cite a {
      color: inherit; }

.col-md-delimiter .vc_column_container:not(:last-child):before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 1px;
  height: 65%;
  background: #eee;
  transform: translateY(-50%); }

/*https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

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

.seofy_hexagon {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .seofy_hexagon svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }

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

/* Gallery */
.wp-block-gallery {
  margin-bottom: 16px; }
  .wp-block-gallery li.blocks-gallery-item {
    padding-left: 0;
    margin-bottom: 16px; }
    .wp-block-gallery li.blocks-gallery-item:before {
      display: none; }
    .wp-block-gallery li.blocks-gallery-item figcaption {
      line-height: 1.5; }
  .wp-block-gallery.alignwide {
    clear: both; }

/* ==================== ##Header Styles ==================== */
.wgl-theme-header {
  position: relative;
  z-index: 2; }
  .wgl-theme-header .wrapper a {
    color: inherit; }
  .wgl-theme-header .wrapper .seofy_module_button a {
    margin-bottom: 0; }
  .wgl-theme-header .wrapper a:hover {
    opacity: 1; }
  .wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a,
  .wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img {
    max-height: none !important; }
  .wgl-theme-header .wgl-mobile-header {
    display: none; }
  .wgl-theme-header .mobile_nav_wrapper .primary-nav .menu {
    display: none; }
  .wgl-theme-header.header_overlap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0; }
  .wgl-theme-header.header_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .wgl-theme-header .woo_mini_cart {
    /* #Cart Woocommerce */
    position: absolute;
    top: calc(100% + 15px);
    right: auto;
    left: 0;
    width: 320px;
    text-align: center;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0 !important;
    transition-duration: 0;
    z-index: 600;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    transition: all .3s ease-in;
    padding: 27px 30px;
    border-radius: 5px; }
    .wgl-theme-header .woo_mini_cart p {
      margin-bottom: 0; }
    .wgl-theme-header .woo_mini_cart ul {
      margin: 0;
      padding: 0; }
    .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
      text-align: left;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-top: 23px; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
        font-weight: 600;
        font-size: 20px; }
    .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
      font-size: 14px;
      font-weight: bold;
      line-height: 24px;
      margin: 0;
      cursor: pointer;
      text-decoration: none;
      overflow: visible;
      padding: 13px 20px;
      left: auto;
      display: inline-block;
      box-shadow: none;
      text-shadow: none;
      margin-right: 10px;
      margin-bottom: 0;
      color: #fff;
      transition: all 0.4s;
      text-align: center;
      box-sizing: border-box;
      border-width: 1px;
      border-style: solid;
      text-transform: uppercase;
      border-radius: 5px; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
        margin-right: 0; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
        border-width: 1px;
        border-style: solid;
        margin-right: 0; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover {
        color: #fff; }
      .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover {
        background: #fff; }
  .wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart {
    padding: 0; }
  .wgl-theme-header .mini-cart {
    display: inline-block;
    position: relative; }
    .wgl-theme-header .mini-cart a {
      color: inherit; }
      .wgl-theme-header .mini-cart a.woo_icon {
        display: flex;
        align-items: center;
        height: 100%; }
    .wgl-theme-header .mini-cart:hover .woo_mini_cart, .wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
      visibility: visible;
      opacity: 1 !important;
      top: calc(100% - 20px); }
    .wgl-theme-header .mini-cart .woo_mini_cart:before {
      position: absolute;
      top: -38px;
      left: 0;
      right: 0;
      height: 38px;
      width: 100%;
      content: ''; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
      list-style: none;
      clear: both;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: left;
      position: relative;
      padding-right: 0;
      line-height: 1.1;
      padding-left: 0; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
        margin-bottom: 0; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
        display: block;
        color: inherit;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        padding-right: 25px; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
          opacity: .8; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
          display: inline;
          padding-right: 0; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
        display: block;
        margin-top: 0;
        font-size: 14px;
        font-weight: 600;
        color: #b6b6b6;
        line-height: 30px; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount {
          font-size: 14px; }
          .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
            display: inline-block;
            margin-right: 2px;
            font-size: 14px; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
        display: block;
        content: "";
        height: 0;
        clear: both; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove {
        float: right;
        font: 0/0 serif;
        text-shadow: none;
        color: inherit !important;
        margin: 0;
        position: absolute;
        right: 0;
        top: 18px;
        z-index: 2; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:before {
          position: relative;
          content: "\f112";
          font-family: 'flaticon';
          font-size: 10px;
          line-height: 0;
          display: inline-block;
          color: #acb2bb;
          text-rendering: auto;
          top: 3px;
          right: 2px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          box-shadow: none;
          transition: all 0.3s; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover {
          opacity: .8; }
          .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover:before {
            color: #ff144b; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
        max-width: 80px;
        margin-right: 20px;
        margin-left: 0;
        float: left;
        position: relative;
        border-radius: 5px; }
      .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: "\f158";
      font-family: Flaticon;
      font-size: 20px;
      vertical-align: middle; }
  .wgl-theme-header [class^="position_right"] .woo_mini_cart {
    right: 0;
    left: auto; }
  .wgl-theme-header [class^="position_left"] .woo_mini_cart {
    right: auto;
    left: 0; }
  .wgl-theme-header [class^="position_center"] .woo_mini_cart {
    right: auto;
    left: auto; }
  .wgl-theme-header .woo_mini-count span {
    position: absolute;
    color: #fff;
    font-size: 11px;
    min-width: 18px;
    padding: 0 1px;
    height: 18px;
    border-radius: 50%;
    margin-top: -3px;
    margin-left: -10px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    z-index: 1;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: middle;
    background: #ff7e00; }

.wgl-header-row .wgl-header-row_wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between; }

.wgl-header-row .header_side.display_normal {
  flex: 0 auto; }

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

.wgl-header-row .header_side.v_align_middle {
  align-self: center; }

.wgl-header-row .header_side.v_align_bottom {
  align-self: flex-end; }

.wgl-header-row .header_side.v_align_top {
  align-self: flex-start; }

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

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

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

.wgl-header-row .header_side.display_grow.h_align_right {
  margin-left: auto; }

.wgl-header-row .header_side.display_grow.h_align_center {
  margin-right: auto;
  margin-left: auto; }

.wgl-header-row .header_side.display_grow.h_align_left {
  margin-right: auto; }

.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
  justify-content: flex-start; }

.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
  justify-content: center; }

.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
  justify-content: flex-end; }

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

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

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

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

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

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

.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
  max-width: 100%;
  box-sizing: border-box; }

.header_area_container {
  max-height: 100%;
  height: 100%;
  display: inline-block; }
  .header_area_container > * {
    display: inline-block;
    vertical-align: middle; }

.delimiter {
  position: relative;
  display: inline-block; }

.large_delimiter {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px; }
  .large_delimiter:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    line-height: 50px;
    opacity: .2;
    visibility: visible;
    border: 0;
    position: absolute;
    font-size: initial;
    margin-left: 0;
    top: 0;
    background: #fff; }

/* #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 .lavalamp-object {
    height: 2px;
    z-index: 0; }
  .primary-nav a {
    transition: all 0.3s; }
  .primary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    margin-bottom: 0; }
    .primary-nav ul li:before {
      display: none; }
  .primary-nav > ul li {
    position: relative;
    padding-left: 0; }
  .primary-nav > ul li.mega-menu {
    position: static; }
    .primary-nav > ul li.mega-menu > ul.mega-menu {
      left: auto; }
  .primary-nav > ul {
    height: 100%;
    padding: 0; }
  .primary-nav > ul > li {
    height: 100%; }
  .primary-nav > ul > li > a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 1;
    color: inherit;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: 0; }
    .primary-nav > ul > li > a > span {
      position: relative; }
  .primary-nav > ul > li.menu-item.current-menu-ancestor > a > span:after,
  .primary-nav > ul > li.menu-item.current-menu-item > a > span:after {
    width: 20px; }
  .primary-nav > ul > li > a > span:after {
    content: '';
    width: 0;
    height: 3px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -3px;
    transition: all .4s ease; }
  .primary-nav > ul > li:hover > a > span:after {
    width: 20px; }
  .primary-nav > ul > li > ul:before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
    width: 100%;
    content: ''; }
  .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;
    left: -10px;
    top: calc(100% + 15px);
    min-width: 265px;
    white-space: nowrap;
    padding: 20px 0;
    opacity: 0;
    z-index: 555;
    visibility: hidden;
    text-align: left;
    transition: all .3s ease-in;
    border: 0;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    margin-top: 0;
    border-radius: 5px; }
  .primary-nav ul li ul .menu-item {
    padding: 6px 28px;
    transition: padding 0.5s;
    line-height: inherit; }
    .primary-nav ul li ul .menu-item a {
      color: inherit;
      opacity: 1;
      width: 100%;
      display: block;
      transition: color .4s, opacity .4s; }
  .primary-nav > ul > li.mega-menu:after {
    display: none; }
  .primary-nav ul li ul li:hover ul {
    top: -18px; }
  .primary-nav ul li:hover > ul,
  .primary-nav ul li:hover > div.mega-menu-container {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);
    top: calc(100% - 20px); }
    .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;
      transform: rotateX(0) translateZ(0); }
  .primary-nav ul li ul li > a > span {
    position: relative;
    display: inline-block;
    width: 100%; }
  .primary-nav ul li ul li > a > span:before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 0;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease; }
  .primary-nav ul li ul li:hover > a > span:before {
    margin-right: 10px;
    width: 10px;
    opacity: 1;
    visibility: visible; }
  .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 {
    margin-right: 10px;
    width: 10px;
    opacity: 1;
    visibility: visible; }
  .primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: currentColor; }
  .primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:before {
    width: 8px;
    height: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:after {
    width: 2px;
    height: 8px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%); }
  .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: 8px;
    height: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .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: 2px;
    height: 8px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%); }
  .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 > .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: -10px; }
  .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu,
  .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu,
  .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
  .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
    right: 100%; }

.admin-bar .wgl-sticky-header {
  top: 32px; }

/* #Mega Menu */
.primary-nav ul li.mega-menu-links > ul {
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%; }
  .primary-nav ul li.mega-menu-links > ul > li {
    margin-top: 17px;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase; }
    .primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
      z-index: 0; }
    .primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
      display: none; }
    .primary-nav ul li.mega-menu-links > ul > li > a {
      position: relative;
      padding-top: 18px;
      padding-bottom: 22px; }
      .primary-nav ul li.mega-menu-links > ul > li > a:after {
        display: none; }

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

.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
  width: 50%; }

.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
  width: 33.33333%; }

.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
  width: 25%; }

.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
  width: 20%; }

.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none; }
  .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li {
    padding-left: 0;
    padding-right: 0;
    text-transform: none; }
    .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
      left: 100% !important;
      right: auto !important; }

/* Mega Menu Categories */
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu {
  width: 1170px; }
  .primary-nav ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
    width: 100%; }
  .primary-nav ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0; }

.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
  width: 100%; }

.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
  width: 50%; }

.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
  width: 33.33333%; }

.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
  width: 25%; }

.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
  width: 20%; }

.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  box-sizing: border-box; }

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
  float: left;
  width: 80%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
    width: 80%;
    margin-left: 20%; }

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-sizing: border-box; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
    opacity: 0;
    transform: translateY(20px);
    transition: transform .6s ease, opacity .4s ease; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
      transition-delay: .4s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
      transition-delay: .3s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
      transition-delay: .2s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
      transition-delay: .1s; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
      transition-delay: 0s; }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
    opacity: 1;
    transform: translateY(0); }
  .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
    /* Categories Vertical */
    position: relative;
    box-shadow: none; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
      width: 20%;
      padding: 0;
      background: rgba(0, 0, 0, 0.04);
      float: left;
      box-sizing: border-box;
      border-top: 0;
      margin: 0;
      padding-bottom: 1500px;
      margin-bottom: -1500px;
      border: 0;
      box-shadow: none;
      padding-top: 19px; }
      .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
        transition: background .4s, color .3s, border-color .4s;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        padding: 0; }
        .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
          padding: 10px 28px 10px 28px; }
      .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
        background: #fff;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9; }
    .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
      /* Categories Horizontal */
      border: 0;
      box-shadow: none;
      padding: 20px;
      background: transparent; }
      .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
        display: block;
        content: '';
        height: 0;
        clear: both; }
      .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
        float: left;
        padding: 0;
        margin-right: 10px; }
        .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
          margin-right: 0; }
        .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
          color: #fff; }
        .primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
          display: block;
          padding: 3px 13px;
          font-size: 14px;
          text-align: center;
          box-sizing: border-box;
          transition: background .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;
  transition: opacity .2s ease; }

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

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

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

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

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

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

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

/* #Sticky Menu */
.wgl-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all .3s ease;
  overflow: hidden;
  opacity: 0; }
  .wgl-sticky-header.sticky_active {
    opacity: 1;
    overflow: visible;
    transform: translateY(0); }
  .wgl-sticky-header.header_sticky_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    border-radius: 4px;
    transition: transform 0.15s ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: '';
    display: block;
    top: -9px; }
  .hamburger-inner::after {
    top: auto;
    bottom: -9px; }

.hamburger-box .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger-box .hamburger-inner::before {
    top: 9px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-box .hamburger-inner::after {
    top: 18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.mobile-hamburger-toggle.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .mobile-hamburger-toggle.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .mobile-hamburger-toggle.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 9px, 0) rotate(-45deg); }

.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
  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 a {
  display: inline-block !important; }

.primary-nav ul li ul .menu-item.back:before {
  content: '\f30a';
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  padding-right: 5px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.4s; }

.mobile_nav_wrapper .primary-nav ul li ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  color: inherit;
  opacity: 1;
  background-color: transparent;
  visibility: visible;
  transition: all 0ms; }

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

/* Mobile Switcher */
body.mobile_switch_on .wgl-mobile-header {
  position: fixed;
  width: 100%; }

body.mobile_switch_on .wgl-menu_outer {
  opacity: 1;
  z-index: 999; }

.mobile_nav_wrapper .primary-nav {
  padding-top: 30px; }

.mobile_nav_wrapper .primary-nav > ul {
  min-height: 508px; }

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

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
  height: auto;
  display: block;
  float: none;
  padding: 0;
  /* Mobile Mega Menu Column */ }
  .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
    display: none; }
  .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
    display: none; }
  .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu {
    min-height: inherit !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    max-width: none !important;
    background-image: none !important; }
    .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li {
      width: 100%;
      margin-top: 0; }
      .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li.hide-mega-headings a {
        display: block; }
      .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul.show_sub_menu {
        visibility: visible;
        opacity: 1; }

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
  padding: 10px 0;
  margin: 0; }
  .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
    display: inline; }
    .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.menu-item_plus {
      display: none; }

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

.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
  display: none; }

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

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

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  box-shadow: none;
  margin-top: 0;
  border: none;
  height: 100%;
  position: absolute;
  right: -100% !important;
  left: auto !important;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease 0s;
  background-color: #222328; }
  .mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after,
  .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul:after,
  .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul:after {
    display: none; }
  .mobile_nav_wrapper .primary-nav ul li ul.sub-menu.show_sub_menu,
  .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul.show_sub_menu,
  .mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul.show_sub_menu {
    right: 0 !important;
    display: block !important; }

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 0; }

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
  padding-left: 0; }

/* Button Switcher */
.mobile_nav_wrapper .primary-nav .button_switcher {
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  .mobile_nav_wrapper .primary-nav .button_switcher:before {
    content: '';
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0.8;
    transition: all 0.3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    margin-top: 0;
    border-radius: 0; }

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

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

.wgl-mobile-header
.wgl-header-row
.header_side[class^='position_center']
.header_area_container > * {
  padding-left: 15px;
  padding-right: 15px; }
  .wgl-mobile-header
.wgl-header-row
.header_side[class^='position_center']
.header_area_container > *:last-child, .wgl-mobile-header
.wgl-header-row
.header_side[class^='position_center']
.header_area_container > *:first-child {
    padding-right: 0;
    padding-left: 0; }

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

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

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

/* ==================== ##Page Title ==================== */
.page-header {
  padding: 10px 0;
  position: relative;
  z-index: 1; }
  .page-header_wrapper {
    height: 100%; }
    .page-header_wrapper .wgl-container {
      height: 100%; }
  .page-header .page-header_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .page-header_align_left .page-header_content {
    flex-direction: row; }
  .page-header_align_right .page-header_content {
    flex-direction: row-reverse; }
  .page-header_align_center .page-header_content {
    flex-direction: column;
    justify-content: center; }
  .page-header_title {
    color: inherit; }
  .page-header_breadcrumbs a {
    color: inherit;
    opacity: 0.7; }
    .page-header_breadcrumbs a:hover {
      opacity: 1; }
  .page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap; }
  .page-header_breadcrumbs .divider {
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    margin: 0 5px; }
    .page-header_breadcrumbs .divider:last-child {
      display: none; }

/* ==================== ##Header Search ==================== */
.header_search {
  position: relative; }
  .header_search:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%; }
  .header_search-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: relative; }
    .header_search-button:before, .header_search-button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      border: 3px solid currentColor; }
    .header_search-button:before {
      width: 90%;
      height: 90%;
      border-radius: 50%;
      border-width: 2px;
      transform: rotate(45deg);
      transition: all 0.3s, background-color 0s linear 0s; }
    .header_search-button:after {
      border-width: 0.5px;
      width: 0;
      height: 35%;
      left: 90%;
      top: 90%;
      margin-left: 0;
      margin-top: 0;
      background-color: currentColor;
      transform: translate(-50%, -50%) rotate(-45deg);
      transition: all 0.3s; }
  .header_search.search_alt .header_search-field {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .header_search.search_alt .header_search-field .search-form {
      position: relative;
      z-index: 1;
      width: 80%;
      max-width: 1170px; }
      .header_search.search_alt .header_search-field .search-form:after {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 50px;
        height: 100%;
        top: 0;
        right: 0;
        content: "\f14a";
        font: normal normal normal 14px/1 flaticon;
        font-size: 21px;
        line-height: 60px;
        text-align: center;
        transition: opacity 0.3s; }
      .header_search.search_alt .header_search-field .search-form:hover:after {
        opacity: 0.6; }
    .header_search.search_alt .header_search-field .search-field {
      height: 58px;
      width: 100%;
      font-weight: 300;
      padding: 0px 40px 0 18px;
      background: #ffffff; }
    .header_search.search_alt .header_search-field .search-button {
      position: absolute;
      z-index: 2;
      height: 100%;
      width: 50px;
      right: 0;
      top: 0;
      font-size: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      outline: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      .header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active {
        box-shadow: none;
        background: transparent; }
    .header_search.search_alt .header_search-field .header_search-wrap {
      display: flex;
      flex-direction: column;
      width: 80%;
      max-width: 1170px;
      margin-bottom: 40px; }
      .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 120px;
        font-weight: 900;
        color: #f6f6f6;
        line-height: 30px; }
      .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
        font-weight: 500;
        font-size: 40px;
        line-height: 52px; }
    .header_search.search_alt .header_search-field .header_search-close {
      position: fixed;
      top: 12.5%;
      right: 3.8%;
      cursor: pointer;
      font-size: 70px;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      color: #979797; }
  .header_search.search_standard .header_search-field {
    position: absolute;
    border-radius: 5px;
    z-index: 2;
    top: calc(100% - 20px);
    right: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 300ms;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    margin-top: 0; }
    .header_search.search_standard .header_search-field .search-form {
      position: relative;
      z-index: 1; }
      .header_search.search_standard .header_search-field .search-form:after {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 50px;
        height: 100%;
        top: 0;
        right: 0;
        content: "\f14a";
        font: normal normal normal 14px/1 flaticon;
        font-size: 21px;
        line-height: 50px;
        text-align: center;
        transition: opacity 0.3s;
        color: #bababa; }
      .header_search.search_standard .header_search-field .search-form:hover:after {
        opacity: 0.6; }
    .header_search.search_standard .header_search-field .search-field {
      height: 50px;
      width: 270px;
      font-weight: 400;
      padding: 0px 40px 0 18px;
      background: #f3f5fe;
      border-radius: 5px; }
      .header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active {
        box-shadow: none;
        border-color: #dddddd; }
    .header_search.search_standard .header_search-field .search-button {
      position: absolute;
      z-index: 2;
      height: 100%;
      width: 50px;
      right: 0;
      top: 0;
      font-size: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      outline: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      .header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active {
        box-shadow: none;
        background: transparent; }
  .header_search.header_search-open.search_standard .header_search-field, .header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: scale3d(1, 1, 1); }
  .header_search.header_search-open.search_standard .header_search-button:before, .header_search.header_search-open.search_alt .header_search-button:before {
    width: 0;
    height: 100%;
    border-radius: 0;
    border-width: 0.5px;
    left: 50%;
    background-color: currentColor;
    transition: all 0.3s, background-color 0s linear 0.3s;
    transform: translateX(-0.5px) rotate(45deg); }
  .header_search.header_search-open.search_standard .header_search-button:after, .header_search.header_search-open.search_alt .header_search-button:after {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); }
  .header_search.header_search-open.search_standard .header_search-close, .header_search.header_search-open.search_alt .header_search-close {
    opacity: 1; }
    .header_search.header_search-open.search_standard .header_search-close:before, .header_search.header_search-open.search_alt .header_search-close:before {
      content: "\f14e";
      font: normal normal normal 14px/1 flaticon;
      font-size: 21px;
      cursor: pointer; }

@media screen and (max-width: 600px) {
  .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 90px; } }

@media screen and (max-width: 480px) {
  .header_search .header_search-field .seofy_module_double_headings {
    text-align: center; }
  .header_search .header_search-field .search-field {
    max-width: 340px; }
  .header_search-field .search-form {
    width: auto; }
  .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 60px; }
  .header_search-field .header_search-wrap .header_search-heading_description {
    font-size: 30px; } }

@media only screen and (max-width: 440px) {
  .header_search .header_search-field .search-field {
    max-width: 260px; }
  .header_search-field .search-form {
    width: auto; } }

@media only screen and (max-width: 369px) {
  .header_search .header_search-field .search-field {
    max-width: 240px; }
  .header_search-field .search-form {
    width: auto; } }

@media only screen and (max-width: 329px) {
  .header_search .header_search-field .search-field {
    max-width: 200px; }
  .header_search-field .search-form {
    width: auto; } }

@media only screen and (max-width: 280px) {
  .header_search .header_search-field .search-field {
    max-width: 180px; }
  .header_search-field .search-form {
    width: auto; } }

/* ==================== ##Typography ==================== */
span.highlighter, span.highlighter_second {
  padding: 0 0.3em;
  border-radius: 5px; }

/* Dropcap */
.dropcap {
  float: left;
  font-size: 1.875em;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
  margin-right: 30px;
  font-weight: 800;
  text-align: center;
  margin-top: 8px;
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15); }
  .dropcap.theme_style {
    box-shadow: none; }

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 strong {
  font-weight: inherit; }

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

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

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

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

.footer {
  position: relative;
  overflow: hidden; }
  .footer .blog-post {
    margin-bottom: 20px; }
  .footer .blog-posts .blog-style-tiny_img .blog-post_media {
    width: 90px; }
  .footer .blog-posts .item:last-child .blog-post {
    margin-bottom: 0; }
  .footer .gallery-caption {
    display: none; }
  .footer .mc4wp-form-fields {
    position: relative; }
    .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox']) {
      width: 100%;
      background-color: #fff;
      height: 50px;
      font-size: 16px;
      border: 0;
      padding-right: 20px;
      padding-left: 20px;
      text-align: center;
      margin-bottom: 10px;
      max-width: 100%; }
    .footer .mc4wp-form-fields input[type="submit"] {
      z-index: 1;
      transition: all 400ms;
      margin-bottom: 0;
      padding: 0 10px;
      height: 50px;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 16px;
      letter-spacing: 0;
      width: 100%; }
      .footer .mc4wp-form-fields input[type="submit"]:hover, .footer .mc4wp-form-fields input[type="submit"]:active, .footer .mc4wp-form-fields input[type="submit"]:focus {
        color: #fff; }
  .footer .seofy_mountain_footer {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
    height: 100%; }
    .footer .seofy_mountain_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; }
  .copyright .wgl-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

/* ==================== ##Page 404 ==================== */
.error404 {
  background-color: #ffffff; }
  .error404 .page-header {
    margin-bottom: -50px !important; }

.page_404_wrapper {
  padding: 180px 50px 120px;
  margin-top: -30px;
  margin-bottom: -40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: unset; }
  .page_404_wrapper .search-form {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px; }
  .page_404_wrapper .search-form .search-field,
  .page_404_wrapper .search-form {
    width: 100%;
    max-width: 350px; }
  .page_404_wrapper .search-form .search-field {
    margin-bottom: 0; }
    .page_404_wrapper .search-form .search-field:-ms-input-placeholder {
      color: #6e6e6e; }
    .page_404_wrapper .search-form .search-field::placeholder {
      color: #6e6e6e; }
  .page_404_wrapper input[type="submit"].search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer; }
  .page_404_wrapper .search-form:after {
    content: "\f14a";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 46px;
    right: 0;
    top: 0;
    color: #151515;
    display: inline-block;
    font-family: flaticon;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    text-rendering: auto;
    transform: translate(0, 0); }
  .page_404_wrapper .banner_404 {
    line-height: 1;
    text-align: center;
    margin-bottom: 37px; }
    .page_404_wrapper .banner_404_content {
      display: inline-block; }
      .page_404_wrapper .banner_404_content span, .page_404_wrapper .banner_404_content img {
        float: left; }
      .page_404_wrapper .banner_404_content span {
        display: inline-block;
        margin-top: 6px; }
        .page_404_wrapper .banner_404_content span:first-child {
          margin-right: 12px; }
        .page_404_wrapper .banner_404_content span:last-child {
          margin-left: 12px; }
  .page_404_wrapper .banner_404_title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 11px; }
  .page_404_wrapper .banner_404_text {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .page_404_wrapper .search_404_text {
    margin-bottom: 40px; }
  .page_404_wrapper .seofy_404_button.wgl_button:hover .wgl_button_link {
    color: #ffffff; }

/* ==================== ##Page Search ==================== */
.search-no-results {
  background: #ffffff; }
  .search-no-results .page_404_wrapper {
    margin-bottom: 30px; }

header.search-header .page-title, header.search-header-404 .page-title {
  font-size: 36px;
  line-height: 1.2; }

header.search-header-404 .page-title {
  margin-bottom: 10px; }

header.search-header {
  margin-bottom: 30px; }

/* ==================== ##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 .seofy_module_carousel-wrapper {
    overflow: visible; }
  .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel {
    width: calc(100% + 30px);
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
    .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel .slick-slider {
      overflow: visible; }
      .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel .slick-slider .slick-slide .blog-post {
        box-shadow: none; }
      .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel .slick-slider .slick-slide.slick-active .blog-post {
        box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15); }
      .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel .slick-slider .slick-slide .blog-post.format-quote .blog-post_wrapper,
      .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel .slick-slider .slick-slide .blog-post.format-link .blog-post_wrapper {
        overflow: visible; }
      .blog-posts .container-grid.row.blog_carousel .seofy_module_carousel .slick-slider .slick-slide .blog-post_wrapper {
        overflow: hidden; }

.blog-posts .container-grid.row .seofy_module_carousel .seofy_module_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_wrapper {
  transition: all 0.3s ease; }

.blog-style-standard .wgl_col-12 .blog-post {
  margin-bottom: 70px; }
  .blog-style-standard .wgl_col-12 .blog-post .blog-post_content {
    padding: 0 40px 30px 40px; }

.blog-style-standard .wgl_col-12 .blog-post .blog-post_media {
  margin-bottom: 41px; }

.blog-style-standard .wgl_col-12 .blog-post_media .blog-post_meta-categories {
  left: 40px;
  bottom: -14px; }

.blog-style-standard .item:last-child .blog-post.hide_media {
  border-bottom: 0; }

.blog-style-standard .blog-post {
  transition: all 0.3s ease;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px; }
  .blog-style-standard .blog-post.format-standard.format-no_featured:not(.sticky-post) .blog-post_meta-categories {
    margin-top: -62px; }
  .blog-style-standard .blog-post.format-standard.format-no_featured:not(.sticky-post) .blog-post_wrapper {
    padding-top: 46px; }
  .blog-style-standard .blog-post.format-link .blog-post_wrapper > .blog-post_media {
    border: 0; }
  .blog-style-standard .blog-post.format-link .blog-post_media {
    margin-bottom: 38px; }
  .blog-style-standard .blog-post.format-quote .blog-post_media {
    margin-bottom: 26px; }
  .blog-style-standard .blog-post.format-quote .blog-post_content, .blog-style-standard .blog-post.format-gallery .blog-post_content, .blog-style-standard .blog-post.format-link .blog-post_content, .blog-style-standard .blog-post.format-audio .blog-post_content {
    border: 0; }
  .blog-style-standard .blog-post .blog-post_media {
    margin-bottom: 28px; }
  .blog-style-standard .blog-post .blog-post_content {
    border-top-width: 0;
    padding: 0 30px 18px 30px; }
    .blog-style-standard .blog-post .blog-post_content > .blog-post_meta-wrap,
    .blog-style-standard .blog-post .blog-post_content > .meta-wrapper {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 21px; }
  .blog-style-standard .blog-post div.blog-post_content:only-child {
    padding-top: 30px; }

.blog-style-standard .blog-post.hide_media {
  border-bottom: 1px solid rgba(54, 59, 91, 0.1);
  margin-bottom: 30px; }
  .blog-style-standard .blog-post.hide_media .blog-post_content {
    padding-bottom: 10px; }

.blog-style-standard .format-standard .blog-post_content {
  padding: 0; }

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

.blog-style-standard .blog-post_media-slider img {
  border-radius: 0; }

.blog-style-standard .blog-post_text {
  font-size: 16px; }

.blog-post {
  margin-bottom: 70px;
  position: relative; }
  .blog-post_text {
    margin-bottom: 21px; }
    .blog-post_text *:last-child {
      margin-bottom: 0; }
  .blog-post.format-gallery > .blog-post_wrapper > .blog-post_media > .blog-post_media_part {
    overflow: hidden;
    border-radius: 5px 5px 0 0; }

.share_post-container {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  color: #fff;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  float: right; }
  .share_post-container .share_post {
    display: block;
    color: inherit; }
  .share_post-container span {
    line-height: inherit;
    display: block; }
  .share_post-container > a {
    line-height: 29px;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #b6b6b6; }
    .share_post-container > a:before {
      font-size: 13px;
      font-family: 'Flaticon';
      font-weight: normal;
      content: '\f114';
      padding: 0; }
  .share_post-container:hover .share_social-wpapper {
    visibility: visible;
    opacity: 1;
    margin-top: -6px; }
  .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;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    border-radius: 5px;
    padding: 0 5px;
    transition: all 0.4s ease-in-out; }
    .share_post-container .share_social-wpapper:after {
      content: '';
      position: absolute;
      pointer-events: none;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8.5px 0 8.5px;
      border-color: #fff transparent transparent transparent;
      right: 17px;
      bottom: -8px; }
    .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 2.5px;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        transition: all 0.3s;
        opacity: 1;
        visibility: visible;
        margin-bottom: 0; }
        .share_post-container .share_social-wpapper ul li:before {
          display: none; }

/* #Post Share */
.share_social-wpapper {
  display: inline-block; }

.share_post > a:before,
.share_social-wpapper a span {
  font-size: 14px; }

.share_link, .share_post {
  position: relative;
  display: inline-block;
  transition: all 0.45s ease-in-out;
  line-height: 30px; }
  .share_link span.fa, .share_post span.fa {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #bcbcbc;
    transition: all 0.5s ease;
    font-size: 12px; }

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

.share_facebook span.fa {
  color: #283b8e; }

.share_google span.fa {
  color: #ab3434; }

.share_twitter span.fa {
  color: #0096ff; }

.share_pinterest span.fa {
  color: #fd4851; }

.share_linkedin span.fa {
  color: #39e6c7; }

.hidden_block {
  display: none !important; }

.format-video .blog-post_media .blog-post_media_part,
.format-audio .blog-post_media .blog-post_media_part {
  width: 100%;
  padding-bottom: 58%;
  border-radius: 5px 5px 0 0;
  overflow: hidden; }
  .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
  .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0; }

.wgl_col-6.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-6.item .format-audio .blog-post_media .blog-post_media_part,
.wgl_col-4.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-4.item .format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 70.272%; }
  .wgl_col-6.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
  .wgl_col-6.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
  .wgl_col-4.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
  .wgl_col-4.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0; }

.format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 20%;
  border-radius: 0; }

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

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

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

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

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

.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;
    border-radius: 5px 5px 0 0; }
  .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 {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    background-color: rgba(40, 40, 40, 0.5);
    transition: opacity 0.3s;
    width: 100%;
    height: 100%; }
  .blog-post.format-standard-image .blog-post_media .blog-post_feature-link,
  .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; }

/* #Medium Image */
.blog-posts .blog-style-medium_img .blog-post.format-standard-image .blog-post_media .blog-post_media_part {
  border-radius: 0; }

.blog-posts .blog-style-medium_img .format-video .blog-post_media .blog-post_media_part,
.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
  border-radius: 0; }

.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper {
  overflow: visible; }

.blog-posts .blog-style-medium_img .blog-post_wrapper {
  background: transparent;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden; }
  .blog-posts .blog-style-medium_img .blog-post_wrapper:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_media,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_media {
  width: 100%;
  float: none;
  padding-right: 0; }

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_content {
  width: 100%;
  float: none;
  padding-right: 0; }

.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper {
  padding: 50px; }
  .blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper .blog-post_content,
  .blog-posts .blog-style-medium_img .format-link .blog-post_wrapper .blog-post_content {
    width: 100%;
    float: none; }

.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper {
  padding: 50px; }
  .blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper .blog-post_content {
    width: 100%;
    float: none; }

.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
  margin-bottom: 0;
  padding-bottom: 237px; }

.blog-posts .blog-style-medium_img .format-audio .blog-post_content {
  padding-top: 30px !important; }

.blog-posts .blog-style-medium_img .blog-post_media {
  width: 250px;
  padding-right: 30px;
  margin-bottom: 0;
  float: left;
  margin-top: -1px;
  margin-left: -1px; }
  .blog-posts .blog-style-medium_img .blog-post_media .blog-post_media {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    float: none;
    margin-bottom: 0;
    padding-right: 0; }

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

.blog-posts .blog-style-medium_img .blog-post_text {
  margin-bottom: 11px; }

.blog-posts .blog-style-medium_img .blog-post_meta-wrap {
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 10px; }
  .blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper > span:before {
    font-size: 12px; }

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

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

.blog-posts .blog-style-medium_img .button-read-more {
  float: none; }

/* #Tiny Image */
.blog-posts .blog-style-tiny_img .blog-post .blog-post_wrapper {
  padding: 0; }

.blog-posts .blog-style-tiny_img .blog-post .blog-post_link > .link_post {
  margin-top: 0; }

.blog-posts .blog-style-tiny_img .blog-post .blog-post_link:before {
  top: 0; }

.blog-posts .blog-style-tiny_img .blog-post .blog-post_quote-text {
  margin-top: 0; }

.blog-posts .blog-style-tiny_img .blog-post.format-standard .blog-post_media {
  width: auto;
  margin-right: 0;
  float: none; }

.blog-posts .blog-style-tiny_img .format-link .blog-post_media,
.blog-posts .blog-style-tiny_img .format-quote .blog-post_media {
  width: 100%;
  margin-right: 0;
  float: none; }

.blog-posts .blog-style-tiny_img .blog-post_media {
  width: 110px;
  margin-right: 20px;
  margin-bottom: 0;
  float: left; }
  .blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    float: none;
    margin-bottom: 0; }
  .blog-posts .blog-style-tiny_img .blog-post_media .blog-post_feature-link:before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0; }
  .blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media_part {
    border-radius: 5px; }

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

.blog-posts .blog-style-tiny_img .blog-post_meta-wrap,
.blog-posts .blog-style-tiny_img .meta-wrapper {
  padding-left: 0;
  padding-right: 0;
  background: none; }

.blog-posts .blog-style-tiny_img .blog-post_text {
  margin-bottom: 0; }

.mega-ajax-content .item .blog-post_media {
  margin-bottom: 14px; }

.mega-ajax-content .item .blog-post_title {
  margin-bottom: 5px; }

.mega-ajax-content .item .blog-post_content {
  white-space: normal; }

.mega-ajax-content .item .meta-wrapper {
  background: none;
  padding-left: 0;
  padding-right: 0; }

.mega-ajax-content .format-video .blog-post_media .blog-post_media_part,
.mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 70.272%; }

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

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

.blog-post_meta-wrap {
  margin-top: 18px; }
  .blog-post_meta-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    max-width: calc(100% - 46px);
    float: left;
    padding-top: 0;
    padding-bottom: 0; }

.meta-wrapper > span {
  margin-right: 5px; }
  .meta-wrapper > span.author_post a {
    position: relative; }
  .meta-wrapper > span:last-child {
    margin-right: 0; }

.single_meta .seofy_module_videobox img {
  box-shadow: none; }

.single_meta img {
  border-radius: 5px; }

.single_meta .videobox_wrapper_link:before {
  border-radius: 5px; }

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

.single_meta .blog-post_title {
  line-height: 1.32;
  margin-bottom: 18px;
  margin-top: 7px;
  font-size: 36px; }

.single_meta .blog-post_media {
  margin-bottom: 24px; }
  .single_meta .blog-post_media .blog-post_media_part {
    border-radius: 5px; }

.single_meta .blog-post_quote-text {
  padding-top: 0; }

.single_meta .blog-post_quote-text:before {
  top: -14px; }

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

.single_meta .blog-post_link > .link_post {
  padding-left: 12px; }

.single_meta .blog-post_link {
  padding-top: 0; }
  .single_meta .blog-post_link:before {
    position: relative;
    top: 7px; }

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

.blog-post .single_meta .blog-post_media .blog-post_media_part {
  border-radius: 5px; }

.blog-post_meta-wrap {
  line-height: 0; }

.meta-wrapper {
  margin-bottom: 0px;
  color: #9a9a9a;
  font-weight: 400;
  padding-top: 0;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 0; }
  .meta-wrapper > span.author_post a {
    position: relative; }
    .meta-wrapper > span.author_post a:after {
      position: absolute;
      z-index: 1;
      display: block;
      bottom: 2px;
      content: '';
      border-bottom: 1px solid;
      width: 100%;
      right: auto;
      left: 0;
      transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
    .meta-wrapper > span.author_post a:hover:after {
      width: 0;
      right: 0;
      left: auto; }
  .meta-wrapper a {
    color: #9a9a9a; }
  .meta-wrapper * {
    line-height: 30px;
    transition: color 0.3s; }
  .meta-wrapper span {
    opacity: 1;
    display: inline-block;
    vertical-align: middle; }
    .meta-wrapper span:hover {
      opacity: 1; }
    .meta-wrapper span:after {
      content: '';
      margin: -2px 0 0 13px;
      display: inline-block;
      vertical-align: middle;
      transition: all 0.3s ease;
      position: relative;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #d30; }
    .meta-wrapper span:last-child:after {
      display: none; }
  .meta-wrapper .author_post img {
    margin-right: 6px;
    border-radius: 50%; }

.blog-post_link {
  position: relative;
  z-index: 1;
  padding-top: 23px; }
  .blog-post_link > .link_post {
    font-size: 30px !important;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 57px; }
  .blog-post_link:before {
    content: '\f13a';
    font-family: 'Flaticon';
    font-size: 39px;
    font-weight: 400;
    position: absolute; }

.blog-post_title {
  position: relative; }

.blog-post.format-standard.link .blog-post_title:before {
  content: '\f0c1';
  display: inline-block;
  margin-right: 20px;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  line-height: 1;
  font-weight: 600;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.blog-posts .blog-post_title {
  display: block;
  clear: both;
  word-wrap: break-word; }

.blog-posts .wgl-likes:hover .sl-icon {
  color: #fe3e74; }

.blog-posts .wgl-likes .sl-icon {
  color: #b6b6b6; }

.blog-post_quote-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 14px;
  vertical-align: top;
  padding-left: 58px; }
  .blog-post_quote-text:before {
    content: '“';
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 0;
    font-style: normal;
    font-size: 100px;
    line-height: 122px;
    font-weight: 500;
    text-align: left;
    opacity: 1;
    box-sizing: border-box; }

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

.blog-post.format-quote .blog-post_quote-author {
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
  text-align: left;
  padding-left: 58px; }
  .blog-post.format-quote .blog-post_quote-author-pos {
    font-weight: 300; }

.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .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 40px 25px; }
  .blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper .blog-post_content,
  .blog-style-standard .wgl_col-12 .format-standard .blog-post_wrapper .blog-post_content,
  .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper .blog-post_content,
  .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper .blog-post_content {
    padding: 0; }

.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper {
  padding-top: 40px; }

.format-no_featured:not(.format-video) .blog-post_wrapper,
.format-standard .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-link .blog-post_wrapper {
  padding: 30px 30px 18px; }
  .format-no_featured:not(.format-video) .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; }

.format-audio .blog-post_wrapper > .blog-post_media {
  margin-bottom: 38px; }

.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: 25px 25px 25px 25px;
  border-style: solid;
  border-color: #ebedf5;
  padding: 25px 25px 15px 25px;
  border-radius: 5px; }

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

/* #h1,h2,h3,h4,h5,h6 */
.blog-post_content h1,
.row > div > h1,
.blog-post_content h2,
.row > div > h2,
.blog-post_content h3,
.row > div > h3,
.blog-post_content h4,
.row > div > h4,
.blog-post_content h5,
.row > div > h5,
.blog-post_content h6,
.row > div > h6 {
  margin-bottom: 8px; }

/* #Single Post */
.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
  margin-bottom: 12px; }

.blog-post .blog-post_media {
  position: relative; }
  .blog-post .blog-post_media img {
    box-sizing: border-box; }
  .blog-post .blog-post_media .blog-post_media_part {
    position: relative; }
    .blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99999; }

/* Single post type 1 */
.single_type-1 .blog-post.blog-post-single-item .blog-post_meta-categories {
  margin-bottom: 14px; }

.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  min-height: 40px;
  color: #9a9a9a; }
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
    line-height: 30px; }

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

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

.single_type-1 .single_meta .blog-post_title {
  margin-top: 0; }

/* Single post type 2 */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
  margin-bottom: 34px;
  min-height: 40px;
  color: #9a9a9a;
  margin-top: 10px; }
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
    line-height: 30px; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
  margin-bottom: 34px; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 0; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .blog-post_media {
  margin-bottom: 40px; }

/* Single post type 3 */
.post_featured_bg {
  position: relative;
  margin-bottom: 40px;
  background: #14081f;
  margin-top: -40px; }
  .post_featured_bg .meta-wrapper span:before {
    color: inherit; }
  .post_featured_bg .meta-wrapper span:after {
    background: #fff; }
  .post_featured_bg .meta-wrapper span.author_post a {
    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;
    background-size: cover;
    background-position: center 0; }
    .post_featured_bg .blog-post_bg_media:before {
      background-color: rgba(19, 28, 119, 0.5); }
  .post_featured_bg .blog-post_meta-wrap {
    position: relative; }
  .post_featured_bg .blog-post {
    margin-bottom: 0; }
  .post_featured_bg .blog-post_title {
    line-height: 1.02;
    margin-bottom: 5px;
    margin-top: 9px;
    font-size: 42px; }
  .post_featured_bg .blog-post_likes-wrap .wgl-likes {
    padding-right: 0; }
  .post_featured_bg .blog-post_title,
  .post_featured_bg .wgl-likes .sl-count,
  .post_featured_bg .meta-wrapper {
    color: #fff;
    background: none;
    padding-left: 0;
    padding-right: 0; }
    .post_featured_bg .blog-post_title .comments_post a,
    .post_featured_bg .blog-post_title a,
    .post_featured_bg .wgl-likes .sl-count .comments_post a,
    .post_featured_bg .wgl-likes .sl-count a,
    .post_featured_bg .meta-wrapper .comments_post a,
    .post_featured_bg .meta-wrapper a {
      color: #fff; }
    .post_featured_bg .blog-post_title > span.author_post a:after,
    .post_featured_bg .wgl-likes .sl-count > span.author_post a:after,
    .post_featured_bg .meta-wrapper > span.author_post a:after {
      border-color: #fff; }
    .post_featured_bg .blog-post_title > span.author_post a:hover,
    .post_featured_bg .wgl-likes .sl-count > span.author_post a:hover,
    .post_featured_bg .meta-wrapper > span.author_post a:hover {
      color: inherit !important; }
  .post_featured_bg .blog-post_meta-wrap {
    background: none; }
  .post_featured_bg .content-container {
    position: relative; }

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

/* Category List */
.blog-post_meta-categories {
  position: relative;
  z-index: 1;
  margin-bottom: 26px; }
  .blog-post_meta-categories .current-menu-item {
    height: 1px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    left: -20px;
    position: absolute;
    top: 0%;
    margin-top: 15px; }
  .blog-post_meta-categories a {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0 11px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid; }
    .blog-post_meta-categories a:hover {
      color: inherit;
      background: #fff !important; }
  .blog-post_meta-categories span {
    display: inline-block;
    margin-right: 14px; }

.blog-post_media .blog-post_meta-categories {
  position: absolute;
  bottom: -11px;
  left: 30px;
  z-index: 3;
  margin-bottom: 0; }

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

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

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

.button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase; }
  .button-read-more:after {
    width: 0;
    content: '';
    display: block;
    height: 3px;
    border-radius: 25px;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease-in-out; }
  .button-read-more:hover:after {
    width: 20px; }

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

.single_post_info .tagcloud {
  float: left; }

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

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

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

.single_post_info div:only-child {
  float: none !important;
  display: block;
  text-align: center; }

.single_post_info div.share_post-container:only-child {
  float: right !important; }

.single_post_info .blog-post_share-wrap {
  float: left; }

.single_post_info.post_info {
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

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

.divider_post_info {
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.blog-post_excerpt {
  margin: 0 0 38px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8; }
  .blog-post_excerpt > p:last-child {
    margin-bottom: 0; }

.blog-post_info-wrap {
  float: right;
  line-height: 0; }
  .blog-post_info-wrap > div {
    margin-left: 19px; }

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

/* Columns in Blog */
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n + 1) {
  clear: left; }

.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n + 1) {
  clear: left; }

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n + 1) {
  clear: left; }

.blog-style-standard .wgl_col-3 .blog-post .blog-post_content {
  padding-left: 20px;
  padding-right: 20px; }

/* #Post Prev/Next */
.seofy-post-navigation {
  padding: 0;
  margin-bottom: -30px; }
  .seofy-post-navigation:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }

.prev-link,
.next-link {
  font-size: 13px;
  font-weight: 700;
  transition: all 300ms;
  position: relative;
  text-transform: uppercase;
  background: #f2f2f2;
  z-index: 1;
  padding: 20px 7.5px;
  float: right;
  color: #939393; }
  .prev-link_icon,
  .next-link_icon {
    display: inline-block;
    width: 0;
    height: 0px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
    color: inherit; }
    .prev-link_icon:before,
    .next-link_icon:before {
      content: '\f124';
      font-family: 'Flaticon';
      font-size: 12px;
      display: inline-block;
      border: 0;
      vertical-align: middle;
      font-style: normal;
      position: absolute;
      left: -6px;
      top: 2px; }
  .prev-link:hover,
  .next-link:hover {
    color: #ffffff !important; }

@keyframes navigationEffectsLeft {
  from {
    opacity: 0;
    visibility: hidden;
    margin-left: 30px; }
  to {
    opacity: 1;
    visibility: visible;
    margin-left: 0; } }

@keyframes navigationEffectsRight {
  from {
    opacity: 0;
    visibility: hidden;
    margin-right: 30px; }
  to {
    opacity: 1;
    visibility: visible;
    margin-right: 0; } }

.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 .post_nav_title {
      animation: navigationEffectsLeft 0.6s ease-in-out both;
      opacity: 1;
      visibility: visible;
      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;
      min-width: 80px;
      min-height: 80px;
      border-radius: 5px;
      overflow: hidden;
      vertical-align: top;
      margin-right: 20px;
      position: relative;
      transition: all 0.3s; }
      .prev-link_wrapper .image_prev img {
        border-radius: 5px;
        width: 80px; }
      .prev-link_wrapper .image_prev .no_image_post {
        background: #f3f3f3;
        display: block;
        width: 100%;
        display: block;
        height: 100%;
        position: absolute; }
        .prev-link_wrapper .image_prev .no_image_post + .post_nav_title {
          opacity: 1;
          visibility: visible;
          left: 0; }
      .prev-link_wrapper .image_prev.no_image:before {
        opacity: 1;
        visibility: visible;
        margin-left: 0; }
      .prev-link_wrapper .image_prev .post_nav_title {
        font-size: 16px;
        font-weight: 800;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 1;
        color: #fff;
        display: block;
        text-align: center;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase; }
      .prev-link_wrapper .image_prev:after {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
    .prev-link_wrapper .prev_title {
      max-width: 210px;
      font-weight: 700;
      line-height: 26px;
      display: inline-block; }
  .prev-link_icon {
    margin-left: 5px;
    margin-right: 5px; }
    .prev-link_icon:before {
      content: '\f140';
      left: auto;
      right: -6px; }

.next-link:before {
  right: 0;
  left: auto;
  transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }

.next-link:hover:before {
  right: auto;
  left: 0; }

.next-link_wrapper {
  text-align: right;
  float: right;
  margin-bottom: 30px; }
  .next-link_wrapper a:hover .image_next:after, .next-link_wrapper a:hover .image_next:before {
    visibility: visible;
    opacity: 1; }
  .next-link_wrapper a:hover .image_next:before {
    margin-right: 0; }
  .next-link_wrapper a:hover .image_next .post_nav_title {
    animation: navigationEffectsRight 0.6s ease-in-out both;
    opacity: 1;
    visibility: visible;
    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: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    transition: all 0.3s; }
    .next-link_wrapper .image_next img {
      border-radius: 5px;
      width: 80px; }
    .next-link_wrapper .image_next.no_image:before {
      opacity: 1;
      visibility: visible;
      margin-right: 0; }
    .next-link_wrapper .image_next .no_image_post {
      background: #f3f3f3;
      display: block;
      width: 100%;
      display: block;
      height: 100%;
      position: absolute; }
      .next-link_wrapper .image_next .no_image_post + .post_nav_title {
        opacity: 1;
        visibility: visible;
        left: 0; }
    .next-link_wrapper .image_next .post_nav_title {
      font-size: 16px;
      font-weight: 800;
      position: absolute;
      left: 0%;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 1;
      color: #fff;
      display: block;
      text-align: center;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase; }
    .next-link_wrapper .image_next:after {
      display: block;
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease; }
  .next-link_wrapper .next_title {
    max-width: 210px;
    display: inline-block;
    text-align: right;
    font-weight: 700;
    line-height: 26px; }

.info_prev-link_wrapper > a,
.info_next-link_wrapper > a {
  display: flex;
  align-items: center; }

.prev-link-info_wrapper > span,
.next-link-info_wrapper > span {
  display: block; }

.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
  background: none;
  padding-left: 0;
  padding-right: 0; }

/* Author info wrapper */
.author-info_wrapper {
  padding: 40px;
  margin: 50px 0 40px;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  border-radius: 5px;
  background: url(../img/author_bg.png) no-repeat calc(100% - 45px) -102px #fff; }
  .author-info_wrapper .title_soc_share {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px; }

.author-info_avatar {
  float: left;
  margin-right: 27px; }
  .author-info_avatar img {
    width: 120px;
    border-radius: 50%; }

.author-info_content {
  overflow: hidden;
  margin-top: 5px; }

.author-info_name {
  margin-bottom: 14px !important;
  font-size: 20px;
  font-weight: bold !important;
  line-height: 26px; }
  .author-info_name span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-right: 7px; }

.author-info_description {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; }

.author-info_social-link {
  display: inline-block;
  margin-right: 13px;
  color: #bfc1c2;
  font-size: 14px; }
  .author-info_social-link:hover.fa-twitter {
    color: #45b7e1; }
  .author-info_social-link:hover.fa-facebook {
    color: #244baf; }
  .author-info_social-link:hover.fa-linkedin {
    color: #0266cc; }

.author-info_social-wrapper {
  line-height: 1; }

.single .single.related_posts {
  margin-top: 70px; }
  .single .single.related_posts .seofy_module_title {
    padding-bottom: 34px;
    margin-bottom: 0; }
  .single .single.related_posts .blog-post .blog-post_media {
    margin-bottom: 22px; }

@media only screen and (max-width: 1200px) {
  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner,
  .vc_row:not(.vc_row-no-padding) .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media only screen and (max-width: 992px) {
  .vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_media,
  .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_media {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    text-align: left;
    margin-top: 30px;
    padding-left: 30px; }
  .vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_content,
  .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_content {
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0;
    float: left;
    width: 100%;
    width: 100%;
    width: 100%;
    box-sizing: border-box; }
  .vc_col-sm-8 .blog-style-standard.row .wgl_col-6,
  .vc_col-sm-9 .blog-style-standard.row .wgl_col-6 {
    width: 100%; }
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
    width: 50%; }
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n + 1) {
    clear: none; }
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(2n + 1) {
    clear: left; } }

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

@media only screen and (max-width: 600px) {
  .blog-posts .blog-style-medium_img .blog-post_media {
    width: 180px; }
  .blog-posts .blog-style-medium_img .blog-post_content {
    width: calc(100% - 180px); } }

@media only screen and (max-width: 1024px) {
  .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n + 1) {
    clear: none; }
  .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n + 1) {
    clear: none; }
  .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n + 1) {
    clear: none; }
  .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n + 1) {
    clear: left; }
  .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n + 1) {
    clear: left; }
  .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n + 1) {
    clear: left; }
  .seofy-post-navigation {
    margin-bottom: 0; } }

@media only screen and (max-width: 600px) {
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
    max-width: 100%; } }

@media screen and (max-width: 420px) {
  .single_meta .meta-wrapper span:after {
    display: none; }
  .blog-posts .blog-style-medium_img .blog-post_media {
    width: 100%;
    padding-right: 0;
    margin-right: -1px; }
  .blog-posts .blog-style-medium_img .blog-post_content {
    width: 100%;
    padding-left: 30px; } }

.blog-post_wrapper .seofy_module_videobox img {
  border-radius: 0;
  box-shadow: none; }

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

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

.blog-post_bg_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
  .blog-post_bg_media:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    transition: all 0.3s ease; }
  .blog-post_bg_media .slider-wrapper,
  .blog-post_bg_media .blog-post_media-slider {
    height: 100%; }

/* Slick Settings */
.slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick {
  height: 100%; }
  .slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick .item_slick {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5; }
    .slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick .item_slick span {
      height: 100%;
      width: 100%;
      display: block;
      background-size: cover;
      background-position: center;
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      border-radius: 5px 5px 0 0;
      overflow: hidden; }
      .slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick .item_slick span img {
        transition: all 500ms ease-in-out;
        transform: scale(1.25, 1.25);
        border-radius: 5px 5px 0 0; }
    .slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
      transform: scale(1, 1); }
  .slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick .slick-list,
  .slider-wrapper.seofy_module_carousel .blog-post_media-slider_slick .slick-track {
    height: 100%; }

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

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

.blog_title.seofy_module_title {
  justify-content: flex-start;
  padding-bottom: 15px; }

.wgl_module_title.item_title {
  position: relative; }
  .wgl_module_title.item_title .carousel_arrows {
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
    z-index: 2; }
    .wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'] {
      cursor: pointer;
      display: inline-block;
      width: 25px;
      height: 25px;
      background: #f2f2f2;
      margin-left: 10px;
      transition: all 0.45s ease; }
      .wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'] span {
        display: block;
        line-height: 25px;
        text-align: center; }
        .wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'] span:after {
          content: '\f124';
          font-family: 'Flaticon';
          font-size: 14px;
          display: inline-block;
          border: 0;
          color: #939393 !important;
          vertical-align: top;
          line-height: 25px; }
      .wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow']:hover span:after {
        color: #fff !important; }
      .wgl_module_title.item_title .carousel_arrows span[class*='slick_arrow'].left_slick_arrow span:after {
        content: '\f140'; }

.row.sidebar_left .content-container {
  float: right; }

.container-grid.row > .seofy_module_carousel {
  margin-left: 0;
  margin-right: 0; }
  .container-grid.row > .seofy_module_carousel.navigation_offset_element {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden; }
    .container-grid.row > .seofy_module_carousel.navigation_offset_element > .slick-slider {
      overflow: visible; }
    .container-grid.row > .seofy_module_carousel.navigation_offset_element .slick-list {
      overflow: hidden; }

.blog_title {
  margin-bottom: 30px; }

.blog_subtitle {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.6; }

/* Views */
.blog-post_views-wrap {
  text-align: center;
  line-height: 30px;
  font-size: 12px; }
  .blog-post_views-wrap:before {
    font-family: Flaticon;
    content: '\f129';
    font-size: 16px;
    color: #fd226a;
    margin-right: 2px; }
  .blog-post_views-wrap .counts {
    font-weight: 600;
    vertical-align: top;
    color: #b6b6b6; }
  .blog-post_views-wrap .counts_text {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    display: none; }

/* Attachment media */
.attachment_media .meta-wrapper {
  margin-bottom: 10px; }

.parallax-video {
  position: absolute !important;
  z-index: 2 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

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

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

/* #Likes */
.wgl-likes {
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer; }
  .wgl-likes .sl-count {
    color: #b6b6b6;
    vertical-align: top; }
  .wgl-likes .sl-icon {
    margin-right: 5px;
    color: #fd226a;
    transform: translateZ(0);
    display: inline-block;
    font-size: 14px; }
    .wgl-likes .sl-icon:before {
      font-weight: 400; }
  .wgl-likes:hover .sl-icon {
    animation-name: pulse_like;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

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

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

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

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

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

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

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

/* ==================== ##Lists Style ==================== */
body ul li,
body ol li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  list-style: none;
  line-height: 30px;
  margin-bottom: 10px; }
  body ul li ul, body ul li ol,
  body ol li ul,
  body ol li ol {
    margin-top: 10px; }

body ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  font-size: 1em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  left: 2px;
  top: 14px; }

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

body ul.seofy_dash li {
  padding-left: 25px; }
  body ul.seofy_dash li:before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 0;
    top: 15px; }

body ul.seofy_plus li {
  padding-left: 25px; }
  body ul.seofy_plus li:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 8px;
    height: 2px;
    left: 7px;
    top: 15px; }
  body ul.seofy_plus li:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 2px;
    height: 8px;
    left: 10px;
    top: 12px; }

body ul.seofy_check li {
  padding-left: 25px; }
  body ul.seofy_check li:before {
    content: "\f144";
    font-family: flaticon;
    width: 0;
    height: 0;
    top: 0;
    font-size: 10px; }

body ul.seofy_check_gradient li {
  padding-left: 54px;
  margin-bottom: 16px; }
  body ul.seofy_check_gradient li:before {
    content: "\f144";
    font-family: flaticon;
    width: 30px;
    height: 30px;
    top: 8px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    transition: all .4s ease; }

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

#comments {
  margin-top: 20px;
  margin-bottom: 44px; }
  #comments > h3 {
    margin-bottom: 11px;
    padding-bottom: 16px;
    z-index: 10;
    position: relative; }
  #comments .pingback .edit-link .comment-edit-link {
    font-size: 12px;
    color: #7e7676;
    margin-left: 5px; }
  #comments .pingback .edit-link .comment-edit-link:hover {
    color: #b9a9cd; }
  #comments .comment-notes {
    margin-bottom: 30px; }
  #comments .form-submit {
    margin-bottom: 0;
    clear: both; }
  #comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: inherit; }
    #comments .commentlist li.trackback,
    #comments .commentlist li.pingback {
      padding: 0; }
      #comments .commentlist li.trackback:before,
      #comments .commentlist li.pingback:before {
        display: none; }
    #comments .commentlist + * {
      margin-top: 41px; }
    #comments .commentlist .comment-respond {
      margin: 20px 0; }
    #comments .commentlist .comment {
      padding: 0; }
      #comments .commentlist .comment:before, #comments .commentlist .comment:after {
        display: none; }
      #comments .commentlist .comment .stand_comment {
        padding: 40px 0 22px 110px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        #comments .commentlist .comment .stand_comment .thiscommentbody {
          position: relative;
          z-index: 1;
          min-height: 80px; }
      #comments .commentlist .comment .commentava {
        position: absolute;
        z-index: 1;
        left: -110px;
        top: 4px;
        height: 80px;
        width: 80px; }
        #comments .commentlist .comment .commentava img {
          border-radius: 5px; }
      #comments .commentlist .comment.pingback .stand_comment {
        padding-left: 0; }
      #comments .commentlist .comment .children .comment {
        margin-left: 70px; }
      #comments .commentlist .comment .children .stand_comment {
        padding-left: 70px; }
        #comments .commentlist .comment .children .stand_comment .commentava {
          left: -70px;
          width: 50px;
          height: 50px; }
    #comments .commentlist > .comment > .children > .comment {
      margin-left: 90px; }
    #comments .commentlist > .comment:last-child {
      margin-bottom: -1px; }
      #comments .commentlist > .comment:last-child .stand_comment:last-child {
        border-bottom: 0; }
    #comments .commentlist .comment_info {
      padding-right: 90px; }
      #comments .commentlist .comment_info .meta-wrapper {
        margin-bottom: 0;
        opacity: 1;
        float: none;
        padding: 0;
        line-height: 22px;
        background: none; }
        #comments .commentlist .comment_info .meta-wrapper * {
          font-size: 12px;
          text-transform: uppercase; }
    #comments .commentlist .comment_author_says {
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      padding-top: 0; }
      #comments .commentlist .comment_author_says a {
        font-weight: inherit;
        font-size: inherit; }
    #comments .commentlist .comment_content {
      margin-top: 0;
      font-weight: 400;
      line-height: 30px; }
      #comments .commentlist .comment_content p {
        margin-bottom: 0;
        padding-bottom: 5px; }
      #comments .commentlist .comment_content h1, #comments .commentlist .comment_content h2, #comments .commentlist .comment_content h3, #comments .commentlist .comment_content h4, #comments .commentlist .comment_content h5, #comments .commentlist .comment_content h6 {
        margin-bottom: 8px; }
  #comments .comment-reply-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    transition: all .3s ease;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: .5px;
    line-height: 22px;
    padding: 0 11px; }
    #comments .comment-reply-link:hover {
      color: #fff !important; }
  #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-title {
  margin-bottom: 28px; }

body .comment-respond .comment-reply-title {
  position: relative;
  font-size: 30px;
  font-weight: 800; }

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: 10px !important; }

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

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

/* ==================== ##Contact Form ==================== */
/* ↓ Default Inputs ↓ */
form label input + span {
  padding-left: 0.5em; }

form .select__field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ↑ default inputs ↑ */
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px; }

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

.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%; }

.wpcf7 textarea {
  padding-top: 13px; }

.wpcf7 input[type="submit"] {
  padding-left: 35px;
  padding-right: 35px; }

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

.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7-not-valid {
  border-color: #ff0000; }
  .wpcf7-not-valid-tip {
    padding-top: 5px; }

.wpcf7 .form-icon {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 35px;
  font-size: 14px;
  color: #bababa; }

.wpcf7 .row.submit_fw + p .wpcf7-submit {
  width: 100%; }

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center; }
  .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input,
  .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
    width: auto;
    height: auto; }
    .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label,
    .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label {
      padding-left: 0.5em; }
  .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
  .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    font-size: inherit;
    font-weight: inherit; }
    .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio],
    .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=checkbox],
    .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
    .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
      display: inline-block; }

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

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

.sign_up {
  display: flex;
  justify-content: center;
  margin-right: -20px; }
  .sign_up input[type='submit'] {
    margin-left: 20px;
    height: 50px; }
  .sign_up input[type="email"] {
    width: 350px; }
  .sign_up .ajax-loader {
    display: none; }

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

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

#mc_embed_signup div.mce_inline_error {
  margin-bottom: 0 !important;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  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;
  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%;
    background-color: transparent;
    color: #ffffff;
    height: 50px;
    font-size: 14px;
    border: 1px solid #8b8b8b; }
    .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;
  transition: all 0.5s; }
  .wgl-mailchimp-2 #mc_embed_signup .button-submit input {
    margin-bottom: 0;
    padding: 0 10px;
    width: 130px;
    height: 40px; }
  .wgl-mailchimp-2 #mc_embed_signup .button-submit:hover input {
    color: #ffffff; }

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

/* ==================== ##Pagination ==================== */
.wgl-pagination {
  padding: 11px 0 30px 0; }
  .wgl-pagination .page {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 0; }
    .wgl-pagination .page-numbers {
      position: relative;
      z-index: 1;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 18px;
      font-weight: 600;
      display: block;
      padding: 0;
      text-align: center;
      background: #f4f6fd;
      border-radius: 5px;
      transition: 0.4s; }
      .wgl-pagination .page-numbers .fa {
        font-weight: 600;
        font-size: 21px; }
    .wgl-pagination .page > a:hover {
      color: #ffffff; }
    .wgl-pagination .page .current {
      cursor: default;
      color: #ffffff; }
    .wgl-pagination .page:before, .wgl-pagination .page:after {
      display: none; }
    .wgl-pagination .page:first-child {
      margin-left: 0; }
    .wgl-pagination .page:last-child {
      margin-right: 0; }

.page-link {
  clear: both; }

/* ==================== ##Load More ==================== */
.load_more_item {
  padding: 13px 33px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  min-width: 160px;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
  margin: 0 20px !important;
  border-radius: 5px; }
  .load_more_item:hover {
    background: transparent; }

.text-center.load_more_wrapper {
  text-align: center; }

.load_more_wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 1; }

@keyframes rotating {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.load_more_wrapper.blog_load_more {
  margin-top: 20px; }

.load_more_wrapper.full_width_btn .load_more_item {
  width: 100%; }

.load_more_wrapper .load_more_item {
  position: relative;
  transition: 0.3s; }
  .load_more_wrapper .load_more_item.loading:before {
    color: inherit; }
  .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-family: 'Font Awesome 5 Free';
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-rendering: auto;
    opacity: 0;
    animation: rotating 2s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s; }

.load_more_wrapper .loading {
  height: 56px;
  width: 50px !important;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: initial;
  padding: 0; }
  .load_more_wrapper .loading.load_more_item:before {
    opacity: 1; }
  .load_more_wrapper .loading span {
    position: absolute;
    opacity: 0; }

/* ==================== ##Extended Row ==================== */
.wgl-row-animation {
  position: relative;
  z-index: 1; }
  .wgl-row-animation .wpb_column {
    position: relative;
    z-index: 2; }
  .wgl-row-animation .wgl-row_background {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%); }

.particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.extended-parallax {
  position: absolute;
  z-index: -1;
  width: 100%; }

.page-header .particles-js {
  left: 0;
  top: 0; }

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

.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .preloader-container .cssload-loader {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    perspective: 780px; }
  .preloader-container .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%; }
    .preloader-container .cssload-inner.cssload-one {
      left: 0%;
      top: 0%;
      animation: cssload-rotate-one 1.15s linear infinite;
      border-bottom-width: 3px;
      border-bottom-style: solid; }
    .preloader-container .cssload-inner.cssload-two {
      right: 0%;
      top: 0%;
      animation: cssload-rotate-two 1.15s linear infinite;
      border-right-width: 3px;
      border-right-style: solid; }
    .preloader-container .cssload-inner.cssload-three {
      right: 0%;
      bottom: 0%;
      animation: cssload-rotate-three 1.15s linear infinite;
      border-top-width: 3px;
      border-top-style: solid; }

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

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

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

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

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

.wpml-ls-legacy-dropdown {
  width: auto;
  text-align: center; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 20px); }

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

.wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
  background: none;
  border: 0;
  color: inherit !important; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: none;
  border: 0;
  color: inherit !important; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
  padding: 10px 0;
  margin-top: 0;
  min-width: 220px;
  box-sizing: border-box;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in;
  top: calc(100% + 15px);
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  border-radius: 5px; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
    line-height: 30px;
    padding: 6px 28px; }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before {
      display: none; }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
      padding: 0;
      width: 100%;
      line-height: inherit;
      position: relative;
      transition: color 200ms; }
      .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:link {
        transition: color 200ms; }
      .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span {
        position: relative; }
        .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span:before {
          content: '';
          display: inline-block;
          height: 3px;
          width: 0;
          border-radius: 25px;
          vertical-align: middle;
          margin-right: 0;
          opacity: 0;
          visibility: hidden;
          transition: all .4s ease; }
      .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover span:before {
        margin-right: 10px;
        width: 10px;
        opacity: 1;
        visibility: visible; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px; }

.wpml-ls-legacy-dropdown a {
  background: none;
  border: 0;
  color: inherit; }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px 0;
    line-height: 0; }
  .wpml-ls-legacy-dropdown a:hover {
    color: inherit;
    background: none;
    transition: 0s; }
  .wpml-ls-legacy-dropdown a:active {
    color: inherit;
    background: none;
    transition: 0s; }
  .wpml-ls-legacy-dropdown a:visited {
    color: inherit;
    background: none;
    transition: 0s; }
  .wpml-ls-legacy-dropdown a:link {
    color: inherit;
    background: none;
    transition: 0s; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  position: static;
  vertical-align: middle;
  margin-left: 7px;
  opacity: 1;
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  margin-top: 0;
  content: '';
  font-family: Flaticon;
  font-size: 9px;
  font-weight: 100;
  margin-left: 5px;
  transition: color 0.3s; }

/* ==================== ##Shop ==================== */
/* #Shop Catalog */
.woo_product_post_media {
  margin: 0; }

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

ul.wgl-products,
.products ul.wgl-products {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin-right: -30px; }
  ul.wgl-products.animated_products li,
  .products ul.wgl-products.animated_products li {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
    ul.wgl-products.animated_products li.visible_item,
    .products ul.wgl-products.animated_products li.visible_item {
      animation-fill-mode: both;
      animation-duration: 0.3s;
      animation-name: wgl_fadeInUp; }
  ul.wgl-products li,
  .products ul.wgl-products li {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: 0 30px 50px 0;
    padding: 0 0 28px 0;
    box-shadow: 0 0 0 1px #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease; }
    ul.wgl-products li:before,
    .products ul.wgl-products li:before {
      display: none; }
    ul.wgl-products li:last-child,
    .products ul.wgl-products li:last-child {
      padding-bottom: 28px; }
  ul.wgl-products .woocommerce-loop-product__title,
  .products ul.wgl-products .woocommerce-loop-product__title {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 800; }
    ul.wgl-products .woocommerce-loop-product__title a,
    .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,
  .products ul.wgl-products .star-rating {
    float: none;
    width: 6.94em;
    height: 1.6em;
    margin: 7px auto 10px; }
    ul.wgl-products .star-rating:before,
    .products ul.wgl-products .star-rating:before {
      content: '\f005\f005\f005\f005\f005';
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  ul.wgl-products .price,
  .products ul.wgl-products .price {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    line-height: 35px; }
    ul.wgl-products .price del,
    .products ul.wgl-products .price del {
      margin-right: 16px;
      color: #b5b5b5; }

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

.woocommerce .star-rating {
  width: 6.8em;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px; }
  .woocommerce .star-rating:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.woocommerce .star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

ul.wgl-products li {
  transition: 0.4s; }
  ul.wgl-products li .picture {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    margin: 0; }
    ul.wgl-products li .picture .woo_post-link {
      display: block; }
    ul.wgl-products li .picture img {
      transition: all 0.4s;
      transform: scale(1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      ul.wgl-products li .picture img.attachment-shop_catalog {
        opacity: 0;
        transition: all 0.4s;
        filter: blur(0);
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        transform: translate(-100%, 0); }
  ul.wgl-products li:hover {
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-color: transparent; }
    ul.wgl-products li:hover a.add_to_cart_button,
    ul.wgl-products li:hover a.button {
      visibility: visible;
      opacity: 1;
      bottom: -24px; }
      ul.wgl-products li:hover a.add_to_cart_button:hover,
      ul.wgl-products li:hover a.button:hover {
        color: #fff; }
    ul.wgl-products li:hover .picture:not(.no_effects) img {
      transform: translate(100%, 0);
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
    ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog {
      opacity: 1;
      transform: translate(0, 0);
      visibility: visible; }
  ul.wgl-products li a.add_to_cart_button,
  ul.wgl-products li a.button,
  ul.wgl-products li .added_to_cart.wc-forward {
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: -40px;
    font-weight: 800;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    line-height: 46px;
    padding: 0 32px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-width: 180px;
    box-sizing: border-box;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s; }
  ul.wgl-products li a.button.added:after,
  ul.wgl-products li button.button.added:after,
  ul.wgl-products li input.button.added::after {
    font-size: 16px;
    color: #fff;
    vertical-align: inherit;
    margin-left: 0; }
  ul.wgl-products li a.button.added,
  ul.wgl-products li button.button.added,
  ul.wgl-products li input.button.added {
    font-size: 0;
    height: 46px;
    vertical-align: inherit;
    color: transparent;
    bottom: -24px;
    opacity: 0;
    visibility: visible;
    transition: all 0.3s ease;
    transition-delay: 0.2s; }
    ul.wgl-products li a.button.added:before,
    ul.wgl-products li button.button.added:before,
    ul.wgl-products li input.button.added:before {
      display: none; }
  ul.wgl-products li a.button.added + .added_to_cart,
  ul.wgl-products li button.button.added + .added_to_cart,
  ul.wgl-products li input.button.added + .added_to_cart {
    animation-delay: 0.3s;
    animation-name: wgl_flash_in;
    animation-duration: 0.2s;
    animation-fill-mode: forwards; }
  ul.wgl-products li a.button.loading,
  ul.wgl-products li button.button.loading,
  ul.wgl-products li input.button.loading {
    font-size: 0;
    height: 46px;
    vertical-align: inherit;
    color: #fff;
    bottom: -24px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    min-width: 46px;
    transition: 0.6s ease; }
    ul.wgl-products li a.button.loading:before,
    ul.wgl-products li button.button.loading:before,
    ul.wgl-products li input.button.loading:before {
      content: '\f110';
      display: inline-block;
      margin-right: 0;
      margin-left: 0;
      font-family: 'Font Awesome 5 Free';
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      text-rendering: auto;
      background: transparent;
      animation: fa-spin 2s infinite linear;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    ul.wgl-products li a.button.loading:after,
    ul.wgl-products li button.button.loading:after,
    ul.wgl-products li input.button.loading:after {
      display: none; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes wgl_flash_in {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    bottom: -24px;
    visibility: visible; } }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: 5px;
  background: #fff; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  top: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18); }

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

.woocommerce .widget_price_filter .ui-slider-horizontal {
  border-radius: 25px;
  height: 10px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border-radius: 5px;
  background: #f4f6fd; }

.woocommerce .widget_price_filter .price_label {
  font-weight: 800; }

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

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

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

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 80px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: -2px;
  border-radius: 5px; }

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 9px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  margin: 0;
  top: 18px; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:before,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    content: '\f112';
    font-family: 'flaticon';
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    color: #b6b6b6;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    transition: all 0.3s; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before,
  .woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before {
    opacity: 0.6;
    color: #ff144b; }

.widget.widget_price_filter .widget-title, .widget.widget_products .widget-title, .widget.widget_shopping_cart .widget-title {
  padding-bottom: 13px;
  margin-bottom: 2px; }

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

.widget.widget_product_tag_cloud .widget-title {
  margin-bottom: 14px; }

.widget.widget_products .widget-title,
.widget.widget_shopping_cart .widget-title {
  margin-bottom: 16px; }

.widget_product_search .woocommerce-product-search {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: box-shadow 0.4s;
  margin-bottom: 10px; }
  .widget_product_search .woocommerce-product-search:before {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-weight: 400;
    content: '\f14a';
    color: #363b5b;
    display: inline-block;
    font-family: 'Flaticon';
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    line-height: 48px;
    opacity: 1;
    text-align: center;
    margin-top: 0; }
  .widget_product_search .woocommerce-product-search [type='submit'] {
    font-size: 0;
    width: 40px;
    height: 48px;
    opacity: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    margin-top: 0; }
  .widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0 18px;
    border: none;
    outline: none;
    font-weight: 400;
    background: #f3f5fe;
    border: 0;
    overflow: hidden;
    margin-bottom: 0; }
    .widget_product_search .woocommerce-product-search .search-field:-ms-input-placeholder {
      font-size: 16px;
      font-weight: 400;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .widget_product_search .woocommerce-product-search .search-field::placeholder {
      font-size: 16px;
      font-weight: 400;
      transition: all 0.5s; }
    .widget_product_search .woocommerce-product-search .search-field:focus:-ms-input-placeholder {
      opacity: 0; }
    .widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
      opacity: 0; }

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

.woocommerce span.onsale {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  box-sizing: border-box;
  width: auto;
  line-height: 24px;
  height: auto;
  padding: 0 12px;
  min-width: 45px;
  min-height: auto;
  text-transform: uppercase;
  color: #ffffff;
  left: 15px;
  top: 15px;
  border-radius: 3px;
  background: #ff2d2d; }

.product_list_widget .product-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.3s ease; }

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

.woocommerce del {
  margin-right: 4px;
  color: #b5b5b5; }
  .woocommerce del .woocommerce-Price-amount {
    color: inherit; }

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

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

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 700;
  font-size: 15px;
  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: 12px;
  font-weight: 800;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 32px;
  left: auto;
  border: 0;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  max-height: 40px; }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: transparent; }

.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0; }
  .woocommerce .widget_price_filter .price_slider_amount span {
    font-weight: 600;
    font-size: 16px; }
    .woocommerce .widget_price_filter .price_slider_amount span.from {
      margin-left: 10px; }

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

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

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

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border: 0;
  padding-top: 23px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 13px 20px;
  left: auto;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  margin-right: 10px;
  margin-bottom: 0;
  color: #fff;
  transition: all 0.4s;
  text-align: center;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  border-radius: 5px; }
  .woocommerce .widget_shopping_cart .buttons a:last-child,
  .woocommerce.widget_shopping_cart .buttons a:last-child {
    margin-right: 0; }

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

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

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

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

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

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

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

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

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

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

.woo_product_image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%; }

.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .wgl-woocommerce-sorting:after {
    dispay: block;
    height: 0;
    content: '';
    clear: both; }
  .wgl-woocommerce-sorting .seofy_module_message_box {
    width: 100%;
    box-sizing: border-box; }
    .wgl-woocommerce-sorting .seofy_module_message_box:before {
      display: none; }
    .wgl-woocommerce-sorting .seofy_module_message_box:empty {
      display: none; }
  .wgl-woocommerce-sorting .woocommerce-notices-wrapper {
    width: 100%; }
    .wgl-woocommerce-sorting .woocommerce-notices-wrapper:empty {
      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: left;
    padding: 11px 0 30px 0;
    font-size: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
    float: none;
    margin: 0 5px;
    overflow: visible; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      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: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 18px;
      font-weight: 600;
      display: block;
      padding: 0;
      transition: all 0.4s;
      text-align: center;
      background: #f4f6fd;
      border-radius: 5px; }
      .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:hover,
      .woocommerce nav.woocommerce-pagination ul li a:focus,
      .woocommerce nav.woocommerce-pagination ul li a:hover {
        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 {
      background: #f4f6fd;
      font-size: 21px; }
    .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: 500;
      font-size: 21px; }
    .woocommerce nav.woocommerce-pagination ul li:first-child {
      margin-left: 0; }
    .woocommerce nav.woocommerce-pagination ul li:before {
      display: none; }
    .woocommerce nav.woocommerce-pagination ul li a.current,
    .woocommerce nav.woocommerce-pagination ul li span {
      cursor: default; }

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

.woocommerce div.product .woocommerce-tabs .panel {
  border-radius: 5px; }
  .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: 600; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
    border: 0;
    border-radius: 5px; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
    border: 0;
    border-radius: 5px; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
    background: #f4f6fd;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 70px;
    border-bottom: 0;
    color: #fff;
    border: 1px solid #dddddd; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
    font-style: normal;
    border: 0;
    background: #fff;
    border: 1px solid #dddddd;
    padding-left: 20px;
    padding-right: 20px; }
  .woocommerce div.product .woocommerce-tabs .panel #comments {
    padding-top: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  overflow: visible; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 30px;
    border: 0;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: 0s;
    background: transparent;
    transition: 0s;
    margin-right: 17px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      color: #ffffff;
      background-color: transparent;
      box-shadow: 4px 3px 25px rgba(72, 73, 121, 0.3);
      border-radius: 4px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
      background: #f7f9fd; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
      margin-right: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      background: #f4f6fd;
      color: #838990;
      border: 0;
      padding: 10px 25px;
      display: block;
      box-sizing: border-box;
      position: relative;
      text-decoration: none;
      transition: 0.4s;
      box-shadow: none;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0;
      border-radius: 4px; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px; }

/* #End Tabs Shop */
/* #Single Shop */
.woocommerce .summary .product_meta {
  border-top: 1px solid #e5e5e5;
  padding-top: 29px;
  padding-bottom: 28px;
  margin-top: 3px;
  padding-left: 6px; }
  .woocommerce .summary .product_meta > span {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px; }
    .woocommerce .summary .product_meta > span:last-child {
      margin-bottom: 0; }
    .woocommerce .summary .product_meta > span span,
    .woocommerce .summary .product_meta > span a {
      font-weight: 500; }
      .woocommerce .summary .product_meta > span span:first-child,
      .woocommerce .summary .product_meta > span a:first-child {
        margin-left: 0; }

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

.woocommerce-product-gallery figure {
  overflow: hidden;
  border-radius: 5px; }
  .woocommerce-product-gallery figure > div {
    border-radius: 5px; }

.woocommerce-product-gallery .flex-viewport {
  border-radius: 5px;
  border: 1px solid #e5e5e5; }
  .woocommerce-product-gallery .flex-viewport figure {
    border-radius: 5px; }
    .woocommerce-product-gallery .flex-viewport figure > div {
      border-radius: 5px; }

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

.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;
  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;
  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;
  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 {
  content: '\f00e';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  line-height: 2;
  font-weight: 600;
  text-indent: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 120px;
  overflow: hidden;
  box-sizing: border-box;
  overflow: visible; }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 5px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #e5e5e5; }
    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
      box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
      border-color: transparent; }

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

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

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

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

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

.woocommerce div.product .product_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 12px; }

.woocommerce div.product .summary p.price,
div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 12px;
  font-size: 24px;
  margin-bottom: 32px;
  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-variation .woocommerce-variation-price {
  margin-bottom: 20px; }

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

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

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

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 500; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }
  .woocommerce div.product form.cart .variations tr {
    border: 0; }
  .woocommerce div.product form.cart .variations td.label {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent; }
  .woocommerce div.product form.cart .variations td.value {
    margin-bottom: 30px; }
  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    text-align: left;
    line-height: 1;
    padding: 0;
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent; }
  .woocommerce div.product form.cart .variations select {
    min-width: auto;
    display: inline-block;
    margin-right: 0; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 20px; }
  .woocommerce div.product form.cart div.quantity .qty {
    height: 50px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    padding: 0 20px 0 10px;
    font-size: 20px;
    font-weight: 600;
    background: #f3f5fe; }
  .woocommerce div.product form.cart div.quantity input[type='number']::-webkit-inner-spin-button,
  .woocommerce div.product form.cart div.quantity input[type='number']::-webkit-outer-spin-button {
    opacity: 1; }

.woocommerce div.product form.cart .button {
  font-size: 13px;
  height: 50px;
  font-weight: bold;
  line-height: 48px;
  padding: 0 37px;
  border-width: 0;
  border-radius: 5px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  position: relative;
  transition: all 0.6s ease;
  color: #fff; }
  .woocommerce div.product form.cart .button.disabled {
    color: #fff !important; }

.woocommerce #review_form .comment-form-rating .stars {
  display: inline-block;
  height: 1em;
  line-height: 1; }
  .woocommerce #review_form .comment-form-rating .stars a {
    margin-left: -0.2em;
    padding-right: 1.4em;
    color: #f9d322;
    vertical-align: baseline; }

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

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

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

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px 0 27px 0;
  margin-bottom: 16px; }
  .woocommerce div.product .woocommerce-tabs .panel #comments {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0; }

.related.products {
  margin-top: 0; }

.related > h2 {
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  text-transform: capitalize;
  clear: both; }

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

/* #Respond Shop */
.woocommerce #respond input#submit {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 34px;
  padding: 7px 32px 7px;
  margin-bottom: 16px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  transition: all 400ms;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px; }
  .woocommerce #respond input#submit:hover {
    background: transparent; }

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

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

.woocommerce #respond form#commentform .comment-form-rating {
  margin-bottom: 16px;
  padding: 0 0 0 20px; }

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

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

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 90px;
  border-radius: 5px; }

.woocommerce table.shop_table {
  border: 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;
    color: #46e1ac; }
  .woocommerce table.shop_table.cart input.button {
    border-radius: 5px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0; }
  .woocommerce table.shop_table div.quantity .qty {
    height: 40px;
    width: 97px;
    display: inline-block;
    vertical-align: middle;
    background: #f3f5fe;
    border-radius: 5px;
    border: 0;
    padding: 0;
    font-size: 18px; }
  .woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px; }
  .woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
    color: #838990; }
  .woocommerce table.shop_table td.product-remove {
    padding-left: 8px;
    padding-right: 8px; }
  .woocommerce table.shop_table td.product-name .product-quantity {
    font-weight: 400; }
  .woocommerce table.shop_table td.product-quantity .quantity input[type='number'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    display: inline-block;
    position: relative;
    height: 50px;
    width: 97px;
    display: inline-block;
    vertical-align: middle;
    background: #f3f5fe;
    border-radius: 5px;
    border: 0;
    padding: 0 20px 0 15px;
    font-size: 18px; }
  .woocommerce table.shop_table td.product-quantity .quantity input[type='number']::-webkit-inner-spin-button,
  .woocommerce table.shop_table td.product-quantity .quantity input[type='number']::-webkit-outer-spin-button {
    opacity: 1; }
  .woocommerce table.shop_table td.product-quantity .quantity .number-input {
    border: 2px solid #ddd;
    display: inline-flex; }
  .woocommerce table.shop_table td.product-quantity .quantity .number-input,
  .woocommerce table.shop_table td.product-quantity .quantity .number-input * {
    box-sizing: border-box; }
  .woocommerce table.shop_table td.product-quantity .quantity .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative; }
  .woocommerce table.shop_table td.product-quantity .quantity .number-input button:before,
  .woocommerce table.shop_table td.product-quantity .quantity .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%); }
  .woocommerce table.shop_table td.product-quantity .quantity .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg); }
  .woocommerce table.shop_table td.product-quantity .quantity .number-input input[type='number'] {
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
    background: transparent; }
  .woocommerce table.shop_table td.product-quantity .quantity span {
    font-size: 11px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px; }
    .woocommerce table.shop_table td.product-quantity .quantity span:before {
      content: '\f068';
      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; }
    .woocommerce table.shop_table td.product-quantity .quantity span.plus {
      margin-left: 0;
      margin-right: 15px;
      right: 0;
      left: auto; }
      .woocommerce table.shop_table td.product-quantity .quantity span.plus:before {
        content: '\f067'; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table td.product-thumbnail {
    text-align: left; }
  .woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 1%;
    padding-left: 10px; }
  .woocommerce table.shop_table td.product-name {
    padding-left: 34px;
    font-weight: 700; }
    .woocommerce table.shop_table td.product-name a {
      color: inherit; }
  .woocommerce table.shop_table tbody tr:first-child td {
    border-top: 0; }
  .woocommerce table.shop_table thead {
    background: #3224e9; }
    .woocommerce table.shop_table thead tr {
      border: 0; }
      .woocommerce table.shop_table thead tr th:first-child {
        border-radius: 5px 0 0 5px; }
      .woocommerce table.shop_table thead tr th:last-child {
        border-radius: 0 5px 5px 0; }
    .woocommerce table.shop_table thead th {
      padding: 0;
      line-height: 50px;
      font-weight: 800;
      font-size: 18px;
      border: 0;
      color: #fff; }
    .woocommerce table.shop_table thead th.product-name {
      padding-left: 40px;
      text-align: left; }
  .woocommerce table.shop_table tfoot tr th {
    text-align: left;
    padding-left: 40px; }
  .woocommerce table.shop_table th {
    border: 0; }

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

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

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

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

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

.woocommerce ul#shipping_method li {
  padding-left: 0;
  margin: 0; }
  .woocommerce ul#shipping_method li:before {
    display: none; }

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

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  background: #fff;
  border-radius: 0;
  padding: 40px 40px 28px;
  width: 372px;
  margin-bottom: 60px;
  margin-top: 30px;
  border-radius: 5px; }
  .woocommerce .cart-collaterals .cart_totals > h2,
  .woocommerce-page .cart-collaterals .cart_totals > h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px; }
  .woocommerce .cart-collaterals .cart_totals table tr,
  .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-weight: 800; }
  .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: 600; }
  .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: 800;
    font-size: 18px;
    vertical-align: middle;
    border: 0; }
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    padding-left: 10px;
    font-weight: 600;
    font-size: 22px;
    text-align: right; }
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child th,
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
  .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child th,
  .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 18px;
    text-align: right; }
  .woocommerce .cart-collaterals .cart_totals table label,
  .woocommerce-page .cart-collaterals .cart_totals table label {
    font-weight: 600; }

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  border-bottom: 0;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 0;
  padding-top: 18px; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 14px 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 37px;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 0.07em;
  border-radius: 5px;
  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-top: 0; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: all 0.3s ease; }

.woocommerce button.button {
  padding: 0 25px;
  line-height: 50px;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0; }

.woocommerce form.checkout_coupon .form-row {
  float: left; }

.woocommerce form.checkout_coupon {
  border-radius: 5px; }

.woocommerce form .form-row textarea {
  height: 120px; }
  .woocommerce form .form-row textarea:focus {
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15); }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 0;
  background: transparent;
  font-size: 14px;
  line-height: 50px;
  padding: 0 32px;
  border-width: 1px;
  border-style: solid;
  font-weight: 800;
  border-radius: 5px;
  letter-spacing: 0; }

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-size: 14px;
  line-height: 50px;
  padding: 0 32px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0; }
  .woocommerce .cart .button:hover,
  .woocommerce .cart input.button:hover {
    background: transparent; }

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

.woocommerce table.shop_table.cart input.button:hover {
  background: transparent; }

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

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

/* Remove Shop */
.woocommerce a.remove {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0;
  display: inline;
  line-height: inherit; }
  .woocommerce a.remove:before {
    content: '\f112';
    font-family: 'flaticon';
    font-size: 12px;
    display: inline-block;
    color: #bfc1c2;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    transition: all 0.3s; }
  .woocommerce a.remove:hover:before {
    color: #ff144b; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 270px;
  margin-right: 10px;
  padding-left: 15px;
  background: transparent;
  font-weight: 400;
  height: 50px;
  font-size: 16px; }

/* Shop Message */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent; }
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    display: none !important; }

.woocommerce-message {
  border-top: 0; }

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

body:not(.theme-gradient) .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 .seofy_module_message_box .message_text {
  line-height: 40px; }

.woocommerce-info {
  border: 0;
  font-size: 14px;
  line-height: 1.7; }

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

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

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

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px; }
  .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c2c2c2 transparent transparent transparent; }

body .select2-dropdown {
  border-color: #e4e4e4;
  border-radius: 5px; }

/* #Checkout Shop */
.checkout.woocommerce-checkout h3 {
  margin-bottom: 0; }

.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.checkout.woocommerce-checkout #order_review_heading {
  margin-bottom: 20px; }

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

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 0 25px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  border-width: 1px;
  font-weight: 800;
  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; }

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

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

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

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

.woocommerce #order_review table.shop_table tfoot th {
  font-weight: 800; }

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

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

.woocommerce-checkout #payment {
  border-radius: 5px; }

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

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 2em 1.5em 0;
  border-bottom: 0; }
  #add_payment_method #payment ul.payment_methods li,
  .woocommerce-cart #payment ul.payment_methods li,
  .woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 0;
    line-height: 1.7;
    padding-left: 0; }
    #add_payment_method #payment ul.payment_methods li label,
    .woocommerce-cart #payment ul.payment_methods li label,
    .woocommerce-checkout #payment ul.payment_methods li label {
      font-weight: 600; }
    #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; }

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

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

.woocommerce form .form-row label {
  font-weight: 600; }

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

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

.woocommerce .woocommerce-checkout .seofy_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; }

.woocommerce ul.order_details li:before {
  display: none; }

.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order .woocommerce-order-details .woocommerce-column__title,
.woocommerce-order .woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 20px; }

/* #End Woocomerce notice */
/* #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%; }
  ul.wgl-products li a.add_to_cart_button,
  ul.wgl-products li a.button,
  ul.wgl-products li .added_to_cart.wc-forward {
    visibility: visible;
    opacity: 1;
    bottom: -24px; }
    ul.wgl-products li a.add_to_cart_button:before,
    ul.wgl-products li a.button:before,
    ul.wgl-products li .added_to_cart.wc-forward:before {
      left: 50%;
      margin-left: -25px;
      margin-right: 0;
      line-height: 50px; }
  ul.wgl-products li a.button.loading:before,
  ul.wgl-products li button.button.loading:before,
  ul.wgl-products li input.button.loading:before {
    left: 0; } }

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

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

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

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

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

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

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

.add_mountain_rev_slider .revslider-initialised rs-sbg-wrap:before,
.add_mountain_rev_slider .tp-bgimg.defaultimg:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 101%;
  background: url(../img/mountain_header.svg);
  height: 90%;
  background-size: 100% 100%;
  z-index: 3; }

.add_mountain_home3_rev_slider .revslider-initialised:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  background: url(../img/mountain_header_home3.svg);
  height: 19%;
  background-size: 100% 100%;
  z-index: 21;
  pointer-events: none; }

.add_mountain_landing_rev_slider .revslider-initialised:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  background: url(../img/mountain_header_landing.svg);
  height: 19%;
  background-size: 100% 100%;
  z-index: 21;
  pointer-events: none; }

/* ==================== ##Page MailChimp ==================== */
.mc4wp-form-fields {
  position: relative; }
  .mc4wp-form-fields input[type="email"]:not([type='checkbox']) {
    background: #fff;
    display: inline-block;
    width: calc(100% - 165px);
    margin-right: 10px;
    max-width: 410px; }
  .mc4wp-form-fields input[type="submit"] {
    transition: all .5s;
    letter-spacing: 0; }

@media only screen and (max-width: 375px) {
  .mc4wp-form-fields input[type="email"]:not([type='checkbox']) {
    width: 100%; }
  .mc4wp-form-fields input[type="submit"] {
    width: 100%;
    margin-top: 10px; } }

/* ==================== ##Widgets Base ==================== */
body .footer .widget .widget-title {
  color: #fff; }

body .footer select:focus,
body .footer select:active {
  border: 1px solid #dddddd;
  background: transparent; }

body .footer ul li:before {
  background: #fff; }

body .footer ul li.recentcomments {
  color: #fff; }

body .footer .widget_rss ul li .rss-date,
body .footer .widget_rss ul li cite {
  color: #fff;
  opacity: .7; }

body .widget {
  position: relative;
  z-index: 1; }
  body .widget:not(:first-child) {
    padding-top: 50px; }
  body .widget .widget-title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
    letter-spacing: 0.01em;
    z-index: 1; }
    body .widget .widget-title .widget-title_dots {
      width: 23px;
      height: 3px;
      border-radius: 30px;
      display: block;
      margin: 0 auto 14px;
      position: relative; }
      body .widget .widget-title .widget-title_dots:before, body .widget .widget-title .widget-title_dots:after {
        content: '';
        height: 3px;
        width: 7px;
        display: block;
        position: absolute;
        left: -15px; }
      body .widget .widget-title .widget-title_dots:after {
        margin-right: 0;
        margin-left: 0;
        left: auto;
        right: -15px; }
    body .widget .widget-title .rsswidget {
      margin-right: 5px;
      line-height: 0; }
    body .widget .widget-title .widget-title_wrapper {
      margin: 0 20px; }
  body .widget ul li {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 0; }
    body .widget ul li ul {
      margin-top: 0; }
    body .widget ul li a {
      color: inherit;
      transition: all .3s ease; }
    body .widget ul li:before {
      display: none; }
  body .widget > ul,
  body .widget > div > ul {
    padding-bottom: 0; }
  body .widget > #recentcomments {
    margin-top: -7px; }
  body .widget > ul > li li,
  body .widget > div > ul > li li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px; }
  body .widget_archive ul, body .widget_recent_entries ul, body .widget_categories ul, body .widget_product_categories ul, body .widget_meta ul {
    margin-top: -9px; }
    body .widget_archive ul li, body .widget_recent_entries ul li, body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li {
      padding: 6px 0 6px 20px;
      line-height: 30px;
      border-bottom: 1px solid #dee1ed; }
      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;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        left: 2px;
        top: 20px;
        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 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_categories ul li, body .widget_product_categories ul li {
    padding-left: 0; }
    body .widget_categories ul li a:before, body .widget_product_categories ul li a:before {
      display: none !important; }
  body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li, body .widget_archive ul li {
    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; }
    body .widget_categories ul li .post_count, body .widget_product_categories ul li .post_count, body .widget_meta ul li .post_count, body .widget_archive ul li .post_count {
      position: absolute;
      right: 0;
      float: right;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      box-sizing: border-box;
      top: 8px;
      color: #fff;
      width: 24px;
      height: 24px;
      z-index: -1;
      line-height: 24px;
      border-radius: 5px; }
    body .widget_categories ul li ul li .post_count, body .widget_product_categories ul li ul li .post_count, body .widget_meta ul li ul li .post_count, body .widget_archive ul li ul li .post_count {
      top: 13px; }
    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 > a:before, body .widget_product_categories ul li > a:before, body .widget_meta ul li > a:before, body .widget_archive ul li > a:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 20px;
      color: inherit;
      transition: all .3s ease; }
    body .widget_categories ul li ul li a:before, body .widget_product_categories ul li ul li a:before, body .widget_meta ul li ul li a:before, body .widget_archive ul li ul li a:before {
      top: 25px; }
    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 select, body .widget_product_categories select, body .widget_meta select, body .widget_archive select {
    width: 100%;
    margin-bottom: 10px; }
  body .widget_categories a, body .widget_product_categories a, body .widget_meta a, body .widget_archive a {
    text-transform: capitalize;
    padding-right: 5px;
    display: block;
    width: 100%; }
  body .widget_comments > ul > li:before {
    content: "\f109";
    position: relative;
    z-index: 1;
    font-family: flaticon;
    top: 0;
    width: auto;
    height: auto;
    display: inline-block !important;
    vertical-align: middle;
    background-color: transparent !important;
    margin-right: 10px; }
  body .widget_recent_entries ul li .post-date {
    font-size: 0.8em;
    float: right; }
  body .widget_recent_entries ul li:before {
    font-family: 'flaticon';
    content: "\f103";
    font-size: 14px;
    width: 0;
    height: 0;
    left: 0px;
    top: 5px; }
  body .widget_recent_entries ul li:after {
    content: '';
    clear: both;
    display: table; }
  body .widget_pages ul {
    margin-top: -7px; }
    body .widget_pages ul ul {
      margin-top: 0; }
  body .widget_recent_comments ul li, body .widget_pages ul li {
    padding: 5px 0;
    line-height: 30px; }
    body .widget_recent_comments ul li ul li, body .widget_pages ul li ul li {
      padding-top: 5px;
      padding-bottom: 5px; }
      body .widget_recent_comments ul li ul li:last-child, body .widget_pages ul li ul li:last-child {
        padding-bottom: 0; }
    body .widget_recent_comments ul li:last-child, body .widget_pages ul li:last-child {
      padding-bottom: 0; }
  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; }

.wp-block-archives-dropdown {
  display: inline-block;
  position: relative; }
  .wp-block-archives-dropdown select {
    min-width: 270px; }

ul.wp-block-archives.wp-block-archives-list li {
  padding: 6px 0 6px 20px;
  line-height: 30px;
  border-bottom: 1px solid #dee1ed;
  font-weight: 800;
  margin-bottom: 0; }
  ul.wp-block-archives.wp-block-archives-list li:before {
    display: none; }
  ul.wp-block-archives.wp-block-archives-list li a {
    color: inherit; }
    ul.wp-block-archives.wp-block-archives-list li a:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 20px;
      color: inherit;
      transition: all .3s ease; }

ul.wp-block-latest-posts li {
  font-weight: 800; }
  ul.wp-block-latest-posts li:before {
    font-family: 'flaticon';
    content: "\f103";
    font-size: 14px;
    width: 0;
    height: 0;
    left: 0px;
    top: 7px;
    line-height: 1; }
  ul.wp-block-latest-posts li a {
    color: inherit; }
  ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    font-weight: 500; }

ul.wp-block-categories.wp-block-categories-list li {
  font-weight: 800;
  padding: 6px 0;
  line-height: 30px;
  border-bottom: 1px solid #dee1ed;
  margin-bottom: 0; }
  ul.wp-block-categories.wp-block-categories-list li:before {
    display: none; }
  ul.wp-block-categories.wp-block-categories-list li a {
    color: inherit; }
  ul.wp-block-categories.wp-block-categories-list li .post_count {
    position: absolute;
    right: 0;
    float: right;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    top: 8px;
    color: #fff;
    width: 24px;
    height: 24px;
    z-index: -1;
    line-height: 24px;
    border-radius: 5px; }

ul.wp-block-categories.wp-block-categories-list > li li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px; }

ul.wp-block-categories.wp-block-categories-list li ul li:last-child {
  padding-bottom: 0;
  border: 0; }

ul.wp-block-categories.wp-block-categories-list li ul {
  margin: 0; }

/* ==================== #Search ==================== */
body .widget_search .search-form {
  position: relative;
  z-index: 1; }
  body .widget_search .search-form .search-field {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0 18px;
    border: none;
    outline: none;
    font-weight: 400;
    background: #f3f5fe;
    border: 0;
    overflow: hidden;
    margin-bottom: 10px; }
    body .widget_search .search-form .search-field:-ms-input-placeholder {
      font-size: 16px;
      font-weight: 400;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    body .widget_search .search-form .search-field::placeholder {
      font-size: 16px;
      font-weight: 400;
      transition: all 0.5s; }
    body .widget_search .search-form .search-field:focus:-ms-input-placeholder {
      opacity: 0; }
    body .widget_search .search-form .search-field:focus::placeholder {
      opacity: 0; }
  body .widget_search .search-form .search-button, body .widget_search .search-form:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    font-size: 0;
    text-align: center;
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  body .widget_search .search-form .search-button {
    z-index: 2; }
  body .widget_search .search-form:after {
    content: "\f14a";
    font-family: 'Flaticon';
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.4s;
    right: 5px; }

/* ==================== #Recent Posts ==================== */
body .widget_wgl_posts .recent-posts-widget {
  padding: 0;
  margin-top: -5px;
  margin-bottom: 0; }
  body .widget_wgl_posts .recent-posts-widget li {
    padding: 0;
    line-height: inherit; }
    body .widget_wgl_posts .recent-posts-widget li img {
      float: left;
      max-width: 80px;
      margin-top: 0;
      border-radius: 5px; }
    body .widget_wgl_posts .recent-posts-widget li:after {
      content: '';
      clear: both;
      position: relative;
      display: table;
      height: 0; }
    body .widget_wgl_posts .recent-posts-widget li:not(:first-child) {
      margin-top: 33px; }
  body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
    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: calc(100% - 100px); }
  body .widget_wgl_posts .recent-posts-widget .meta-wrapper {
    padding: 0;
    background: transparent;
    font-size: 14px;
    padding-top: 5px; }
  body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
    width: calc(100% - 20px); }
  body .widget_wgl_posts .recent-posts-widget .post_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800 !important; }
    body .widget_wgl_posts .recent-posts-widget .post_title a {
      font-weight: 800; }
  body .widget_wgl_posts .recent-posts-widget .counter_posts {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    border: 3px solid #fafafa;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-left: -13px;
    margin-top: -15px; }

body .widget_postshero .with_image .recent-posts-content {
  height: 240px;
  position: relative; }

body .widget_postshero .post_title {
  font-size: 22px; }
  body .widget_postshero .post_title a:hover {
    opacity: 0.8; }

body .widget_postshero .meta-wrapper {
  background: rgba(18, 19, 20, 0.4);
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-self: flex-start;
  padding: 0 10px; }

body .widget_postshero .post_cat a {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 10px; }
  body .widget_postshero .post_cat a:hover {
    background: rgba(18, 19, 20, 0.4); }

body .widget_postshero .meta-data:before {
  content: "\f148";
  font-family: 'Flaticon';
  font-size: 12px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  margin-right: 7px;
  color: #ffffff; }

body .widget_postshero li {
  padding: 0 !important;
  line-height: inherit; }
  body .widget_postshero li:not(:last-child) {
    margin-bottom: 30px; }
  body .widget_postshero li:after {
    display: none; }

body .widget_postshero li.with_image .recent-posts-content_wrapper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

body .widget_postshero li.with_image .recent-posts-image_wrapper:before, body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s; }

body .widget_postshero li.with_image .recent-posts-image_wrapper:before {
  background: linear-gradient(to top, #000020 0, rgba(0, 0, 0, 0) 60%);
  opacity: 0.4; }

body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
  background: #000020;
  opacity: 0; }

body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:before {
  opacity: 0; }

body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:after {
  opacity: 0.4; }

body .widget_postshero li.with_image .post_cat {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  line-height: 1; }

body .widget_postshero li.with_image .post_title {
  margin-bottom: 15px; }
  body .widget_postshero li.with_image .post_title a {
    color: #ffffff;
    font-weight: 500; }

/* ==================== #Tagcloud ==================== */
.tagcloud {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px; }
  .tagcloud a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px !important;
    line-height: 28px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: all 0.4s;
    border: 0;
    background: #f3f5fe;
    border-radius: 5px; }
    .tagcloud a:hover {
      color: #fff !important; }

/* ==================== #Navigation Menu ==================== */
body .widget_nav_menu ul.menu li {
  line-height: 20px; }

body .widget_nav_menu ul.menu > li {
  padding-left: 0; }
  body .widget_nav_menu ul.menu > li > a {
    display: block;
    padding: 10px 0; }

body .widget_nav_menu ul.menu .sub-menu > li:last-child:after {
  display: none; }

body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children {
  padding-bottom: 0; }
  body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children > a {
    display: block;
    margin-bottom: 10px; }

/* ==================== #Author ==================== */
.author-widget_wrapper {
  text-align: center; }

.author-widget_img-wrapper {
  margin-bottom: 18px;
  position: relative;
  display: inline-block; }
  .author-widget_img-wrapper img {
    width: 210px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15); }

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

.author-widget_text {
  line-height: 30px;
  margin: 0;
  padding: 0 10px; }

.author-widget_social {
  margin-top: 20px; }
  .author-widget_social a {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px; }

.author-widget_social-link {
  color: #fff !important;
  margin: 0 8px; }
  .author-widget_social-link:hover {
    transform: translateY(-5px); }

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

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

/* ==================== #Banner ==================== */
.widget.seofy_widget.seofy_banner-widget {
  padding: 52px 0 45px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  max-width: 370px;
  margin-top: 50px;
  border-radius: 5px; }
  .widget.seofy_widget.seofy_banner-widget .banner-widget_img-wrapper {
    margin: 0 auto 21px;
    text-align: center; }
  .widget.seofy_widget.seofy_banner-widget .banner-widget_text_sub {
    font-size: 18px;
    margin-bottom: 1px;
    color: #fff; }
  .widget.seofy_widget.seofy_banner-widget .banner-widget_text {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 20px; }
  .widget.seofy_widget.seofy_banner-widget .banner-widget_text_bg {
    font-size: 60px;
    font-weight: 900;
    color: #fffefe;
    text-transform: uppercase;
    margin-top: -20px;
    position: relative;
    text-align: center;
    z-index: -1; }
  .widget.seofy_widget.seofy_banner-widget .banner-widget_button {
    display: inline-block;
    width: 130px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 5px; }
    .widget.seofy_widget.seofy_banner-widget .banner-widget_button:hover {
      background-color: transparent; }

/* ==================== #Gallery ==================== */
body .widget_media_gallery .widget-title {
  margin-bottom: 10px; }

body .widget_media_gallery .gallery {
  margin: -5px !important;
  padding-bottom: 15px; }
  body .widget_media_gallery .gallery-item {
    margin: 0 !important; }
    body .widget_media_gallery .gallery-item .gallery-icon {
      margin: 5px;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      body .widget_media_gallery .gallery-item .gallery-icon > a {
        display: block; }
      body .widget_media_gallery .gallery-item .gallery-icon a:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 0.4s;
        background: #000;
        border-radius: 5px; }
      body .widget_media_gallery .gallery-item .gallery-icon a:hover:before {
        opacity: 0.4; }
    body .widget_media_gallery .gallery-item img {
      border: 0 !important;
      border-radius: 5px; }
  body .widget_media_gallery .gallery .gallery-caption {
    display: none; }

/* ==================== #Calendar ==================== */
body .widget_calendar .widget-title {
  margin-bottom: 10px; }

body .widget_calendar .calendar_wrap {
  border: 1px solid #f2f2f2;
  width: 100%;
  max-width: 370px;
  margin-bottom: 10px; }
  body .widget_calendar .calendar_wrap table td {
    padding: 13px 0px;
    position: relative;
    z-index: 1;
    text-align: center; }
    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: 10px 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; }

/* ==================== #Mailchimp ==================== */
.widget-mailchimp .mc4wp-form-fields input[type="submit"] {
  padding: 7px 15px;
  height: 45px;
  width: 100%;
  font-weight: 600; }

.widget-mailchimp .mc4wp-form-fields input[type="email"] {
  text-align: center;
  margin-bottom: 10px;
  width: 100%; }

.widget-mailchimp .mc4wp-alert p {
  text-align: center; }

/* ==================== ##Blog Categories ==================== */
.seofy_module_cats {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }
  .seofy_module_cats.items-1 .cats_item-wrap {
    width: 100%; }
    .seofy_module_cats.items-1 .cats_item-wrap:nth-child(2) {
      clear: left; }
    .seofy_module_cats.items-1 .cats_item-wrap:nth-child(n+3) {
      clear: left; }
  .seofy_module_cats.items-2 .cats_item-wrap {
    width: 50%; }
    .seofy_module_cats.items-2 .cats_item-wrap:nth-child(3) {
      clear: left; }
    .seofy_module_cats.items-2 .cats_item-wrap:nth-child(2n+5) {
      clear: left; }
  .seofy_module_cats.items-3 .cats_item-wrap {
    width: 33.33333%; }
    .seofy_module_cats.items-3 .cats_item-wrap:nth-child(4) {
      clear: left; }
    .seofy_module_cats.items-3 .cats_item-wrap:nth-child(3n+7) {
      clear: left; }
  .seofy_module_cats.items-4 .cats_item-wrap {
    width: 25%; }
    .seofy_module_cats.items-4 .cats_item-wrap:nth-child(5) {
      clear: left; }
    .seofy_module_cats.items-4 .cats_item-wrap:nth-child(4n+9) {
      clear: left; }
  .seofy_module_cats.items-5 .cats_item-wrap {
    width: 20%; }
    .seofy_module_cats.items-5 .cats_item-wrap:nth-child(6) {
      clear: left; }
    .seofy_module_cats.items-5 .cats_item-wrap:nth-child(5n+11) {
      clear: left; }
  .seofy_module_cats.items-6 .cats_item-wrap {
    width: 16.66666%; }
    .seofy_module_cats.items-6 .cats_item-wrap:nth-child(7) {
      clear: left; }
    .seofy_module_cats.items-6 .cats_item-wrap:nth-child(6n+13) {
      clear: left; }
  .seofy_module_cats .cats_item {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    height: 350px;
    background-color: #313131; }
    .seofy_module_cats .cats_item:before {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #313131;
      opacity: 0;
      transition: all 0.5s; }
    .seofy_module_cats .cats_item-wrap {
      padding: 0 15px 30px;
      float: left; }
    .seofy_module_cats .cats_item-link {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .seofy_module_cats .cats_item-title {
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .seofy_module_cats .cats_item-count {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 50%;
      font-size: 14px;
      color: #ffffff;
      padding: 3px 20px;
      transform: translate(-50%, 50%); }
    .seofy_module_cats .cats_item-image + .cats_item-title {
      margin-top: 7px; }
    .seofy_module_cats .cats_item:hover:before {
      opacity: 0.4; }
  .seofy_module_cats .seofy_module_carousel .slick-prev {
    left: 10px; }
  .seofy_module_cats .seofy_module_carousel .slick-next {
    right: 10px; }
  .seofy_module_cats .seofy_module_carousel:hover .slick-prev {
    left: 20px; }
  .seofy_module_cats .seofy_module_carousel:hover .slick-next {
    right: 20px; }

/* ==================== ##Button ==================== */
.wgl_button {
  position: relative;
  z-index: 20; }
  .wgl_button a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    transition: 0.4s; }
    .wgl_button a:hover {
      background: #fff; }
  .wgl_button-full .wgl_button_link {
    display: block;
    text-align: center; }
  .wgl_button-inline {
    display: inline-block; }
  .wgl_button-xl .wgl_button_link {
    min-width: 160px;
    padding: 17px 30px; }
  .wgl_button-l .wgl_button_link {
    min-width: 145px;
    padding: 14px 30px;
    font-size: 15px; }
  .wgl_button-m .wgl_button_link {
    min-width: 130px;
    padding: 12px 25px;
    font-size: 14px; }
  .wgl_button-s .wgl_button_link {
    min-width: 115px;
    padding: 9px 20px;
    font-size: 13px; }
  .wgl_button-icon {
    font-size: 15px; }
  .wgl_button-icon_right .wgl_button-icon {
    padding-left: 10px; }
  .wgl_button-icon_left .wgl_button-icon {
    padding-right: 10px; }

.wgl_button.button_gradient a {
  position: relative;
  z-index: 1;
  border: 0 !important; }
  .wgl_button.button_gradient a:before, .wgl_button.button_gradient a:after,
  .wgl_button.button_gradient a .button_border_gradient:before,
  .wgl_button.button_gradient a .button_border_gradient:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.6s ease-in-out;
    border-radius: inherit; }
  .wgl_button.button_gradient a .button_border_gradient,
  .wgl_button.button_gradient a .button_border_gradient {
    border-radius: inherit; }
  .wgl_button.button_gradient a:before, .wgl_button.button_gradient a:after {
    z-index: -1; }

.wgl_button.button_gradient.wgl_button-xl .wgl_button_link {
  padding-top: 18px;
  padding-bottom: 18px; }

.wgl_button.button_gradient.wgl_button-l .wgl_button_link {
  padding-top: 15px;
  padding-bottom: 15px; }

.wgl_button.button_gradient.wgl_button-m .wgl_button_link {
  padding-top: 13px;
  padding-bottom: 13px; }

.wgl_button.button_gradient.wgl_button-s .wgl_button_link {
  padding-top: 10px;
  padding-bottom: 10px; }

.wgl_button.button_gradient a:before,
.wgl_button.button_gradient a .button_border_gradient:before {
  opacity: 1;
  visibility: visible; }

.wgl_button.button_gradient a:after,
.wgl_button.button_gradient a .button_border_gradient:after {
  opacity: 0;
  visibility: hidden; }

.wgl_button.button_gradient a:hover:before,
.wgl_button.button_gradient a:hover .button_border_gradient:before {
  opacity: 0;
  visibility: hidden; }

.wgl_button.button_gradient a:hover:after,
.wgl_button.button_gradient a:hover .button_border_gradient:after {
  opacity: 1;
  visibility: visible; }

.tp-caption .seofy_module_button .wgl_button_link {
  transition: 0.3s !important; }

/* ==================== ##Carousel Navigation ==================== */
/* Slick Wrapper */
.seofy_module_carousel-wrapper {
  overflow: hidden; }

/* Slick Arrows */
.seofy_module_carousel .slick-prev,
.seofy_module_carousel .slick-next {
  position: absolute;
  left: -20px;
  z-index: 100;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 0px;
  font-weight: 400;
  letter-spacing: 0px;
  width: 70px;
  height: 70px;
  text-indent: 0px;
  border-radius: 50%;
  transition: all 0.4s;
  background: white;
  margin: -35px 0 0;
  top: 50%;
  border: none;
  color: #fff;
  opacity: 1;
  padding: 0; }
  .seofy_module_carousel .slick-prev:after,
  .seofy_module_carousel .slick-next:after {
    border: 0;
    color: inherit;
    vertical-align: middle;
    font-weight: 400;
    content: '\f13d';
    font-family: Flaticon;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    padding-right: 28px; }

.seofy_module_carousel .slick-prev:after {
  content: "\f13c";
  padding-left: 28px;
  padding-right: 0; }

.seofy_module_carousel .slick-next {
  right: -20px;
  left: auto; }

/* Slick Dots */
.seofy_module_carousel .slick-dots {
  min-height: 50px;
  padding-bottom: 0;
  margin: 30px 15px 0 15px; }
  .seofy_module_carousel .slick-dots li {
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    padding: 5px;
    opacity: 1; }
    .seofy_module_carousel .slick-dots li button {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 0;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      border: 0;
      vertical-align: bottom; }
      .seofy_module_carousel .slick-dots li button:focus {
        outline: none; }
    .seofy_module_carousel .slick-dots li:before {
      display: none; }
    .seofy_module_carousel .slick-dots li:last-child {
      margin-right: 0; }

.seofy_module_carousel .vc_row {
  margin-left: 0;
  margin-right: 0; }

.seofy_module_carousel.pag_align_left .slick-dots {
  text-align: left; }

.seofy_module_carousel.pag_align_right .slick-dots {
  text-align: right; }

.seofy_module_carousel.pag_align_center .slick-dots {
  text-align: center; }

.seofy_module_carousel.pagination_circle .slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0.3; }
  .seofy_module_carousel.pagination_circle .slick-dots li button:hover {
    box-shadow: 0 2px 6px 0; }

.seofy_module_carousel.pagination_circle .slick-dots li.slick-active button {
  opacity: 1;
  width: 14px;
  height: 14px;
  box-shadow: 0 2px 6px 0; }

.seofy_module_carousel.pagination_circle_border .slick-dots li {
  margin: 5px 6px; }
  .seofy_module_carousel.pagination_circle_border .slick-dots li button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid red;
    background: transparent; }

.seofy_module_carousel.pagination_line .slick-dots li {
  margin: 0 5px;
  padding: 10px 0; }
  .seofy_module_carousel.pagination_line .slick-dots li button {
    width: 25px;
    height: 3px;
    opacity: 0.5;
    background: transparent; }
    .seofy_module_carousel.pagination_line .slick-dots li button:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #282828;
      transition: all 0.3s; }
  .seofy_module_carousel.pagination_line .slick-dots li:hover button:before {
    height: 3px; }
  .seofy_module_carousel.pagination_line .slick-dots li.slick-active button {
    opacity: 1; }
    .seofy_module_carousel.pagination_line .slick-dots li.slick-active button:before {
      height: 3px; }

.seofy_module_carousel.pagination_square .slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: 0.3; }

.seofy_module_carousel.pagination_square .slick-dots li.slick-active button {
  opacity: 1; }

.seofy_module_carousel.pagination_line_circle .slick-dots li {
  margin: 0;
  padding: 10px 5px; }
  .seofy_module_carousel.pagination_line_circle .slick-dots li button {
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 6px; }
  .seofy_module_carousel.pagination_line_circle .slick-dots li:hover button {
    opacity: 1; }
  .seofy_module_carousel.pagination_line_circle .slick-dots li.slick-active button {
    width: 27px;
    opacity: 1; }

.wpb_single_image img {
  border-radius: 10px; }

/* ==================== ##Clients ==================== */
.seofy_module_clients {
  text-align: center; }
  .seofy_module_clients .clients_image {
    float: left;
    padding: 5px 0 30px 0; }
  .seofy_module_clients.items-1 .clients_image {
    width: 100%; }
    .seofy_module_clients.items-1 .clients_image:nth-child(2) {
      clear: left; }
    .seofy_module_clients.items-1 .clients_image:nth-child(n+3) {
      clear: left; }
  .seofy_module_clients.items-2 .clients_image {
    width: 50%; }
    .seofy_module_clients.items-2 .clients_image:nth-child(3) {
      clear: left; }
    .seofy_module_clients.items-2 .clients_image:nth-child(2n+5) {
      clear: left; }
  .seofy_module_clients.items-3 .clients_image {
    width: 33.33333%; }
    .seofy_module_clients.items-3 .clients_image:nth-child(4) {
      clear: left; }
    .seofy_module_clients.items-3 .clients_image:nth-child(3n+7) {
      clear: left; }
  .seofy_module_clients.items-4 .clients_image {
    width: 25%; }
    .seofy_module_clients.items-4 .clients_image:nth-child(5) {
      clear: left; }
    .seofy_module_clients.items-4 .clients_image:nth-child(4n+9) {
      clear: left; }
  .seofy_module_clients.items-5 .clients_image {
    width: 20%; }
    .seofy_module_clients.items-5 .clients_image:nth-child(6) {
      clear: left; }
    .seofy_module_clients.items-5 .clients_image:nth-child(5n+11) {
      clear: left; }
  .seofy_module_clients.items-6 .clients_image {
    width: 16.66666%; }
    .seofy_module_clients.items-6 .clients_image:nth-child(7) {
      clear: left; }
    .seofy_module_clients.items-6 .clients_image:nth-child(6n+13) {
      clear: left; }
  .seofy_module_clients img {
    transition: 0.3s; }
  .seofy_module_clients.item_anim-zoom .clients_image img {
    transform: scale(1); }
  .seofy_module_clients.item_anim-zoom .clients_image:hover img {
    transform: scale(1.05); }
  .seofy_module_clients.item_anim-opacity .clients_image img {
    opacity: 0.5; }
  .seofy_module_clients.item_anim-opacity .clients_image:hover img {
    opacity: 1; }
  .seofy_module_clients.item_anim-grayscale .clients_image img {
    filter: grayscale(100%);
    opacity: 0.2; }
  .seofy_module_clients.item_anim-grayscale .clients_image:hover img {
    filter: grayscale(0);
    opacity: 1; }
  .seofy_module_clients.item_anim-shadow .clients_image img {
    padding: 32px 15px; }
  .seofy_module_clients.item_anim-shadow .clients_image:hover img {
    box-shadow: 2px 4px 22px 0 rgba(72, 73, 121, 0.15); }
  .seofy_module_clients.item_anim-contrast .clients_image:hover img {
    filter: contrast(300%); }
  .seofy_module_clients.item_anim-blur .clients_image:hover img {
    filter: blur(1px); }
  .seofy_module_clients.item_anim-invert .clients_image:hover img {
    filter: invert(100%); }
  .seofy_module_clients.item_anim-ex_images .clients_image > a,
  .seofy_module_clients.item_anim-ex_images .clients_image > div {
    position: relative;
    z-index: 1;
    display: inline-block; }
  .seofy_module_clients.item_anim-ex_images .hover_image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0; }
  .seofy_module_clients.item_anim-ex_images .clients_image:hover .hover_image {
    opacity: 1; }
  .seofy_module_clients.item_anim-ex_images .clients_image:hover .main_image {
    opacity: 0; }

/* ==================== ##Countdown ==================== */
.seofy_module_countdown {
  text-align: center;
  font-size: 100px; }

.countdown-section {
  flex: 1;
  color: inherit; }
  .countdown-section:last-child .countdown-amount:before, .countdown-section:last-child .countdown-amount:after {
    display: none; }
  .countdown-section .countdown-amount {
    position: relative;
    z-index: 1;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.32;
    display: block;
    color: inherit;
    padding: 0 4px; }
    .countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
      content: '';
      position: absolute;
      z-index: 1;
      right: 0;
      width: 0.11em;
      height: 0.11em;
      border-radius: 3px;
      background: #c10e0e;
      transform: translateX(50%); }
    .countdown-section .countdown-amount:before {
      top: 35%; }
    .countdown-section .countdown-amount:after {
      bottom: 35%; }
  .countdown-section .countdown-period {
    display: block;
    font-size: 0.275em;
    line-height: 0.87;
    color: inherit;
    margin-top: 1px; }

.countdown-row {
  display: flex;
  justify-content: center;
  align-items: center; }

.custom_countdown .countdown-section {
  font-family: inherit; }

.custom_countdown .countdown-section .countdown-amount {
  font-family: inherit;
  font-weight: inherit; }

.custom_countdown .countdown-period {
  font-family: inherit;
  font-weight: inherit; }

.seofy_module_countdown.countdown_size_large {
  font-size: 100px; }

.seofy_module_countdown.countdown_size_e_large {
  font-size: 120px; }

.seofy_module_countdown.countdown_size_small {
  font-size: 50px; }

.seofy_module_countdown.countdown_size_medium {
  font-size: 80px; }

.seofy_module_countdown.countdown_align_left {
  text-align: left; }
  .seofy_module_countdown.countdown_align_left .countdown-amount:before, .seofy_module_countdown.countdown_align_left .countdown-amount:after {
    display: none; }

.seofy_module_countdown.countdown_align_right {
  text-align: right; }
  .seofy_module_countdown.countdown_align_right .countdown-amount:before, .seofy_module_countdown.countdown_align_right .countdown-amount:after {
    display: none; }

@media only screen and (max-width: 1300px) {
  .seofy_module_countdown.countdown_size_large {
    font-size: 80px; }
  .seofy_module_countdown.countdown_size_custom {
    font-size: 80px !important; }
  .seofy_module_countdown.countdown_size_e_large {
    font-size: 106px; }
  .seofy_module_countdown.countdown_size_small {
    font-size: 41px; }
  .seofy_module_countdown.countdown_size_medium {
    font-size: 58px; } }

@media only screen and (max-width: 992px) {
  .seofy_module_countdown.countdown_size_large {
    font-size: 70px; }
  .seofy_module_countdown.countdown_size_custom {
    font-size: 70px !important; }
  .seofy_module_countdown.countdown_size_e_large {
    font-size: 82px; }
  .seofy_module_countdown.countdown_size_small {
    font-size: 33px; }
  .seofy_module_countdown.countdown_size_medium {
    font-size: 46px; }
  .countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
    width: 6px;
    height: 6px; } }

@media only screen and (max-width: 768px) {
  .seofy_module_countdown.countdown_size_large {
    font-size: 50px; }
  .seofy_module_countdown.countdown_size_custom {
    font-size: 50px !important; }
  .seofy_module_countdown.countdown_size_e_large {
    font-size: 60px; }
  .seofy_module_countdown.countdown_size_small {
    font-size: 30px; }
  .seofy_module_countdown.countdown_size_medium {
    font-size: 40px; }
  .countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
    width: 4px;
    height: 4px; } }

/* ==================== ##Counter ==================== */
.seofy_module_counter .counter_title {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase; }

.seofy_module_counter .counter_value_content {
  position: relative;
  z-index: 1; }

.seofy_module_counter .counter_value_wrap,
.seofy_module_counter .counter_value_hidden {
  font-size: 48px;
  line-height: 1.2;
  white-space: nowrap; }
  .seofy_module_counter .counter_value_wrap .counter_value,
  .seofy_module_counter .counter_value_hidden .counter_value {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit; }
  .seofy_module_counter .counter_value_wrap .counter_value_suffix,
  .seofy_module_counter .counter_value_hidden .counter_value_suffix {
    font-size: 36px;
    vertical-align: text-top;
    position: relative;
    left: -2px;
    top: -12px; }

.seofy_module_counter .counter_value_hidden > * {
  opacity: 0;
  visibility: hidden; }

.seofy_module_counter .counter_icon_wrapper {
  margin-bottom: 20px; }

.seofy_module_counter .counter_icon {
  transition: .4s;
  font-size: 35px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: inherit;
  text-align: center; }

.seofy_module_counter .counter_icon_container {
  transition: .4s;
  position: relative;
  z-index: 1;
  width: 65px;
  height: 65px; }

.seofy_module_counter.counter_alignment_right .counter_icon_container {
  margin-left: auto; }

.seofy_module_counter.counter_alignment_right .counter_content_wrapper {
  text-align: right; }

.seofy_module_counter.counter_alignment_left .counter_icon_container {
  margin-right: auto; }

.seofy_module_counter.counter_alignment_left .counter_content_wrapper {
  text-align: left; }

.seofy_module_counter.counter_alignment_center {
  text-align: center; }
  .seofy_module_counter.counter_alignment_center .counter_icon_container {
    margin-left: auto;
    margin-right: auto; }

.seofy_module_counter.layout_top .counter_title {
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px; }

.seofy_module_counter.layout_top_left .counter_content_wrapper, .seofy_module_counter.layout_top_right .counter_content_wrapper {
  display: flex;
  justify-content: center; }
  .seofy_module_counter.layout_top_left .counter_content_wrapper .counter_value_content .counter_title, .seofy_module_counter.layout_top_right .counter_content_wrapper .counter_value_content .counter_title {
    padding-top: 5px; }

.seofy_module_counter.layout_left, .seofy_module_counter.layout_top_left {
  text-align: left; }
  .seofy_module_counter.layout_left .counter_icon_wrapper, .seofy_module_counter.layout_top_left .counter_icon_wrapper {
    display: inline-block;
    float: none;
    margin-right: 20px;
    margin-bottom: 20px; }

.seofy_module_counter.layout_right, .seofy_module_counter.layout_top_right {
  text-align: right; }
  .seofy_module_counter.layout_right .counter_icon_wrapper, .seofy_module_counter.layout_top_right .counter_icon_wrapper {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-bottom: 20px; }

.seofy_module_counter.layout_left .counter_content_wrapper, .seofy_module_counter.layout_right .counter_content_wrapper {
  display: flex;
  align-items: center; }
  .seofy_module_counter.layout_left .counter_content_wrapper .counter_value_content .counter_value_wrap, .seofy_module_counter.layout_right .counter_content_wrapper .counter_value_content .counter_value_wrap {
    position: absolute; }

.seofy_module_counter.layout_left .counter_content_wrapper {
  flex-flow: row; }
  .seofy_module_counter.layout_left .counter_content_wrapper .counter_value_wrap,
  .seofy_module_counter.layout_left .counter_content_wrapper .counter_value_hidden {
    padding-right: 20px; }
  .seofy_module_counter.layout_left .counter_content_wrapper .counter_title {
    padding-left: 20px; }

.seofy_module_counter.layout_right .counter_content_wrapper {
  flex-flow: row-reverse; }
  .seofy_module_counter.layout_right .counter_content_wrapper .counter_value_wrap,
  .seofy_module_counter.layout_right .counter_content_wrapper .counter_value_hidden {
    padding-left: 20px; }
  .seofy_module_counter.layout_right .counter_content_wrapper .counter_title {
    padding-right: 20px; }

.seofy_module_counter.type_bordered .counter_icon_container {
  border-style: solid;
  border-width: 2px;
  overflow: hidden; }

.seofy_module_counter.type_fill .counter_icon_container {
  overflow: hidden; }

.seofy_module_counter.type_bordered .counter_icon_container, .seofy_module_counter.type_fill .counter_icon_container, .seofy_module_counter.type_tile .counter_icon_container {
  background: #f7f8ff;
  border-radius: 50%; }

.seofy_module_counter.counter_divider.layout_top,
.seofy_module_counter.counter_divider.layout_left .counter_value_hidden,
.seofy_module_counter.counter_divider.layout_right .counter_value_hidden {
  position: relative; }
  .seofy_module_counter.counter_divider.layout_top:after,
  .seofy_module_counter.counter_divider.layout_left .counter_value_hidden:after,
  .seofy_module_counter.counter_divider.layout_right .counter_value_hidden:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1); }

.seofy_module_counter.counter_divider.layout_right .counter_value_hidden:after {
  right: unset;
  left: 0; }

.seofy_module_counter.counter_bg_gradient .counter_icon_container:before, .seofy_module_counter.counter_bg_gradient .counter_icon_container:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s; }

.seofy_module_counter.counter_bg_gradient .counter_icon_container:before {
  opacity: 1;
  visibility: visible; }

.seofy_module_counter.counter_bg_gradient .counter_icon_container:after {
  opacity: 0;
  visibility: hidden; }

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

/* ==================== ##Custom Text ==================== */
.seofy_module_text * {
  line-height: inherit;
  font-size: inherit; }

.seofy_module_text p:last-child {
  margin-bottom: 0; }

.seofy_module_text.custom_font > *:not(.fa) {
  font-family: inherit; }

/* ==================== ##Demo Item ==================== */
.seofy_module_demo_item {
  margin-top: 20px; }
  .seofy_module_demo_item .di_image-wrap {
    position: relative;
    z-index: 1;
    transition: transform 0.6s;
    box-shadow: 9px 7px 30px rgba(72, 73, 121, 0.15);
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden; }
    .seofy_module_demo_item .di_image-wrap:hover {
      transform: translateY(-20px); }
      .seofy_module_demo_item .di_image-wrap:hover .di_image-link:before {
        opacity: 0.6; }
      .seofy_module_demo_item .di_image-wrap:hover .di_button {
        opacity: 1; }
  .seofy_module_demo_item .di_image-link {
    display: block; }
    .seofy_module_demo_item .di_image-link:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      background: #ffffff;
      transition: opacity 0.5s; }
  .seofy_module_demo_item .di_button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.5s;
    opacity: 0; }
    .seofy_module_demo_item .di_button a {
      margin: 0; }
  .seofy_module_demo_item .di_title-wrap {
    margin-top: 27px;
    text-align: center; }
    .seofy_module_demo_item .di_title-wrap > * {
      display: inline-block; }
  .seofy_module_demo_item .di_subtitle {
    margin-right: 5px;
    font-size: 22px; }
  .seofy_module_demo_item .di_title {
    font-size: 22px; }
  .seofy_module_demo_item.coming_soon {
    pointer-events: none; }
    .seofy_module_demo_item.coming_soon .di_image-link:before {
      opacity: 0.9; }
  .seofy_module_demo_item .di_label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: transparent;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800; }

/* ==================== ##Divider ==================== */
.seofy_divider {
  font-size: 0;
  line-height: 0; }
  .seofy_divider.divider_alignment_right {
    text-align: right; }
  .seofy_divider.divider_alignment_left {
    text-align: left; }
  .seofy_divider.divider_alignment_center {
    text-align: center; }
  .seofy_divider.divider_alignment_right .divider_custom, .seofy_divider.divider_alignment_left .divider_custom, .seofy_divider.divider_alignment_center .divider_custom {
    display: inline-block; }
  .seofy_divider .divider_line .divider_custom {
    position: relative; }
    .seofy_divider .divider_line .divider_custom .divider_line {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 70px; }
  .seofy_divider .divider_line.divider_line_alignment_right .divider_custom .divider_line, .seofy_divider .divider_line.divider_line_alignment_left .divider_custom .divider_line, .seofy_divider .divider_line.divider_line_alignment_center .divider_custom .divider_line {
    display: block; }
  .seofy_divider .divider_line.divider_line_alignment_right .divider_custom .divider_line {
    right: 0;
    left: auto; }
  .seofy_divider .divider_line.divider_line_alignment_left .divider_custom .divider_line {
    right: auto;
    left: 0; }
  .seofy_divider .divider_line.divider_line_alignment_center .divider_custom .divider_line {
    left: 50%;
    transform: translateX(-50%); }

/* ==================== ##Double Headings ==================== */
.seofy_module_double_headings .heading_title {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding-top: 23px; }
  .seofy_module_double_headings .heading_title .heading_divider {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px; }
    .seofy_module_double_headings .heading_title .heading_divider:before, .seofy_module_double_headings .heading_title .heading_divider:after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 10px;
      height: 3px;
      border-radius: 2px; }
    .seofy_module_double_headings .heading_title .heading_divider:before {
      left: -20px; }
    .seofy_module_double_headings .heading_title .heading_divider:after {
      right: -20px; }
  .seofy_module_double_headings .heading_title * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }

.seofy_module_double_headings .heading_subtitle {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase; }

.seofy_module_double_headings.acenter .heading_title .heading_divider {
  left: 50%;
  margin-left: -20px; }

.seofy_module_double_headings.aleft .heading_title .heading_divider {
  left: 0; }
  .seofy_module_double_headings.aleft .heading_title .heading_divider:before {
    display: none; }

.seofy_module_double_headings.aright .heading_title .heading_divider {
  right: 0; }
  .seofy_module_double_headings.aright .heading_title .heading_divider:after {
    display: none; }

@media only screen and (min-width: 1200px) {
  .seofy_module_double_headings .heading_title_desctop {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (min-width: 992px) {
  .seofy_module_double_headings .heading_title_tablet {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (min-width: 768px) {
  .seofy_module_double_headings .heading_title_mobile {
    font-size: inherit !important;
    line-height: inherit !important; } }

/* ==================== ##Flip Box ==================== */
.seofy_module_flipbox .flipbox_wrapper {
  min-height: 220px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  perspective: 1000px; }

.seofy_module_flipbox .flipbox_front,
.seofy_module_flipbox .flipbox_back {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: inherit;
  min-height: inherit;
  border-radius: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  box-shadow: unset;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); }

.seofy_module_flipbox .flipbox_front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 22px;
  box-sizing: border-box; }
  .seofy_module_flipbox .flipbox_front .flipbox_logo,
  .seofy_module_flipbox .flipbox_front .flipbox_title,
  .seofy_module_flipbox .flipbox_front .flipbox_descr {
    transform-style: preserve-3d;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(35px, -10px, 70px) scale(0.86); }
  .seofy_module_flipbox .flipbox_front .flipbox_logo {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translate3d(7px, -50%, 35px) scale(0.95); }
  .seofy_module_flipbox .flipbox_front .flipbox_title {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    transform: translate3d(0px, 0px, 70px) scale(0.86);
    box-sizing: border-box; }
  .seofy_module_flipbox .flipbox_front .flipbox_descr {
    padding: 0 5px; }

.seofy_module_flipbox .flipbox_back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .seofy_module_flipbox .flipbox_back .flipbox_back_content {
    transform-style: preserve-3d;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(70px) scale(0.86);
    padding: 32px 18px; }
  .seofy_module_flipbox .flipbox_back .flipbox_logo {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0px, -10px, 35px) scale(0.86);
    height: 20px; }
  .seofy_module_flipbox .flipbox_back .flipbox_title {
    margin-bottom: 10px; }
  .seofy_module_flipbox .flipbox_back .seofy_module_button {
    margin-top: 23px; }
    .seofy_module_flipbox .flipbox_back .seofy_module_button a {
      margin-bottom: 0; }

.seofy_module_flipbox .flipbox_title {
  font-size: 30px;
  line-height: 1.2; }

.seofy_module_flipbox .flipbox_title,
.seofy_module_flipbox .flipbox_button {
  color: inherit; }

.seofy_module_flipbox.type_flip_right .flipbox_front {
  transform: rotateY(0deg); }

.seofy_module_flipbox.type_flip_right:hover .flipbox_front {
  transform: rotateY(180deg); }

.seofy_module_flipbox.type_flip_left .flipbox_front {
  transform: rotateY(0deg); }

.seofy_module_flipbox.type_flip_left:hover .flipbox_front {
  transform: rotateY(-180deg); }

.seofy_module_flipbox.type_flip_top .flipbox_front {
  transform: rotateX(0deg); }

.seofy_module_flipbox.type_flip_top:hover .flipbox_front {
  transform: rotateX(180deg); }

.seofy_module_flipbox.type_flip_bottom .flipbox_front {
  transform: rotateX(0deg); }

.seofy_module_flipbox.type_flip_bottom:hover .flipbox_front {
  transform: rotateX(-180deg); }

.seofy_module_flipbox.type_flip_right .flipbox_back {
  transform: rotateY(-180deg); }

.seofy_module_flipbox.type_flip_right:hover .flipbox_back {
  transform: rotateY(0); }

.seofy_module_flipbox.type_flip_left .flipbox_back {
  transform: rotateY(180deg); }

.seofy_module_flipbox.type_flip_left:hover .flipbox_back {
  transform: rotateY(0); }

.seofy_module_flipbox.type_flip_top .flipbox_back {
  transform: rotateX(-180deg); }

.seofy_module_flipbox.type_flip_top:hover .flipbox_back {
  transform: rotateX(0); }

.seofy_module_flipbox.type_flip_bottom .flipbox_back {
  transform: rotateX(180deg); }

.seofy_module_flipbox.type_flip_bottom:hover .flipbox_back {
  transform: rotateX(0); }

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

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

a .wgl-icon {
  cursor: pointer; }

/* ==================== ##Image Layers ==================== */
.seofy_module_img_layer {
  position: relative;
  line-height: 0;
  max-width: 100%; }
  .seofy_module_img_layer .img_layer_image_wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%; }
    .seofy_module_img_layer .img_layer_image_wrapper:not(:first-child) {
      position: absolute;
      left: 0;
      top: 0; }
    .seofy_module_img_layer .img_layer_image_wrapper .img_layer_image {
      transition: all 0.5s; }
    .seofy_module_img_layer .img_layer_image_wrapper.fade_in .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image, .seofy_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
      opacity: 0;
      visibility: hidden; }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image {
      transform: translateY(100%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image {
      transform: translateY(-100%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image {
      transform: translateX(100%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image {
      transform: translateX(-100%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image {
      transform: translateY(50%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image {
      transform: translateY(-50%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image {
      transform: translateX(50%); }
    .seofy_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image {
      transform: translateX(-50%); }
    .seofy_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image {
      transform: rotateX(-100deg); }
    .seofy_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image {
      transform: rotateY(-100deg); }
    .seofy_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
      transform: scale3d(0.2, 0.2, 0.2); }
  .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.fade_in .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
    opacity: 1;
    visibility: visible; }
  .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image {
    transform: translateY(0); }
  .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image {
    transform: translateX(0); }
  .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image {
    transform: rotate(0); }
  .seofy_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
    transform: scale3d(1, 1, 1); }

/* ==================== ##Info Box ==================== */
.seofy_module_infobox {
  transition: 0.5s; }
  .seofy_module_infobox .infobox_wrapper {
    position: relative;
    z-index: 1;
    transition: inherit;
    border-radius: 4px; }
    .seofy_module_infobox .infobox_wrapper .infobox_button {
      margin: 20px 0 0; }
  .seofy_module_infobox .infobox_title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 7px; }
  .seofy_module_infobox .infobox_subtitle {
    line-height: 1.2; }
  .seofy_module_infobox .infobox_icon_wrapper {
    margin-bottom: 23px;
    transition: inherit; }
  .seofy_module_infobox .infobox_icon_container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 4px;
    transition: inherit; }
  .seofy_module_infobox .infobox_icon {
    transition: 0.5s;
    font-size: 35px;
    line-height: 1;
    transition: inherit; }
  .seofy_module_infobox .infobox_icon_number {
    position: absolute;
    z-index: 1;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    color: #ffffff;
    background: #323232; }
    .seofy_module_infobox .infobox_icon_number.left_top {
      left: 0;
      top: 0; }
    .seofy_module_infobox .infobox_icon_number.right_top {
      right: 0;
      top: 0; }
    .seofy_module_infobox .infobox_icon_number.left_bottom {
      left: 0;
      bottom: 0; }
    .seofy_module_infobox .infobox_icon_number.right_bottom {
      right: 0;
      bottom: 0; }
  .seofy_module_infobox.infobox_alignment_left {
    text-align: left; }
    .seofy_module_infobox.infobox_alignment_left .infobox_icon_container {
      margin-right: auto; }
    .seofy_module_infobox.infobox_alignment_left.title_divider .infobox_title {
      padding-left: 35%; }
      .seofy_module_infobox.infobox_alignment_left.title_divider .infobox_title:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 40%;
        left: 0;
        width: 30%;
        height: 1px;
        background: red; }
  .seofy_module_infobox.infobox_alignment_center {
    text-align: center; }
    .seofy_module_infobox.infobox_alignment_center .infobox_icon_container {
      margin-left: auto;
      margin-right: auto; }
  .seofy_module_infobox.infobox_alignment_right {
    text-align: right; }
    .seofy_module_infobox.infobox_alignment_right .infobox_icon_container {
      margin-left: auto; }
    .seofy_module_infobox.infobox_alignment_right.title_divider .infobox_title {
      padding-right: 35%; }
      .seofy_module_infobox.infobox_alignment_right.title_divider .infobox_title:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 48%;
        right: 0;
        width: 30%;
        height: 1px;
        background: red; }
  .seofy_module_infobox.layout_top .infobox_wrapper {
    padding: 45px 50px 40px 50px; }
  .seofy_module_infobox.layout_left .infobox_icon_wrapper, .seofy_module_infobox.layout_top_left .infobox_icon_wrapper {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .seofy_module_infobox.layout_right .infobox_icon_wrapper, .seofy_module_infobox.layout_top_right .infobox_icon_wrapper {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px; }
  .seofy_module_infobox.layout_left .infobox_content_wrapper,
  .seofy_module_infobox.layout_right .infobox_content_wrapper {
    overflow: hidden; }
  .seofy_module_infobox.type_bordered .infobox_icon, .seofy_module_infobox.type_fill .infobox_icon, .seofy_module_infobox.type_tile .infobox_icon, .seofy_module_infobox.type_default .infobox_icon {
    position: absolute;
    z-index: 1;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    text-align: center; }
  .seofy_module_infobox.type_bordered .infobox_icon_container {
    border-style: solid;
    border-width: 1px; }
  .seofy_module_infobox.type_bordered .infobox_icon_container, .seofy_module_infobox.type_fill .infobox_icon_container, .seofy_module_infobox.type_tile .infobox_icon_container {
    border-radius: 50%; }
  .seofy_module_infobox.type_tile .infobox_wrapper {
    border: 1px solid #e4e4e4; }
  .seofy_module_infobox.type_tile:not(.layout_top) .infobox_wrapper {
    padding: 35px 15px 45px 15px; }
  .seofy_module_infobox.type_fill .infobox_wrapper {
    padding: 30px; }
  .seofy_module_infobox:not(.type_full_size) .infobox_icon_container {
    width: 70px;
    height: 70px; }
  .seofy_module_infobox .ib_gradient {
    position: relative;
    z-index: 1; }
    .seofy_module_infobox .ib_gradient:before, .seofy_module_infobox .ib_gradient:after {
      content: '';
      position: absolute;
      z-index: -2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: inherit;
      transition: inherit;
      opacity: 1; }
    .seofy_module_infobox .ib_gradient:after {
      opacity: 0; }
  .seofy_module_infobox:hover .ib_gradient:before {
    opacity: 0; }
  .seofy_module_infobox:hover .ib_gradient:after {
    opacity: 1; }

/* ==================== ##Instagram ==================== */
#sb_instagram {
  position: relative;
  z-index: 1; }
  #sb_instagram .sbi_photo {
    position: relative;
    z-index: 3;
    opacity: 1 !important; }
    #sb_instagram .sbi_photo:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.5s; }
    #sb_instagram .sbi_photo:after {
      content: "\f144";
      font-family: Flaticon;
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      font-size: 70px;
      color: #ffffff;
      opacity: 0;
      transition: all 0.5s;
      transform: translate(-50%, -50%); }
  #sb_instagram .sbi_item.hover-active .sbi_photo:before {
    opacity: 0.75; }
  #sb_instagram .sbi_item.hover-active .sbi_photo:after {
    opacity: 1; }
  #sb_instagram .sbi_item:hover .sbi_photo:before {
    opacity: 0.75 !important; }
  #sb_instagram .sbi_item:hover .sbi_photo:after {
    opacity: 1 !important; }
  #sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:before {
    opacity: 0; }
  #sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:after {
    opacity: 0; }

/* ==================== ##Message Box ==================== */
.seofy_module_message_box {
  position: relative;
  padding: 10px 10px 10px 72px;
  min-height: 40px;
  border: unset;
  border-radius: 4px;
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  background-color: #ffffff; }
  .seofy_module_message_box.closable {
    padding-right: 50px; }
  .seofy_module_message_box .message_title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700; }
  .seofy_module_message_box .message_text {
    font-size: 16px;
    line-height: 20px; }
  .seofy_module_message_box .message_icon_wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transform: translateY(-50%); }
  .seofy_module_message_box .message_icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    transform: translate(-50%, -50%); }
  .seofy_module_message_box .message_close_button {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 8px;
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer; }
    .seofy_module_message_box .message_close_button:before {
      content: '\f112';
      font-family: 'flaticon'; }
  .seofy_module_message_box.type_info {
    border-color: #69e9f2; }
    .seofy_module_message_box.type_info .message_icon_wrap {
      background-color: #69e9f2; }
    .seofy_module_message_box.type_info .message_close_button,
    .seofy_module_message_box.type_info .message_title {
      color: #69e9f2; }
    .seofy_module_message_box.type_info .message_icon:before {
      content: '\f17d';
      font-family: 'flaticon'; }
  .seofy_module_message_box.type_success {
    border-color: #9fd82e; }
    .seofy_module_message_box.type_success .message_icon_wrap {
      background-color: #9fd82e; }
    .seofy_module_message_box.type_success .message_close_button,
    .seofy_module_message_box.type_success .message_title {
      color: #9fd82e; }
    .seofy_module_message_box.type_success .message_icon:before {
      content: '\f17f';
      font-family: 'flaticon'; }
  .seofy_module_message_box.type_error {
    border-color: #fd2231; }
    .seofy_module_message_box.type_error .message_icon_wrap {
      background-color: #fd2231; }
    .seofy_module_message_box.type_error .message_close_button,
    .seofy_module_message_box.type_error .message_title {
      color: #fd2231; }
    .seofy_module_message_box.type_error .message_icon:before {
      content: '\f17e';
      font-family: 'flaticon'; }
  .seofy_module_message_box.type_warning {
    border-color: #ff7d00; }
    .seofy_module_message_box.type_warning .message_icon_wrap {
      background-color: #ff7d00; }
    .seofy_module_message_box.type_warning .message_close_button,
    .seofy_module_message_box.type_warning .message_title {
      color: #ff7d00; }
    .seofy_module_message_box.type_warning .message_icon:before {
      content: '\f17d';
      font-family: 'flaticon';
      transform: rotate(180deg); }

/* ==================== ##Portfolio ==================== */
.isotope-filter {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 50px;
  padding-top: 15px; }
  .isotope-filter a {
    display: inline-block;
    margin-right: 23px;
    color: inherit;
    transition: all 0.4s;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 6px;
    border-radius: 5px; }
    .isotope-filter a.active, .isotope-filter a:hover {
      color: #fff; }
    .isotope-filter a:last-child {
      margin-right: 0; }
  .isotope-filter.filter_def.filter-center {
    text-align: center; }
  .isotope-filter.filter_def.filter-left {
    text-align: left; }
  .isotope-filter.filter_def.filter-right {
    text-align: right; }
  .isotope-filter.filter_def a .number_filter {
    right: 0;
    transform: translateY(5px);
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    text-align: center; }
  .isotope-filter.filter_def a:hover .number_filter {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .isotope-filter.filter_def a:last-child {
    margin-right: 0; }
  .isotope-filter.filter_with_bg {
    padding: 10px 30px;
    background: #f7f7f7;
    margin-bottom: 30px; }

/* Portfolio Container*/
.row .wgl_portfolio_list-item {
  padding-left: 0;
  padding-right: 0;
  float: none;
  display: inline-block;
  vertical-align: top; }

.wgl_portfolio_list-container {
  margin-left: 0;
  margin-right: 0; }
  .wgl_portfolio_list-container .slick-dots {
    padding: 0 0 25px 0; }

.wgl_portfolio_item-meta {
  font-size: 14px; }
  .wgl_portfolio_item-meta a,
  .wgl_portfolio_item-meta span {
    color: inherit; }
  .wgl_portfolio_item-meta .post_cats {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 20px;
    transition: all 0.5s; }
    .wgl_portfolio_item-meta .post_cats a {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }
    .wgl_portfolio_item-meta .post_cats span.delimiter-comma {
      margin-right: 2px;
      margin-left: 2px;
      transition: color 0.4s; }

.wgl_portfolio_item-wrapper .swipebox:not(.title_sw) {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 5;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s; }
  .wgl_portfolio_item-wrapper .swipebox:not(.title_sw):before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    left: 0;
    top: 14px;
    background: #ffffff;
    transition: all 0.4s; }
  .wgl_portfolio_item-wrapper .swipebox:not(.title_sw):after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 100%;
    top: 0;
    left: 14px;
    background: #ffffff;
    transition: all 0.4s; }
  .wgl_portfolio_item-wrapper .swipebox:not(.title_sw):hover {
    transform: scale(1) rotate(-180deg) !important; }

.wgl_portfolio_item-wrapper .single_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* Title */
.wgl_portfolio_item-title .title {
  font-size: 20px;
  line-height: 1; }

.wgl_portfolio_item-title span, .wgl_portfolio_item-title a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

/* Portfolio Plus Icon*/
.wgl_portfolio_item-wrapper:hover .portfolio-post_overlay-figure {
  opacity: 1; }

.portfolio-post_overlay-figure {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s; }

.portfolio-post_overlay-figure:before,
.portfolio-post_overlay-figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform-origin: 0% 50%;
  width: 1px;
  height: 100%;
  background: #ffffff; }

.portfolio-post_overlay-figure:after {
  transform: rotate(-90deg); }

.item .gallery_type.inside_image .single_link,
.item .gallery_type.inside_image .swipebox:not(.title_sw) {
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

/* Portfolio Descriptiption Under Image*/
.under_image {
  position: relative;
  margin-bottom: 45px; }
  .under_image .wgl_portfolio_item-image {
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    border-radius: 5px; }
  .under_image.wgl_portfolio_item-wrapper .swipebox:not(.title_sw) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1); }
  .under_image.wgl_portfolio_item-wrapper .single_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1); }
    .under_image.wgl_portfolio_item-wrapper .single_link:before {
      transition: all .7s;
      transform: translateX(-15px); }
  .under_image .post_cats {
    margin-top: 8px; }
  .under_image .overlay {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
  .under_image:hover .overlay {
    opacity: 1;
    z-index: 2;
    visibility: visible; }
  .under_image:hover .wgl_portfolio_item-image a {
    z-index: 2; }
  .under_image:hover .single_link {
    opacity: 1; }
    .under_image:hover .single_link:before {
      transform: translateX(0); }
  .under_image .wgl_portfolio_item-title {
    margin-top: 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 {
    padding: 26px 30px 18px;
    z-index: 3;
    transition: all 0.25s ease-in;
    position: absolute;
    bottom: 0;
    width: calc(100% - 70px);
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -54px; }
    .under_image .wgl_portfolio_item-description:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #fff;
      border-radius: 5px 5px 0 0;
      left: 0;
      top: 0;
      transition: all 0.25s ease-in;
      z-index: -1; }

.wgl_portfolio_list-item:hover .under_image .wgl_portfolio_item-description {
  margin-bottom: 0; }

/* Portfolio Descriptiption Inside Image*/
.inside_image {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s ease-in-out;
  border-radius: 5px; }
  .inside_image .wgl_portfolio_item-image {
    overflow: hidden; }
  .inside_image .wgl_portfolio_item-description {
    position: absolute;
    z-index: 3;
    top: 0%;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff; }
    .inside_image .wgl_portfolio_item-description > * {
      transition: all 0.5s;
      opacity: 0;
      transform: translateY(100%); }
  .inside_image .wgl_portfolio_item-image img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 1s ease-out; }
  .inside_image .wgl_portfolio_item-title {
    transition: all 0.4s;
    opacity: 0;
    margin-bottom: 6px;
    transform: translateY(-100%);
    text-align: center; }
    .inside_image .wgl_portfolio_item-title .title {
      line-height: 1.2;
      display: inline-block;
      opacity: 1; }
  .inside_image .overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    transition-delay: 0s;
    padding: 0;
    border-radius: 0; }
  .inside_image .single_link:hover {
    margin-left: 4px; }
  .inside_image:hover {
    z-index: 1;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15); }
    .inside_image:hover .wgl_portfolio_item-description {
      opacity: 1; }
      .inside_image:hover .wgl_portfolio_item-description > * {
        opacity: 1; }
    .inside_image:hover .overlay {
      opacity: 1; }
    .inside_image:hover .wgl_portfolio_item-title {
      transform: translateY(0); }
    .inside_image:hover .wgl_portfolio_item-meta {
      transform: translateY(0); }
    .inside_image:hover .swipebox:not(.title_sw), .inside_image:hover .single_link {
      opacity: 1;
      transform: scale(1); }
  .inside_image.always_info_animation .wgl_portfolio_item-description > * {
    opacity: 1; }
  .inside_image.always_info_animation .wgl_portfolio_item-title {
    transform: translateX(0); }
  .inside_image.always_info_animation .overlay {
    opacity: 0.4;
    background: linear-gradient(to top, #0b0f27 0%, rgba(11, 15, 39, 0) 100%); }
    .inside_image.always_info_animation .overlay:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity 0.5s;
      background: #0b0f27; }
  .inside_image.always_info_animation:hover .overlay {
    opacity: 0.4; }
    .inside_image.always_info_animation:hover .overlay:before {
      opacity: 1; }

.wgl_portfolio_list-first {
  padding-left: 45px;
  padding-top: 26px; }
  .wgl_portfolio_list-first .seofy_module_double_headings.aleft {
    margin-bottom: 15px; }
    .wgl_portfolio_list-first .seofy_module_double_headings.aleft .heading_bgtitle {
      transform: translateX(-50px); }
  .wgl_portfolio_list-first .seofy_module_button {
    margin-top: 15px; }
    .wgl_portfolio_list-first .seofy_module_button > a {
      margin-bottom: 0; }

/* Portfolio Single */
.wgl_portfolio_single-item .wgl_portfolio_item-image {
  margin-bottom: 34px; }
  .wgl_portfolio_single-item .wgl_portfolio_item-image img {
    border-radius: 5px; }

.wgl_portfolio_single-item .wgl_portfolio_item-title {
  margin-bottom: 23px; }

.wgl_portfolio_single-item .wgl_portfolio_info-wrap {
  margin-left: -15px;
  margin-right: -15px; }
  .wgl_portfolio_single-item .wgl_portfolio_info-wrap:after {
    content: '';
    clear: both;
    display: table; }

.wgl_portfolio_single-item .wgl_portfolio_item-annotation {
  padding: 30px 40px 28px;
  background: #fff;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  border-radius: 10px;
  margin-top: 8px; }

.wgl_portfolio_single-item .single_post_info {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 0;
  padding-top: 40px; }

.wgl_portfolio_single-item .wgl_portfolio_item-meta {
  margin-bottom: 20px; }
  .wgl_portfolio_single-item .wgl_portfolio_item-meta > * {
    margin-right: 20px; }
    .wgl_portfolio_single-item .wgl_portfolio_item-meta > *:last-child {
      margin-right: 0; }

.wgl_portfolio_single-item .tags_likes_wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed; }
  .wgl_portfolio_single-item .tags_likes_wrap .wgl-likes {
    float: right; }

.wgl_portfolio_single-item .tagcloud .tagcloud_desc {
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
  margin-right: 20px; }

.single_info-share_social-wpapper {
  padding-bottom: 0px;
  padding-top: 6px; }
  .single_info-share_social-wpapper > span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    text-transform: capitalize; }
  .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; }
  .single_info-share_social-wpapper .share_twitter span.fa {
    color: #13aef6; }
    .single_info-share_social-wpapper .share_twitter span.fa:hover {
      box-shadow: 4px 4px 10px 0 rgba(19, 174, 246, 0.5);
      transform: translateY(-3px); }
  .single_info-share_social-wpapper .share_facebook span.fa {
    color: #032ca2; }
    .single_info-share_social-wpapper .share_facebook span.fa:hover {
      box-shadow: 4px 4px 10px 0 rgba(3, 44, 162, 0.5);
      transform: translateY(-3px); }
  .single_info-share_social-wpapper .share_google span.fa {
    color: #ab3434; }
    .single_info-share_social-wpapper .share_google span.fa:hover {
      box-shadow: 4px 4px 10px 0 rgba(171, 52, 52, 0.5);
      transform: translateY(-3px); }
  .single_info-share_social-wpapper .share_pinterest span.fa {
    color: #cc0202; }
    .single_info-share_social-wpapper .share_pinterest span.fa:hover {
      box-shadow: 4px 4px 10px 0 rgba(204, 2, 2, 0.5);
      transform: translateY(-3px); }
  .single_info-share_social-wpapper .share_linkedin span.fa {
    color: #0266cc; }
    .single_info-share_social-wpapper .share_linkedin span.fa:hover {
      box-shadow: 4px 4px 10px 0 rgba(2, 102, 204, 0.5);
      transform: translateY(-3px); }
  .single_info-share_social-wpapper .share_link + .share_link {
    margin-left: 10px; }
  .single_info-share_social-wpapper .share_link span {
    border-radius: 50%;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .single_info-share_social-wpapper .share_link:hover span.fa {
    color: #ffffff; }
  .single_info-share_social-wpapper .share_twitter:hover span.fa {
    background-color: #13aef6; }
  .single_info-share_social-wpapper .share_facebook:hover span.fa {
    background-color: #032ca2; }
  .single_info-share_social-wpapper .share_google:hover span.fa {
    background-color: #ab3434; }
  .single_info-share_social-wpapper .share_pinterest:hover span.fa {
    background-color: #cc0202; }
  .single_info-share_social-wpapper .share_linkedin:hover span.fa {
    background-color: #0266cc; }

.single_portfolio .seofy-post-navigation,
.single_portfolio .next-link_wrapper,
.single_portfolio .prev-link_wrapper {
  margin-bottom: 30px; }

.single_portfolio .related_portfolio {
  margin-top: 40px;
  margin-bottom: 50px; }
  .single_portfolio .related_portfolio .seofy_module_carousel {
    margin: 0; }
  .single_portfolio .related_portfolio .seofy_module_title {
    margin-bottom: 30px; }

.portfolio_info_item-info_desc {
  width: 50%;
  display: inline-block;
  margin-bottom: 27px;
  vertical-align: top; }
  .portfolio_info_item-info_desc h5 {
    margin-right: 14px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize; }
  .portfolio_info_item-info_desc span {
    font-size: 16px;
    display: block;
    line-height: 20px; }

.wgl_portfolio_item-annotation-wrap:only-child {
  width: 100%; }
  .wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc {
    width: initial;
    margin-right: 35px; }
    .wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc h5, .wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc span {
      display: inline-block; }

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

/* ==================== ##Pricing Table ==================== */
.seofy_module_pricing_plan {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 20px; }
  .seofy_module_pricing_plan:hover .pricing_plan_wrap {
    transform: translateY(-20px); }
  .seofy_module_pricing_plan .pricing_plan_wrap {
    transform: translateY(0);
    transition: .5s;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 4px;
    background-color: transparent; }
  .seofy_module_pricing_plan .pricing_header {
    padding: 50px 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background-color: #ffffff; }
  .seofy_module_pricing_plan .pricing_icon_wrapper {
    font-size: 45px;
    line-height: 1em;
    height: 1em;
    transform: translateY(-50%); }
  .seofy_module_pricing_plan .pricing_title {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-bottom: 25px;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px; }
  .seofy_module_pricing_plan .pricing_price_wrap {
    font-size: 80px; }
  .seofy_module_pricing_plan .pricing_cur {
    display: inline-block;
    font-family: inherit;
    font-size: 0.5em;
    line-height: 1;
    font-weight: 700;
    color: inherit;
    vertical-align: top;
    padding-top: 0.0875em;
    padding-right: 0.0875em; }
  .seofy_module_pricing_plan .pricing_price {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: 0.95;
    font-weight: 700;
    vertical-align: top;
    color: inherit;
    position: relative; }
    .seofy_module_pricing_plan .pricing_price .price_decimal {
      display: inline-block;
      vertical-align: top;
      padding-top: 0.0625em;
      padding-left: 0.1375em;
      font-family: inherit;
      font-size: 0.5em;
      line-height: 1;
      font-weight: inherit;
      color: inherit; }
  .seofy_module_pricing_plan .pricing_desc {
    display: block;
    position: relative;
    z-index: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px; }
    .seofy_module_pricing_plan .pricing_desc:after {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 100%;
      left: 0;
      bottom: 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      opacity: .2; }
  .seofy_module_pricing_plan .pricing_content {
    padding: 30px 35px 0;
    font-size: 18px;
    background-color: #ffffff; }
    .seofy_module_pricing_plan .pricing_content ul {
      padding-bottom: 15px; }
      .seofy_module_pricing_plan .pricing_content ul li {
        padding-left: 0;
        padding-bottom: 7px; }
        .seofy_module_pricing_plan .pricing_content ul li:before {
          display: none; }
        .seofy_module_pricing_plan .pricing_content ul li i {
          margin-right: 10px; }
  .seofy_module_pricing_plan .pricing_footer {
    padding: 0 35px 49px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-color: #ffffff; }
    .seofy_module_pricing_plan .pricing_footer .pricing_description {
      padding-bottom: 20px; }
    .seofy_module_pricing_plan .pricing_footer .seofy_module_button {
      margin-top: 0px;
      display: inline-block; }
      .seofy_module_pricing_plan .pricing_footer .seofy_module_button > a {
        margin-bottom: 0;
        font-size: 13px;
        word-break: break-word;
        white-space: normal; }

/* ==================== ##Progress Bar ==================== */
.seofy_module_progress_bar .progress_bar_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: #f4f6fd;
  margin: 30px 0 54px;
  border-radius: 10px; }
  .seofy_module_progress_bar .progress_bar_wrap:last-child {
    margin-bottom: 20px; }

.seofy_module_progress_bar .progress_bar,
.seofy_module_progress_bar .progress_label_wrap,
.seofy_module_progress_bar .progress_value_wrap {
  position: absolute;
  z-index: 1; }

.seofy_module_progress_bar .progress_bar {
  width: 0;
  height: inherit;
  border-radius: 10px;
  transition: width 1s linear; }

.seofy_module_progress_bar .progress_label_wrap {
  top: -32px;
  left: 0;
  width: 100%;
  white-space: nowrap; }

.seofy_module_progress_bar .progress_value_wrap {
  top: -35px;
  right: 0; }

.seofy_module_progress_bar .progress_label,
.seofy_module_progress_bar .progress_value,
.seofy_module_progress_bar .progress_units {
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase; }

/* ==================== ##Services ==================== */
.seofy_module_services.bg_front_frame .services_front, .seofy_module_services.bg_front_color .services_front {
  border: 1px solid rgba(255, 255, 255, 0.3); }

.seofy_module_services.service_fade .services_back,
.seofy_module_services.service_fade .services_button {
  opacity: 0; }

.seofy_module_services.service_front_slide .services_front {
  transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95); }

.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_button {
  top: -200%;
  transform: translate(-50%, -50%); }

.seofy_module_services.service_front_slide.anim_dir_to_top .services_button {
  bottom: -200%;
  transform: translate(-50%, 50%); }

.seofy_module_services.service_front_slide.anim_dir_to_left .services_button {
  right: -200%;
  left: initial;
  transform: translateX(50%); }

.seofy_module_services.service_front_slide.anim_dir_to_right .services_button {
  left: -200%; }

.seofy_module_services.service_front_slide .services_back {
  z-index: -1; }

.seofy_module_services.service_back_slide .services_back {
  z-index: 1; }

.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_back {
  top: -100%; }

.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_button {
  top: -200%;
  transform: translate(-50%, -50%); }

.seofy_module_services.service_back_slide.anim_dir_to_top .services_back {
  top: 100%; }

.seofy_module_services.service_back_slide.anim_dir_to_top .services_button {
  bottom: -200%;
  transform: translate(-50%, 50%); }

.seofy_module_services.service_back_slide.anim_dir_to_left .services_back {
  left: 100%; }

.seofy_module_services.service_back_slide.anim_dir_to_left .services_button {
  right: -200%;
  left: initial;
  transform: translateX(50%); }

.seofy_module_services.service_back_slide.anim_dir_to_right .services_back {
  left: -100%; }

.seofy_module_services.service_back_slide.anim_dir_to_right .services_button {
  left: -200%; }

.seofy_module_services .services_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden; }

.seofy_module_services .services_front {
  padding: 55px 40px;
  width: 100%; }
  .seofy_module_services .services_front .services_icon_wrapper {
    line-height: 1;
    margin-bottom: 28px; }
  .seofy_module_services .services_front .services_icon {
    font-size: 44px; }
  .seofy_module_services .services_front .services_title {
    font-size: 22px;
    margin-bottom: 13px; }
  .seofy_module_services .services_front .services_descr {
    font-size: 14px;
    line-height: 24px; }

.seofy_module_services .services_back {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s;
  background-size: cover;
  background-position: center; }

.seofy_module_services .services_button {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s; }

.seofy_module_services.service_fade .services_wrapper:hover .services_back,
.seofy_module_services.service_fade .services_wrapper:hover .services_button {
  opacity: 1; }

.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
  top: 50%; }

.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_front {
  transform: translateY(120%); }

.seofy_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_button {
  bottom: 50%; }

.seofy_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_front {
  transform: translateY(-120%); }

.seofy_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_button {
  right: 50%; }

.seofy_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_front {
  transform: translateX(-120%); }

.seofy_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_button {
  left: 50%; }

.seofy_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_front {
  transform: translateX(120%); }

.seofy_module_services.service_back_slide .services_wrapper:hover .services_back {
  left: 0;
  top: 0; }

.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
  top: 50%; }

.seofy_module_services.service_back_slide.anim_dir_to_top .services_wrapper:hover .services_button {
  bottom: 50%; }

.seofy_module_services.service_back_slide.anim_dir_to_left .services_wrapper:hover .services_button {
  right: 50%; }

.seofy_module_services.service_back_slide.anim_dir_to_right .services_wrapper:hover .services_button {
  left: 50%; }

/* ==================== ##Services 2 ==================== */
.seofy_module_services_2 .services_wrapper {
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.seofy_module_services_2 .services_logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.8s ease-in-out; }

.seofy_module_services_2 .services_content {
  transition: all 0.6s ease-in-out;
  width: 100%; }

.seofy_module_services_2 .services_title {
  font-size: 42px; }

.seofy_module_services_2 .services_subtitle {
  font-size: 18px;
  margin-bottom: 3px; }

.seofy_module_services_2 .services_title,
.seofy_module_services_2 .services_subtitle {
  left: 41%;
  position: relative;
  z-index: 2;
  transition: all 0.6s ease-in-out;
  transform: translate3d(0, 0, 0);
  display: inline-block;
  max-width: 60%; }

.seofy_module_services_2 .services_wrapper:hover .services_logo {
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.8); }

.seofy_module_services_2 .services_wrapper:hover .services_title,
.seofy_module_services_2 .services_wrapper:hover .services_subtitle {
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.seofy_module_services_2 .seofy_hexagon {
  animation: spin-right 10s 30 linear;
  transform-origin: 150px 150px 0; }

@keyframes spin-right {
  100% {
    transform: rotate(360deg); } }

/* ==================== ##Services 3 ==================== */
.seofy_module_services_3 .services_wrapper {
  background: #ffffff;
  padding: 45px;
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 5px;
  text-align: center; }

.seofy_module_services_3 .services_icon_wrapper {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #f4f6fd;
  box-sizing: content-box;
  border-radius: 50%; }
  .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon {
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%; }
    .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(1) {
      transform: rotate(0deg);
      animation: service_hexagon_1 2s infinite linear;
      animation-play-state: paused; }
    .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(2) {
      transform: rotate(180deg);
      animation: service_hexagon_2 2s infinite linear;
      animation-play-state: paused; }
    .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon > svg {
      width: 18px; }

.seofy_module_services_3 .services_icon {
  transition: 0.5s; }

.seofy_module_services_3 .services_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.seofy_module_services_3 .services_content {
  font-size: 18px;
  margin-bottom: 15px; }

.seofy_module_services_3 .services_wrapper:hover .seofy_hexagon:nth-child(1), .seofy_module_services_3 .services_wrapper:hover .seofy_hexagon:nth-child(2) {
  animation-play-state: running; }

.seofy_module_services_3 .services_button {
  margin-left: 0; }

@keyframes service_hexagon_1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes service_hexagon_2 {
  0% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(540deg); } }

/* ==================== ##Services 3 ==================== */
.seofy_module_services_4 {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto; }
  .seofy_module_services_4 .services_wrapper {
    padding-top: 100%;
    text-align: center; }
  .seofy_module_services_4 .services_content {
    position: absolute;
    z-index: 1;
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .seofy_module_services_4 .services_bg {
    position: absolute;
    z-index: 1;
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%; }
    .seofy_module_services_4 .services_bg .seofy_hexagon svg {
      transition: all 0.5s;
      filter: drop-shadow(7px 5px 30px rgba(72, 73, 121, 0.15)); }
  .seofy_module_services_4 .services_number {
    position: absolute;
    z-index: -1;
    font-size: 100px;
    font-weight: 900;
    color: #f4f6fd;
    top: 0;
    right: 0;
    line-height: 1;
    transition: all 0.5s; }
  .seofy_module_services_4 .services_icon_wrapper {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 14px; }
  .seofy_module_services_4 .services_icon {
    transition: all 0.5s; }
  .seofy_module_services_4 .services_title {
    font-size: 20px;
    font-weight: 700; }
  .seofy_module_services_4 .services_figure {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15); }
  .seofy_module_services_4.hex-type .services_wrapper {
    padding-top: 112%; }
  .seofy_module_services_4:hover .seofy_hexagon svg {
    fill: #f4f6fd !important;
    filter: none; }
  .seofy_module_services_4:hover .services_figure {
    background: #f4f6fd; }

/* ==================== ##Services 3 ==================== */
.seofy_module_circuit_services .services_wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 100%; }
  .seofy_module_circuit_services .services_wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px solid #dee1ed; }

.seofy_module_circuit_services .services_item-icon {
  position: absolute;
  z-index: 1;
  width: 18%;
  height: 18%;
  font-size: 40px;
  border-radius: 50%;
  box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
  border: 2px solid #ffffff;
  transition: all 0.3s;
  left: 41%;
  top: 41%;
  cursor: pointer; }
  .seofy_module_circuit_services .services_item-icon:before, .seofy_module_circuit_services .services_item-icon:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 99.9%;
    height: 99.9%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    border-radius: 50%;
    background: #ffffff; }
  .seofy_module_circuit_services .services_item-icon:after {
    opacity: 0; }
  .seofy_module_circuit_services .services_item-icon .services_icon {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    transition: all 0.6s;
    line-height: 1; }
    .seofy_module_circuit_services .services_item-icon .services_icon-grad2 {
      opacity: 0; }

.seofy_module_circuit_services .services_item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25% 30%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s; }

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon:before {
  opacity: 0; }

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon:after {
  opacity: 1; }

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad1 {
  opacity: 0; }

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad2 {
  opacity: 1; }

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon + .services_item-content {
  opacity: 1;
  visibility: visible; }

.seofy_module_circuit_services .services_subtitle {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5; }

.seofy_module_circuit_services .services_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.seofy_module_circuit_services.tablet_resp .services_descr {
  display: none; }

.seofy_module_circuit_services.tablet_resp .services_title {
  font-size: 22px;
  margin-bottom: 0; }

.seofy_module_circuit_services.tablet_resp .services_icon {
  font-size: 75%; }

.seofy_module_circuit_services.mobile_resp .services_descr {
  display: none; }

.seofy_module_circuit_services.mobile_resp .services_title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0; }

.seofy_module_circuit_services.mobile_resp .services_subtitle {
  font-size: 13px; }

.seofy_module_circuit_services.mobile_resp .services_icon {
  font-size: 55%; }

@keyframes circuit_service_hexagon_1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes circuit_service_hexagon_2 {
  0% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(540deg); } }

/* ==================== ##Social Icons ==================== */
.seofy_module_social {
  margin-left: -7px;
  margin-right: -7px; }
  .seofy_module_social .soc_icon {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px; }
  .seofy_module_social.with_bg .soc_icon {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .seofy_module_social.with_bg .soc_icon:hover {
      background: #ffffff;
      box-shadow: 0 3px 16px 0px rgba(3, 38, 96, 0.2); }

/* ==================== ##Spacing ==================== */
.seofy_module_spacing.responsive_active .spacing_size {
  display: none; }

.seofy_module_spacing.responsive_active .spacing_size.spacing_size-initial {
  display: block; }

/* ==================== ##Team ==================== */
.wgl_module_team {
  position: relative;
  z-index: 1; }
  .wgl_module_team.team-col_1 .team-item {
    width: 100%; }
  .wgl_module_team.team-col_2 .team-item {
    width: 50%; }
    .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
      clear: left; }
  .wgl_module_team.team-col_3 .team-item {
    width: 33.33333333%; }
    .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
      clear: left; }
  .wgl_module_team.team-col_4 .team-item {
    width: 25%; }
    .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
      clear: left; }
  .wgl_module_team.team-col_5 .team-item {
    width: 20%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
      clear: left; }
  .wgl_module_team .team-item {
    float: left;
    box-sizing: border-box;
    margin-bottom: 0; }
  .wgl_module_team .team-item_content {
    position: relative;
    z-index: 1;
    transition: all 0.5s; }
    .wgl_module_team .team-item_content:hover .team-image img {
      transform: scale(1);
      transition: all 1s ease-out; }
  .wgl_module_team .team-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px; }
    .wgl_module_team .team-title a {
      color: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit; }
  .wgl_module_team .team-item_excerpt {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.71;
    margin-top: 5px; }
  .wgl_module_team .team-item_titles {
    margin-top: 23px; }
  .wgl_module_team .team-item_info {
    padding: 0px 30px 15px;
    transition: all .4s ease; }
  .wgl_module_team .team-info_icons {
    transition: all 0.5s;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -17px; }
    .wgl_module_team .team-info_icons .team-icon {
      position: relative;
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-decoration: none;
      color: inherit;
      transition: all 0.3s;
      font-size: 14px;
      border-radius: 50%;
      margin-right: 15px; }
      .wgl_module_team .team-info_icons .team-icon:before {
        transition: all 0.5s; }
      .wgl_module_team .team-info_icons .team-icon.fa-google-plus {
        font-size: 13px; }
      .wgl_module_team .team-info_icons .team-icon:hover {
        transform: translateY(-2px); }
        .wgl_module_team .team-info_icons .team-icon:hover:before {
          opacity: 1; }
      .wgl_module_team .team-info_icons .team-icon:last-child {
        margin-right: 0; }
  .wgl_module_team .team-department {
    transition: all 0.4s;
    color: #909090; }
  .wgl_module_team .team-image {
    width: 100%;
    transition: all 0.4s;
    z-index: -1;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .wgl_module_team .team-image img {
      transition: all 1s ease-out;
      transform: scale(1.1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .wgl_module_team .seofy_module_carousel-wrapper .seofy_module_carousel {
    margin-left: 0;
    margin-right: 0; }
    .wgl_module_team .seofy_module_carousel-wrapper .seofy_module_carousel .team-item:not(:first-child) {
      clear: none; }

/*-single-team-*/
.single_team_page .team-single_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 43px; }
  .single_team_page .team-single_wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50px;
    bottom: 50px;
    border-radius: 5px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15); }

.single_team_page .team-info_icons {
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px; }
  .single_team_page .team-info_icons a {
    margin-bottom: 20px;
    color: #fff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #d30;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto; }
    .single_team_page .team-info_icons a:last-child {
      margin-bottom: 0; }
    .single_team_page .team-info_icons a:hover {
      box-shadow: 0 3px 16px 0px rgba(3, 38, 96, 0.2); }

.single_team_page .team-image_wrap {
  position: relative;
  z-index: 1; }

.single_team_page .team-image {
  max-width: 430px; }
  .single_team_page .team-image img {
    border-radius: 5px; }

.single_team_page .team-title {
  font-size: 36px;
  margin-bottom: 17px; }

.single_team_page .team-info_wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  margin-left: 70px;
  justify-content: center; }
  .single_team_page .team-info_wrapper .team-info_item {
    font-size: 18px; }
    .single_team_page .team-info_wrapper .team-info_item > * {
      font-size: inherit;
      display: inline-block; }
    .single_team_page .team-info_wrapper .team-info_item a {
      color: inherit; }
    .single_team_page .team-info_wrapper .team-info_item span {
      margin-left: 15px; }
    .single_team_page .team-info_wrapper .team-info_item h5 {
      font-weight: 600; }

.single_team_page .team-single_speaches-title {
  font-weight: 400;
  margin-bottom: 30px; }

.single_team_page .team-single_speaches-info .speech-info_item {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px; }

.single_team_page .team-single_speaches-info .speech-info_day {
  font-size: 22px;
  margin-bottom: 6px; }

.single_team_page .team-single_speaches-info .speech-info_time {
  margin-bottom: 8px; }

.single_team_page .team-single_speaches-info .speech-info_time,
.single_team_page .team-single_speaches-info .speech-info_desc {
  font-size: 18px; }

/* ==================== ##Testimonials ==================== */
.seofy_module_testimonials .testimonials_item {
  padding-top: 35px;
  padding-bottom: 15px;
  transition: transform 0.3s; }
  .seofy_module_testimonials .testimonials_item.vc_col-md-6:nth-child(2n+1) {
    clear: left; }
  .seofy_module_testimonials .testimonials_item.vc_col-md-4:nth-child(3n+1) {
    clear: left; }
  .seofy_module_testimonials .testimonials_item.vc_col-md-3:nth-child(4n+1) {
    clear: left; }
  .seofy_module_testimonials .testimonials_item.vc_col-md-1\/5:nth-child(5n+1) {
    clear: left; }

.seofy_module_testimonials .testimonials_meta_wrap {
  position: relative; }

.seofy_module_testimonials .testimonials_image img {
  border-radius: 50%; }

.seofy_module_testimonials .testimonials_name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

.seofy_module_testimonials .testimonials_status {
  display: block;
  font-size: 14px;
  line-height: 1.4; }

.seofy_module_testimonials .testimonials_quote {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
  z-index: 0; }
  .seofy_module_testimonials .testimonials_quote:after {
    display: block;
    position: absolute;
    z-index: -1;
    font-family: flaticon;
    line-height: 0.3; }

.seofy_module_testimonials.type_author_top_inline .testimonials_item {
  padding-top: 60px;
  padding-left: 39px; }

.seofy_module_testimonials.type_author_top_inline .testimonials_item_wrap {
  transition: inherit; }
  .seofy_module_testimonials.type_author_top_inline .testimonials_item_wrap:hover {
    transform: translateY(-20px); }

.seofy_module_testimonials.type_author_top_inline .testimonials_content_wrap {
  border-radius: 7px;
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  background-color: #ffffff; }

.seofy_module_testimonials.type_author_top_inline .testimonials_meta_wrap {
  padding: 18px 93px 25px 39px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee; }
  .seofy_module_testimonials.type_author_top_inline .testimonials_meta_wrap:after {
    content: '\f13e';
    position: absolute;
    font-family: flaticon;
    top: 28px;
    right: 28px;
    font-size: 37px;
    line-height: 0.8; }
  .seofy_module_testimonials.type_author_top_inline .testimonials_meta_wrap .testimonials_image {
    position: absolute;
    z-index: 1;
    top: -35px;
    left: -35px; }

.seofy_module_testimonials.type_author_top_inline .testimonials_quote {
  padding: 30px 39px 27px; }

.seofy_module_testimonials.type_author_top_inline .seofy_module_carousel {
  margin-left: 0;
  margin-right: 0; }
  .seofy_module_testimonials.type_author_top_inline .seofy_module_carousel .slick-slider .slick-list .testimonials_item_wrap .testimonials_content_wrap {
    box-shadow: 1px 3px 15px 0px rgba(72, 73, 121, 0.15); }

.seofy_module_testimonials.type_author_bottom_inline .testimonials_quote:after {
  top: -10px;
  left: -13px;
  font-size: 110px;
  color: #ffffff; }

.seofy_module_testimonials.type_author_bottom_inline .testimonials_meta_wrap {
  margin-top: 45px; }

.seofy_module_testimonials.item_alignment_left {
  text-align: left; }

.seofy_module_testimonials.item_alignment_center {
  text-align: center; }
  .seofy_module_testimonials.item_alignment_center .testimonials_quote,
  .seofy_module_testimonials.item_alignment_center .testimonials_meta_wrap {
    justify-content: center; }

.seofy_module_testimonials.item_alignment_right {
  text-align: right; }

.seofy_module_testimonials.type_default .testimonials_image {
  margin-bottom: 40px; }

.seofy_module_testimonials.type_default .testimonials_content_wrap {
  margin-bottom: 30px; }

.seofy_module_testimonials.type_author_top_inline .testimonials_meta_wrap, .seofy_module_testimonials.type_author_bottom_inline .testimonials_meta_wrap {
  display: flex;
  align-items: center; }

.seofy_module_testimonials.type_author_top_inline.item_alignment_left .testimonials_image, .seofy_module_testimonials.type_author_bottom_inline.item_alignment_left .testimonials_image {
  margin-right: 30px; }

.seofy_module_testimonials.type_author_top_inline.item_alignment_center .testimonials_image, .seofy_module_testimonials.type_author_bottom_inline.item_alignment_center .testimonials_image {
  margin-right: 20px; }

.seofy_module_testimonials.type_author_top_inline.item_alignment_right .testimonials_meta_wrap, .seofy_module_testimonials.type_author_bottom_inline.item_alignment_right .testimonials_meta_wrap {
  flex-direction: row-reverse; }

.seofy_module_testimonials.type_author_top_inline.item_alignment_right .testimonials_image, .seofy_module_testimonials.type_author_bottom_inline.item_alignment_right .testimonials_image {
  margin-left: 30px; }

.seofy_module_testimonials.type_author_top_inline.item_alignment_right .testimonials_image {
  left: unset;
  right: -37px; }

.seofy_module_testimonials.type_author_bottom .testimonials_meta_wrap {
  padding-top: 30px; }
  .seofy_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image {
    margin-right: 0;
    margin-bottom: 10px; }
    .seofy_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image img {
      display: inline-block; }

.seofy_module_testimonials .pagination_square ul.slick-dots {
  font-size: 0; }
  .seofy_module_testimonials .pagination_square ul.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    margin-right: 8px; }
    .seofy_module_testimonials .pagination_square ul.slick-dots li button,
    .seofy_module_testimonials .pagination_square ul.slick-dots li .input[type="submit"] {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 0; }

/* ==================== ##Time Line Horizontal ==================== */
.seofy_module_time_line_horizontal {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 60px; }
  .seofy_module_time_line_horizontal:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    top: 90px;
    left: 0;
    margin-top: -1px;
    background: white;
    opacity: 0.5; }
  .seofy_module_time_line_horizontal .time_line-item {
    position: relative;
    z-index: 1;
    padding: 0 25px; }
  .seofy_module_time_line_horizontal.appear_anim .time_line-item {
    opacity: 0; }
  .seofy_module_time_line_horizontal .time_line-descr {
    white-space: pre-line; }
  .seofy_module_time_line_horizontal .time_line-date {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 20px; }
  .seofy_module_time_line_horizontal .time_line-check_wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    margin: 50px 0 20px; }
  .seofy_module_time_line_horizontal .time_line-check:before, .seofy_module_time_line_horizontal .time_line-check:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.4s; }
  .seofy_module_time_line_horizontal .time_line-check:before {
    width: 16px;
    height: 16px;
    background: green; }
  .seofy_module_time_line_horizontal .time_line-check:after {
    z-index: -1;
    width: 50px;
    height: 50px;
    background: #010d2f;
    opacity: 0.5;
    box-shadow: 0 0 0 0 #010d2f; }
  .seofy_module_time_line_horizontal .time_line-item:hover .time_line-check:after {
    animation: time_line_horizontal_pulse 2s infinite; }

@keyframes time_line_horizontal_pulse {
  0% {
    box-shadow: 0 0 0 0 #010d2f; }
  70% {
    box-shadow: 0 0 0 20px #010d2f; }
  100% {
    box-shadow: 0 0 0 0 #010d2f; } }

/* ==================== ##Time Line Vertical ==================== */
.seofy_module_time_line_vertical {
  position: relative;
  z-index: 1;
  padding: 70px 0; }
  .seofy_module_time_line_vertical:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(63, 71, 103, 0.15) 100px, rgba(63, 71, 103, 0.15) calc(100% - 100px), transparent 100%); }
  .seofy_module_time_line_vertical.appear_anim .time_line-item .time_line-date {
    transform: translateX(-20%);
    opacity: 0; }
  .seofy_module_time_line_vertical.appear_anim .time_line-item .seofy_hexagon {
    opacity: 0; }
  .seofy_module_time_line_vertical.appear_anim .time_line-item .time_line-content {
    transform: translateX(20%);
    opacity: 0; }
  .seofy_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-date {
    transform: translateX(20%); }
  .seofy_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-content {
    transform: translateX(-20%); }
  .seofy_module_time_line_vertical .time_line-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    transition: opacity 0.5s; }
    .seofy_module_time_line_vertical .time_line-item:last-child {
      margin-bottom: 0; }
    .seofy_module_time_line_vertical .time_line-item:nth-child(even) {
      flex-direction: row-reverse; }
      .seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date_wrap {
        margin-right: calc( 50% - 10px);
        margin-left: 50px; }
      .seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date {
        right: auto;
        left: 100%;
        padding-left: 50px;
        padding-right: 0; }
      .seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-image {
        left: 0;
        right: auto; }
      .seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content {
        text-align: right; }
        .seofy_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content:before {
          left: auto;
          right: 0; }
      .seofy_module_time_line_vertical .time_line-item:nth-child(even) .seofy_hexagon {
        left: auto;
        right: 0; }
    .seofy_module_time_line_vertical .time_line-item.item_active .seofy_hexagon:nth-child(2) {
      transform: scale(2); }
    .seofy_module_time_line_vertical .time_line-item.item_show .time_line-content, .seofy_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-content {
      opacity: 1;
      transform: translateX(0); }
    .seofy_module_time_line_vertical .time_line-item.item_show .seofy_hexagon, .seofy_module_time_line_vertical .time_line-item.item_show:nth-child(even) .seofy_hexagon {
      opacity: 1; }
    .seofy_module_time_line_vertical .time_line-item.item_show .time_line-date, .seofy_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-date {
      opacity: 1;
      transform: translateX(0); }
  .seofy_module_time_line_vertical .time_line-date_wrap {
    position: relative;
    z-index: 1;
    margin-left: calc( 50% - 10px);
    margin-right: 50px; }
  .seofy_module_time_line_vertical .seofy_hexagon {
    height: 22px;
    width: 20px;
    transition: opacity 0.8s; }
    .seofy_module_time_line_vertical .seofy_hexagon:first-child {
      position: relative;
      z-index: 0; }
    .seofy_module_time_line_vertical .seofy_hexagon:nth-child(2) svg {
      fill: #ffffff !important; }
  .seofy_module_time_line_vertical .time_line-date {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    padding-right: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    transition: 0.3s; }
  .seofy_module_time_line_vertical .time_line-content {
    position: relative;
    z-index: 1;
    padding: 23px 30px;
    width: 100%;
    max-width: 345px;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    transition: 0.4s; }
    .seofy_module_time_line_vertical .time_line-content:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 4px;
      height: 100%;
      left: 0;
      top: 0; }
  .seofy_module_time_line_vertical .time_line-image {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0; }
  .seofy_module_time_line_vertical .time_line-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px; }
  .seofy_module_time_line_vertical .time_line-descr {
    line-height: 24px; }
  .seofy_module_time_line_vertical .time_line-item:hover .time_line-content {
    transform: translateX(5px);
    background: white; }
  .seofy_module_time_line_vertical .time_line-item:hover .time_line-date {
    transform: translateX(-5px); }
  .seofy_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-content {
    transform: translateX(-5px); }
  .seofy_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-date {
    transform: translateX(5px); }
  .seofy_module_time_line_vertical .time_line-item:hover.item_active .seofy_hexagon:nth-child(2) {
    animation: pulse_hexagon_active 2s infinite; }
  .seofy_module_time_line_vertical .time_line-item:hover .seofy_hexagon:nth-child(2) {
    animation: pulse_hexagon 2s infinite; }

@keyframes pulse_hexagon {
  0% {
    transform: scale(1); }
  70% {
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@keyframes pulse_hexagon_active {
  0% {
    transform: scale(2); }
  30% {
    transform: scale(1); }
  100% {
    transform: scale(2); } }

.wgl_timetabs {
  padding-bottom: 30px; }
  .wgl_timetabs .timetabs_headings {
    display: flex;
    align-items: stretch;
    position: relative;
    margin: 20px 0; }
    .wgl_timetabs .timetabs_headings .wgl_tab {
      text-align: center;
      flex-grow: 1;
      position: relative;
      cursor: pointer;
      padding: 20px 0;
      font-size: 28px;
      transition: .3s; }
      .wgl_timetabs .timetabs_headings .wgl_tab .tab_title {
        font-size: 1em;
        line-height: 1.4;
        color: #919191;
        transition: inherit; }
      .wgl_timetabs .timetabs_headings .wgl_tab .tab_subtitle {
        font-size: 0.571em;
        line-height: 1.4;
        color: #afafaf;
        transition: inherit; }
      .wgl_timetabs .timetabs_headings .wgl_tab:before {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05); }
      .wgl_timetabs .timetabs_headings .wgl_tab:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        height: 3px;
        width: 0%;
        transform: translateX(-50%);
        transition: width .75s ease; }
      .wgl_timetabs .timetabs_headings .wgl_tab.active:after {
        width: 100%; }
  .wgl_timetabs .timetabs_data .timetab_container {
    display: block; }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
      display: flex;
      align-items: center;
      flex-flow: wrap;
      padding: 35px;
      font-size: 16px;
      border-radius: 10px;
      transition: .5s; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
        font-size: 1.125em;
        font-weight: 500;
        padding-left: 5px;
        padding-right: 30px;
        flex-basis: 12.53%;
        text-align: center; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img img {
        border-radius: 10px; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
        flex-basis: 40%;
        flex-grow: 1;
        padding-left: 40px;
        padding-right: 30px;
        font-size: 1em; }
        .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_title {
          font-size: 1.25em;
          line-height: 1.8;
          font-weight: 500; }
        .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_description {
          font-size: 1em;
          line-height: 1.875; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
        padding-left: 40px;
        padding-right: 5px; }
        .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
          margin-bottom: 0; }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item:hover,
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item.hovered {
      background-color: #ffffff;
      box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1); }

@media (max-width: 1200px) {
  .wgl_timetabs .timetabs_headings .wgl_tab {
    font-size: 24px; }
  .wgl_timetabs .timetabs_data .timetab_container {
    display: flex;
    flex-flow: wrap; }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
      display: block;
      text-align: center;
      width: 50%;
      font-size: 15px; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
        padding: 0; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
        padding: 15px; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
        padding: 0; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
        text-align: inherit;
        padding: 15px; } }

@media (max-width: 992px) {
  .wgl_timetabs .timetabs_headings .wgl_tab {
    font-size: 22px; }
  .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
    padding: 20px;
    font-size: 14px; } }

@media (max-width: 768px) {
  .wgl_timetabs .timetabs_headings {
    flex-direction: column; }
    .wgl_timetabs .timetabs_headings .wgl_tab {
      font-size: 18px;
      padding: 15px 15px 5px 15px; }
  .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
    padding: 15px;
    width: 100%;
    font-size: 13px; }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
      padding: 10px; }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
      width: 75%;
      margin: auto; }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
      padding: 10px; }
      .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
        padding-top: 7px;
        padding-bottom: 7px; } }

@media (max-width: 600px) {
  .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
    width: 100%;
    margin: 0; } }

/* ==================== #Toggle ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_toggle {
  margin-bottom: 0;
  transition: 0.4s ease-in-out; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
    padding-top: 10px;
    padding-right: 69px;
    padding-bottom: 10px;
    padding-left: 30px;
    border: unset;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    transition: inherit; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title h4 {
      font-size: 18px;
      line-height: 30px;
      font-weight: 600;
      transition: inherit; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
    font-size: 16px;
    margin: 0;
    padding-top: 16px;
    padding-right: 69px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content p:last-child {
      margin-bottom: 0; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    color: inherit;
    transition: inherit;
    transform: translateY(-50%); }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    transition: inherit; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 2px 0 0; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
    left: 50%;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    border-width: 0 0 0 2px; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus.vc_toggle_active .vc_toggle_icon:after {
    transform: rotate(90deg); }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon {
    color: #d7d8de; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon:before {
      content: "\f123";
      position: absolute;
      z-index: 1;
      top: -10px;
      right: 0;
      font-family: Flaticon;
      font-size: 16px;
      font-style: normal;
      color: inherit; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron .vc_toggle_icon:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 2px;
    right: 3px;
    top: 3px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-25%, -25%);
    transition: 0.2s ease-in-out; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon:before {
    transform: rotate(225deg) translate(-25%, -25%); }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle .vc_toggle_icon:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 6px;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    transform: translateY(25%);
    transition: .2s ease-in-out; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon:before {
    transform: rotate(180deg) translateY(25%); }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
    right: 30px; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
    left: 30px; }

/* ==================== #Accordion ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.1); }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: unset;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1); }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
      color: inherit; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
  border: unset;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  margin: 0; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: inherit;
    vertical-align: inherit;
    border-radius: inherit; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
      padding-top: 14px;
      padding-right: 60px;
      padding-bottom: 15px;
      padding-left: 30px;
      line-height: 1;
      color: inherit;
      vertical-align: inherit;
      border-radius: inherit;
      transition: all 0.4s; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:before {
        content: "\f123";
        font-family: Flaticon;
        position: absolute;
        z-index: 1;
        right: 20px;
        font-size: 18px;
        color: #d7d8de;
        font-weight: 100; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a span {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        color: inherit;
        vertical-align: inherit; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon-chevron:before {
        right: 3px;
        top: 3px; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
      color: inherit; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
      right: 30px; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right > a:before {
      display: none; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
      left: 30px; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a:before {
      display: none; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  padding-top: 20px;
  padding-right: 69px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: unset;
  transform: unset; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-body {
  background: transparent;
  color: #e2e2e2;
  border-bottom-color: #2b2f52; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active {
  position: relative;
  z-index: 1; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: transparent; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-title:before {
    opacity: 0; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1); }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-heading {
  background: transparent;
  border-color: #2b2f52; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title {
  position: relative;
  z-index: 1; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title > a span,
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title > a .vc_tta-controls-icon {
    color: #ffffff; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.05); }

/* ==================== #Pie Chart ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-top: 15px; }

.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .wpb_pie_chart_heading,
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_value {
  color: #ffffff; }

.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value {
  font-size: 36px;
  font-weight: 400; }

.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_back {
  border: 5px solid #eeeeee !important;
  opacity: 1 !important;
  width: calc(100% - 1.5px) !important;
  height: calc(100% - 1.5px) !important;
  top: 0.5px;
  left: 0.5px; }

.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_back {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.wpb-js-composer .wgl-container .vc_row .vc_pie_chart canvas {
  display: block; }

/* ==================== #Progress bar ==================== */
.vc_row .vc_progress_bar .vc_single_bar {
  height: 5px;
  background-color: #f2f6fd;
  margin: 52px 0 20px 0;
  border-radius: 10px;
  box-shadow: none; }
  .vc_row .vc_progress_bar .vc_single_bar .vc_bar {
    height: 5px;
    border-radius: 10px; }
    .vc_row .vc_progress_bar .vc_single_bar .vc_bar:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 17px;
      height: 17px;
      right: -8px;
      top: -6px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 0 18px 0 rgba(0, 69, 182, 0.16); }
  .vc_row .vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    padding: 0;
    width: 100%;
    top: -34px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    text-shadow: none !important;
    text-transform: uppercase; }
    .vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
      float: right; }
  .vc_row .vc_progress_bar .vc_single_bar:first-child {
    margin-top: 36px; }

/* ==================== #Round Chart ==================== */
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart {
  background-size: 0; }
  .wpb-js-composer .wgl-container .vc_chart.vc_round-chart .wpb_wrapper {
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center; }
    .wpb-js-composer .wgl-container .vc_chart.vc_round-chart .wpb_wrapper canvas {
      display: block; }

.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] {
  background-size: 0; }
  .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper {
    background-image: inherit;
    background-size: inherit; }
    .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper .vc_chart-with-legend {
      background-image: inherit;
      background-position: inherit;
      background-repeat: inherit; }
  .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend span {
    margin-right: 1em; }
  .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li {
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    margin-bottom: 1.3em; }
    .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li:before {
      display: none; }

/* ==================== #Vc Row ==================== */
div[data-vc-parallax-image] {
  position: relative;
  overflow: hidden; }
  div[data-vc-parallax-image] .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0; }

html .wpb_content_element {
  margin-bottom: 0; }
  html .wpb_content_element:after {
    display: block;
    content: "";
    clear: both;
    height: 0; }

.vc_row {
  position: relative; }

.vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner > * {
    min-height: 1em; } }

.vc_row.vc_row-o-content-top > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: flex-start; }

.vc_row.vc_row-o-content-bottom > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: flex-end; }

.vc_row.vc_row-o-content-middle > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: center; }

.vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  padding-top: 35px; }

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: flex-start; }

.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: flex-end; }

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: center; }

.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  padding-top: 35px; }

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  justify-content: center; }

.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
  padding-top: 35px; }

/* ==================== #Tabs ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  overflow: unset; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    overflow: unset; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
      text-align: center;
      min-width: 150px; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) {
        margin-right: 17px;
        margin-bottom: 5px; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
        position: relative;
        z-index: 0;
        margin: 0;
        width: 100%;
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        border: unset;
        border-radius: 4px;
        background-color: #f4f6fd;
        transition: 0.4s; }
        .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:before {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%;
          border-radius: 5px;
          opacity: 0;
          transition: inherit; }
        .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
          position: relative;
          z-index: 2; }
        .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:after {
          display: none !important; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
        color: #ffffff;
        background-color: transparent;
        box-shadow: 4px 3px 25px rgba(72, 73, 121, 0.3); }
        .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a:before {
          opacity: 1; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
        display: none; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin-bottom: 0; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    text-align: center;
    min-width: 150px;
    border: unset; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:not(:last-child) {
      margin-bottom: 20px; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
      line-height: 1; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
        position: relative;
        z-index: 0;
        width: 100%;
        margin: 0;
        padding: 5px 25px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        border: unset;
        border-radius: 4px;
        background-color: #f4f6fd;
        transition: 0.4s; }
        .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:before {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%;
          border-radius: 5px;
          opacity: 0;
          transition: inherit; }
        .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a > span.vc_tta-title-text {
          position: relative;
          z-index: 2;
          font-size: 14px;
          font-weight: 700;
          color: inherit; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
    color: #ffffff; }
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #ffffff;
      background-color: transparent;
      box-shadow: 4px 3px 25px rgba(72, 73, 121, 0.3); }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
        opacity: 1; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: unset; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
  padding: 0px 0 20px 0; }
  @media (min-width: 768px) {
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
      padding: 15px 0 10px 0; } }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
  padding-bottom: 10px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body {
  padding: 30px 0 20px 0; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right {
  padding-top: 25px; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child), .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
  padding: 0 0 20px 0; }
  @media (min-width: 768px) {
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
      padding-left: 30px; } }

/* ==================== #Wp Menu ==================== */
.vc_wp_custommenu.menu-item-center .menu {
  text-align: center; }

.vc_wp_custommenu.menu-item-right .menu {
  text-align: right; }

.vc_wp_custommenu.menu-item-left .menu {
  text-align: left; }

.vc_wp_custommenu.menu-item-block .menu .menu-item {
  display: block; }

.vc_wp_custommenu .menu .menu-item {
  display: inline-block; }
  .vc_wp_custommenu .menu .menu-item a {
    opacity: 1;
    color: inherit;
    padding: 0 16px;
    margin: 0px 5px;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 200ms; }
    .vc_wp_custommenu .menu .menu-item a:hover:before {
      opacity: 1;
      margin-top: 7px; }
    .vc_wp_custommenu .menu .menu-item a:before {
      position: absolute;
      display: block;
      top: 100%;
      border-radius: 50%;
      margin-left: -2px;
      left: 50%;
      width: 4px;
      height: 4px;
      border: 0;
      margin-top: 2px;
      content: '';
      opacity: 0;
      -webkit-backface-visibility: hidden;
      transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s; }

.vc_wp_custommenu .menu .menu-item.current-menu-item a:before {
  width: 4px; }

.vc_wp_custommenu .menu .menu-item.current-menu-item > a:before, .vc_wp_custommenu .menu .menu-item.current-menu-ancestor > a:before {
  opacity: 1;
  margin-top: 7px; }

/* ==================== ##Video Popup ==================== */
.seofy_module_videobox {
  position: relative;
  z-index: 1; }
  .seofy_module_videobox .videobox_content {
    display: flex;
    align-items: center; }
  .seofy_module_videobox .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 10px 17px 38px 0px rgba(0, 0, 0, 0.15); }
  .seofy_module_videobox .title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.04rem; }
  .seofy_module_videobox .videobox_link {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 50%; }
  .seofy_module_videobox .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%); }
  .seofy_module_videobox.with_image .videobox_content {
    display: block; }
  .seofy_module_videobox.with_image .videobox_link_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%; }
  .seofy_module_videobox.button_align-left {
    text-align: left; }
    .seofy_module_videobox.button_align-left .videobox_content,
    .seofy_module_videobox.button_align-left .videobox_link_wrapper {
      justify-content: flex-start; }
    .seofy_module_videobox.button_align-left.with_image .videobox_link_wrapper {
      left: 0;
      transform: translate(10%, -50%); }
    .seofy_module_videobox.button_align-left.title_pos-right .videobox_content,
    .seofy_module_videobox.button_align-left.title_pos-right .videobox_link_wrapper {
      justify-content: flex-end; }
    .seofy_module_videobox.button_align-left.title_pos-top .videobox_content, .seofy_module_videobox.button_align-left.title_pos-bot .videobox_content {
      align-items: flex-start; }
  .seofy_module_videobox.button_align-center {
    text-align: center; }
    .seofy_module_videobox.button_align-center .videobox_content,
    .seofy_module_videobox.button_align-center .videobox_link_wrapper {
      justify-content: center; }
    .seofy_module_videobox.button_align-center.with_image .videobox_link_wrapper {
      left: 50%;
      transform: translate(-50%, -50%); }
    .seofy_module_videobox.button_align-center.title_pos-right .videobox_content,
    .seofy_module_videobox.button_align-center.title_pos-right .videobox_link_wrapper {
      justify-content: center; }
  .seofy_module_videobox.button_align-right {
    text-align: right; }
    .seofy_module_videobox.button_align-right .videobox_content,
    .seofy_module_videobox.button_align-right .videobox_link_wrapper {
      justify-content: flex-end; }
    .seofy_module_videobox.button_align-right.with_image .videobox_link_wrapper {
      right: 0;
      transform: translate(-10%, -50%); }
    .seofy_module_videobox.button_align-right.title_pos-top .videobox_content,
    .seofy_module_videobox.button_align-right.title_pos-top .videobox_link_wrapper, .seofy_module_videobox.button_align-right.title_pos-bot .videobox_content,
    .seofy_module_videobox.button_align-right.title_pos-bot .videobox_link_wrapper {
      align-items: flex-end; }
  .seofy_module_videobox.button_align-inline {
    display: inline-block; }
    .seofy_module_videobox.button_align-inline.with_image .videobox_link_wrapper {
      left: 50%;
      transform: translate(-50%, -50%); }
  .seofy_module_videobox.title_pos-left .title {
    margin-right: 18px; }
  .seofy_module_videobox.title_pos-right .title {
    margin-left: 18px; }
  .seofy_module_videobox.title_pos-right .videobox_content,
  .seofy_module_videobox.title_pos-right .videobox_link_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start; }
  .seofy_module_videobox.title_pos-top .title {
    margin-bottom: 18px; }
  .seofy_module_videobox.title_pos-top .videobox_content,
  .seofy_module_videobox.title_pos-top .videobox_link_wrapper {
    flex-direction: column; }
  .seofy_module_videobox.title_pos-bot .title {
    margin-top: 18px; }
  .seofy_module_videobox.title_pos-bot .videobox_content,
  .seofy_module_videobox.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse; }
  .seofy_module_videobox .videobox_animation {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1); }
  .seofy_module_videobox.animation_circles .videobox_animation {
    z-index: 1;
    opacity: 0;
    border-width: 0.5px;
    border-style: solid; }
  .seofy_module_videobox.animation_circles:hover .videobox_animation {
    animation: circles 3.9s linear 0.0s infinite; }
    .seofy_module_videobox.animation_circles:hover .videobox_animation.circle_2 {
      animation-delay: 1.3s; }
    .seofy_module_videobox.animation_circles:hover .videobox_animation.circle_3 {
      animation-delay: 2.6s; }
  .seofy_module_videobox.always-pulse-animation.animation_circles .videobox_animation {
    animation: circles 3.9s linear 0.0s infinite; }
    .seofy_module_videobox.always-pulse-animation.animation_circles .videobox_animation.circle_2 {
      animation-delay: 1.3s; }
    .seofy_module_videobox.always-pulse-animation.animation_circles .videobox_animation.circle_3 {
      animation-delay: 2.6s; }
  .seofy_module_videobox.always-pulse-animation.animation_circles:hover .videobox_animation {
    animation: none; }
  .seofy_module_videobox.animation_ring .videobox_animation {
    z-index: -1;
    opacity: 0.1;
    background: inherit; }
  .seofy_module_videobox.animation_ring:hover .videobox_animation {
    animation: pulse-ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite; }
  .seofy_module_videobox.animation_ring.always-pulse-animation .videobox_animation {
    animation: pulse-ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite; }
  .seofy_module_videobox.animation_ring:hover.always-pulse-animation .videobox_animation {
    animation: none; }

@keyframes circles {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    transform: scale(3.2);
    opacity: 0; } }

@keyframes pulse-ring {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.7); }
  100% {
    transform: scale(1); } }

/* ==================== ##Responsive ==================== */
@media only screen and (min-width: 768px) {
  .row .wgl_col-12 {
    width: 100%; }
  .row .wgl_col-11 {
    width: 91.66666667%; }
  .row .wgl_col-10 {
    width: 83.33333333%; }
  .row .wgl_col-9 {
    width: 75%; }
  .row .wgl_col-8 {
    width: 66.66666667%; }
  .row .wgl_col-7 {
    width: 58.33333333%; }
  .row .wgl_col-6 {
    width: 50%; }
  .row .wgl_col-5 {
    width: 41.66666667%; }
  .row .wgl_col-4 {
    width: 33.33333333%; }
  .row .wgl_col-3 {
    width: 25%; }
  .row .wgl_col-1-5 {
    width: 20%; }
  .row .wgl_col-2 {
    width: 16.66666667%; }
  .row .wgl_col-1 {
    width: 8.33333333%; } }

@media only screen and (max-width: 1024px) {
  .row .wgl_col-6,
  .row .wgl_col-5,
  .row .wgl_col-4,
  .row .wgl_col-3,
  .row .wgl_col-1-5 {
    width: 50%; }
  .row .sidebar-container.wgl_col-3,
  .row .sidebar-container.wgl_col-4,
  .row #main-content.wgl_col-8,
  .row #main-content.wgl_col-9 {
    width: 100%; } }

@media only screen and (max-width: 992px) {
  .page-header_content .page-header_title {
    font-size: 24px !important;
    line-height: 1.2 !important; }
  .page-header .page-header_content {
    flex-direction: column;
    justify-content: center; }
  .page-header.page-header_align_left .page-header_content {
    align-items: flex-start; }
  .page-header.page-header_align_right .page-header_content {
    align-items: flex-end; }
  .page-header_content .breadcrumbs {
    white-space: normal; } }

@media only screen and (max-width: 768px) {
  .col-md-delimiter .vc_column_container:before {
    display: none; }
  .seofy_module_videobox.with_image.button_align-left .videobox_content {
    left: 60px; }
  .seofy_module_videobox.with_image.button_align-right .videobox_content {
    right: 60px; } }

@media only screen and (max-width: 1200px) {
  .wgl-container {
    width: 950px; }
  .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
    clear: none; }
  .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
    clear: none; }
  .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
    width: 33.33333333%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
      clear: left; }
  .row:after {
    clear: both; }
  .seofy_module_counter.counter_divider.layout_top:after {
    background-color: transparent; }
  .seofy_module_infobox.layout_top .infobox_wrapper {
    padding: 35px 20px 30px 20px; }
  .seofy_module_services_3 .services_wrapper {
    padding: 30px 20px; }
  .footer .seofy_mountain_footer {
    width: 150%;
    left: -25%; }
  .share_post-container .share_social-wpapper {
    margin-top: -6px; } }

@media only screen and (min-width: 1200px) {
  .wpb_column.col_pl-lg-0 > .vc_column-inner {
    padding-left: 0; }
  .wpb_column.col_pr-lg-35 > .vc_column-inner {
    padding-right: 35px; }
  .wpb_column.col_pr-lg-50 > .vc_column-inner {
    padding-right: 50px; }
  .wpb_column.col_ml-min-lg-10 > .vc_column-inner {
    margin-left: -10px; } }

@media only screen and (max-width: 1024px) {
  .footer .row .wgl_col-3 {
    margin-bottom: 30px; }
  .wgl_portfolio_single-item .wgl_portfolio_info-wrap > .wgl_col-8,
  .wgl_portfolio_single-item .wgl_portfolio_info-wrap > .wgl_col-4 {
    width: 100%; }
  .author-info_avatar {
    margin-right: 15px; }
    .author-info_avatar img {
      width: 50px; }
  .author-info_wrapper {
    padding: 30px 30px 25px 30px; } }

@media only screen and (max-width: 992px) {
  .wgl-container {
    width: 750px; }
  .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
    width: 50%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1), .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
      clear: none; }
    .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
      clear: left; }
  .col-md-delimiter .vc_column_container.vc_col-sm-6:nth-child(2):before {
    display: none; }
  .single_team_page .team-info_wrapper {
    margin-left: 30px; } }

@media only screen and (max-width: 767px) {
  .row .wgl_col-6,
  .row .wgl_col-5,
  .row .wgl_col-4,
  .row .wgl_col-3,
  .row .wgl_col-1-5 {
    width: 100%; }
  .wgl-container {
    width: 560px; }
  .copyright {
    text-align: center; }
  .page_404_wrapper {
    background-image: none !important; }
  .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 {
    text-align: center; }
  .format-standard .blog-post_wrapper,
  .format-audio .blog-post_wrapper,
  .format-quote .blog-post_wrapper,
  .format-link .blog-post_wrapper {
    padding: 24px 24px 24px 24px; }
  .standard.sticky-post,
  .format-standard.sticky-post .blog-post_wrapper {
    padding: 12px 12px 12px 12px;
    border-width: 12px; }
  .row .wgl_portfolio_list-item {
    padding-right: 0 !important; }
  .wgl_portfolio_list-container.container-grid {
    margin-right: 0 !important; }
  .single_team_page .team-single_wrapper {
    flex-direction: column; }
    .single_team_page .team-single_wrapper:before {
      width: auto;
      height: 100%;
      left: 20px;
      right: 20px;
      top: 0;
      bottom: 0; }
  .single_team_page .team-info_icons {
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto; }
    .single_team_page .team-info_icons a {
      margin-bottom: 0;
      margin-right: 30px; }
      .single_team_page .team-info_icons a:last-child {
        margin-right: 0; }
  .single_team_page .team-info_wrapper {
    margin: 30px; }
  .seofy_module_time_line_vertical:before {
    left: 45px; }
  .seofy_module_time_line_vertical .time_line-date_wrap {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .seofy_module_time_line_vertical .time_line-date {
    padding: 0 !important;
    right: 100% !important;
    left: auto !important; }
  .seofy_module_time_line_vertical .time_line-content {
    text-align: left !important; }
    .seofy_module_time_line_vertical .time_line-content:before {
      left: 0 !important;
      right: auto !important; }
  .seofy_module_time_line_vertical .time_line-item {
    flex-direction: row !important; }
  .seofy_module_time_line_vertical .time_line-date {
    transform: rotate3d(0, 0, 1, -90deg) !important; }
  .seofy_module_time_line_vertical.appear_anim .time_line-date {
    transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important; }
  .seofy_module_time_line_vertical.appear_anim .time_line-content {
    transform: translateX(20%) !important; }
  .seofy_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-date {
    transform-origin: top;
    transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
    width: 100px;
    white-space: normal; }
  .seofy_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-content {
    transform: translateX(0) !important; }
  .seofy_module_time_line_vertical .time_line-item:hover .time_line-content {
    transform: translateX(5px) !important; }
  .seofy_module_time_line_vertical .time_line-item.item_show:hover .time_line-content {
    transform: translateX(5px) !important; }
  .resp_align_center {
    text-align: center !important; }
  .footer .seofy_mountain_footer {
    width: 200%;
    left: -50%; }
  .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend {
    padding-top: 30px; }
    .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li {
      padding-left: 0; } }

@media only screen and (max-width: 600px) {
  .wgl-container {
    width: 90%; }
  div[id*=wpadminb] {
    top: -46px !important; }
  .banner_404 {
    font-size: 160px; }
  .seofy_module_ico_progress {
    padding: 15px !important; }
    .seofy_module_ico_progress .seofy_module_button > a {
      padding-left: 20px !important;
      padding-right: 20px !important; }
  #sb_instagram .sbi_photo {
    padding-bottom: 100%;
    height: 0 !important; }
  #sb_instagram #sbi_images .sbi_item {
    width: 33.3333% !important; }
  #sb_instagram .sbi_photo:after {
    font-size: 40px; }
  .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item, .wgl_module_team.team-col_2 .team-item {
    width: 100%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1), .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
      clear: none; }
  #comments .commentlist .comment .stand_comment,
  #comments .commentlist .comment .children .stand_comment {
    padding-right: 20px; }
  #comments .commentlist .comment_info {
    padding-right: 10px; } }

@media only screen and (max-width: 480px) {
  .seofy_module_infobox.layout_top .infobox_wrapper {
    padding: 20px 15px 15px 15px; }
  .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; }
  .seofy_module_services_2 .services_logo {
    left: 10%; }
  .seofy_module_services_2 .services_title,
  .seofy_module_services_2 .services_subtitle {
    left: 21%;
    max-width: 75%; }
  .page_404_wrapper {
    padding: 50px 10px 40px; }
    .page_404_wrapper .banner_404 {
      line-height: 100px; }
      .page_404_wrapper .banner_404 .banner_404_title {
        font-size: 35px;
        line-height: 1.5; }
  .mobile-acenter,
  .mobile-acenter p {
    text-align: center !important; } }

@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 Mountain Responsive */
@media only screen and (max-width: 1280px) {
  .add_mountain_rev_slider .tp-bgimg.defaultimg:before {
    height: 70%; } }

@media only screen and (max-width: 1040px) {
  .add_mountain_rev_slider .tp-bgimg.defaultimg:before {
    height: 40%; } }

/* 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 .seofy_module_double_headings.aleft {
    margin-bottom: 0.78vw; }
    .wgl_portfolio_list-first .seofy_module_double_headings.aleft .heading_bgtitle {
      font-size: 6.25vw !important;
      padding-top: 1.825vw; }
    .wgl_portfolio_list-first .seofy_module_double_headings.aleft .heading_subtitle {
      font-size: 1.15vw !important; }
    .wgl_portfolio_list-first .seofy_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 .seofy_module_button {
    margin-top: 0.78vw;
    line-height: 1.565vw; }
    .wgl_portfolio_list-first .seofy_module_button > a {
      font-size: 0.68vw;
      padding: 0.72vw 1.5vw;
      min-width: 8.05vw;
      line-height: 1.05vw; } }

.theme-gradient button {
  border-width: 0;
  color: #ffffff !important; }

.theme-gradient #scroll_up:hover {
  background-position: 100% !important; }

.theme-gradient input[type="submit"],
.theme-gradient .load_more_item,
.theme-gradient .single_team_page .team-info_icons a,
.theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link,
.theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button,
.theme-gradient .rev_slider .rev-btn.gradient-button {
  border-width: 0; }
  .theme-gradient input[type="submit"]:hover, .theme-gradient input[type="submit"]:active, .theme-gradient input[type="submit"]:focus,
  .theme-gradient .load_more_item:hover,
  .theme-gradient .load_more_item:active,
  .theme-gradient .load_more_item:focus,
  .theme-gradient .single_team_page .team-info_icons a:hover,
  .theme-gradient .single_team_page .team-info_icons a:active,
  .theme-gradient .single_team_page .team-info_icons a:focus,
  .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link:hover,
  .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link:active,
  .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link:focus,
  .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button:hover,
  .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button:active,
  .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button:focus,
  .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; }

.theme-gradient ul.seofy_check_gradient li:hover:before, .theme-gradient ul.seofy_check_gradient li:active:before, .theme-gradient ul.seofy_check_gradient li:focus:before {
  background-position: 100% !important;
  color: #fff; }

.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient div.product form.cart .button,
.theme-gradient .widget_shopping_cart .buttons a,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient #payment #place_order,
.theme-gradient .cart-collaterals .button,
.theme-gradient .checkout_coupon button.button,
.theme-gradient table.shop_table.cart input.button,
.theme-gradient .cart .button,
.theme-gradient .woocommerce-message a.button,
.theme-gradient #review_form #respond .form-submit input,
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward,
.theme-gradient .wc-proceed-to-checkout a.checkout-button,
.theme-gradient .seofy_module_demo_item .di_button a {
  border-width: 0; }
  .theme-gradient ul.wgl-products li a.add_to_cart_button:hover, .theme-gradient ul.wgl-products li a.add_to_cart_button:active, .theme-gradient ul.wgl-products li a.add_to_cart_button:focus,
  .theme-gradient ul.wgl-products li a.button:hover,
  .theme-gradient ul.wgl-products li a.button:active,
  .theme-gradient ul.wgl-products li a.button:focus,
  .theme-gradient div.product form.cart .button:hover,
  .theme-gradient div.product form.cart .button:active,
  .theme-gradient div.product form.cart .button:focus,
  .theme-gradient .widget_shopping_cart .buttons a:hover,
  .theme-gradient .widget_shopping_cart .buttons a:active,
  .theme-gradient .widget_shopping_cart .buttons a:focus,
  .theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
  .theme-gradient ul.wgl-products li .added_to_cart.wc-forward:active,
  .theme-gradient ul.wgl-products li .added_to_cart.wc-forward:focus,
  .theme-gradient #payment #place_order:hover,
  .theme-gradient #payment #place_order:active,
  .theme-gradient #payment #place_order:focus,
  .theme-gradient .cart-collaterals .button:hover,
  .theme-gradient .cart-collaterals .button:active,
  .theme-gradient .cart-collaterals .button:focus,
  .theme-gradient .checkout_coupon button.button:hover,
  .theme-gradient .checkout_coupon button.button:active,
  .theme-gradient .checkout_coupon button.button:focus,
  .theme-gradient table.shop_table.cart input.button:hover,
  .theme-gradient table.shop_table.cart input.button:active,
  .theme-gradient table.shop_table.cart input.button:focus,
  .theme-gradient .cart .button:hover,
  .theme-gradient .cart .button:active,
  .theme-gradient .cart .button:focus,
  .theme-gradient .woocommerce-message a.button:hover,
  .theme-gradient .woocommerce-message a.button:active,
  .theme-gradient .woocommerce-message a.button:focus,
  .theme-gradient #review_form #respond .form-submit input:hover,
  .theme-gradient #review_form #respond .form-submit input:active,
  .theme-gradient #review_form #respond .form-submit input:focus,
  .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:hover,
  .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:active,
  .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:focus,
  .theme-gradient .wc-proceed-to-checkout a.checkout-button:hover,
  .theme-gradient .wc-proceed-to-checkout a.checkout-button:active,
  .theme-gradient .wc-proceed-to-checkout a.checkout-button:focus,
  .theme-gradient .seofy_module_demo_item .di_button a:hover,
  .theme-gradient .seofy_module_demo_item .di_button a:active,
  .theme-gradient .seofy_module_demo_item .di_button a:focus {
    background-position: 100% !important;
    color: #fff !important; }
