@charset "UTF-8";
/*==================================================================

##Browser Reset
##General Styles
##Header Styles
    #Cart Woocommerce
    #Logo
    #Menu style
    #Mega Menu
    #Sticky Menu
    #Lavalam
    #Mobile Navigation
##Page Title
##Header Search
##Typography
##Footer Styles
##Page 404
##Page Search
##Blog
    #First Recent Post Hero
    #Second Recent Post Hero
    #Image Overlay
    #Slider Post
    #Image Post
    #Standard Post
    #Post Share
    #Lists
    #Medium Image
    #Tiny Image
    #First Large Post
    #Related Post in Single
    #Single Post
    #Post Prev/Next
    #Likes
##Isotope
##Lists Style
##Comments
##Contact Form
##Slick Slider
##Pagination
##Page MailChimp
##Load More
##Extended Row
##Preloader
##Scroll Up
##Wpml
##LearnPress
    #LearnPress Archive
    #LearnPress Single
    #LearnPress Lesson
    #LearnPress Pagination
    #LearnPress Profile
    #LearnPress Search
    #LearnPress Checkout
##Shop
    #Shop Catalog
    #Pagination Shop
    #Tabs Shop
    #Single Shop
    #Respond Shop
    #Cart Shop
    #Checkout Shop
    #Responsive Shop
##Counter
##Countdown
##Blog Categories
##Testimonials
##Carousel Navigation
##Team
##Image Layers
##Pricing Table
##Progress Bar
##Services
##Services 2
##Services 3
##Circuit Services
##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
##Double Heading
##Time Line Vertical
##Time Line Horizontal
##Widgets Base
    #Search
    #Recent Posts
    #Tagcloud
    #Navigation Menu
    #Author
    #Text Widget
    #Banner
    #Gallery
    #Calendar
    #Mailchimp
    #LP - Course Info
##Demo Item
##Social Icons
##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;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit; }

body {
  position: relative;
  overflow-x: hidden; }

body, html {
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

mark {
  padding: 0 5px;
  color: inherit; }

strong {
  font-weight: 700; }

pre {
  padding: 20px;
  word-wrap: break-word;
  background: #ebf0f9;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 20px; }

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

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

li ul {
  padding-bottom: 0; }

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

p a {
  transition: color 0.3s; }

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

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

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

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

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

abbr {
  text-decoration: none; }

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

a {
  transition: 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='submit']),
select,
textarea {
  display: block;
  height: 56px;
  max-width: 100%;
  margin: 0;
  border: unset;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  background: #f3f3f3;
  outline: none;
  transition: 0.3s; }
  body input:not([type='checkbox']):not([type='submit'])::placeholder,
  select::placeholder,
  textarea::placeholder {
    outline: none;
    color: #6e6e6e !important;
    -webkit-appearance: none;
    transition: 0.3s; }
  body input:not([type='checkbox']):not([type='submit']):focus, body input:not([type='checkbox']):not([type='submit']):active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    background: #edf1f2; }
    body input:not([type='checkbox']):not([type='submit']):focus::placeholder, body input:not([type='checkbox']):not([type='submit']):active::placeholder,
    select:focus::placeholder,
    select:active::placeholder,
    textarea:focus::placeholder,
    textarea:active::placeholder {
      opacity: 0; }

form.post-password-form {
  margin-bottom: 20px; }
  form.post-password-form p:first-child {
    margin-bottom: 24px; }
  form.post-password-form label {
    display: inline-block;
    width: calc(100% - 130px);
    max-width: 270px;
    margin-right: 6px; }
    form.post-password-form label input[type='password'] {
      width: 100%;
      margin-top: 5px; }
  form.post-password-form input[type='submit'] {
    vertical-align: baseline;
    height: 56px;
    margin-top: 15px;
    font-size: 16px; }

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

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

input[type="submit"],
button {
  display: inline-block;
  height: 56px;
  margin-bottom: 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: 6px 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: capitalize;
  outline: none;
  background: transparent;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.4s; }
  input[type="submit"].button_hover_fill:hover, input[type="submit"].button_hover_fill.button_alt:hover,
  button.button_hover_fill:hover,
  button.button_hover_fill.button_alt:hover {
    color: #ffffff; }

button:hover, button:active:hover, button:focus:hover {
  color: #ffffff; }

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

dl {
  margin-bottom: 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

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

#main .wgl-container .wgl_wrapper {
  left: 0 !important; }

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

.row:after, .row:before,
.wgl-container:after,
.wgl-container:before,
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
  line-height: 0; }

.wgl-container:after,
.row:after,
.clear,
.clearfix:after {
  clear: both; }

[class*=wgl_col-] {
  float: left;
  min-height: 1px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row [class*=wgl_col-] {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

/* default */
.slick-slider a, .slick-slider a:hover, .slick-slider a:focus {
  transition: 0.4s; }

a:hover {
  color: inherit; }

/* extra classes */
.relative {
  position: relative; }

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

.bypostauthor {
  opacity: 1; }

.z-index-1 {
  z-index: 1; }

.ohidden {
  overflow: hidden; }

.ovisible {
  overflow: visible; }

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

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

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

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

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

main .sidebar > :last-child {
  margin-bottom: 40px; }

/* ↑ Guttenber Full Width ↑ */
/* aligning images tinymce */
.aleft {
  text-align: left; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.ajustify {
  text-align: justify; }

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

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

.wpb_single_image * {
  border-radius: inherit; }

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

#swipebox-slider {
  cursor: auto !important; }

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

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

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

.col-md-delimiter .vc_column_container:not(:last-child):before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 1px;
  height: 65%;
  background: #eee;
  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 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
  overflow: hidden; }

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

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

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

/* Map */
#wpgmza_map {
  border-radius: 10px; }

/* ==================== ##Header Styles ==================== */
.wgl-theme-header {
  position: relative;
  z-index: 2;
  /* ↓ Sign In/Up LearnPress ↓ */
  /* ↑ Sign In/Up LearnPress ↑ */
  /* ↓ Cart Woocommerce ↓ */ }
  .wgl-theme-header .wrapper a {
    color: inherit; }
  .wgl-theme-header .wrapper .iguru_module_button a {
    margin-bottom: 0;
    box-shadow: none;
    color: #ffffff; }
  .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,
  .wgl-theme-header .mobile_nav_wrapper .primary-nav .menu,
  .wgl-theme-header .wgl-mobile-header i.menu-item__plus {
    display: none; }
  .wgl-theme-header.header_overlap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0; }
    .wgl-theme-header.header_overlap .wgl-site-header .v_align_middle.header_side .primary-nav .lavalamp-object {
      top: calc(100% + 2px); }
    .wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > span, .wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > i {
      color: inherit; }
    .wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > span:before {
      background: currentColor; }
    .wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > i:before {
      opacity: 1; }
    .wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > span:after {
      opacity: 1;
      background: currentcolor; }
    .wgl-theme-header.header_overlap .wgl-site-header .primary-nav .lavalamp-object {
      background: currentColor; }
  .wgl-theme-header.header_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .wgl-theme-header .wgl_button {
    z-index: 0; }
  .wgl-theme-header .log-in.learnpress .log-link {
    display: flex;
    align-items: center;
    height: 50px;
    border: unset;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 0.875em;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(61%); }
    .wgl-theme-header .log-in.learnpress .log-link i {
      padding-right: 0.625em; }
  .wgl-theme-header .wgl-header-row-section_top .log-in.learnpress .log-link {
    height: 100%;
    border-radius: unset;
    transform: translateY(0); }
  .wgl-theme-header > .wgl-sign_in_up_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 1000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 55px;
    text-align: left;
    background: #f8f8f8;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    transition: 0.4s; }
    .wgl-theme-header > .wgl-sign_in_up_form::-webkit-scrollbar {
      display: none; }
    .wgl-theme-header > .wgl-sign_in_up_form [class|=tab] {
      width: 100%;
      text-align: center; }
    .wgl-theme-header > .wgl-sign_in_up_form .learn-press-form {
      display: inline-block;
      width: 465px;
      margin-bottom: 80px;
      border-radius: 10px;
      padding: 30px 40px;
      text-align: left;
      vertical-align: top;
      background: #ffffff;
      box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.08); }
      @media (max-width: 600px) {
        .wgl-theme-header > .wgl-sign_in_up_form .learn-press-form {
          width: 90%; } }
      @media (max-width: 380px) {
        .wgl-theme-header > .wgl-sign_in_up_form .learn-press-form {
          padding: 6% 5% 2%; } }
      .wgl-theme-header > .wgl-sign_in_up_form .learn-press-form button {
        color: #ffffff; }
        .wgl-theme-header > .wgl-sign_in_up_form .learn-press-form button:hover {
          background: #ffffff; }
    .wgl-theme-header > .wgl-sign_in_up_form .sign-in-up-tabs {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 20px 0;
      border: unset;
      padding: 0;
      border-radius: 5px;
      list-style: none;
      box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.08); }
      .wgl-theme-header > .wgl-sign_in_up_form .sign-in-up-tabs li {
        padding: 0;
        transition: 0.4s; }
        .wgl-theme-header > .wgl-sign_in_up_form .sign-in-up-tabs li:first-child {
          border-radius: 5px 0 0 5px; }
        .wgl-theme-header > .wgl-sign_in_up_form .sign-in-up-tabs li:last-child {
          border-radius: 0 5px 5px 0; }
        .wgl-theme-header > .wgl-sign_in_up_form .sign-in-up-tabs li a {
          padding: 10px 20px; }
        .wgl-theme-header > .wgl-sign_in_up_form .sign-in-up-tabs li.active a {
          color: #ffffff; }
    .wgl-theme-header > .wgl-sign_in_up_form .tab-login, .wgl-theme-header > .wgl-sign_in_up_form .tab-register {
      display: none; }
      .wgl-theme-header > .wgl-sign_in_up_form .tab-login.active, .wgl-theme-header > .wgl-sign_in_up_form .tab-register.active {
        display: block; }
    .wgl-theme-header > .wgl-sign_in_up_form.opened {
      opacity: 1;
      visibility: visible; }
  .wgl-theme-header .mini-cart {
    display: inline-block;
    position: relative; }
    .wgl-theme-header .mini-cart .mini_cart-overlay {
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s; }
    .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 svg line.st_transform-left {
      transform: rotate(-60deg); }
    .wgl-theme-header .mini-cart:hover svg line.st_transform-right {
      transform: rotate(60deg); }
    .wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
      background: #000000;
      visibility: visible;
      opacity: 0.4; }
    .wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
      transform: translate(0); }
    .wgl-theme-header .mini-cart .woo_mini_cart:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 38px;
      top: -38px;
      left: 0;
      right: 0; }
    .wgl-theme-header .mini-cart .header_cart-button {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      width: 26px;
      height: 32px;
      margin-top: 0;
      position: relative; }
      .wgl-theme-header .mini-cart .header_cart-button svg {
        transition: 0.3s; }
        .wgl-theme-header .mini-cart .header_cart-button svg g path {
          fill: currentColor !important; }
        .wgl-theme-header .mini-cart .header_cart-button svg .st0 {
          stroke: currentColor !important;
          transform-origin: bottom left;
          transform-box: fill-box;
          transition: all .45s ease; }
          .wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
            transform-origin: bottom right; }
        .wgl-theme-header .mini-cart .header_cart-button svg line {
          stroke: currentColor !important; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
      position: relative;
      margin-top: 0;
      margin-bottom: 23px;
      padding: 0;
      line-height: 1.1;
      text-align: left;
      list-style: none;
      clear: both; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
        display: block;
        line-height: inherit; }
        .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
          opacity: 0.8; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
        content: '';
        display: block;
        height: 0;
        clear: both; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:before {
        color: #c2c2c2; }
      .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
        float: left;
        position: relative;
        max-width: 70px;
        margin-top: 0;
        margin-left: 0;
        margin-right: 20px;
        border-radius: 5px;
        background: #ffffff;
        box-shadow: unset; }
      .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: "\f198";
      font-family: Flaticon;
      font-size: 20px;
      vertical-align: middle;
      display: none; }
  .wgl-theme-header .woocommerce .woo_mini_cart {
    position: fixed;
    z-index: 100000;
    top: 15px;
    right: 15px;
    width: 375px;
    min-height: 33%;
    max-height: calc(100% - 30px);
    border-radius: 10px;
    padding: 39px 34px 20px;
    text-align: center;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    transform: translate(110%);
    transition: 0.3s ease-in;
    scrollbar-width: none; }
    .wgl-theme-header .woocommerce .woo_mini_cart::-webkit-scrollbar {
      display: none; }
    .wgl-theme-header .woocommerce .woo_mini_cart ul {
      margin: 0;
      padding: 0; }
    .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 44px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 18px;
      text-align: left;
      text-transform: capitalize; }
      .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
        font-size: 24px; }
    .wgl-theme-header .woocommerce .woo_mini_cart .close_mini_cart:after {
      content: '\f169';
      padding-left: 10px;
      font-family: flaticon;
      font-size: 13px;
      line-height: 0;
      color: #c2c2c2;
      text-rendering: auto;
      box-shadow: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      cursor: pointer;
      transition: 0.3s; }
    .wgl-theme-header .woocommerce .woo_mini_cart .total strong {
      color: inherit; }
    .wgl-theme-header .woocommerce .woo_mini_cart .buttons .button {
      margin: 0 0 10px;
      border: unset;
      color: #ffffff;
      background: #3a3f4b; }
      .wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
        color: #ffffff; }
    .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dl.variation {
      display: flex;
      margin: 0;
      padding-top: 3px; }
    .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dt.variation-Size {
      padding-right: 5px; }
    .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dd.variation-Size {
      margin: 0; }
    .wgl-theme-header .woocommerce .woo_mini_cart .blockUI.blockOverlay {
      background-color: transparent !important; }
  .wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart {
    padding: 0; }
  .wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .primary-nav > ul li.mega-menu > ul.mega-menu {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .wgl-theme-header .woo_mini-count span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: -8px;
    height: 17px;
    min-width: 17px;
    margin-top: 1px;
    border-radius: 2px;
    padding: 0 3px;
    font-style: normal;
    font-size: 10px;
    line-height: 17px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    backface-visibility: hidden; }

.wgl-header-row .wgl-header-row_wrapper {
  display: flex;
  position: relative;
  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_middle .primary-nav .lavalamp-object {
    top: 100%; }

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

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

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

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

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

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

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

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

.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
  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: calc(100% + 5px);
    right: auto; }
    .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu:before, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu:before, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu:before, .wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu:before {
      content: '';
      position: absolute;
      top: 0;
      left: -5px;
      right: 0;
      bottom: 0; }

.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 {
  display: inline-block;
  height: 100%;
  max-height: 100%; }
  .header_area_container > * {
    display: inline-block;
    vertical-align: middle; }

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

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

/* #Logo */
.wgl-logotype-container img {
  vertical-align: middle;
  max-height: 100%; }

.wgl-logotype-container a {
  color: inherit; }

.wgl-logotype-container .logo-name {
  color: inherit;
  font-size: 40px; }

/* #Menu */
.primary-nav {
  letter-spacing: 0.02em;
  /* Lavalamp settings */ }
  .primary-nav a {
    transition: 0.3s; }
  .primary-nav .lavalamp_animate .lavalamp-object {
    opacity: 1; }
  .primary-nav .lavalamp {
    position: static; }
  .primary-nav .lavalamp-object {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 1px;
    opacity: 0; }
  .primary-nav > ul.lavalamp > li > a > span:after {
    display: none !important; }
  .primary-nav ul:hover li:not(:hover) {
    z-index: 0;
    position: relative; }
  .primary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit; }
  .primary-nav > ul li {
    position: relative;
    padding-left: 0; }
  .primary-nav > ul li.mega-menu {
    position: static !important; }
    .primary-nav > ul li.mega-menu > ul.mega-menu {
      left: auto; }
  .primary-nav > ul {
    height: 100%;
    padding: 0; }
  .primary-nav > ul > li {
    height: 100%; }
    .primary-nav > ul > li.current-menu-item > a > span:after, .primary-nav > ul > li.current_page_item > a > span:after, .primary-nav > ul > li.current-menu-parent > a > span:after, .primary-nav > ul > li.current_page_parent > a > span:after, .primary-nav > ul > li.current-menu-ancestor > a > span:after, .primary-nav > ul > li.current_page_ancestor > a > span:after {
      width: 100%; }
    .primary-nav > ul > li.menu-item-has-children.current-menu-item > a > span:after, .primary-nav > ul > li.menu-item-has-children.current_page_item > a > span:after, .primary-nav > ul > li.menu-item-has-children.current-menu-parent > a > span:after, .primary-nav > ul > li.menu-item-has-children.current_page_parent > a > span:after, .primary-nav > ul > li.menu-item-has-children.current-menu-ancestor > a > span:after, .primary-nav > ul > li.menu-item-has-children.current_page_ancestor > a > span:after {
      width: calc(100% + 15px); }
    .primary-nav > ul > li.mega-menu-links > ul.mega-menu {
      padding-left: 10px;
      padding-right: 10px; }
    .primary-nav > ul > li > a {
      display: flex;
      position: relative;
      z-index: 1;
      height: 100%;
      align-items: center;
      vertical-align: middle;
      padding: 0 21px;
      color: inherit;
      text-transform: initial;
      opacity: 1; }
      .primary-nav > ul > li > a > span {
        position: relative;
        transition: inherit; }
        .primary-nav > ul > li > a > span:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -3px;
          width: 0;
          height: 2px;
          transition: inherit; }
    .primary-nav > ul > li:hover > a > span:after {
      width: 100%; }
    .primary-nav > ul > li.menu-item-has-children:hover > a > span:after {
      width: calc(100% + 15px); }
    .primary-nav > ul > li > ul:before {
      content: '';
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      width: 100%;
      height: 15px; }
  .primary-nav > ul > li.menu-item-has-children > a > span + i.menu-item__plus,
  .primary-nav > ul > li.mega-menu.mega-cat > a > span + i.menu-item__plus {
    position: relative;
    font-style: normal;
    width: 14px; }
    .primary-nav > ul > li.menu-item-has-children > a > span + i.menu-item__plus:before, .primary-nav > ul > li.menu-item-has-children > a > span + i.menu-item__plus:after,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span + i.menu-item__plus:before,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span + i.menu-item__plus:after {
      content: '';
      position: absolute;
      background: currentColor; }
    .primary-nav > ul > li.menu-item-has-children > a > span + i.menu-item__plus:before,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span + i.menu-item__plus:before {
      left: 5px;
      width: 8px;
      height: 2px; }
    .primary-nav > ul > li.menu-item-has-children > a > span + i.menu-item__plus:after,
    .primary-nav > ul > li.mega-menu.mega-cat > a > span + i.menu-item__plus:after {
      top: 1px;
      left: 8px;
      width: 2px;
      height: 8px;
      margin-top: -4px; }
  .primary-nav ul li ul ul {
    top: -3px;
    left: 100%; }
  .primary-nav ul li ul li {
    display: block; }
    .primary-nav ul li ul li > a > span, .primary-nav ul li ul li > a > i {
      position: relative;
      transition: 0.3s ease-in-out; }
    .primary-nav ul li ul li > a > span {
      margin: 0 30px 0 0;
      padding-right: 5px; }
    .primary-nav ul li ul li:hover ul {
      top: -17px; }
    .primary-nav ul li ul li:hover > a > .menu-item__plus, .primary-nav ul li ul li.current-menu-item > a > .menu-item__plus, .primary-nav ul li ul li.current_page_item > a > .menu-item__plus {
      transform: translateX(10px); }
  .primary-nav ul li ul .menu-item {
    line-height: inherit;
    transition: 0s; }
    .primary-nav ul li ul .menu-item a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 4px 38px 4px 38px;
      color: inherit;
      opacity: 1;
      transition: 0.3s; }
  .primary-nav ul li ul,
  .primary-nav ul li div.mega-menu-container {
    display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 15px);
    left: -12px;
    min-width: 280px;
    white-space: nowrap;
    margin-top: 0;
    border: unset;
    border-radius: 10px;
    padding: 23px 0 28px;
    text-align: left;
    box-shadow: 6px 5px 25px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in; }
  .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% + 10px); }
    .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:not(.mega-menu) li.menu-item-has-children > a > span + i.menu-item__plus {
    font-size: 0.6em;
    line-height: 1;
    font-style: normal; }
    .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + i.menu-item__plus:before {
      content: '\f165';
      font-family: flaticon; }
  .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
    right: 0; }
    .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .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, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
      left: auto; }
    .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: calc(100% + 5px); }
      .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu:before, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu:before, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu:before, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: -5px;
        left: 0;
        bottom: 0; }

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

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

/* #Mega Menu */
.primary-nav ul li.mega-menu-links > ul {
  padding: 0;
  box-sizing: border-box;
  width: 1170px;
  display: flex;
  flex-wrap: wrap; }
  .primary-nav ul li.mega-menu-links > ul > li {
    float: left;
    box-sizing: border-box;
    margin-top: 27px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize; }
    .primary-nav ul li.mega-menu-links > ul > li:after {
      content: unset;
      display: none;
      position: absolute;
      top: 30px;
      right: 0;
      width: 1px;
      height: calc(100% - 60px);
      background: unset; }
    .primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
      z-index: 0; }
    .primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
      display: none; }
    .primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
      color: initial !important;
      background: none !important; }
    .primary-nav ul li.mega-menu-links > ul > li > a {
      position: relative;
      padding-top: 4px;
      padding-bottom: 0;
      padding-left: 28px;
      padding-right: 20px; }
      .primary-nav ul li.mega-menu-links > ul > li > a > span {
        padding-left: 0 !important; }
        .primary-nav ul li.mega-menu-links > ul > li > a > span:before {
          display: none; }
      .primary-nav ul li.mega-menu-links > ul > li > a:after {
        display: none; }

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

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

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

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

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

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

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

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

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

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

.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%);
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; }
  .wgl-sticky-header.sticky_active {
    overflow: visible;
    transform: translateY(0);
    opacity: 1; }
  .wgl-sticky-header.header_sticky_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .wgl-sticky-header .wgl-header-row .header_side.v_align_middle .primary-nav .lavalamp-object {
    top: 100%; }

/* ↓ #Mobile Menu  ↓ */
.wgl-mobile-header .header_area_container .log-in.learnpress .log-link {
  border: unset;
  padding: 0 10px; }
  .wgl-mobile-header .header_area_container .log-in.learnpress .log-link, .wgl-mobile-header .header_area_container .log-in.learnpress .log-link:hover {
    background: unset; }
  @media (max-width: 480px) {
    .wgl-mobile-header .header_area_container .log-in.learnpress .log-link i {
      display: none; } }

/* ↓ #Custom lavalamp 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: 20px;
  height: 20px; }

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

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

.hamburger-box .hamburger-inner {
  top: 0;
  transition: background-color 0s 0.13s linear; }
  .hamburger-box .hamburger-inner::before {
    top: 6px;
    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: 12px;
    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, 6px, 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, 6px, 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 {
  margin-left: -21px; }
  .primary-nav ul li ul .menu-item.back a {
    display: inline-block !important;
    color: inherit !important; }
  .primary-nav ul li ul .menu-item.back:before {
    content: "\f177";
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: color 0.4s;
    color: inherit !important; }

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

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

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

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

.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;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 30px 30px 30px;
  text-align: left; }

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

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

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

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

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

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

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

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

.mobile_nav_wrapper .primary-nav ul:hover li:not(:hover) {
  position: static; }

.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 {
  position: absolute;
  z-index: 999;
  box-shadow: none;
  margin-top: 0;
  border: none;
  height: 100%;
  right: -100% !important;
  left: auto !important;
  top: 0px;
  width: 100%;
  background-color: #222328;
  transition: 0.5s; }
  .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;
  margin-right: 0; }
  .mobile_nav_wrapper .primary-nav .button_switcher:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    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: 0.3s ease;
    background: none !important;
    margin: auto;
    visibility: visible;
    margin-top: 0;
    border-radius: 0;
    color: inherit;
    margin-left: 0 !important; }

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

/* ==================== #Side Panel  ==================== */
.side_panel:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%; }

.side_panel .side_panel-toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  position: relative;
  color: inherit; }
  .side_panel .side_panel-toggle:hover span:nth-child(1) {
    transform: translateY(2px); }
  .side_panel .side_panel-toggle:hover span:nth-child(3) {
    transform: translateY(-2px); }
  .side_panel .side_panel-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border-top: 2px solid;
    transition: 0.15s;
    color: inherit; }
    .side_panel .side_panel-toggle span:nth-child(1) {
      top: 0; }
    .side_panel .side_panel-toggle span:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
    .side_panel .side_panel-toggle span:nth-child(3) {
      bottom: 0; }

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

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

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

#side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 480px;
  background: #fff;
  transform: translateX(calc(100% + 30px));
  transition: transform .45s ease-in-out;
  z-index: 10000; }
  #side-panel.side-panel_position_left {
    left: 0;
    right: auto;
    transform: translateX(calc(-100% - 30px)); }
  #side-panel.side-panel_open {
    transform: translateX(0); }
  #side-panel .side-panel_sidebar {
    position: absolute;
    padding: 90px 65px;
    width: calc(100% + 17px);
    bottom: -17px;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll; }
    #side-panel .side-panel_sidebar .widget ul li, #side-panel .side-panel_sidebar .widget ul li a {
      color: inherit; }
    #side-panel .side-panel_sidebar .widget:not(:first-child) {
      padding-top: 40px; }
    #side-panel .side-panel_sidebar .widget_media_gallery .gallery-item .gallery-icon {
      margin: 10px; }
    #side-panel .side-panel_sidebar .widget_media_gallery .gallery {
      margin: -10px; }
  #side-panel .side-panel_close {
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #979797;
    font-size: 21px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    cursor: pointer;
    z-index: 9999;
    transition: 0.45s ease-in-out; }
    #side-panel .side-panel_close:hover {
      opacity: 0.8; }
    #side-panel .side-panel_close:before {
      content: "\f180";
      font-family: 'flaticon'; }

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

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

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

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

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

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

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

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

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

/* ==================== ##Page Title ==================== */
.page-header {
  position: relative;
  z-index: 0; }
  .page-header_wrapper {
    height: 100%; }
    .page-header_wrapper .wgl-container {
      height: 100%; }
  .page-header .page-header_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .page-header_align_left .page-header_content {
    align-items: flex-start;
    text-align: left; }
  .page-header_align_center .page-header_content {
    align-items: center;
    text-align: center; }
  .page-header_align_right .page-header_content {
    align-items: flex-end;
    text-align: right; }
  .page-header.breadcrumbs_align_left .page-header_breadcrumbs {
    align-self: flex-start; }
  .page-header.breadcrumbs_align_center .page-header_breadcrumbs {
    align-self: center; }
  .page-header.breadcrumbs_align_right .page-header_breadcrumbs {
    align-self: flex-end; }
  .page-header_title {
    text-transform: capitalize;
    color: inherit; }
  .page-header_breadcrumbs:not(:first-child) {
    margin-top: 16px; }
  .page-header_breadcrumbs .breadcrumbs {
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
    letter-spacing: 0; }
  .page-header_breadcrumbs a {
    color: inherit; }
    .page-header_breadcrumbs a:after {
      width: 0;
      transition: 0.3s; }
    .page-header_breadcrumbs a.home {
      font-size: inherit;
      line-height: inherit;
      letter-spacing: inherit; }
  .page-header_breadcrumbs a,
  .page-header_breadcrumbs .current {
    position: relative; }
    .page-header_breadcrumbs a:after,
    .page-header_breadcrumbs .current:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: -2px;
      height: 1px;
      background: currentColor; }
  .page-header_breadcrumbs span.current:after {
    width: 100%;
    transition: width 0.5s 0.2s ease-in; }
  .page-header_breadcrumbs a:hover:after {
    width: 100%; }
  .page-header_breadcrumbs a:hover ~ span.current:after {
    width: 0;
    transition: width 0.9s 0s ease-out; }
  .page-header_breadcrumbs .divider:not(:last-child) {
    color: inherit;
    margin: 0 11px; }
    .page-header_breadcrumbs .divider:not(:last-child):before {
      content: '\f136';
      display: inline-block;
      font-family: flaticon;
      font-size: 0.65em;
      font-weight: 600;
      transition: 0.3s; }
  .page-header_wrapper_product .page-header_breadcrumbs {
    margin-top: 23px; }

/* ==================== ##Header Search ==================== */
.header_search {
  position: relative; }
  .header_search:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: middle; }
  .header_search-button {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 0;
    vertical-align: middle;
    cursor: pointer; }
    .header_search-button svg {
      transition: 0.3s; }
      .header_search-button svg .st_transform {
        stroke: currentColor !important;
        transform-origin: bottom left;
        transform-box: fill-box;
        transition: 0.45s; }
      .header_search-button svg g path {
        fill: currentColor !important; }
      .header_search-button svg line {
        stroke: currentColor !important; }
    .header_search-button:hover svg path.st_transform {
      transform: rotate(-185deg); }
    .header_search-button:before, .header_search-button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 3px solid currentColor;
      visibility: hidden;
      opacity: 0; }
    .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: 0.3s; }
  .header_search.search_alt .header_search-field, .header_search.search_standard .header_search-field {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: 0.3s; }
    .header_search.search_alt .header_search-field .search-form, .header_search.search_standard .header_search-field .search-form {
      position: relative;
      z-index: 1; }
    .header_search.search_alt .header_search-field .search-field, .header_search.search_standard .header_search-field .search-field {
      height: 56px;
      padding: 12px 60px 11px 20px; }
      .header_search.search_alt .header_search-field .search-field:focus, .header_search.search_alt .header_search-field .search-field:active, .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: unset; }
    .header_search.search_alt .header_search-field .search-button, .header_search.search_standard .header_search-field .search-button {
      position: absolute;
      z-index: 2;
      height: 100%;
      width: 56px;
      top: 0;
      right: 0;
      margin: 0;
      border: none;
      outline: none;
      padding: 0;
      font-size: 0;
      background: transparent;
      box-shadow: none;
      opacity: 0;
      cursor: pointer; }
      .header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active, .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.search_alt .header_search-field .search__icon, .header_search.search_standard .header_search-field .search__icon {
      position: absolute;
      z-index: 1;
      top: 8px;
      right: 8px;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      font-size: 20px;
      line-height: 40px;
      font-style: normal;
      text-align: center;
      color: #ffffff;
      transform: translate(0, 0);
      opacity: 1;
      transition: 0.4s; }
      .header_search.search_alt .header_search-field .search__icon:after, .header_search.search_standard .header_search-field .search__icon:after {
        content: '\f186';
        font-family: flaticon; }
  .header_search.search_alt .header_search-field {
    display: flex;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .header_search.search_alt .header_search-field .search-form {
      width: 80%;
      max-width: 1170px; }
    .header_search.search_alt .header_search-field .search-field {
      width: 100%;
      font-weight: 400;
      font-size: 18px;
      border: unset;
      border-radius: 10px; }
      .header_search.search_alt .header_search-field .search-field::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #6e6e6e;
        transition: 0.5s; }
      .header_search.search_alt .header_search-field .search-field:focus::placeholder {
        opacity: 0; }
    .header_search.search_alt .header_search-field .header_search-wrap {
      display: flex;
      width: 80%;
      max-width: 1170px;
      justify-content: space-between;
      margin-bottom: 40px; }
      .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
        font-size: 40px;
        line-height: 52px;
        font-weight: 800;
        color: #ffffff; }
    .header_search.search_alt .header_search-field .header_search-close {
      padding: 0 15px;
      color: #ffffff;
      opacity: 0;
      transition: 0.3s ease-in-out; }
      .header_search.search_alt .header_search-field .header_search-close:before {
        content: '\f161';
        font-family: flaticon;
        font-size: 21px;
        cursor: pointer; }
      .header_search.search_alt .header_search-field .header_search-close:hover {
        color: #ff7272; }
  .header_search.search_standard .header_search-field {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    border-radius: 10px;
    padding: 38px 40px;
    box-shadow: 6px 5px 25px 0px rgba(0, 0, 0, 0.08); }
    .header_search.search_standard .header_search-field .search-field {
      width: 270px;
      border-radius: 5px; }
  .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(10px) scale3d(1, 1, 1); }
  .header_search.header_search-open.search_standard .header_search-button svg, .header_search.header_search-open.search_alt .header_search-button svg {
    opacity: 0; }
  .header_search.header_search-open.search_standard .header_search-button:before, .header_search.header_search-open.search_standard .header_search-button:after, .header_search.header_search-open.search_alt .header_search-button:before, .header_search.header_search-open.search_alt .header_search-button:after {
    opacity: 1;
    visibility: visible; }
  .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;
    transform: translateX(-0.5px) rotate(45deg);
    transition: all 0.3s, background-color 0s linear 0.3s; }
  .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; }

@media screen and (max-width: 480px) {
  .header_search .header_search-field .iguru_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_description {
    font-size: 30px; } }

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

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

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

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

/* ==================== ##Typography ==================== */
/* Highlighter */
span.highlighter {
  padding: 0 0.2em;
  border-radius: 3px;
  color: #ffffff; }

/* Blockquote */
blockquote {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 44px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 42px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0rem; }
  blockquote:before {
    content: '“';
    display: inline-block;
    position: absolute;
    top: 35px;
    left: -6px;
    border-radius: unset;
    font-size: 80px;
    line-height: 1px;
    font-weight: 700;
    font-style: normal;
    box-shadow: unset; }
  blockquote cite {
    display: block;
    position: relative;
    margin-top: 12px;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #bababa;
    text-transform: uppercase;
    letter-spacing: 0rem; }
  blockquote.has-text-color:before {
    color: currentColor; }

.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 10px; }

/* ↓ dropcaps ↓ */
.dropcap {
  float: left;
  margin-top: 0.03em;
  margin-right: 0.43em;
  text-align: left;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
  color: inherit; }
  .dropcap-bg {
    float: left;
    width: 1.667em;
    height: 1.667em;
    margin-top: 0.4em;
    margin-right: 0.875em;
    border-radius: 0.2084em;
    font-size: 1.5em;
    line-height: 1.667;
    font-weight: 900;
    color: #ffffff;
    text-align: center; }

p.has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600; }

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

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%;
    visibility: visible;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out, border-color 0s; }
  .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%;
      text-align: left;
      border: 0;
      border-bottom: 1px solid #6d7078;
      background-color: transparent;
      color: #6e6e6e;
      height: 40px;
      font-size: 14px;
      font-weight: 400;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 20px; }
      .footer .mc4wp-form-fields input[type="email"]:not([type='checkbox'])::placeholder {
        color: #6e6e6e; }
    .footer .mc4wp-form-fields input[type="submit"] {
      transition: all 400ms;
      margin-bottom: 0;
      padding: 0 34px;
      height: 44px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      color: #fff !important;
      letter-spacing: 0; }
      .footer .mc4wp-form-fields input[type="submit"]:hover, .footer .mc4wp-form-fields input[type="submit"]:active, .footer .mc4wp-form-fields input[type="submit"]:focus {
        background: transparent !important; }
  .footer .iguru_wave_footer {
    display: block;
    position: absolute;
    top: 0;
    width: 100%; }
    .footer .iguru_wave_footer svg {
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      position: absolute; }

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

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

/* ==================== ##Page 404 ==================== */
.error404 #main {
  overflow: visible;
  z-index: 1; }

.error404 .page-header_wrapper .wgl-container {
  width: 95vw; }

.error404 .page-header {
  z-index: 0;
  margin-bottom: -40px !important; }

.error404 .footer {
  z-index: 0; }

.page_404_wrapper {
  padding-top: 140px;
  padding-bottom: 168px;
  margin-bottom: -40px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat; }
  .page_404_wrapper .banner_404 {
    font-size: 280px;
    line-height: 1.27;
    font-weight: 700;
    letter-spacing: -56px; }
    .page_404_wrapper .banner_404_title {
      padding-top: 41px;
      padding-bottom: 10px;
      font-size: 36px;
      line-height: 1.277; }
    .page_404_wrapper .banner_404_text {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 39px;
      font-size: 18px; }
    .page_404_wrapper .banner_404 span:nth-of-type(1) {
      margin-left: -60px; }
    .page_404_wrapper .banner_404 span:nth-of-type(2) {
      margin-left: -80px; }
  .page_404_wrapper .search-form .search-field,
  .page_404_wrapper .search-form {
    width: 100%;
    max-width: 400px; }
  .page_404_wrapper .search-form {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 19px; }
    .page_404_wrapper .search-form .search-field {
      margin-bottom: 0;
      padding-right: 50px; }
      .page_404_wrapper .search-form .search-field::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #6e6e6e;
        transition: 0.5s; }
      .page_404_wrapper .search-form .search-field:focus::placeholder {
        opacity: 0; }
  .page_404_wrapper .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    cursor: pointer; }
    .page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
      box-shadow: none;
      background: transparent; }
  .page_404_wrapper .search__icon {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s; }
    .page_404_wrapper .search__icon:after {
      content: '\f186';
      font-family: flaticon; }
  .page_404_wrapper .iguru_404_button.wgl_button .wgl_button_link {
    min-width: 180px;
    min-height: 48px;
    border-radius: 5px; }
    .page_404_wrapper .iguru_404_button.wgl_button .wgl_button_link span {
      position: relative;
      z-index: 1; }

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

.search-no-results .page_404_wrapper {
  padding-top: 10px;
  padding-bottom: 70px; }

/* ==================== ##SCSS variables ==================== */
/* ==================== ##Blog ==================== */
/* Fix to Item Carousel with box shadow */
.blog-posts .item {
  float: left; }

.blog-posts .container-grid.row.blog_carousel {
  margin-left: -15px;
  margin-right: -15px; }
  .blog-posts .container-grid.row.blog_carousel .iguru_module_carousel-wrapper {
    overflow: visible; }
  .blog-posts .container-grid.row.blog_carousel .iguru_module_carousel {
    width: 100%;
    padding: 10px 0;
    overflow: hidden; }
    .blog-posts .container-grid.row.blog_carousel .iguru_module_carousel .slick-slider {
      overflow: visible; }

.blog-posts .container-grid.row .iguru_module_carousel .iguru_module_carousel {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

.blog-posts:hover .button-read-more {
  transition: 0.3s; }

/* ↓ Standard Posts List ↓ */
.blog-style-standard.hover-animation .blog-post {
  padding-top: 25px; }
  .blog-style-standard.hover-animation .blog-post:hover .blog-post_wrapper {
    transform: translateY(-25px); }

.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: -25px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.45s; }
  .blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper {
    margin: 0;
    font-size: 14px;
    font-weight: 600; }

.blog-style-standard .blog-post_wrapper > .blog-post_meta_info {
  position: relative;
  bottom: unset; }
  .blog-style-standard .blog-post_wrapper > .blog-post_meta_info:not(:empty) {
    margin-bottom: 3px; }

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

.blog-style-standard .wgl_col-12:last-child .blog-post:not(.format-standard-image) {
  margin-bottom: 55px; }

.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-audio .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
  padding: 47px 55px 63px; }

.blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part {
  padding-bottom: 58%; }
  .blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0; }
    .blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) .videobox_background img {
      border-radius: 10px; }

.blog-style-standard .wgl_col-12 .format-video.blog-post > .blog-post_wrapper > .blog-post_content.has-date:first-child .blog-post_meta-wrap {
  padding-right: 105px; }

.blog-style-standard .wgl_col-12 .format-audio.blog-post .blog-post_wrapper {
  padding-top: 60px; }

.blog-style-standard .wgl_col-12 .format-audio.blog-post .blog-post_media .blog-post_media_part {
  padding-bottom: 20%;
  margin-bottom: 24px; }

.blog-style-standard .wgl_col-12 .format-no_featured .blog-post_content.has-date:first-child .blog-post_meta-wrap {
  padding-right: 60px; }

.blog-style-standard .wgl_col-12 .format-no_featured.format-video .blog-post_content.has-date:first-child .blog-post_meta-wrap {
  padding-right: 105px; }

.blog-style-standard .wgl_col-6 .format-no_featured:not(.format-video) .blog-post_wrapper,
.blog-style-standard .wgl_col-4 .format-no_featured:not(.format-video) .blog-post_wrapper,
.blog-style-standard .wgl_col-3 .format-no_featured:not(.format-video) .blog-post_wrapper {
  padding: 20px 20px 30px; }

.blog-style-standard .wgl_col-6 .format-no_featured.format-standard .blog-post_content.has-date .blog-post_meta-wrap,
.blog-style-standard .wgl_col-4 .format-no_featured.format-standard .blog-post_content.has-date .blog-post_meta-wrap,
.blog-style-standard .wgl_col-3 .format-no_featured.format-standard .blog-post_content.has-date .blog-post_meta-wrap {
  padding-right: 70px; }

.blog-style-standard .wgl_col-6 .format-no_featured.format-standard .blog-post_content.has-date .blog-post_title,
.blog-style-standard .wgl_col-4 .format-no_featured.format-standard .blog-post_content.has-date .blog-post_title,
.blog-style-standard .wgl_col-3 .format-no_featured.format-standard .blog-post_content.has-date .blog-post_title {
  padding-right: 50px; }

.blog-style-standard .wgl_col-6 .blog-post .blog-post_media,
.blog-style-standard .wgl_col-4 .blog-post .blog-post_media,
.blog-style-standard .wgl_col-3 .blog-post .blog-post_media {
  margin-bottom: 12px; }

.blog-style-standard .wgl_col-6 .blog-post_title,
.blog-style-standard .wgl_col-4 .blog-post_title,
.blog-style-standard .wgl_col-3 .blog-post_title {
  margin-bottom: 8px; }
  .blog-style-standard .wgl_col-6 .blog-post_title > a,
  .blog-style-standard .wgl_col-4 .blog-post_title > a,
  .blog-style-standard .wgl_col-3 .blog-post_title > a {
    font-size: 24px;
    line-height: 36px;
    font-weight: 800; }

.blog-style-standard .wgl_col-6 .format-no_featured:not(.format-video) .blog-post_wrapper {
  padding-left: 30px;
  padding-right: 30px; }

.blog-style-standard .blog-post {
  background: #ffffff;
  transition: 0.3s; }
  .blog-style-standard .blog-post .blog-post_wrapper {
    position: relative;
    transition: inherit; }
  .blog-style-standard .blog-post .blog-post_content {
    padding-top: 0; }
  .blog-style-standard .blog-post .meta-wrapper.post-date {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    .blog-style-standard .blog-post .meta-wrapper.post-date .date_post {
      min-width: 90px;
      border-radius: 0 10px 0 90%;
      padding: 11px 0 23px; }
  .blog-style-standard .blog-post .blog-post_media {
    margin-bottom: 25px; }
  .blog-style-standard .blog-post blockquote cite {
    padding-left: 0; }
  .blog-style-standard .blog-post .blog-post_meta-desc .button-read-more {
    transition: 0.3s; }
  .blog-style-standard .blog-post.hide_media {
    margin-bottom: 30px; }
    .blog-style-standard .blog-post.hide_media .blog-post_content {
      padding-bottom: 10px; }
  .blog-style-standard .blog-post:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }

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

.blog-style-standard .blog-post_text {
  font-size: 16px; }
  .blog-style-standard .blog-post_text blockquote {
    padding-bottom: 65px; }
    .blog-style-standard .blog-post_text blockquote.is-style-large:before {
      transform: scale(1.2) translateY(20%); }
  .blog-style-standard .blog-post_text .wp-block-pullquote blockquote {
    padding-bottom: 0; }
  .blog-style-standard .blog-post_text .wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: uppercase; }
  .blog-style-standard .blog-post_text .wp-block-pullquote.is-style-solid-color blockquote p:first-of-type {
    margin-top: -0.225em; }
  .blog-style-standard .blog-post_text .wp-block-archives-list,
  .blog-style-standard .blog-post_text .wp-block-latest-posts {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .blog-style-standard .blog-post_text .wp-block-categories-list .children li {
    padding-left: 0; }
  .blog-style-standard .blog-post_text .more-link {
    display: none; }

.blog-style-standard .blog-post_meta-wrap {
  padding-top: 7px;
  padding-bottom: 3px; }
  .blog-style-standard .blog-post_meta-wrap a:hover:before {
    color: inherit; }

.blog-style-standard .meta-wrapper.post-cats-author {
  flex-grow: 1; }

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

.blog-style-standard.acenter .blog-post_meta-wrap {
  justify-content: center; }

.blog-style-standard.aright .blog-post_meta-wrap {
  justify-content: flex-end; }

.blog-post {
  position: relative;
  margin-bottom: 60px; }
  .blog-post .blog-post_likes-wrap .wgl-likes {
    text-transform: capitalize;
    font-weight: 700; }
  .blog-post.format-gallery .blog-post_media .blog-post_media_part {
    overflow: hidden; }
  .blog-post.format-gallery .blog-post_media .iguru_module_carousel .slick-slide {
    cursor: e-resize; }
  .blog-post.format-gallery .blog-post_media .iguru_module_carousel, .blog-post.format-gallery .blog-post_media .iguru_module_carousel *:not(.slick-arrow) {
    border-radius: 10px; }
  .blog-post.format-gallery .blog-post_media:hover .iguru_module_carousel .slick-prev {
    margin-left: 0; }
  .blog-post.format-gallery .blog-post_media:hover .iguru_module_carousel .slick-next {
    margin-right: 0; }
  .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 .blog-post_media_part {
      position: relative; }
      .blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
        position: absolute;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  .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_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 .blog-post_feature-link:before,
      .blog-post.format-image .blog-post_media .blog-post_feature-link:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: rgba(40, 40, 40, 0.5);
        opacity: 0;
        transition: opacity 0.3s; }
      .blog-post.format-standard-image .blog-post_media .blog-post_feature-link img,
      .blog-post.format-image .blog-post_media .blog-post_feature-link img {
        border-radius: 10px; }
    .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;
      transition: 0.4s; }
  .blog-post.format-standard.link .blog-post_title:before {
    content: '\f0c1';
    display: inline-block;
    margin-right: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .blog-post.format-quote .blog-post_media, .blog-post.format-link .blog-post_media, .blog-post.format-audio .blog-post_media {
    position: relative; }
  .blog-post.format-quote .blog-post_quote-text {
    position: relative;
    z-index: 1;
    padding-right: 60px;
    font-size: 24px;
    line-height: 1.75;
    font-weight: normal;
    font-style: initial;
    vertical-align: top; }
    .blog-post.format-quote .blog-post_quote-text:before {
      content: '“';
      position: absolute;
      top: 0.5em;
      left: 0px;
      font-size: 80px;
      line-height: 1px; }
    .blog-post.format-quote .blog-post_quote-text, .blog-post.format-quote .blog-post_quote-text + .blog-post_quote-author {
      padding-left: 59px; }
  .blog-post.format-quote .blog-post_quote-author {
    margin-top: 8px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #bababa;
    text-transform: uppercase; }
    .blog-post.format-quote .blog-post_quote-author-pos {
      font-weight: 300; }
    .blog-post.format-quote .blog-post_quote-author img {
      border-radius: 50%; }
    .blog-post.format-quote .blog-post_quote-author .blog-post_quote-image {
      width: 30px;
      vertical-align: middle;
      margin-right: 10px; }
  .blog-post.format-link .blog-post_link {
    position: relative;
    z-index: 1;
    padding-right: 60px; }
    .blog-post.format-link .blog-post_link .link_post {
      display: block;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.75;
      font-style: initial; }
      .blog-post.format-link .blog-post_link .link_post:before {
        content: '\f1d2';
        font-family: flaticon;
        padding-right: 0.92em; }
  .blog-post .iguru_module_videobox.button_align-right.with_image .videobox_link_wrapper {
    right: 50px;
    top: auto;
    transform: translate(0%, 0%);
    bottom: 50px; }

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

.format-video .blog-post_media .blog-post_media_part {
  width: 100%; }
  .format-video .blog-post_media .blog-post_media_part, .format-video .blog-post_media .blog-post_media_part iframe,
  .format-video .blog-post_media .blog-post_media_part .videobox_background img {
    border-radius: 10px; }

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

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

.format-audio .blog-post_wrapper .blog-post_media, .format-quote .blog-post_wrapper .blog-post_media, .format-link .blog-post_wrapper .blog-post_media {
  margin-bottom: 3px; }

.format-audio .blog-post_wrapper .blog-post_media_part, .format-quote .blog-post_wrapper .blog-post_media_part, .format-link .blog-post_wrapper .blog-post_media_part {
  margin-bottom: 12px; }

.format-audio .blog-post_wrapper > .blog-post_media > .blog-post_meta_info, .format-quote .blog-post_wrapper > .blog-post_media > .blog-post_meta_info, .format-link .blog-post_wrapper > .blog-post_media > .blog-post_meta_info {
  position: static; }

.format-standard .blog-post_wrapper .blog-post_meta_info,
.format-standard .blog-post_wrapper .blog-post_content, .format-quote .blog-post_wrapper .blog-post_meta_info,
.format-quote .blog-post_wrapper .blog-post_content, .format-audio .blog-post_wrapper .blog-post_meta_info,
.format-audio .blog-post_wrapper .blog-post_content, .format-link .blog-post_wrapper .blog-post_meta_info,
.format-link .blog-post_wrapper .blog-post_content {
  padding: 0 !important; }

.format-no_featured:not(.format-video) .blog-post_wrapper, .format-quote .blog-post_wrapper, .format-audio .blog-post_wrapper, .format-link .blog-post_wrapper {
  border-radius: 10px; }

.format-no_featured:not(.format-video) .blog-post_wrapper {
  background: #f8f8f8; }

/* ↓ Sticky ↓ */
.blog-post.sticky-post {
  border-radius: 10px;
  background: #fbfbfb; }
  .blog-post.sticky-post .blog-post_wrapper {
    border-radius: inherit;
    box-shadow: inset -3px -3px 10px rgba(0, 0, 0, 0.08); }
  .blog-post.sticky-post .blog-post_media {
    padding: 10px 10px 0; }
  .blog-post.sticky-post .blog-post_content {
    padding: 0 15px 35px; }

.grid.blog_columns-1 .sticky-post .blog-post_content {
  padding: 0 35px 60px; }

/* ↑ Sticky ↑ */
.blog-posts .blog-post_title {
  display: block;
  word-wrap: break-word;
  clear: both;
  line-height: 34px; }
  .blog-posts .blog-post_title > a {
    font-size: 30px;
    line-height: 40px; }

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

.blog-post_content .page-link {
  margin-top: 25px; }

/* ↓ h[1-6] ↓ */
.blog-post_content h1, .blog-post_content h2, .blog-post_content h3, .blog-post_content h4, .blog-post_content h5, .blog-post_content h6, .row > div > h1, .row > div > h2, .row > div > h3, .row > div > h4, .row > div > h5, .row > div > h6 {
  margin-bottom: 16px; }

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

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

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

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

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

/* ↓ Medium and Tiny Image ↓ */
.blog-posts .blog-style-medium_img .blog-post_wrapper,
.blog-posts .blog-style-tiny_img .blog-post_wrapper {
  padding: 25px; }

.blog-posts .blog-style-medium_img .format-standard-image .blog-post_wrapper, .blog-posts .blog-style-medium_img .format-video .blog-post_wrapper,
.blog-posts .blog-style-tiny_img .format-standard-image .blog-post_wrapper,
.blog-posts .blog-style-tiny_img .format-video .blog-post_wrapper {
  padding: 0px; }

.blog-posts .blog-style-medium_img .format-link .blog-post_content.has-date .blog-post_meta-wrap,
.blog-posts .blog-style-medium_img .format-link .blog-post_content.has-date .blog-post_title, .blog-posts .blog-style-medium_img .format-quote .blog-post_content.has-date .blog-post_meta-wrap,
.blog-posts .blog-style-medium_img .format-quote .blog-post_content.has-date .blog-post_title,
.blog-posts .blog-style-tiny_img .format-link .blog-post_content.has-date .blog-post_meta-wrap,
.blog-posts .blog-style-tiny_img .format-link .blog-post_content.has-date .blog-post_title,
.blog-posts .blog-style-tiny_img .format-quote .blog-post_content.has-date .blog-post_meta-wrap,
.blog-posts .blog-style-tiny_img .format-quote .blog-post_content.has-date .blog-post_title {
  padding-right: 0; }

.blog-posts .blog-style-medium_img .blog-post_meta-wrap,
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap {
  justify-content: space-between;
  align-items: center; }
  .blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper.post-date,
  .blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper.post-date {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0; }
    .blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper.post-date .date_post,
    .blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper.post-date .date_post {
      min-width: 90px;
      border-radius: 0 10px 0 85%;
      padding: 11px 0 23px; }

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

.blog-posts .blog-style-medium_img .blog-post_meta-categories a,
.blog-posts .blog-style-tiny_img .blog-post_meta-categories a {
  line-height: 1.09; }

.blog-posts .blog-style-medium_img .blog-post_media,
.blog-posts .blog-style-tiny_img .blog-post_media {
  float: left; }
  .blog-posts .blog-style-medium_img .blog-post_media .blog-post_media,
  .blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media {
    float: none;
    width: 100%;
    margin: 0;
    padding-right: 0; }
  .blog-posts .blog-style-medium_img .blog-post_media .blog-post_feature-link:before,
  .blog-posts .blog-style-tiny_img .blog-post_media .blog-post_feature-link:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ↓ Medium Image ↓ */
.blog-posts .blog-style-medium_img .sticky-post {
  padding-top: 20px;
  padding-bottom: 30px; }

.blog-posts .blog-style-medium_img .blog-post_wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

.blog-posts .blog-style-medium_img .format-standard-image .blog-post_content, .blog-posts .blog-style-medium_img .format-audio .blog-post_content, .blog-posts .blog-style-medium_img .format-video .blog-post_content, .blog-posts .blog-style-medium_img .format-format-gallery .blog-post_content {
  float: left;
  width: calc(100% - 250px);
  margin-left: 0;
  padding: 0 30px 0 0; }
  .blog-posts .blog-style-medium_img .format-standard-image .blog-post_content > .meta-wrapper, .blog-posts .blog-style-medium_img .format-audio .blog-post_content > .meta-wrapper, .blog-posts .blog-style-medium_img .format-video .blog-post_content > .meta-wrapper, .blog-posts .blog-style-medium_img .format-format-gallery .blog-post_content > .meta-wrapper {
    margin-bottom: 5px; }

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

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

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

.blog-posts .blog-style-medium_img .blog-post_media {
  width: 250px;
  padding-right: 30px; }

.blog-posts .blog-style-medium_img .blog-post_content.has-date .blog-post_meta-wrap,
.blog-posts .blog-style-medium_img .blog-post_content.has-date .blog-post_title {
  padding-right: 85px; }

/* ↑ Medium Image ↑ */
/* ↓ Tiny Image ↓ */
.blog-posts .blog-style-tiny_img .iguru_module_carousel .slick-prev,
.blog-posts .blog-style-tiny_img .iguru_module_carousel .slick-next {
  display: none !important; }

.blog-posts .blog-style-tiny_img .sticky-post {
  padding: 20px 20px 30px; }
  .blog-posts .blog-style-tiny_img .sticky-post .blog-post_content {
    padding: 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_link > .link_post {
  margin-top: 0; }

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

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

.blog-posts .blog-style-tiny_img .format-no_featured .blog-post_media {
  margin-bottom: 20px; }

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

.blog-posts .blog-style-tiny_img .blog-post_media {
  width: 110px;
  margin-right: 20px;
  margin-bottom: 10px; }

.blog-posts .blog-style-tiny_img .blog-post_content .blog-post_meta-desc {
  justify-content: flex-start; }
  .blog-posts .blog-style-tiny_img .blog-post_content .blog-post_meta-desc > *:not(:first-child) {
    padding-left: 25px; }

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

.blog-posts .blog-style-tiny_img .blog-post_content.has-date .blog-post_meta-wrap,
.blog-posts .blog-style-tiny_img .blog-post_content.has-date .blog-post_title {
  padding-right: 105px; }

/* ↑ Tiny Image ↑ */
/* ↓ Mega menu ↓ */
.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%; }

/* ↑ Mega menu ↑ */
/* ↓ Blog Carousel ↓ */
.blog_carousel .iguru_module_carousel .slick-dots {
  margin-top: 0; }

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

.blog_carousel .iguru_module_carousel-wrapper {
  overflow: visible; }

/* ↓ Meta Information ↓ */
.blog-post_meta-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 14px;
  text-transform: initial; }
  .blog-post_meta-wrap .author_post img {
    border-radius: 50%;
    margin-right: 6px; }
  .blog-post_meta-wrap > *:not(:last-child) {
    margin-right: 15px; }
  .blog-post_meta-wrap .meta-wrapper {
    font-size: inherit;
    text-transform: inherit; }
    .blog-post_meta-wrap .meta-wrapper.post-cats-author {
      text-transform: uppercase; }
      .blog-post_meta-wrap .meta-wrapper.post-cats-author .author_post, .blog-post_meta-wrap .meta-wrapper.post-cats-author .author_post a:not(:hover) {
        color: #bababa; }
  .blog-post_meta-wrap .blog-post_views-wrap {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase; }

.blog-post_content .meta-wrapper {
  font-size: 14px; }
  .blog-post_content .meta-wrapper span {
    display: inline-block;
    position: relative;
    font-weight: 700;
    vertical-align: middle; }
  .blog-post_content .meta-wrapper img {
    border-radius: 50%;
    margin-right: 8px; }
  .blog-post_content .meta-wrapper.post-date {
    margin-bottom: 28px;
    color: #ffffff; }
    .blog-post_content .meta-wrapper.post-date .date_post {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 85px;
      padding: 20px 14.26px 14px;
      border-radius: 50%; }
      .blog-post_content .meta-wrapper.post-date .date_post .month {
        font-size: 10px;
        line-height: 1.5;
        font-weight: 500; }
      .blog-post_content .meta-wrapper.post-date .date_post .day {
        font-size: 36px;
        line-height: 1; }

/* ↑ Meta Information ↑ */
/* ↓ Category List ↓ */
.blog-post_meta-categories {
  position: relative;
  z-index: 1;
  line-height: 0; }
  .blog-post_meta-categories span {
    display: inline-block;
    position: relative;
    line-height: 30px;
    letter-spacing: 0; }
    .blog-post_meta-categories span:not(:last-child):after {
      content: '\200B,\2000'; }
  .blog-post_meta-categories:not(:only-child) span:last-child:after {
    content: '\2000/';
    padding-right: 0.5em; }
  .blog-post_meta-categories a {
    display: inline-block;
    position: relative;
    border: unset;
    font-size: 14px;
    line-height: inherit;
    color: #ffffff; }

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

.single_meta .iguru_module_carousel {
  overflow: hidden; }

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

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

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

.single_meta.format-link .blog-post_media, .single_meta.format-quote .blog-post_media {
  margin-bottom: 25px;
  text-align: center; }

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

/* ↓ Single post type 1 - title first ↓ */
.single_type-1 .blog-post.blog-post-single-item .meta-wrapper.post-cats-author {
  flex-grow: 1; }

.single_type-1 .blog-post.blog-post-single-item .meta-wrapper.post-date {
  position: absolute;
  top: 0;
  left: 0; }

.single_type-1 .blog-post.blog-post-single-item .post.has-post-thumbnail .blog-post_content,
.single_type-1 .blog-post.blog-post-single-item .post.format-gallery .blog-post_content {
  padding-top: 0; }

.single_type-1 .blog-post.blog-post-single-item .post.has-post-thumbnail .meta-wrapper.post-date,
.single_type-1 .blog-post.blog-post-single-item .post.format-gallery .meta-wrapper.post-date {
  z-index: 2;
  top: unset;
  left: unset;
  right: 0; }
  .single_type-1 .blog-post.blog-post-single-item .post.has-post-thumbnail .meta-wrapper.post-date .date_post,
  .single_type-1 .blog-post.blog-post-single-item .post.format-gallery .meta-wrapper.post-date .date_post {
    min-width: 90px;
    border-radius: 0 10px 0 85%;
    padding: 11px 0 23px; }

.single_type-1 .blog-post.blog-post-single-item .blog-post_content {
  padding-top: 114px; }
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
    margin-bottom: 15px; }
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_media img {
    border-radius: 10px; }
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .author-info_wrapper {
    margin-top: 0; }

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

/* ↑ Single post type 1 - title first ↑ */
/* ↓ Single post type 2 - image first ↓ */
.single_type-2 .blog-post.blog-post-single-item .post.has-post-thumbnail,
.single_type-2 .blog-post.blog-post-single-item .post.format-gallery {
  position: relative; }
  .single_type-2 .blog-post.blog-post-single-item .post.has-post-thumbnail .meta-wrapper.post-date,
  .single_type-2 .blog-post.blog-post-single-item .post.format-gallery .meta-wrapper.post-date {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin-bottom: 0; }
    .single_type-2 .blog-post.blog-post-single-item .post.has-post-thumbnail .meta-wrapper.post-date .date_post,
    .single_type-2 .blog-post.blog-post-single-item .post.format-gallery .meta-wrapper.post-date .date_post {
      min-width: 90px;
      border-radius: 0 10px 0 85%;
      padding: 11px 0 23px; }
      .single_type-2 .blog-post.blog-post-single-item .post.has-post-thumbnail .meta-wrapper.post-date .date_post > span,
      .single_type-2 .blog-post.blog-post-single-item .post.format-gallery .meta-wrapper.post-date .date_post > span {
        padding: 0 10px; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media {
  margin-bottom: 19px; }
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media img {
    border-radius: 10px; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
  margin-bottom: -4px; }
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .blog-post_views-wrap {
    align-self: center; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper.post-cats-author {
  flex-grow: 1; }
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper.post-cats-author, .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper.post-cats-author + .blog-post_meta-wrap {
    display: inline-block; }

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px; }

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

/* ↑ Single post type 2 - image first ↑ */
/* ↓ Single post type 3 - overlay image ↓ */
.post_featured_bg {
  position: relative;
  margin-top: -40px;
  background: #165758; }
  .post_featured_bg > .blog-post {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0 !important; }
    .post_featured_bg > .blog-post .single_meta {
      margin: 0 auto; }
  .post_featured_bg .meta-wrapper {
    color: #ffffff;
    text-transform: uppercase; }
    .post_featured_bg .meta-wrapper img {
      transition: 0.3s; }
    .post_featured_bg .meta-wrapper span.author_post a {
      color: inherit; }
    .post_featured_bg .meta-wrapper.post-cats-author .author_post a:hover {
      text-shadow: 1px 1px 7px #ffffff; }
  .post_featured_bg .parallax-video {
    z-index: 1 !important; }
    .post_featured_bg .parallax-video + .wgl-container {
      position: relative;
      z-index: 2; }
  .post_featured_bg .blog-post_bg_media {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 33%; }
    .post_featured_bg .blog-post_bg_media:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(90deg, rgba(24, 27, 36, 0.7), rgba(0, 0, 0, 0));
      background-color: rgba(17, 17, 17, 0.2);
      opacity: 0.7; }
  .post_featured_bg .blog-post_meta-wrap {
    width: 200%;
    margin-left: -50%;
    padding: 21.25px 50%;
    color: #ffffff;
    background: rgba(17, 17, 17, 0.4); }
    .post_featured_bg .blog-post_meta-wrap a, .post_featured_bg .blog-post_meta-wrap a:hover {
      color: inherit; }
    .post_featured_bg .blog-post_meta-wrap a:hover {
      text-shadow: 1px 1px 7px #ffffff; }
    .post_featured_bg .blog-post_meta-wrap:empty {
      display: none; }
  .post_featured_bg .blog-post_likes-wrap a:before {
    content: '\f150';
    font-family: flaticon;
    padding-right: 0.75em;
    transition: 0.3s; }
  .post_featured_bg .blog-post_likes-wrap .sl-icon {
    display: none; }
  .post_featured_bg .blog-post_likes-wrap .wgl-likes a {
    transition: all 0.4s, text-shadow 0s; }
  .post_featured_bg .blog-post_likes-wrap .wgl-likes .sl-count, .post_featured_bg .blog-post_likes-wrap .wgl-likes:hover .sl-count {
    color: inherit;
    text-transform: uppercase; }
  .post_featured_bg .blog-post {
    margin-bottom: 0; }
  .post_featured_bg .blog-post_title {
    position: relative;
    z-index: 1;
    margin: 8px 0 45px;
    line-height: 1.286;
    color: #ffffff; }
  .post_featured_bg .content-container {
    position: relative;
    text-align: left; }
  .post_featured_bg .date_info {
    margin-top: 25px; }

/* ↑ Single post type 3 - overlay image ↑ */
.single #main-content > .blog-post {
  margin-bottom: 30px; }

body.single .wgl-container .row.single_type-3 {
  padding-top: 50px; }

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

.blog-post_text .alignleft:last-child, .blog-post_text .alignright:last-child {
  margin-bottom: 10px; }

.blog-post_meta-desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  clear: both; }
  .blog-post_meta-desc > :not(:first-child) {
    padding-left: 25px; }
  .blog-post_meta-desc .read-more-wrap {
    flex-grow: 1; }
    .blog-post_meta-desc .read-more-wrap a {
      vertical-align: baseline; }
    .blog-post_meta-desc .read-more-wrap:not(:only-child) {
      text-align: left; }
  .blog-post_meta-desc .share_post-container:first-child .share_social-wpapper {
    right: auto;
    left: -10px; }
    .blog-post_meta-desc .share_post-container:first-child .share_social-wpapper:after {
      right: auto;
      left: 10px; }

.button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  vertical-align: middle;
  transition: 0.3s ease-in-out; }
  .button-read-more:after, .button-read-more:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: currentColor;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out; }
  .button-read-more:before {
    width: 100%;
    background: #dfdfdf; }
  .button-read-more:hover:after, .button-read-more:focus:after {
    width: 100%;
    background-color: currentColor; }

.tagcloud-wrapper .title_tags {
  font-size: 15px;
  margin-right: 18px; }

.single_post_info {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-style: normal;
  clear: both; }
  .single_post_info .meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 20px;
    color: #bababa; }
    .single_post_info .meta-wrapper > * {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .single_post_info .meta-wrapper > * + * {
        margin-left: 40px; } }
    .single_post_info .meta-wrapper .tagcloud-wrapper {
      flex-grow: 1; }
      .single_post_info .meta-wrapper .tagcloud-wrapper:only-child {
        padding-bottom: 14px; }
    @media (max-width: 768px) {
      .single_post_info .meta-wrapper .tagcloud-wrapper {
        width: 100%; } }
    .single_post_info .meta-wrapper .blog-post_likes-wrap:only-child {
      flex-grow: 1;
      text-align: right; }
  .single_post_info .wgl-likes a,
  .single_post_info .comments_post a {
    font-weight: 600;
    color: inherit; }
    .single_post_info .wgl-likes a:before,
    .single_post_info .comments_post a:before {
      transition: 0.3s; }
  .single_post_info .single_info-share_social-wpapper {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center; }
  .single_post_info .post_info-divider + .single_info-share_social-wpapper {
    padding-bottom: 29px; }
  .single_post_info:nth-last-child(2), .single_post_info:nth-last-child(2) .tagcloud-wrapper:only-child {
    padding-bottom: 0; }

.post_info-divider {
  margin-top: 39px;
  border-top: 1px solid rgba(96, 101, 104, 0.15);
  clear: both; }

.meta-wrapper + .post_info-divider {
  margin-top: 4px; }

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

.blog-post_likes-wrap + .share_post {
  padding-right: 20px; }

.blog-post_likes-wrap .wgl-likes {
  line-height: 1.8;
  text-transform: uppercase; }
  .blog-post_likes-wrap .wgl-likes .sl-button .sl-icon:before {
    color: inherit; }

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

/* ↓ Post Prev/Next ↓ */
.iguru-post-navigation {
  position: relative;
  margin-bottom: -30px;
  padding: 0; }
  .iguru-post-navigation .back-nav_page {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    cursor: pointer; }
    .iguru-post-navigation .back-nav_page span {
      position: absolute;
      width: 8px;
      height: 8px;
      border: unset;
      background-color: #d5dee3;
      transition: 0.45s; }
      .iguru-post-navigation .back-nav_page span:nth-child(1) {
        top: 0;
        left: 0; }
      .iguru-post-navigation .back-nav_page span:nth-child(2) {
        top: 0;
        right: 0; }
      .iguru-post-navigation .back-nav_page span:nth-child(3) {
        bottom: 0;
        right: 0; }
      .iguru-post-navigation .back-nav_page span:nth-child(4) {
        bottom: 0;
        left: 0; }
    .iguru-post-navigation .back-nav_page:hover span:nth-child(1) {
      margin-left: 10px; }
    .iguru-post-navigation .back-nav_page:hover span:nth-child(2) {
      margin-top: 10px; }
    .iguru-post-navigation .back-nav_page:hover span:nth-child(3) {
      margin-right: 10px; }
    .iguru-post-navigation .back-nav_page:hover span:nth-child(4) {
      margin-bottom: 10px; }
  .iguru-post-navigation:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }

.prev-link,
.next-link {
  position: relative;
  z-index: 1;
  padding: 20px 7.5px;
  font-size: 13px;
  font-weight: 700;
  color: #939393;
  text-transform: uppercase;
  background: #f2f2f2;
  transition: 300ms; }
  .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: '\f11f';
      display: inline-block;
      position: absolute;
      top: 2px;
      left: -6px;
      border: 0;
      font-family: flaticon;
      font-size: 12px;
      font-style: normal;
      vertical-align: middle; }
  .prev-link:hover,
  .next-link:hover {
    color: #ffffff !important; }

.prev-link_wrapper,
.next-link_wrapper {
  width: calc(50% - 65px);
  margin-bottom: 30px; }
  .prev-link_wrapper .info_wrapper > a,
  .next-link_wrapper .info_wrapper > a {
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.8s; }
    .prev-link_wrapper .info_wrapper > a .prev-link-info_wrapper,
    .prev-link_wrapper .info_wrapper > a .next-link-info_wrapper,
    .prev-link_wrapper .info_wrapper > a img,
    .next-link_wrapper .info_wrapper > a .prev-link-info_wrapper,
    .next-link_wrapper .info_wrapper > a .next-link-info_wrapper,
    .next-link_wrapper .info_wrapper > a img {
      backface-visibility: hidden;
      transition: inherit; }
  .prev-link_wrapper .info_wrapper .image_prev,
  .prev-link_wrapper .info_wrapper .image_next,
  .next-link_wrapper .info_wrapper .image_prev,
  .next-link_wrapper .info_wrapper .image_next {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    vertical-align: top;
    transition: inherit; }
    .prev-link_wrapper .info_wrapper .image_prev:before,
    .prev-link_wrapper .info_wrapper .image_next:before,
    .next-link_wrapper .info_wrapper .image_prev:before,
    .next-link_wrapper .info_wrapper .image_next:before {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      width: 100%;
      border-radius: 10px;
      font-family: flaticon;
      font-size: 17px;
      line-height: 70px;
      font-weight: 900;
      color: #ffffff;
      text-align: center;
      opacity: 0;
      transition: inherit; }
    .prev-link_wrapper .info_wrapper .image_prev.image_exist img,
    .prev-link_wrapper .info_wrapper .image_next.image_exist img,
    .next-link_wrapper .info_wrapper .image_prev.image_exist img,
    .next-link_wrapper .info_wrapper .image_next.image_exist img {
      border-radius: 10px; }
  .prev-link_wrapper .info_wrapper .prev_title,
  .prev-link_wrapper .info_wrapper .next_title,
  .next-link_wrapper .info_wrapper .prev_title,
  .next-link_wrapper .info_wrapper .next_title {
    display: inline-block;
    position: relative;
    max-width: 280px;
    font-size: 15px;
    line-height: 1.34;
    font-weight: 700;
    word-wrap: break-word;
    transition: 0.45s; }
    @media (max-width: 350px) {
      .prev-link_wrapper .info_wrapper .prev_title,
      .prev-link_wrapper .info_wrapper .next_title,
      .next-link_wrapper .info_wrapper .prev_title,
      .next-link_wrapper .info_wrapper .next_title {
        max-width: 168px; } }
    .prev-link_wrapper .info_wrapper .prev_title:empty,
    .prev-link_wrapper .info_wrapper .next_title:empty,
    .next-link_wrapper .info_wrapper .prev_title:empty,
    .next-link_wrapper .info_wrapper .next_title:empty {
      display: none; }

.prev-link {
  float: left; }
  .prev-link_wrapper {
    float: left;
    text-align: right; }
    .prev-link_wrapper a {
      justify-content: flex-start;
      text-align: left; }
      .prev-link_wrapper a:hover .image_prev:before {
        opacity: 1; }
    .prev-link_wrapper .image_prev {
      margin-right: 20px; }
      .prev-link_wrapper .image_prev:before {
        content: '\f138';
        left: 0; }
      .prev-link_wrapper .image_prev.no_image:before {
        opacity: 1; }
    .prev-link_wrapper .prev_title {
      text-align: left; }
  .prev-link_icon {
    margin-left: 5px;
    margin-right: 5px; }
    .prev-link_icon:before {
      content: '\f140';
      left: auto;
      right: -6px; }

.next-link {
  float: right; }
  .next-link_wrapper {
    float: right;
    text-align: left; }
    .next-link_wrapper a {
      justify-content: flex-end;
      text-align: right; }
      .next-link_wrapper a:hover .image_next:before {
        opacity: 1; }
    .next-link_wrapper .image_next {
      margin-left: 20px; }
      .next-link_wrapper .image_next:before {
        content: '\f136';
        right: 0; }
      .next-link_wrapper .image_next.no_image:before {
        opacity: 1; }
    .next-link_wrapper .next_title {
      text-align: right; }

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

.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
  margin-top: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  color: #bababa;
  text-transform: uppercase;
  background: none; }
  .prev-link-info_wrapper .meta-wrapper > *,
  .next-link-info_wrapper .meta-wrapper > * {
    line-height: 16px;
    letter-spacing: 0;
    transition: 0.45s; }

/* ↑ Post Prev/Next ↑ */
/* ↓ Related_posts ↓ */
.single.related_posts {
  margin-top: 93px; }
  .single.related_posts .iguru_module_title {
    padding-bottom: 23px; }
    .single.related_posts .iguru_module_title h4 {
      font-size: 36px; }
  .single.related_posts .blog-post_meta-wrap {
    margin-bottom: 5px; }

/* ↑ Related_posts ↑ */
/* ↓ Author info wrapper ↓ */
.author-info_wrapper {
  display: flex;
  position: relative;
  z-index: 0;
  margin: 0 0 9px;
  border-radius: 10px;
  padding: 40px 40px 30px;
  background-color: #f5f7f8;
  background-image: url(../img/blog-author-bg.png); }

.author-info_avatar {
  margin-bottom: 20px;
  min-width: 150px;
  padding-right: 30px; }
  .author-info_avatar img {
    border-radius: 50%;
    background: #ffffff; }

.author-info_name {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff; }
  .author-info_name span {
    margin-right: 5px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }

.author-info_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff; }

.author-info_social-wrapper {
  margin: 17px -12px 0;
  line-height: 1; }

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

.post_info-divider + .author-info_wrapper {
  margin-top: 39px; }

/* ↑ Author info wrapper ↑ */
.blog-post_wrapper .blog-post_media .iguru_module_videobox img {
  box-shadow: none; }

.blog-post_wrapper .blog-post_media .iguru_module_videobox .videobox_link {
  border-color: transparent;
  opacity: 0.9; }

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

.blog-post_wrapper .blog-post_content .iguru_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 .slider-wrapper, .blog-post_bg_media .blog-post_media-slider {
    height: 100%; }

/* Slick Settings */
.slider-wrapper.iguru_module_carousel .blog-post_media-slider_slick {
  height: 100%; }
  .slider-wrapper.iguru_module_carousel .blog-post_media-slider_slick .item_slick {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%; }
    .slider-wrapper.iguru_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);
      overflow: hidden; }
      .slider-wrapper.iguru_module_carousel .blog-post_media-slider_slick .item_slick span img {
        transform: scale(1.25, 1.25);
        transition: 500ms ease-in-out; }
    .slider-wrapper.iguru_module_carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
      transform: scale(1, 1); }
  .slider-wrapper.iguru_module_carousel .blog-post_media-slider_slick .slick-list,
  .slider-wrapper.iguru_module_carousel .blog-post_media-slider_slick .slick-track {
    height: 100%; }

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

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

.blog_title.iguru_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"] {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-left: 10px;
      background: #f2f2f2;
      cursor: pointer;
      transition: 0.45s ease; }
      .wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] span {
        display: block;
        line-height: 25px;
        text-align: center; }
        .wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] span:after {
          content: '\f11f';
          font-family: flaticon;
          font-size: 14px;
          display: inline-block;
          border: 0;
          color: #939393 !important;
          vertical-align: top;
          line-height: 25px; }
      .wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"]:hover span:after {
        color: #fff !important; }
      .wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"].left_slick_arrow span:after {
        content: "\f140"; }

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

.container-grid.row > .iguru_module_carousel {
  margin-left: 0;
  margin-right: 0; }
  .container-grid.row > .iguru_module_carousel.navigation_offset_element {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden; }
    .container-grid.row > .iguru_module_carousel.navigation_offset_element > .slick-slider {
      overflow: visible; }
    .container-grid.row > .iguru_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 .wgl-views {
  display: inline-block; }
  .blog-post_views-wrap .wgl-views:before {
    content: '\f14e';
    font-family: flaticon;
    font-weight: 700;
    padding-right: 0.75em;
    transition: 0.3s; }
  .blog-post_views-wrap .wgl-views .counts_text {
    display: inline; }

/* ↓ Comments ↓ */
.comments_post a:before {
  content: '\f17d';
  font-family: flaticon;
  padding-right: 0.75em; }

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

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

.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;
  text-align: center; }
  .blog_archive-cat_title {
    text-transform: capitalize; }

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

@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: 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; }
  .iguru-post-navigation {
    margin-bottom: 0; } }

@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-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left; }
  .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 {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px; }
  .vc_col-sm-8 .blog-style-standard.row .wgl_col-6, .vc_col-sm-9 .blog-style-standard.row .wgl_col-6 {
    width: 100%; }
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
    width: 50%; }
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
    clear: none; }
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(2n+1) {
    clear: left; } }

@media only screen and (max-width: 768px) {
  .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
    width: 100%; }
  .prev-link_wrapper, .next-link_wrapper {
    max-width: 100%;
    width: 100%; }
  .iguru-post-navigation .back-nav_page {
    display: none; } }

@media only screen and (max-width: 600px) {
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
  .single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
    max-width: 100%; }
  .blog-posts .blog-style-medium_img .blog-post_media {
    width: 180px; }
  .blog-posts .blog-style-medium_img .blog-post_content {
    width: calc(100% - 180px); }
  .post_featured_bg .blog-post_meta-wrap {
    width: 150%;
    margin-left: -25%;
    padding-left: 25%;
    padding-right: 25%; } }

@media screen and (max-width: 420px) {
  .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; } }

/* ==================== ##Team ==================== */
.wgl_module_team {
  position: relative;
  z-index: 1; }
  .wgl_module_team .team-item {
    float: left; }
  .wgl_module_team .team-item_content {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #f9f9f9;
    transition: 0.3s; }
    .wgl_module_team .team-item_content:hover {
      box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
      background: #ffffff; }
      .wgl_module_team .team-item_content:hover .team-icon:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .wgl_module_team .team-item_content:hover .team-icon:not(:first-child) {
        opacity: 1;
        transform: translate(0); }
  .wgl_module_team .team-image {
    display: inline-block;
    position: relative; }
    .wgl_module_team .team-image img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .wgl_module_team .team-item_info {
    padding: 0 30px 36px;
    background-repeat: no-repeat;
    background-position: 106% 94%;
    transition: 0.4s; }
  .wgl_module_team .team-item_titles {
    transition: inherit; }
  .wgl_module_team .team-title {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800; }
    .wgl_module_team .team-title a {
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      transition: 0.3s; }
  .wgl_module_team .team-department {
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    transition: inherit; }
  .wgl_module_team .team-item_excerpt {
    margin: 17px 0 5px;
    line-height: 1.7;
    transition: 0.4s;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .wgl_module_team .team-item_excerpt::-webkit-scrollbar {
      display: none; }
  .wgl_module_team .team-info_icons {
    display: flex;
    position: relative;
    margin-top: -18px;
    transition: 0.4s; }
    .wgl_module_team .team-info_icons .fa-share-alt {
      transition: 0.4s; }
      .wgl_module_team .team-info_icons .fa-share-alt:hover {
        filter: brightness(0.95); }
    .wgl_module_team .team-info_icons a:hover {
      color: #ffffff; }
    .wgl_module_team .team-info_icons a[class*=skype]:hover {
      background-color: #00aff0; }
    .wgl_module_team .team-info_icons a[class*=twitter]:hover {
      background-color: #1da1f2; }
    .wgl_module_team .team-info_icons a[class*=youtube]:hover {
      background-color: #ff0000; }
    .wgl_module_team .team-info_icons a[class*=facebook]:hover {
      background-color: #3b5998; }
    .wgl_module_team .team-info_icons a[class*=linkedin]:hover {
      background-color: #007bb5; }
    .wgl_module_team .team-info_icons a[class*=telegram]:hover {
      background-color: #0088cc; }
    .wgl_module_team .team-info_icons a[class*=whatsapp]:hover {
      background-color: #25d366; }
    .wgl_module_team .team-info_icons a[class*=pinterest]:hover {
      background-color: #e40000; }
    .wgl_module_team .team-info_icons a[class*=instagram]:hover {
      background-color: #c32aa3; }
    .wgl_module_team .team-info_icons a[class*=google-plus]:hover {
      background-color: #db4437; }
  .wgl_module_team .team-icon {
    width: 36px;
    height: 36px;
    border-radius: unset;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    text-align: center; }
    .wgl_module_team .team-icon:first-child {
      border-radius: 5px; }
    .wgl_module_team .team-icon:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .wgl_module_team .team-icon:not(:first-child) {
      opacity: 0;
      transform: translateX(-10px); }
    .wgl_module_team .team-icon:nth-child(2) {
      transition-delay: 0.05s; }
    .wgl_module_team .team-icon:nth-child(3) {
      transition-delay: 0.1s; }
    .wgl_module_team .team-icon:nth-child(4) {
      transition-delay: 0.15s; }
    .wgl_module_team .team-icon:nth-child(5) {
      transition-delay: 0.2s; }
    .wgl_module_team .team-icon:nth-child(6) {
      transition-delay: 0.25s; }
    .wgl_module_team .team-icon:nth-child(7) {
      transition-delay: 0.3s; }
    .wgl_module_team .team-icon:nth-child(8) {
      transition-delay: 0.35s; }
    .wgl_module_team .team-icon:nth-child(9) {
      transition-delay: 0.4s; }
  .wgl_module_team.acenter .team-item_content:hover .team-icon:not(:first-child) {
    width: 36px; }
  .wgl_module_team.acenter .team-info_icons {
    justify-content: center; }
    .wgl_module_team.acenter .team-info_icons .team-icon:not(:first-child) {
      width: 0; }
  .wgl_module_team.aright .team-item_content .team-item_info {
    background-position: 0 104%; }
  .wgl_module_team.aright .team-item_content:hover .team-icon:first-child {
    border-radius: 0 5px 5px 0; }
  .wgl_module_team.aright .team-info_icons {
    flex-direction: row-reverse; }
    .wgl_module_team.aright .team-info_icons .team-icon:last-child {
      border-radius: 5px 0 0 5px; }
  .wgl_module_team.team-col_1 .team-item {
    width: 100%; }
  .wgl_module_team.team-col_2 .team-item {
    width: 50%; }
    .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
      clear: left; }
  .wgl_module_team.team-col_3 .team-item {
    width: 33.3333333%; }
    .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
      clear: left; }
  .wgl_module_team.team-col_4 .team-item {
    width: 25%; }
    .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
      clear: left; }
  .wgl_module_team.team-col_5 .team-item {
    width: 20%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
      clear: left; }
  .wgl_module_team .iguru_module_carousel-wrapper .iguru_module_carousel {
    margin-left: 0;
    margin-right: 0; }
    .wgl_module_team .iguru_module_carousel-wrapper .iguru_module_carousel .team-item_content:hover {
      box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.08); }
    .wgl_module_team .iguru_module_carousel-wrapper .iguru_module_carousel .team-item:not(:first-child) {
      clear: none; }
  .wgl_module_team:after {
    content: '';
    display: block;
    clear: both; }

.single-team .page-header {
  margin-bottom: 0 !important; }

.single-team .single_team_page .team-single_wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 99px;
  margin-bottom: 60px;
  border-radius: 10px;
  padding: 0 54px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }

.single-team .single_team_page .team-image_wrap {
  align-self: flex-start;
  padding-right: 49px;
  transform: translateY(-50px); }
  @media (max-width: 480px) {
    .single-team .single_team_page .team-image_wrap {
      padding: 30px; } }

.single-team .single_team_page .team-image img {
  border-radius: 5px; }

@media (min-width: 969px) {
  .single-team .single_team_page .team-image {
    width: 440px; } }

@media (max-width: 968px) {
  .single-team .single_team_page .team-image {
    max-width: 370px; } }

.single-team .single_team_page .team-info_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 45px;
  margin-bottom: 35px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom right; }

.single-team .single_team_page .team-title {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.055; }

.single-team .single_team_page .team-info_item {
  margin-bottom: 4px;
  font-size: 16px; }
  .single-team .single_team_page .team-info_item.team-department {
    margin-bottom: 4px;
    font-size: 16px; }
  .single-team .single_team_page .team-info_item:first-child {
    margin-top: 0; }
  .single-team .single_team_page .team-info_item > * {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .single-team .single_team_page .team-info_item h5 {
    margin-right: 11px;
    text-transform: initial; }
  .single-team .single_team_page .team-info_item a {
    color: inherit; }

.single-team .single_team_page .team-info_icons {
  margin-top: -18px;
  line-height: 1;
  text-align: center; }
  .single-team .single_team_page .team-info_icons .team-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: unset;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }
    .single-team .single_team_page .team-info_icons .team-icon.fa-share-alt {
      transition: 0.4s; }
      .single-team .single_team_page .team-info_icons .team-icon.fa-share-alt:hover {
        filter: brightness(0.95); }
    .single-team .single_team_page .team-info_icons .team-icon[class*=skype]:hover {
      background-color: #00aff0; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=twitter]:hover {
      background-color: #1da1f2; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=youtube]:hover {
      background-color: #ff0000; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=facebook]:hover {
      background-color: #3b5998; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=linkedin]:hover {
      background-color: #007bb5; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=telegram]:hover {
      background-color: #0088cc; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=whatsapp]:hover {
      background-color: #25d366; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=pinterest]:hover {
      background-color: #e40000; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=instagram]:hover {
      background-color: #c32aa3; }
    .single-team .single_team_page .team-info_icons .team-icon[class*=google-plus]:hover {
      background-color: #db4437; }
  .single-team .single_team_page .team-info_icons .team-icon:first-child {
    border-radius: 5px 0 0 5px; }
  .single-team .single_team_page .team-info_icons .team-icon:last-child {
    border-radius: 0 5px 5px 0; }

.single-team .single_team_page .team-info-desc {
  margin-top: 20px; }

.single-team .single_team_page .team-single_speaches-title {
  font-weight: 400;
  margin-bottom: 30px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_item {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #dddddd;
  border-radius: 10px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_day {
  margin-bottom: 6px;
  font-size: 22px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_time {
  margin-bottom: 8px; }

.single-team .single_team_page .team-single_speaches-info .speech-info_time,
.single-team .single_team_page .team-single_speaches-info .speech-info_desc {
  font-size: 18px; }

/* ==================== ##Shares Style ==================== */
/* Post List Share */
.share_post-container {
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
  vertical-align: middle;
  user-select: none; }
  .share_post-container .share_social-wpapper {
    display: inline-block; }
  .share_post-container .share_post > a:before,
  .share_post-container .share_social-wpapper a span {
    font-size: 14px; }
  .share_post-container .share_post {
    display: block;
    color: inherit; }
  .share_post-container span {
    display: block;
    line-height: inherit; }
  .share_post-container > a {
    display: block;
    line-height: 34px;
    color: #292929;
    text-align: center;
    pointer-events: none; }
    .share_post-container > a:before {
      content: '\f133';
      font-family: flaticon;
      font-size: 13px;
      font-weight: bold;
      vertical-align: middle; }
  .share_post-container:hover .share_social-wpapper {
    margin-top: -2px;
    opacity: 1;
    visibility: visible; }
  .share_post-container .share_social-wpapper {
    display: block;
    position: absolute;
    z-index: 2;
    top: -100%;
    right: 0;
    margin-top: 10px;
    margin-right: -10px;
    border-radius: 5px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out; }
    .share_post-container .share_social-wpapper:before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      height: 15px; }
    .share_post-container .share_social-wpapper:after {
      content: '';
      position: absolute;
      right: 10px;
      bottom: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8.5px 0 8.5px;
      border-color: #fff transparent transparent transparent;
      pointer-events: none; }
    .share_post-container .share_social-wpapper ul {
      border-radius: inherit;
      padding: 0;
      line-height: inherit;
      white-space: nowrap; }
      .share_post-container .share_social-wpapper ul li {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-bottom: 0;
        padding: 0;
        line-height: 30px;
        text-align: center;
        opacity: 1;
        vertical-align: top;
        visibility: visible;
        transition: 0.3s; }
        .share_post-container .share_social-wpapper ul li span.fa:before {
          transition: 0.3s; }
        .share_post-container .share_social-wpapper ul li span.fa:not(:hover):before {
          color: inherit; }
        .share_post-container .share_social-wpapper ul li:before {
          display: none; }
        .share_post-container .share_social-wpapper ul li:first-child, .share_post-container .share_social-wpapper ul li:first-child * {
          border-top-left-radius: inherit;
          border-bottom-left-radius: inherit; }
        .share_post-container .share_social-wpapper ul li:last-child, .share_post-container .share_social-wpapper ul li:last-child * {
          border-top-right-radius: inherit;
          border-bottom-right-radius: inherit; }
        .share_post-container .share_social-wpapper ul li .share_google span.fa {
          color: #db4437; }
        .share_post-container .share_social-wpapper ul li .share_twitter span.fa {
          color: #1da1f2; }
        .share_post-container .share_social-wpapper ul li .share_linkedin span.fa {
          color: #007bb5; }
        .share_post-container .share_social-wpapper ul li .share_facebook span.fa {
          color: #3b5998; }
        .share_post-container .share_social-wpapper ul li .share_pinterest span.fa {
          color: #e40000; }

/* Post Share */
.single_info-share_social-wpapper > span {
  margin-right: 17px;
  font-size: 16px;
  font-weight: 700; }

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

.single_info-share_social-wpapper .share_link, .single_info-share_social-wpapper .share_post {
  display: inline-block;
  position: relative;
  transition: 0.45s ease-in-out; }

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

.single_info-share_social-wpapper .share_google span {
  color: #db4437; }

.single_info-share_social-wpapper .share_twitter span {
  color: #1da1f2; }

.single_info-share_social-wpapper .share_facebook span {
  color: #3b5998; }

.single_info-share_social-wpapper .share_linkedin span {
  color: #007bb5; }

.single_info-share_social-wpapper .share_pinterest span {
  color: #e40000; }

.single_info-share_social-wpapper .share_link {
  border-radius: 50%; }
  .single_info-share_social-wpapper .share_link span {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: inherit;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    transition: 0.4s; }
    .single_info-share_social-wpapper .share_link span[class*=facebook] {
      background-color: #3b5998;
      border-color: #3b5998; }
    .single_info-share_social-wpapper .share_link span[class*=twitter] {
      background-color: #1da1f2;
      border-color: #1da1f2; }
    .single_info-share_social-wpapper .share_link span[class*=linkedin] {
      background-color: #007bb5;
      border-color: #007bb5; }
    .single_info-share_social-wpapper .share_link span[class*=pinterest] {
      background-color: #e40000;
      border-color: #e40000; }
    .single_info-share_social-wpapper .share_link span[class*=instagram] {
      background-color: #c32aa3;
      border-color: #c32aa3; }
    .single_info-share_social-wpapper .share_link span[class*=google] {
      background-color: #db4437;
      border-color: #db4437; }
    .single_info-share_social-wpapper .share_link span.fa:hover {
      border-color: transparent;
      background-color: transparent; }
      .single_info-share_social-wpapper .share_link span.fa:hover[class*=facebook] {
        color: #3b5998; }
      .single_info-share_social-wpapper .share_link span.fa:hover[class*=twitter] {
        color: #1da1f2; }
      .single_info-share_social-wpapper .share_link span.fa:hover[class*=linkedin] {
        color: #007bb5; }
      .single_info-share_social-wpapper .share_link span.fa:hover[class*=pinterest] {
        color: #e40000; }
      .single_info-share_social-wpapper .share_link span.fa:hover[class*=instagram] {
        color: #c32aa3; }
      .single_info-share_social-wpapper .share_link span.fa:hover[class*=google] {
        color: #db4437; }

/* Author Post Share */
.author-info_social-wrapper .author-info_social-link.fa {
  padding-top: 5px; }
  .author-info_social-wrapper .author-info_social-link.fa:before {
    display: inline-block;
    transition: inherit; }
  .author-info_social-wrapper .author-info_social-link.fa:hover:before {
    transform: translateY(-5px); }

/* Blog Post Share */
.blog-post .single_info-share_social-wpapper .share_social-wpapper {
  margin-top: 0; }

.blog-post .single_info-share_social-wpapper .share_link span {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #ffffff; }
  .blog-post .single_info-share_social-wpapper .share_link span[class*=google] {
    background-color: #db4437; }
  .blog-post .single_info-share_social-wpapper .share_link span[class*=twitter] {
    background-color: #1da1f2; }
  .blog-post .single_info-share_social-wpapper .share_link span[class*=facebook] {
    background-color: #3b5998; }
  .blog-post .single_info-share_social-wpapper .share_link span[class*=linkedin] {
    background-color: #007bb5; }
  .blog-post .single_info-share_social-wpapper .share_link span[class*=pinterest] {
    background-color: #e40000; }
  .blog-post .single_info-share_social-wpapper .share_link span[class*=instagram] {
    background-color: #c32aa3; }
  .blog-post .single_info-share_social-wpapper .share_link span.fa:hover {
    background-color: transparent; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover:before {
      color: inherit; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover[class*=google] {
      border-color: #db4437;
      color: #db4437; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover[class*=twitter] {
      border-color: #1da1f2;
      color: #1da1f2; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover[class*=facebook] {
      border-color: #3b5998;
      color: #3b5998; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover[class*=linkedin] {
      border-color: #007bb5;
      color: #007bb5; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover[class*=pinterest] {
      border-color: #e40000;
      color: #e40000; }
    .blog-post .single_info-share_social-wpapper .share_link span.fa:hover[class*=instagram] {
      border-color: #c32aa3;
      color: #c32aa3; }

.single.single-post .post_featured_bg .blog-post .single_info-share_social-wpapper .share_link span {
  color: #ffffff; }

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

/* Shop Share */
.woocommerce div.product .share_social-wpapper .share_link {
  margin-right: 20px;
  font-size: 12px;
  color: #909aa3; }
  .woocommerce div.product .share_social-wpapper .share_link span.fa {
    transition: 0.45s ease-in-out; }
  .woocommerce div.product .share_social-wpapper .share_link:last-child {
    margin-right: 0; }

/* #Likes */
.wgl-likes {
  display: inline-block;
  font-size: inherit;
  cursor: pointer; }
  .wgl-likes .sl-count {
    transition: 0.3s; }
  .wgl-likes .sl-icon {
    display: inline-block;
    margin-right: 5px;
    padding: 0 1px;
    font-size: 0.813em;
    transform: translateZ(0); }
    .wgl-likes .sl-icon, .wgl-likes .sl-icon:before {
      color: #ff0d57;
      transition: inherit; }
  .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 {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

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

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

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

/* ==================== ##Lists Style ==================== */
body ul, body ol {
  margin-left: 0.4em;
  padding-left: 0.9em; }
  body ul li, body ol li {
    position: relative;
    z-index: 1;
    line-height: 40px; }
  body ul > li:last-child, body ol > li:last-child {
    padding-bottom: 0; }

body ol {
  list-style: none; }

body ul[class*=iguru_] {
  margin-left: 0;
  padding-left: 0; }
  body ul[class*=iguru_] li {
    list-style: none; }
    body ul[class*=iguru_] li:before {
      content: '';
      position: absolute;
      z-index: 1;
      border-radius: unset; }

body ul.iguru_dot li {
  padding-left: calc(0.5em + 14px); }
  body ul.iguru_dot li:before {
    top: 18px;
    left: 2px;
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 50%; }

body ul.iguru_dash li {
  padding-left: calc(1.1em + 14px); }
  body ul.iguru_dash li:before {
    position: static;
    top: 0.7em;
    width: 0.9375em;
    height: 0.0625em; }

body ul.iguru_plus li {
  padding-left: calc(1em + 3px); }
  body ul.iguru_plus li:before {
    top: 20px;
    left: 3px;
    width: 8px;
    height: 2px; }
  body ul.iguru_plus li:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 6px;
    width: 2px;
    height: 8px; }

body ul.iguru_check li {
  padding-left: calc(1em + 6px); }
  body ul.iguru_check li:before {
    top: 16px;
    left: 4px;
    width: 0.33em;
    height: 0.33em;
    border-right-width: 2px;
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background: transparent;
    transform: rotate(0.13turn); }

body ul.no-list-style li {
  padding: 0;
  list-style: none; }

body ol {
  counter-reset: li; }
  body ol[start="1"] {
    counter-reset: li 0; }
  body ol[start="2"] {
    counter-reset: li 1; }
  body ol[start="3"] {
    counter-reset: li 2; }
  body ol[start="4"] {
    counter-reset: li 3; }
  body ol[start="5"] {
    counter-reset: li 4; }
  body ol[start="6"] {
    counter-reset: li 5; }
  body ol[start="7"] {
    counter-reset: li 6; }
  body ol[start="8"] {
    counter-reset: li 7; }
  body ol[start="9"] {
    counter-reset: li 8; }
  body ol[start="10"] {
    counter-reset: li 9; }
  body ol[start="11"] {
    counter-reset: li 10; }
  body ol[start="12"] {
    counter-reset: li 11; }
  body ol[start="13"] {
    counter-reset: li 12; }
  body ol[start="14"] {
    counter-reset: li 13; }
  body ol[start="15"] {
    counter-reset: li 14; }
  body ol[start="16"] {
    counter-reset: li 15; }
  body ol[start="17"] {
    counter-reset: li 16; }
  body ol[start="18"] {
    counter-reset: li 17; }
  body ol[start="19"] {
    counter-reset: li 18; }
  body ol[start="20"] {
    counter-reset: li 19; }
  body ol[start="21"] {
    counter-reset: li 20; }
  body ol[start="22"] {
    counter-reset: li 21; }
  body ol[start="23"] {
    counter-reset: li 22; }
  body ol[start="24"] {
    counter-reset: li 23; }
  body ol[start="25"] {
    counter-reset: li 24; }
  body ol[start="26"] {
    counter-reset: li 25; }
  body ol[start="27"] {
    counter-reset: li 26; }
  body ol[start="28"] {
    counter-reset: li 27; }
  body ol[start="29"] {
    counter-reset: li 28; }
  body ol[start="30"] {
    counter-reset: li 29; }
  body ol > li {
    position: relative;
    counter-increment: li; }
    body ol > li:before {
      /* https://www.w3.org/Style/Examples/007/color-bullets.en.html */
      content: "." counter(li);
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      margin-left: calc(-1em - 2px);
      margin-right: 5px;
      font-size: inherit;
      line-height: inherit;
      font-weight: 600;
      direction: rtl; }

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 {
  margin-top: -10px;
  padding-top: 0; }

#comments {
  margin-top: 50px;
  margin-bottom: 44px;
  clear: both; }
  #comments:before {
    content: '';
    display: block;
    clear: both; }
  #comments ul ul.children, #comments ol ul.children {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  #comments #respond {
    margin-top: 50px;
    border-radius: 10px;
    padding: 37px 49px 49px;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
  #comments > h3 {
    margin-bottom: 11px;
    padding-bottom: 16px;
    z-index: 10;
    position: relative; }
  #comments .pingback .edit-link .comment-edit-link,
  #comments .trackback .edit-link .comment-edit-link {
    font-size: 0.75em;
    color: #7e7676;
    margin-left: 0.3133em; }
    #comments .pingback .edit-link .comment-edit-link:hover,
    #comments .trackback .edit-link .comment-edit-link:hover {
      color: #b9a9cd; }
  #comments .comment-notes {
    margin-bottom: 30px; }
  #comments .form-submit {
    margin-bottom: 0;
    clear: both; }
    #comments .form-submit input[name=submit] {
      min-width: 185px; }
  #comments .commentlist {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: inherit;
    list-style: none; }
    #comments .commentlist li.pingback,
    #comments .commentlist li.trackback {
      padding: 0; }
      #comments .commentlist li.pingback .comment-body,
      #comments .commentlist li.trackback .comment-body {
        display: inline; }
      #comments .commentlist li.pingback:before,
      #comments .commentlist li.trackback:before {
        display: none; }
    #comments .commentlist + * {
      margin-top: 52px; }
    #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 {
        min-height: 160px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 40px 0 25px 110px; }
        #comments .commentlist .comment .stand_comment .thiscommentbody {
          position: relative;
          z-index: 1;
          min-height: 70px; }
        #comments .commentlist .comment .stand_comment .meta-wrapper {
          padding-top: 1px; }
          #comments .commentlist .comment .stand_comment .meta-wrapper, #comments .commentlist .comment .stand_comment .meta-wrapper .comment-edit-link {
            color: #bababa; }
      #comments .commentlist .comment .commentava {
        position: absolute;
        z-index: 1;
        top: 0;
        left: -110px;
        width: 80px;
        height: 80px; }
        #comments .commentlist .comment .commentava img {
          border-radius: 10px; }
      #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: 110px; }
        #comments .commentlist .comment .children .stand_comment .commentava {
          left: -110px; }
    #comments .commentlist > .comment > .children > .comment {
      margin-left: 110px; }
    #comments .commentlist > .comment:last-child {
      margin-bottom: -1px; }
      #comments .commentlist > .comment:last-child .stand_comment:last-child {
        border-bottom: 0; }
    #comments .commentlist .comment_info {
      display: inline-block;
      padding-right: 14px; }
      #comments .commentlist .comment_info .meta-wrapper {
        float: none;
        margin-bottom: 0;
        padding: 0;
        font-weight: 700;
        line-height: 22px;
        background: none;
        opacity: 1; }
        #comments .commentlist .comment_info .meta-wrapper * {
          font-size: 13px;
          line-height: 1.5;
          text-transform: uppercase; }
        #comments .commentlist .comment_info .meta-wrapper .comment-edit-link {
          transition: color 0.3s; }
          #comments .commentlist .comment_info .meta-wrapper .comment-edit-link span {
            transition: 0s; }
    #comments .commentlist .comment_author_says {
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      padding-top: 0; }
      #comments .commentlist .comment_author_says a {
        font-weight: inherit;
        font-size: inherit; }
    #comments .commentlist .comment_content {
      margin-top: 4px;
      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;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    border-radius: 5px;
    padding: 3.5px 9px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    font-style: normal;
    text-transform: capitalize;
    transition: 0.3s; }
    #comments .comment-reply-link:hover {
      background: #ffffff; }
  #comments #cancel-comment-reply-link {
    font-weight: 300;
    text-transform: capitalize;
    opacity: 0.8; }
  #comments small #cancel-comment-reply-link {
    font-size: 18px;
    margin-left: 10px; }
  #comments ol.commentlist > li.comment:first-child {
    margin-top: -6px; }
  #comments ol.commentlist > li.trackback:first-child, #comments ol.commentlist > li.pingback:first-child {
    margin-top: 26px; }
  #comments .comments-title {
    margin-bottom: -10px;
    font-size: 36px; }
  #comments .number-comments {
    font-size: 30px;
    font-weight: 400;
    color: #b3b3b3; }

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

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

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

body .comment-form-cookies-consent {
  clear: both; }
  body .comment-form-cookies-consent > * {
    display: inline-block;
    vertical-align: middle; }
  body .comment-form-cookies-consent > input {
    margin-right: 7px; }

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

.blog-post_content ol.wp-block-latest-comments.has-avatars {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .blog-post_content ol.wp-block-latest-comments.has-avatars li:before {
    display: none; }

.blog-post_content ol.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) li article {
  display: inline-block; }

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

.wpcf7 .wpcf7-response-output {
  margin: 0; }
  .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    margin-bottom: 15px;
    border: unset; }

.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%; }
  .wpcf7 input:not([type="submit"])::placeholder,
  .wpcf7 select::placeholder,
  .wpcf7 textarea::placeholder {
    color: #6e6e6e !important; }

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

.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 input[type="submit"] {
  font-size: 17px;
  padding: 6px 29px; }

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

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

/* Footer Contact Form */
.footer .wpcf7 input:not([type="submit"]) {
  width: 100%;
  height: 46px;
  margin: unset;
  border: unset;
  padding: 0px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  outline: unset;
  background: transparent;
  box-shadow: unset;
  overflow: hidden;
  background-color: #3c4255; }
  .footer .wpcf7 input:not([type="submit"])::placeholder {
    color: #ffffff !important;
    text-align: center; }
  .footer .wpcf7 input:not([type="submit"]):focus, .footer .wpcf7 input:not([type="submit"]):active {
    border-color: inherit;
    background: transparent; }

.footer .wpcf7 span[class*="email"] {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #3c4255; }

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

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

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

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

/* Coming Soon */
.coming-soon_form {
  text-align: center; }
  .coming-soon_form .wpcf7 input:not([type="submit"]), .coming-soon_form .wpcf7 select, .coming-soon_form .wpcf7 textarea {
    display: inline-block;
    height: 50px;
    background-color: rgba(245, 247, 248, 0.25);
    box-shadow: unset; }
    .coming-soon_form .wpcf7 input:not([type="submit"])::placeholder, .coming-soon_form .wpcf7 select::placeholder, .coming-soon_form .wpcf7 textarea::placeholder {
      color: #ffffff !important; }
  .coming-soon_form .wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .coming-soon_form input[type="submit"] {
    font-size: 17px;
    padding: 6px 33px; }

@media screen and (max-width: 600px) {
  .coming-soon_form .wpcf7 .wpcf7-form-control-wrap {
    margin-right: 0px; } }

/* Home 2 */
.home-2_form .wpcf7-select {
  height: 56px;
  background-color: rgba(233, 233, 233, 0.1);
  color: #ffffff; }
  .home-2_form .wpcf7-select option {
    color: #333949; }

.home-2_form input[type="submit"] {
  height: 56px;
  width: 100%; }

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

.iguru_module_carousel-wrapper {
  overflow: hidden; }

/* ==================== ##Pagination ==================== */
.wgl-pagination {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 30px;
  list-style: none; }
  .wgl-pagination .page {
    display: inline-block;
    margin: 0 5px;
    padding: 0; }
    .wgl-pagination .page * {
      border-radius: 5px; }
    .wgl-pagination .page-numbers {
      position: relative;
      z-index: 1;
      vertical-align: middle;
      border: unset;
      padding: 7px 14px;
      font-size: 18px;
      font-weight: 800;
      text-align: center;
      background: #f0f0f0;
      transition: 0.4s; }
      .wgl-pagination .page-numbers .fa {
        font-size: 1.3em;
        vertical-align: baseline; }
    .wgl-pagination .page:hover a.page-numbers {
      color: #ffffff; }
    .wgl-pagination .page span.current {
      position: relative;
      z-index: 1;
      cursor: default;
      color: #ffffff; }
    .wgl-pagination .page:before {
      display: none; }
    .wgl-pagination .page:first-child {
      margin-left: 0; }
    .wgl-pagination .page:last-child {
      margin-right: 0; }

.page-link {
  clear: both; }

/* ==================== ##Portfolio ==================== */
.isotope-filter {
  margin-bottom: 40px;
  padding-top: 15px;
  font-weight: 400;
  font-size: 18px; }
  .isotope-filter a {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s; }
    .isotope-filter a:not(:last-child) {
      margin-right: 45px; }
    .isotope-filter a:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 2px;
      left: -10px;
      width: 3px;
      height: 1em;
      border-radius: 3px;
      opacity: 0;
      background: #dfdfdf;
      transition: 0.5s; }
    .isotope-filter a.empty {
      display: none; }
    .isotope-filter a .number_filter {
      display: none;
      position: absolute;
      z-index: 1;
      top: -8px;
      right: -10px;
      font-size: 0.8em;
      line-height: 1;
      font-weight: normal;
      opacity: 0;
      text-align: center;
      visibility: hidden;
      transform: translateY(4px);
      transition: 0.5s; }
    .isotope-filter a:last-child {
      margin-right: 28px; }
    .isotope-filter a.active:after {
      opacity: 1; }
  .isotope-filter.filter-left {
    text-align: left; }
  .isotope-filter.filter-center {
    text-align: center; }
  .isotope-filter.filter-right {
    text-align: right; }

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

/* Portfolio Container */
.row .wgl_portfolio_list .load_more_wrapper {
  margin-top: -10px;
  margin-bottom: 30px; }

.isotope-filter + .wgl_portfolio_list-wrapper {
  margin: 0 -35px;
  overflow: hidden; }

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

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

body.page .wgl-container:not(.single_portfolio) .wgl_portfolio_list-container.no_gap {
  padding-bottom: 0; }
  body.page .wgl-container:not(.single_portfolio) .wgl_portfolio_list-container.no_gap .iguru_module_carousel {
    margin-left: 0;
    margin-right: 0; }

body.page .wgl-container:not(.single_portfolio) .vc_row.vc_row-no-padding .wgl_portfolio_list-container:not(.no_gap) .iguru_module_carousel {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.wgl_portfolio_item-meta {
  font-size: 14px;
  font-weight: 700;
  font-style: normal; }
  .wgl_portfolio_item-meta a, .wgl_portfolio_item-meta span {
    color: inherit; }
  .wgl_portfolio_item-meta .post_cats {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    transition: 0.5s; }
    .wgl_portfolio_item-meta .post_cats a {
      text-transform: uppercase; }
      .wgl_portfolio_item-meta .post_cats a + a:before {
        content: '/';
        margin: 0 5px; }
    .wgl_portfolio_item-meta .post_cats .delimiter-comma {
      margin-left: 6px;
      margin-right: 6px;
      vertical-align: text-bottom; }

.wgl_portfolio_item-wrapper .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(255, 255, 250, 0.6); }

.wgl_portfolio_item-wrapper .portfolio_link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  opacity: 0;
  transition: 0.5s; }
  .wgl_portfolio_item-wrapper .portfolio_link.swipebox {
    cursor: zoom-in; }

/* Image */
/* Title */
.wgl_portfolio_item-title .title {
  font-size: 30px;
  line-height: 1.2; }

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

/* Descriptiption Under Image*/
.under_image {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .under_image .wgl_portfolio_item-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.6s ease-in-out; }
    .under_image .wgl_portfolio_item-image img {
      border-radius: inherit;
      transform: translateY(0);
      transition: 0.5s; }
  .under_image .portfolio_link {
    display: flex;
    justify-content: center;
    align-items: center; }
  .under_image .wgl_portfolio_item-meta {
    margin-top: 12px; }
  .under_image .post_cats {
    color: #b3b3b3; }
  .under_image .wgl_portfolio_item-description {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    background: #ffffff;
    opacity: 0.95;
    transition: 0.35s ease-out; }
  .under_image .wgl_portfolio_item-description:empty {
    display: none; }
  .under_image:hover .wgl_portfolio_item-description {
    padding: 21px 15px 9px;
    transform: translateY(-100%); }

/* Descriptiption Inside Image */
.inside_image {
  position: relative; }
  .inside_image .wgl_portfolio_item-image {
    overflow: hidden;
    border-radius: 10px; }
    .inside_image .wgl_portfolio_item-image img {
      width: 100%;
      border-radius: inherit; }
  .inside_image .wgl_portfolio_item-description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14%;
    text-align: center;
    opacity: 0;
    transition: 0.5s; }
    .inside_image .wgl_portfolio_item-description > * {
      transition: inherit; }
  .inside_image .wgl_portfolio_item-meta {
    position: relative;
    z-index: 2;
    margin-top: 10px; }
    .inside_image .wgl_portfolio_item-meta .post_cats a:hover {
      opacity: 0.8; }
  .inside_image .wgl_portfolio_item-title {
    position: relative;
    z-index: 2;
    margin-top: 10px; }
    .inside_image .wgl_portfolio_item-title .title a:hover {
      opacity: 0.9; }
  .inside_image .wgl_portfolio_item-content {
    position: relative;
    z-index: 2;
    margin-top: 10px; }
  .inside_image .portfolio_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s; }
  .inside_image.zoom_in_animation .overlay {
    top: 5%;
    left: 5%;
    width: calc(100% - 10%);
    height: calc(100% - 10%);
    transform: scale(0.7); }
  .inside_image.zoom_in_animation .wgl_portfolio_item-description {
    transform: scale(0.9); }
  .inside_image.zoom_in_animation:hover .overlay,
  .inside_image.zoom_in_animation:hover .wgl_portfolio_item-description {
    transform: scale(1); }
  .inside_image.zoom_in_animation.reverse-anim .overlay,
  .inside_image.zoom_in_animation.reverse-anim .wgl_portfolio_item-description {
    transform: scale(1);
    opacity: 1; }
  .inside_image.zoom_in_animation.reverse-anim:hover .overlay {
    opacity: 0;
    transform: scale(0.7); }
  .inside_image.zoom_in_animation.reverse-anim:hover .wgl_portfolio_item-description {
    opacity: 0;
    transform: scale(0.9); }
  .inside_image.zoom_in_animation.gallery_type .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: unset;
    height: unset;
    background-color: unset;
    box-shadow: inset 0 0;
    transform: unset; }
  .inside_image.zoom_in_animation.no-featured-img {
    border: 1px solid #e5e5e5; }
    .inside_image.zoom_in_animation.no-featured-img .wgl_portfolio_item-description {
      transform: scale(1); }
    .inside_image.zoom_in_animation.no-featured-img .overlay {
      background-color: rgba(0, 0, 0, 0.05); }
  .inside_image.outline_animation .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: unset; }
    .inside_image.outline_animation .overlay:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 5%;
      bottom: 5%;
      left: 5%;
      right: 5%;
      border-radius: 5px;
      background-color: rgba(255, 255, 250, 0.9);
      transform: scale(0.7);
      transition: inherit; }
  .inside_image.outline_animation .wgl_portfolio_item-description {
    transform: scale(0.9); }
  .inside_image.outline_animation:not(.reverse-anim):not(:hover) .overlay {
    box-shadow: inset 0 0; }
  .inside_image.outline_animation:hover .overlay:before {
    transform: scale(0.9); }
  .inside_image.outline_animation:hover .wgl_portfolio_item-description {
    transform: scale(1.001); }
  .inside_image.outline_animation.reverse-anim .overlay,
  .inside_image.outline_animation.reverse-anim .wgl_portfolio_item-description {
    opacity: 1; }
  .inside_image.outline_animation.reverse-anim .wgl_portfolio_item-description {
    transform: scale(1.0001); }
  .inside_image.outline_animation.reverse-anim .overlay:before {
    transform: scale(0.9); }
  .inside_image.outline_animation.reverse-anim:hover .overlay {
    box-shadow: inset 0 0; }
    .inside_image.outline_animation.reverse-anim:hover .overlay:before {
      transform: scale(0.7); }
  .inside_image.outline_animation.reverse-anim:hover .overlay,
  .inside_image.outline_animation.reverse-anim:hover .wgl_portfolio_item-description {
    opacity: 0; }
  .inside_image.outline_animation.reverse-anim:hover .wgl_portfolio_item-description {
    transform: scale(0.9); }
  .inside_image.outline_animation.gallery_type .overlay:before {
    content: unset; }
  .inside_image.outline_animation.no-featured-img {
    border: 1px solid #e5e5e5; }
    .inside_image.outline_animation.no-featured-img .wgl_portfolio_item-description {
      transform: scale(1); }
    .inside_image.outline_animation.no-featured-img .overlay:before {
      background-color: rgba(0, 0, 0, 0.05); }
  .inside_image.offset_animation {
    z-index: 1; }
    .inside_image.offset_animation:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid;
      border-radius: 12px;
      box-sizing: border-box;
      transition: 0.5s; }
    .inside_image.offset_animation .wgl_portfolio_item-offset {
      position: relative;
      z-index: 1;
      transition: 0.5s; }
    .inside_image.offset_animation:hover {
      z-index: 2; }
      .inside_image.offset_animation:hover .wgl_portfolio_item-offset {
        transform: translate(20px, 20px); }
    .inside_image.offset_animation.reverse-anim {
      z-index: 2; }
      .inside_image.offset_animation.reverse-anim .wgl_portfolio_item-offset {
        transform: translate(20px, 20px); }
      .inside_image.offset_animation.reverse-anim .wgl_portfolio_item-description,
      .inside_image.offset_animation.reverse-anim .portfolio_link,
      .inside_image.offset_animation.reverse-anim .overlay {
        opacity: 1; }
      .inside_image.offset_animation.reverse-anim:hover {
        z-index: 1; }
        .inside_image.offset_animation.reverse-anim:hover .wgl_portfolio_item-offset {
          transform: translate(0); }
        .inside_image.offset_animation.reverse-anim:hover .wgl_portfolio_item-description,
        .inside_image.offset_animation.reverse-anim:hover .portfolio_link,
        .inside_image.offset_animation.reverse-anim:hover .overlay {
          opacity: 0; }
    .inside_image.offset_animation.no-featured-img .overlay {
      background-color: #f2f4f5; }
  .inside_image.fade_out_animation .wgl_portfolio_item-description {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10% 10% 90px;
    text-align: left; }
    .inside_image.fade_out_animation .wgl_portfolio_item-description .title,
    .inside_image.fade_out_animation .wgl_portfolio_item-description .content {
      color: #ffffff; }
    .inside_image.fade_out_animation .wgl_portfolio_item-description .portfolio-category:hover {
      color: #ffffff;
      opacity: 1; }
  .inside_image.fade_out_animation:hover .overlay {
    opacity: 0.7; }
  .inside_image.fade_out_animation.reverse-anim .wgl_portfolio_item-description .title {
    color: #ffffff; }
  .inside_image.fade_out_animation.reverse-anim .wgl_portfolio_item-description {
    opacity: 1; }
  .inside_image.fade_out_animation.reverse-anim .overlay {
    opacity: 0.7; }
  .inside_image.fade_out_animation.reverse-anim:hover:not(.no-featured-img) .wgl_portfolio_item-description,
  .inside_image.fade_out_animation.reverse-anim:hover:not(.no-featured-img) .overlay {
    opacity: 0; }
  .inside_image.fade_out_animation.reverse-anim:hover:not(.no-featured-img) .wgl_portfolio_item-title, .inside_image.fade_out_animation.reverse-anim:hover:not(.no-featured-img) .wgl_portfolio_item-meta, .inside_image.fade_out_animation.reverse-anim:hover:not(.no-featured-img) .wgl_portfolio_item-content {
    visibility: hidden; }
  .inside_image.fade_out_animation.no-featured-img {
    border: 1px solid #e5e5e5; }
    .inside_image.fade_out_animation.no-featured-img:hover .title:not(:hover) {
      color: #ffffff; }
  .inside_image:hover .wgl_portfolio_item-description,
  .inside_image:hover .overlay,
  .inside_image:hover .portfolio_link {
    opacity: 1; }
  .inside_image.no-featured-img .wgl_portfolio_item-description {
    opacity: 1; }

.wgl_portfolio_list-container.appear-animation .item .wgl_portfolio_item-wrapper {
  opacity: 0; }

.wgl_portfolio_list-container.appear-animation.anim-fade-in .animate .wgl_portfolio_item-wrapper {
  animation: fade_in 0.9s ease forwards; }

.wgl_portfolio_list-container.appear-animation.anim-slide-top .animate .wgl_portfolio_item-wrapper {
  animation: slide_top 0.5s ease forwards;
  transform: translateY(50px); }

.wgl_portfolio_list-container.appear-animation.anim-slide-bottom .animate .wgl_portfolio_item-wrapper {
  animation: slide_bottom 0.5s ease forwards;
  transform: translateY(-50px); }

.wgl_portfolio_list-container.appear-animation.anim-slide-left .animate .wgl_portfolio_item-wrapper {
  animation: slide_left 0.5s ease forwards;
  transform: translateX(50px); }

.wgl_portfolio_list-container.appear-animation.anim-slide-right .animate .wgl_portfolio_item-wrapper {
  animation: slide_right 0.5s ease forwards;
  transform: translateX(-50px); }

.wgl_portfolio_list-container.appear-animation.anim-zoom .animate .wgl_portfolio_item-wrapper {
  animation: zoom_in 0.5s ease forwards;
  transform: scale(0.5); }

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

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

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

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

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

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

/* Portfolio Single */
.single_portfolio-wrapper .wgl_portfolio_item-title_wrap:empty {
  display: none; }

.single_portfolio-wrapper.single_type-1 .wgl_portfolio_single-item .wgl_portfolio_item-title_wrap {
  margin-bottom: 41px;
  border-radius: 10px; }
  .single_portfolio-wrapper.single_type-1 .wgl_portfolio_single-item .wgl_portfolio_item-title_wrap img {
    border-radius: inherit; }

.single_portfolio-wrapper.single_type-2 .wgl_portfolio_item-title_wrap {
  margin-bottom: 17px; }

.single_portfolio-wrapper.single_type-3, .single_portfolio-wrapper.single_type-4 {
  margin-top: -40px; }
  .single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap {
    color: #ffffff; }
    .single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap *, .single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap a:before, .single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap a:hover, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap *, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap a:before, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap a:hover {
      color: inherit; }
    .single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap a:hover, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap a:hover {
      text-shadow: 2px 2px 10px #ffffff; }
    .single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap .wgl_portfolio_item-title, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap .wgl_portfolio_item-title {
      font-size: 60px; }

.single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-info {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 32px;
  color: #ffffff; }

.single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc {
  width: initial;
  margin: 0 35px;
  display: inline-block; }
  .single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc h5, .single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc a, .single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc span {
    display: inline-block;
    color: inherit; }
  .single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc h5 {
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.5; }
  .single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc a:hover {
    text-shadow: 2px 2px 10px #ffffff; }

.single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-bg {
  margin-bottom: 60px; }
  .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-bg:before {
    opacity: 0.4; }

.single_portfolio-wrapper.single_type-4 .single_info-share_social-wpapper {
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: center; }

.single_portfolio-wrapper .wgl_portfolio_item-bg {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .single_portfolio-wrapper .wgl_portfolio_item-bg:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2f3441;
    opacity: 0.3; }

.single_portfolio-wrapper .wgl_portfolio_item-title {
  margin-top: 5px;
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.2; }

.single_portfolio-wrapper .wgl_portfolio_item-meta {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .single_portfolio-wrapper .wgl_portfolio_item-meta > span + span:before {
    content: '/';
    margin-left: 8px;
    margin-right: 8px; }

.single_portfolio-wrapper .wgl_portfolio_item-cats {
  display: block; }
  .single_portfolio-wrapper .wgl_portfolio_item-cats .portfolio-category {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: inherit;
    text-transform: uppercase; }
    .single_portfolio-wrapper .wgl_portfolio_item-cats .portfolio-category + a:before {
      content: '/';
      margin: 0 5px; }

.single_portfolio-wrapper .wgl_portfolio_item-content {
  margin-bottom: 10px; }

.wgl_portfolio_single-item {
  margin-bottom: 40px; }
  .wgl_portfolio_single-item .wgl_portfolio_item-image {
    margin-bottom: 41px; }
    .wgl_portfolio_single-item .wgl_portfolio_item-image, .wgl_portfolio_single-item .wgl_portfolio_item-image img {
      border-radius: 10px; }
  .wgl_portfolio_single-item .wgl_portfolio_info-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 13px; }
    .wgl_portfolio_single-item .wgl_portfolio_info-wrap:after {
      content: '';
      clear: both;
      display: table; }
    .wgl_portfolio_single-item .wgl_portfolio_info-wrap .portfolio_info_item-info_desc {
      display: inline-block;
      width: 50%;
      margin-bottom: 28px;
      vertical-align: top; }
      .wgl_portfolio_single-item .wgl_portfolio_info-wrap .portfolio_info_item-info_desc h5 {
        margin-right: 14px;
        padding-bottom: 3px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5; }
      .wgl_portfolio_single-item .wgl_portfolio_info-wrap .portfolio_info_item-info_desc span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #6c7782;
        word-break: break-word; }
    .wgl_portfolio_single-item .wgl_portfolio_info-wrap .single_info-share_social-wpapper {
      margin-top: 12px; }
  .wgl_portfolio_single-item .single_post_info .tagcloud {
    flex-grow: 1; }

.single_portfolio .related_portfolio {
  margin-top: 83px;
  margin-bottom: 62px; }
  .single_portfolio .related_portfolio .iguru_module_carousel {
    margin: 0; }
  .single_portfolio .related_portfolio .iguru_module_title {
    margin-bottom: 35px; }
    .single_portfolio .related_portfolio .iguru_module_title h4 {
      font-size: 36px; }

.portfolio_info_item-download {
  padding-bottom: 10px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
  margin-top: 20px; }
  .portfolio_info_item-download .wgl_button_link {
    margin-bottom: 0; }

.wgl_portfolio_single-item .wgl_portfolio_item-annotation {
  margin-top: 10px;
  border-radius: 10px;
  padding: 35px 38px 40px;
  background: unset;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }

.wgl_portfolio_single-item .wgl_portfolio_item-annotation-wrap:only-child {
  width: 100%; }
  .wgl_portfolio_single-item .wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc {
    width: 25%; }

.wgl_portfolio_single-item .wgl_portfolio_info-desc:only-child {
  width: 100%; }

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

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

.wgl-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.wgl-ellipsis span {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.wgl-ellipsis span:nth-child(1) {
  left: 6px;
  animation: wgl-ellipsis1 0.6s infinite; }

.wgl-ellipsis span:nth-child(2) {
  left: 6px;
  animation: wgl-ellipsis2 0.6s infinite; }

.wgl-ellipsis span:nth-child(3) {
  left: 26px;
  animation: wgl-ellipsis2 0.6s infinite; }

.wgl-ellipsis span:nth-child(4) {
  left: 45px;
  animation: wgl-ellipsis3 0.6s infinite; }

@keyframes wgl-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes wgl-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes wgl-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

/* ==================== ##Load More ==================== */
.load_more_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  text-align: center; }
  .load_more_wrapper .load_more_item {
    display: inline-block;
    position: relative;
    min-width: 155px;
    margin: 0;
    border: 2px solid;
    border-radius: 5px;
    padding: 11px 15px 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.4s; }
    .load_more_wrapper .load_more_item:before {
      content: '\f021';
      display: inline-block;
      position: absolute;
      z-index: 99;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -8px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 19px;
      color: #fff;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      transition: all 0.4s, color 0s;
      animation: rotating 2s linear infinite; }
    .load_more_wrapper .load_more_item span {
      position: relative;
      z-index: 1;
      transition: all 0.4s, color 0s; }
    .load_more_wrapper .load_more_item:hover {
      background-color: #ffffff; }
    .load_more_wrapper .load_more_item.loading:before {
      color: inherit;
      opacity: 1; }
    .load_more_wrapper .load_more_item.loading span {
      opacity: 0; }
    .load_more_wrapper .load_more_item.blog_load_more {
      margin-top: 10px; }
    .load_more_wrapper .load_more_item.full_width_btn .load_more_item {
      width: 100%; }

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

/* ==================== ##Page MailChimp ==================== */
.mc4wp-form-fields {
  position: relative; }
  .mc4wp-form-fields input[type="email"]:not([type='checkbox']) {
    background: #fff;
    display: inline-block; }
  .mc4wp-form-fields input[type="submit"] {
    transition: all .5s;
    letter-spacing: 0;
    height: 45px;
    padding: 5px 37px 5px; }

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

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

.morph-svg {
  position: absolute;
  z-index: -1;
  width: 100%; }

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

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

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

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

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

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

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

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

.sitepress_container > .wpml-ls {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1; }
  .sitepress_container > .wpml-ls > ul, .sitepress_container > .wpml-ls > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .sitepress_container > .wpml-ls > ul {
    letter-spacing: 0.02em; }
  .sitepress_container > .wpml-ls 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; }

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

/* ==================== ##Multiscroll ==================== */
.iguru_module_split_slider {
  position: relative;
  opacity: 0;
  transition: opacity .45s ease;
  margin: 0 -2px; }
  .iguru_module_split_slider.slider_initialized {
    opacity: 1; }

.iguru_module_split_slider-responsive {
  display: none; }
  .iguru_module_split_slider-responsive .ms-section.ms-table {
    display: table; }
  .iguru_module_split_slider-responsive .ms-tableCell {
    display: table-cell;
    vertical-align: middle; }

.ms-section {
  position: relative;
  box-sizing: border-box;
  padding: 0 10%; }

.ms-section.ms-table {
  display: table;
  width: 100%;
  table-layout: fixed; }

.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.ms-easing {
  transition: all 0.7s ease-out; }

#multiscroll-nav {
  position: fixed;
  z-index: 1;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }

#multiscroll-nav.right {
  right: 17px; }

#multiscroll-nav.left {
  left: 17px; }

#multiscroll-nav ul {
  margin: 0;
  padding: 0; }

#multiscroll-nav li {
  display: block;
  width: 25px;
  height: 8px;
  margin: 5px;
  position: relative;
  padding: 0; }
  #multiscroll-nav li:before {
    display: none; }

#multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#multiscroll-nav li .active span {
  background: #333;
  width: 50px;
  opacity: 1; }

#multiscroll-nav span {
  top: 2px;
  right: 2px;
  width: 25px;
  height: 2px;
  border: 0;
  position: absolute;
  z-index: 1;
  opacity: .6;
  transition: all .45s ease; }

.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
  white-space: nowrap;
  max-width: 220px; }

.multiscroll-tooltip.right {
  right: 20px; }

.multiscroll-tooltip.left {
  left: 20px; }

.ms-responsive .ms-hide {
  display: none; }

.ms-scrollable {
  overflow: hidden;
  position: relative; }

.ms-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

@media only screen and (max-width: 1024px) {
  .iguru_module_split_slider, #multiscroll-nav {
    display: none; }
  .iguru_module_split_slider-responsive {
    display: block; }
  body.ms-initialized {
    overflow-y: visible !important; } }

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

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

/* ==================== ##LearnPres - Archive ==================== */
.iguru_module_courses .learn-press-courses,
.learnpress-page .learn-press-courses {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -2.1%;
  padding: 0; }
  .iguru_module_courses .learn-press-courses .course,
  .learnpress-page .learn-press-courses .course {
    margin-right: 2%;
    margin-bottom: 63px; }
    .iguru_module_courses .learn-press-courses .course .course__content-wrapper,
    .learnpress-page .learn-press-courses .course .course__content-wrapper {
      position: relative;
      height: 100%;
      border-radius: 10px;
      background-color: #ffffff;
      box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
      transition: 0.3s; }
    .iguru_module_courses .learn-press-courses .course:hover .course-content .course-instructor a,
    .learnpress-page .learn-press-courses .course:hover .course-content .course-instructor a {
      color: #777777; }
    .iguru_module_courses .learn-press-courses .course:hover .course-content .course-divider,
    .learnpress-page .learn-press-courses .course:hover .course-content .course-divider {
      background: rgba(0, 0, 0, 0.1); }
    .iguru_module_courses .learn-press-courses .course:hover .course-content .course-meta.grid > span, .iguru_module_courses .learn-press-courses .course:hover .course-content .course-meta.grid > button,
    .learnpress-page .learn-press-courses .course:hover .course-content .course-meta.grid > span,
    .learnpress-page .learn-press-courses .course:hover .course-content .course-meta.grid > button {
      color: #969696; }
    .iguru_module_courses .learn-press-courses .course:hover .course-content:after,
    .learnpress-page .learn-press-courses .course:hover .course-content:after {
      background: #ffffff; }
    .iguru_module_courses .learn-press-courses .course .course-thumbnail,
    .learnpress-page .learn-press-courses .course .course-thumbnail {
      position: relative;
      margin-bottom: 0px; }
      .iguru_module_courses .learn-press-courses .course .course-thumbnail, .iguru_module_courses .learn-press-courses .course .course-thumbnail img,
      .learnpress-page .learn-press-courses .course .course-thumbnail,
      .learnpress-page .learn-press-courses .course .course-thumbnail img {
        border-radius: 10px; }
      .iguru_module_courses .learn-press-courses .course .course-thumbnail:before, .iguru_module_courses .learn-press-courses .course .course-thumbnail:after,
      .learnpress-page .learn-press-courses .course .course-thumbnail:before,
      .learnpress-page .learn-press-courses .course .course-thumbnail:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: inherit;
        transition: 0.6s; }
      .iguru_module_courses .learn-press-courses .course .course-thumbnail:before,
      .learnpress-page .learn-press-courses .course .course-thumbnail:before {
        content: '';
        background-color: rgba(17, 17, 17, 0.4); }
      .iguru_module_courses .learn-press-courses .course .course-thumbnail .img-placeholder,
      .learnpress-page .learn-press-courses .course .course-thumbnail .img-placeholder {
        height: 250px; }
    .iguru_module_courses .learn-press-courses .course .cat-links,
    .learnpress-page .learn-press-courses .course .cat-links {
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 30px;
      right: 20px;
      font-size: 0;
      line-height: 1; }
      .iguru_module_courses .learn-press-courses .course .cat-links a,
      .learnpress-page .learn-press-courses .course .cat-links a {
        margin-top: -15px;
        margin-bottom: 25px;
        border-radius: 5px;
        padding: 8px 11.25px;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        text-transform: capitalize;
        transition: 0.3s; }
        .iguru_module_courses .learn-press-courses .course .cat-links a:not(:last-child),
        .learnpress-page .learn-press-courses .course .cat-links a:not(:last-child) {
          margin-right: 10px; }
    .iguru_module_courses .learn-press-courses .course .course-content,
    .learnpress-page .learn-press-courses .course .course-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
      padding: 0 30px;
      overflow: hidden; }
      .iguru_module_courses .learn-press-courses .course .course-content:after,
      .learnpress-page .learn-press-courses .course .course-content:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: calc(100% - 17px);
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
        background: transparent;
        transition: 0.4s; }
    .iguru_module_courses .learn-press-courses .course .course-info .course-instructor,
    .learnpress-page .learn-press-courses .course .course-info .course-instructor {
      float: none;
      margin-bottom: 8px;
      font-size: 16px; }
      .iguru_module_courses .learn-press-courses .course .course-info .course-instructor a,
      .learnpress-page .learn-press-courses .course .course-info .course-instructor a {
        color: #efefef; }
      .iguru_module_courses .learn-press-courses .course .course-info .course-instructor__img img,
      .learnpress-page .learn-press-courses .course .course-info .course-instructor__img img {
        display: block;
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
        border: 2px solid #ffffff;
        border-radius: 50%; }
    .iguru_module_courses .learn-press-courses .course .course-info .course-title,
    .learnpress-page .learn-press-courses .course .course-info .course-title {
      margin-bottom: 22px;
      font-size: 19px;
      line-height: 1.579;
      font-weight: 800;
      color: #ffffff;
      transition: 0.3s; }
    .iguru_module_courses .learn-press-courses .course .course-info .course-excerpt,
    .learnpress-page .learn-press-courses .course .course-info .course-excerpt {
      margin-top: 10px;
      margin-bottom: 13px;
      font-size: 16px;
      line-height: 1.3;
      color: #ffffff;
      transition: 0.3s; }
    .iguru_module_courses .learn-press-courses .course .course-divider,
    .learnpress-page .learn-press-courses .course .course-divider {
      width: 120%;
      height: 1px;
      margin-left: -10%;
      background: rgba(255, 255, 255, 0.3); }
    .iguru_module_courses .learn-press-courses .course .course-meta.grid,
    .learnpress-page .learn-press-courses .course .course-meta.grid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 13px 0;
      margin-bottom: 0;
      color: #b0bbc8; }
      .iguru_module_courses .learn-press-courses .course .course-meta.grid > span, .iguru_module_courses .learn-press-courses .course .course-meta.grid > span:before, .iguru_module_courses .learn-press-courses .course .course-meta.grid > span:after, .iguru_module_courses .learn-press-courses .course .course-meta.grid > button, .iguru_module_courses .learn-press-courses .course .course-meta.grid > button:before, .iguru_module_courses .learn-press-courses .course .course-meta.grid > button:after,
      .learnpress-page .learn-press-courses .course .course-meta.grid > span,
      .learnpress-page .learn-press-courses .course .course-meta.grid > span:before,
      .learnpress-page .learn-press-courses .course .course-meta.grid > span:after,
      .learnpress-page .learn-press-courses .course .course-meta.grid > button,
      .learnpress-page .learn-press-courses .course .course-meta.grid > button:before,
      .learnpress-page .learn-press-courses .course .course-meta.grid > button:after {
        color: #ffffff;
        transition: 0.4s; }
      .iguru_module_courses .learn-press-courses .course .course-meta.grid .course-students,
      .learnpress-page .learn-press-courses .course .course-meta.grid .course-students {
        margin-right: 25px;
        padding: 0;
        font-size: 14px;
        font-weight: 600; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .course-students:before,
        .learnpress-page .learn-press-courses .course .course-meta.grid .course-students:before {
          content: '\f007';
          margin-right: 7px;
          font-family: fontawesome; }
      .iguru_module_courses .learn-press-courses .course .course-meta.grid .course-reviews,
      .learnpress-page .learn-press-courses .course .course-meta.grid .course-reviews {
        margin-right: 25px;
        font-size: 14px; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .course-reviews:before,
        .learnpress-page .learn-press-courses .course .course-meta.grid .course-reviews:before {
          content: '\f005';
          margin-right: 7px;
          font-family: fontawesome; }
      .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button,
      .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button {
        width: auto;
        height: auto;
        margin-right: 17px;
        border: unset;
        padding: 0;
        font-size: 0;
        vertical-align: baseline; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button:hover,
        .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button:hover {
          background-color: inherit; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button:before,
        .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button:before {
          content: '\f150';
          font-family: flaticon;
          font-size: 14px; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button.ajaxload_wishlist,
        .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button.ajaxload_wishlist {
          cursor: progress; }
          .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button.ajaxload_wishlist:before,
          .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button.ajaxload_wishlist:before {
            opacity: 0; }
          .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button.ajaxload_wishlist:after,
          .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button.ajaxload_wishlist:after {
            content: '\f110';
            display: inline-block;
            margin-left: -1.5em;
            font-family: fontawesome;
            font-size: 17px;
            animation: rotate360 2.5s linear infinite; }

@keyframes rotate360 {
  0% {
    transform: rotate(0turn); }
  100% {
    transform: rotate(1turn); } }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .wishlist-button.on:before,
        .learnpress-page .learn-press-courses .course .course-meta.grid .wishlist-button.on:before {
          content: '\f18b'; }
      .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons,
      .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons {
        flex-grow: 1;
        line-height: 1;
        text-align: right;
        margin-bottom: 0; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons form,
        .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons form {
          width: auto;
          margin-bottom: 0;
          line-height: 1; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button,
        .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button {
          width: auto;
          height: auto;
          border-width: 2px;
          padding: 4px 9.6px;
          line-height: 1; }
          .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button, .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button *,
          .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button,
          .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button * {
            font-family: inherit;
            font-size: 14px; }
          .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button:not(:hover), .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button .origin-price:not(:hover),
          .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button:not(:hover),
          .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button .origin-price:not(:hover) {
            color: #ffffff; }
          .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button:hover,
          .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button:hover {
            background: transparent; }
            .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button:hover .origin-price,
            .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .lp-button:hover .origin-price {
              color: #aaaaaa; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .course-price,
        .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .course-price {
          margin: 0; }
        .iguru_module_courses .learn-press-courses .course .course-meta.grid .lp-course-buttons .origin-price,
        .learnpress-page .learn-press-courses .course .course-meta.grid .lp-course-buttons .origin-price {
          margin-right: 0.5em;
          font-size: 0.75em;
          text-decoration: line-through;
          transition: 0.5s; }
  .iguru_module_courses .learn-press-courses.carousel,
  .learnpress-page .learn-press-courses.carousel {
    margin: 0; }
    .iguru_module_courses .learn-press-courses.carousel .course,
    .learnpress-page .learn-press-courses.carousel .course {
      margin: 0;
      padding: 20px 15px; }
      .iguru_module_courses .learn-press-courses.carousel .course .course__content-wrapper,
      .learnpress-page .learn-press-courses.carousel .course .course__content-wrapper {
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08); }
    .iguru_module_courses .learn-press-courses.carousel:after,
    .learnpress-page .learn-press-courses.carousel:after {
      content: '';
      display: block;
      clear: both; }
  .iguru_module_courses .learn-press-courses.grid-col-1 .course,
  .learnpress-page .learn-press-courses.grid-col-1 .course {
    display: flex;
    width: 100%; }
    @media (min-width: 992px) {
      .iguru_module_courses .learn-press-courses.grid-col-1 .course .course__content-wrapper,
      .learnpress-page .learn-press-courses.grid-col-1 .course .course__content-wrapper {
        width: inherit; } }
    .iguru_module_courses .learn-press-courses.grid-col-1 .course .course-thumbnail img,
    .learnpress-page .learn-press-courses.grid-col-1 .course .course-thumbnail img {
      width: 100%; }
    .iguru_module_courses .learn-press-courses.grid-col-1 .course .course-thumbnail .img-placeholder,
    .learnpress-page .learn-press-courses.grid-col-1 .course .course-thumbnail .img-placeholder {
      height: 400px; }
  .iguru_module_courses .learn-press-courses.grid-col-2 .course,
  .learnpress-page .learn-press-courses.grid-col-2 .course {
    width: 48%; }
    .iguru_module_courses .learn-press-courses.grid-col-2 .course .img-placeholder,
    .learnpress-page .learn-press-courses.grid-col-2 .course .img-placeholder {
      height: 445px; }
  .iguru_module_courses .learn-press-courses.grid-col-3 .course,
  .learnpress-page .learn-press-courses.grid-col-3 .course {
    width: 31.33333%; }
    .iguru_module_courses .learn-press-courses.grid-col-3 .course .img-placeholder,
    .learnpress-page .learn-press-courses.grid-col-3 .course .img-placeholder {
      height: 400px; }
  .iguru_module_courses .learn-press-courses.grid-col-4 .course,
  .learnpress-page .learn-press-courses.grid-col-4 .course {
    width: 23%; }
    .iguru_module_courses .learn-press-courses.grid-col-4 .course .img-placeholder,
    .learnpress-page .learn-press-courses.grid-col-4 .course .img-placeholder {
      height: 360px; }
  .iguru_module_courses .learn-press-courses.grid-col-5 .course,
  .learnpress-page .learn-press-courses.grid-col-5 .course {
    width: 18%; }
    .iguru_module_courses .learn-press-courses.grid-col-5 .course .img-placeholder,
    .learnpress-page .learn-press-courses.grid-col-5 .course .img-placeholder {
      height: 360px; }
  .iguru_module_courses .learn-press-courses.grid-col-1 .course .cat-links, .iguru_module_courses .learn-press-courses.grid-col-2 .course .cat-links,
  .learnpress-page .learn-press-courses.grid-col-1 .course .cat-links,
  .learnpress-page .learn-press-courses.grid-col-2 .course .cat-links {
    left: 40px;
    right: 30px; }
  .iguru_module_courses .learn-press-courses.grid-col-1 .course .course-content, .iguru_module_courses .learn-press-courses.grid-col-2 .course .course-content,
  .learnpress-page .learn-press-courses.grid-col-1 .course .course-content,
  .learnpress-page .learn-press-courses.grid-col-2 .course .course-content {
    padding: 0 40px; }
  .iguru_module_courses .learn-press-courses.grid-col-1 .course .course-title, .iguru_module_courses .learn-press-courses.grid-col-2 .course .course-title,
  .learnpress-page .learn-press-courses.grid-col-1 .course .course-title,
  .learnpress-page .learn-press-courses.grid-col-2 .course .course-title {
    margin-bottom: 30px; }
  .iguru_module_courses .learn-press-courses.grid-col-1 .course .course-meta.grid, .iguru_module_courses .learn-press-courses.grid-col-2 .course .course-meta.grid,
  .learnpress-page .learn-press-courses.grid-col-1 .course .course-meta.grid,
  .learnpress-page .learn-press-courses.grid-col-2 .course .course-meta.grid {
    padding: 18px 0; }
  .iguru_module_courses .learn-press-courses.grid-col-4 .course .cat-links, .iguru_module_courses .learn-press-courses.grid-col-5 .course .cat-links,
  .learnpress-page .learn-press-courses.grid-col-4 .course .cat-links,
  .learnpress-page .learn-press-courses.grid-col-5 .course .cat-links {
    left: 20px;
    right: 10px; }
  .iguru_module_courses .learn-press-courses.grid-col-4 .course .course-content, .iguru_module_courses .learn-press-courses.grid-col-5 .course .course-content,
  .learnpress-page .learn-press-courses.grid-col-4 .course .course-content,
  .learnpress-page .learn-press-courses.grid-col-5 .course .course-content {
    padding: 0 20px; }
  .iguru_module_courses .learn-press-courses.grid-col-4 .course .course-title, .iguru_module_courses .learn-press-courses.grid-col-5 .course .course-title,
  .learnpress-page .learn-press-courses.grid-col-4 .course .course-title,
  .learnpress-page .learn-press-courses.grid-col-5 .course .course-title {
    margin-bottom: 15px; }
  .iguru_module_courses .learn-press-courses.grid-col-4 .course .course-meta.grid, .iguru_module_courses .learn-press-courses.grid-col-5 .course .course-meta.grid,
  .learnpress-page .learn-press-courses.grid-col-4 .course .course-meta.grid,
  .learnpress-page .learn-press-courses.grid-col-5 .course .course-meta.grid {
    padding: 10px 0; }
  .iguru_module_courses .learn-press-courses.hover_shift .course,
  .learnpress-page .learn-press-courses.hover_shift .course {
    padding-top: 40px; }
    .iguru_module_courses .learn-press-courses.hover_shift .course:hover .course__content-wrapper,
    .learnpress-page .learn-press-courses.hover_shift .course:hover .course__content-wrapper {
      transform: translateY(-15px); }

.iguru_module_courses .isotope-filter + .wgl_portfolio_list-wrapper,
.learnpress-page .isotope-filter + .wgl_portfolio_list-wrapper {
  margin: 0 -35px; }

@media (max-width: 480px) {
  .iguru_module_courses .isotope-filter,
  .learnpress-page .isotope-filter {
    text-align: justify; } }

.iguru_module_courses .courses_cat_list.isotope-filter + .learn-press-courses,
.learnpress-page .courses_cat_list.isotope-filter + .learn-press-courses {
  margin-top: 46px; }

.learnpress-page .row.sidebar_right #main-content .learn-press-courses.grid-col-3.related .course .cat-links, .learnpress-page .row.sidebar_left #main-content .learn-press-courses.grid-col-3.related .course .cat-links {
  left: 20px;
  right: 10px; }

.learnpress-page .row.sidebar_right #main-content .learn-press-courses.grid-col-3.related .course .course-content, .learnpress-page .row.sidebar_left #main-content .learn-press-courses.grid-col-3.related .course .course-content {
  padding: 0 20px; }

.learnpress-page .row.sidebar_right #main-content .learn-press-courses.grid-col-3.related .course .course-title, .learnpress-page .row.sidebar_left #main-content .learn-press-courses.grid-col-3.related .course .course-title {
  margin-bottom: 15px; }

.learnpress-page .row.sidebar_right #main-content .learn-press-courses.grid-col-3.related .course .course-meta.grid, .learnpress-page .row.sidebar_left #main-content .learn-press-courses.grid-col-3.related .course .course-meta.grid {
  padding: 10px 0; }

.lp-archive-courses form[name="search-course"] {
  margin-bottom: 45px; }

header .learn-press-message {
  position: fixed;
  z-index: 999;
  top: 135px;
  right: 20px;
  max-width: 425px;
  transform: translateX(130%);
  animation: slideLeft_10 10s 3.5s forwards ease-in-out; }

@keyframes slideLeft_10 {
  15% {
    transform: translateX(0); }
  85% {
    transform: translateX(0); }
  100% {
    transform: translateX(130%); } }
  header .learn-press-message.error {
    animation: slideLeft_16 16s 3.5s forwards ease-in-out; }

@keyframes slideLeft_16 {
  9.37% {
    transform: translateX(0); }
  90.63% {
    transform: translateX(0); }
  100.0% {
    transform: translateX(130%); } }

/* ==================== ##LearnPress - Single ==================== */
.single-lp_course .course-summary .course-title {
  margin-bottom: 34px;
  font-size: 42px;
  line-height: 1.5; }

.single-lp_course .course-summary .course-meta:not(.grid) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .single-lp_course .course-summary .course-meta:not(.grid) > * {
    display: flex;
    position: relative;
    margin-bottom: 15px; }
  .single-lp_course .course-summary .course-meta:not(.grid) > :not(:first-child):not(:last-child),
  .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button {
    padding-left: 30px; }
  .single-lp_course .course-summary .course-meta:not(.grid) > :not(:first-child):not(:last-child):before,
  .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(214, 215, 219, 0.8); }
  .single-lp_course .course-summary .course-meta:not(.grid) > :not(:last-child) {
    padding-right: 30px; }
  .single-lp_course .course-summary .course-meta:not(.grid) .meta_title {
    margin-bottom: -3px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .single-lp_course .course-summary .course-meta:not(.grid) .meta_data {
    line-height: 1; }
    .single-lp_course .course-summary .course-meta:not(.grid) .meta_data a {
      color: inherit;
      font-weight: 700; }
  .single-lp_course .course-summary .course-meta:not(.grid) .author-data,
  .single-lp_course .course-summary .course-meta:not(.grid) .cat_data {
    display: flex;
    flex-direction: column; }
  .single-lp_course .course-summary .course-meta:not(.grid) .course-author {
    margin-bottom: 0; }
    .single-lp_course .course-summary .course-meta:not(.grid) .course-author .author-img {
      margin-right: 20px; }
    .single-lp_course .course-summary .course-meta:not(.grid) .course-author img {
      width: 45px;
      height: 45px;
      border-radius: 50%; }
  .single-lp_course .course-summary .course-meta:not(.grid) .course-category .cat-icon {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #cfcfcf; }
  .single-lp_course .course-summary .course-meta:not(.grid) .course-review {
    flex-direction: column; }
    .single-lp_course .course-summary .course-meta:not(.grid) .course-review .review-stars-rated {
      margin-top: -2px;
      margin-right: 9px;
      cursor: pointer; }
      .single-lp_course .course-summary .course-meta:not(.grid) .course-review .review-stars-rated .review-stars.empty {
        width: auto; }
    .single-lp_course .course-summary .course-meta:not(.grid) .course-review .reviews-total {
      vertical-align: top;
      font-size: 14px;
      line-height: 1.34; }
  .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons {
    flex-grow: 1;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .lp-button {
      height: 50px;
      border-width: 2px;
      padding: 0 20px;
      color: #ffffff; }
      .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .lp-button:hover {
        color: #494f5f;
        background: #ffffff; }
        .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .lp-button:hover .origin-price {
          color: #aaaaaa; }
    .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .course-price {
      margin: 0; }
      .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .course-price .price {
        font-size: 24px; }
    .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .origin-price {
      font-size: 1rem;
      text-decoration: line-through;
      transition: 0.5s; }
    .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button {
      padding-left: 20px;
      padding-right: 20px;
      border-width: 2px;
      transition: all 0.4s, font-size 0s; }
      @media (min-width: 1025px) {
        .single-lp_course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button:hover {
          background: transparent; } }

.single-lp_course .course-summary .course-thumbnail {
  margin-bottom: 50px; }
  .single-lp_course .course-summary .course-thumbnail img {
    border-radius: 10px; }

.single-lp_course .course-summary .course-tabs#learn-press-course-tabs {
  margin-bottom: 92px; }

.single-lp_course .course-summary .course-tabs .course-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: unset;
  border-radius: 5px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
  .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav {
    float: unset;
    flex-grow: 1;
    flex-basis: 200px;
    padding-left: unset;
    text-align: center;
    transition: 0.2s; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav a {
      display: block;
      font-size: 18px;
      font-weight: 700; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:after {
      content: '';
      position: absolute;
      top: 25%;
      bottom: unset;
      left: 0;
      height: 50%;
      width: 1px;
      background: #d9d9d9;
      transition: inherit; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:first-child {
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:first-child:after {
        display: none; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:last-child {
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav.active a {
      color: #ffffff; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav.active:after, .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav.active + li:after {
      opacity: 0; }
    .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:hover a, .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav.active a {
      transition: all 0.4s, color 0s; }
    @media (max-width: 767px) {
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(1) {
        border-bottom-left-radius: unset; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(2) {
        border-top-right-radius: inherit; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(3) {
        border-bottom-left-radius: inherit; }
        .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(3):after {
          display: none; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(4) {
        border-top-right-radius: unset; }
        .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(4):after {
          display: none; } }
    @media (max-width: 444px) {
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:after {
        display: none; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(1) {
        border-top-right-radius: inherit; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(2) {
        border-top-right-radius: unset; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(3) {
        border-bottom-left-radius: unset; }
      .single-lp_course .course-summary .course-tabs .course-nav-tabs .course-nav:nth-child(4) {
        border-bottom-left-radius: inherit; } }

.single-lp_course .course-summary .course-tabs .course-tab-panel {
  padding: 41px 0 50px; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel .learn-press-message {
    background-color: #ffffff; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel.course-tab-panel-instructor, .single-lp_course .course-summary .course-tabs .course-tab-panel.course-tab-panel-reviews {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0 0 10px 10px;
    background-color: #f5f7f8; }

.single-lp_course .course-summary .course-tabs #tab-overview.active {
  display: flex;
  flex-wrap: wrap; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-overview {
  justify-content: space-between;
  padding-bottom: 0; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-overview .course-description:not(:only-child) {
    flex-basis: calc(100% - 270px - 40px); }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-overview .wgl-course-essentials {
    flex-basis: 270px;
    margin-top: 9px;
    box-shadow: unset; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-overview .wgl-course-essentials .title {
      font-weight: 600; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section {
  border: 1px solid #d9dee0; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section:not(:first-child) {
    border-top: unset; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header {
    position: relative;
    border-bottom: unset;
    padding: 0 20px;
    cursor: pointer; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header .section-title {
      font-weight: 700;
      padding: 12px 0; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header .section-title:after, .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header .section-title:before {
        content: '';
        position: absolute;
        transition: 0.4s; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header .section-title:after {
        top: 27px;
        right: 24px;
        width: 12px;
        height: 2px; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header .section-title:before {
        top: 22px;
        right: 29px;
        width: 2px;
        height: 12px;
        transform: rotate(90deg); }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-header .section-title.closed:before {
        transform: rotate(0); }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content {
    margin-bottom: -2px;
    counter-reset: li; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item {
      position: relative;
      border-bottom-width: 1px;
      border-style: solid;
      border-color: #d9dee0;
      padding: 0 20px 0 43px;
      font-size: inherit;
      font-weight: 600;
      counter-increment: li; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item:first-child {
        border-top-width: 1px; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item:before {
        content: counter(li) ". ";
        position: absolute;
        top: 7px;
        left: 20px;
        width: 0; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item .item-name {
        padding: 15px 10px; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta {
        padding: 15px 0; }
        .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .item-meta {
          text-transform: capitalize; }
          .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .item-meta.count-questions, .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item .course-item-meta .item-meta.duration {
            font-size: 16px;
            font-weight: 600;
            background: transparent; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link:before {
        padding: 13px 0px;
        font-weight: normal; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item.item-preview .course-item-status {
        font-size: 16px;
        background: transparent; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section .section-content .course-item.item-preview .course-item-status:before {
        font-size: 16px;
        font-weight: 600; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section.section-empty .section-title:after, .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section.section-empty .section-title:before {
    content: unset; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-curriculum .course-curriculum .curriculum-sections .section.section-empty .learn-press-message {
    margin-left: 5%;
    margin-right: 5%; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .course-author {
  margin: 0;
  border-radius: 10px;
  padding: 40px;
  background-color: #ffffff; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .course-author:not(:last-child) {
    margin-bottom: 40px; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .author-avatar {
  float: left;
  margin-right: 30px;
  margin-bottom: 19px;
  border-radius: 50%; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .author-avatar img {
    width: 150px;
    border-radius: 10px; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .author-meta {
  flex-basis: 51%;
  flex-grow: 1; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .author-name {
  float: none;
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .author-bio {
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: initial;
  font-style: normal; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-instructor .author-info_social-wrapper {
  margin-top: 26px; }

.single-lp_course .course-summary .course-tabs .course-tab-panel-reviews {
  padding-bottom: 10px; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    padding: 10px 0 40px 15px; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .average {
      flex-basis: 235px;
      margin-right: 75px;
      border-radius: 10px;
      padding-top: 34px;
      padding-bottom: 53px;
      text-align: center;
      background-color: #ffffff;
      box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .average .rating {
        font-size: 72px;
        line-height: 1.35;
        font-weight: 700; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .average .review-stars-rated {
        text-align: left; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .average .total-reviews {
        font-size: 15px;
        line-height: 1.2; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise {
      flex-grow: 1; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .precise-rate {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        color: #333949; }
        .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .precise-rate:not(:last-child) {
          margin-bottom: 7px; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .review-name {
        padding-right: 16px;
        text-transform: uppercase; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .review-bar {
        flex-grow: 1;
        background: #ffffff; }
        .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .review-bar, .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .review-bar .rating {
          height: 7px; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise .review-percent {
        flex-basis: 50px;
        text-align: right; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews .write-a-review {
    margin-bottom: 25px; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-review-head {
    display: none; }
  .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-reviews-list li {
    margin: 0;
    border-style: unset;
    border-top-width: 1px;
    border-top-style: solid;
    padding: 40px 0 25px 0;
    background-color: unset; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-reviews-list li .review-author {
      margin-right: 30px; }
      .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-reviews-list li .review-author img {
        border-radius: 5px; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-reviews-list li .user-name {
      display: inline-block;
      margin: 0;
      padding-right: 13px;
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      vertical-align: top; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-reviews-list li .review-title {
      float: right;
      clear: none;
      width: -webkit-calc(100% - 110px);
      margin-top: -14px;
      margin-bottom: 8px; }
    .single-lp_course .course-summary .course-tabs .course-tab-panel-reviews #course-reviews .course-reviews-list li .review-text {
      width: calc(100% - 110px);
      line-height: 28px; }

.single-lp_course .course-summary .course-learning-summary .course-remaining-time {
  margin-bottom: 35px; }

.single-lp_course .course-summary .course-learning-summary .learn-press-course-results-progress + .course-tabs {
  margin-top: 30px; }

.single-lp_course .course-summary .related-courses .iguru_module_title h4 {
  font-size: 36px; }

.single-lp_course .wishlist-button {
  width: auto;
  height: 50px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 700;
  vertical-align: baseline; }
  .single-lp_course .wishlist-button:before {
    content: '\f150';
    margin-right: 10px;
    font-family: flaticon;
    font-size: 18px;
    transition: 0.3s; }
  .single-lp_course .wishlist-button.on:before {
    content: '\f18b'; }

.single-lp_course .wgl-course-essentials {
  border-radius: 10px;
  background: #f8f8f8;
  box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.14); }
  .single-lp_course .wgl-course-essentials .title {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding: 20px 15px;
    font-family: inherit;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    text-align: center; }
    .single-lp_course .wgl-course-essentials .title .course-price {
      display: inline-block;
      padding-left: 8px;
      font-size: 30px;
      color: inherit; }
      .single-lp_course .wgl-course-essentials .title .course-price span {
        font-family: inherit;
        font-size: inherit;
        font-weight: 700;
        color: inherit; }
      .single-lp_course .wgl-course-essentials .title .course-price .origin-price {
        margin-left: -0.2em;
        margin-right: 0.2em;
        font-size: 0.65em;
        text-decoration: line-through; }
  .single-lp_course .wgl-course-essentials ul {
    margin: 0;
    padding: 15px 28px;
    list-style: none; }
  .single-lp_course .wgl-course-essentials li {
    font-size: 15px;
    padding-left: 0; }
    .single-lp_course .wgl-course-essentials li i {
      padding-right: 5px;
      color: #c9c9c9; }
  .single-lp_course .wgl-course-essentials .purchase-course, .single-lp_course .wgl-course-essentials .continue-course, .single-lp_course .wgl-course-essentials .retake-course, .single-lp_course .wgl-course-essentials .enroll-course,
  .single-lp_course .wgl-course-essentials .lp-course-buttons,
  .single-lp_course .wgl-course-essentials .lp-button.button {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .single-lp_course .wgl-course-essentials .lp-button.button {
    border-top-left-radius: unset;
    border-top-right-radius: unset; }

.single-lp_course .sidebar .wgl-course-essentials .lp-course-buttons {
  display: flex;
  flex-direction: column; }
  .single-lp_course .sidebar .wgl-course-essentials .lp-course-buttons .wishlist-button {
    display: none; }
  .single-lp_course .sidebar .wgl-course-essentials .lp-course-buttons .lp-button.button {
    width: 100%;
    height: auto;
    border: unset;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1;
    color: #ffffff; }

@media (max-width: 1200px) {
  .single-lp_course .row.sidebar_left > #main-content,
  .single-lp_course .row.sidebar_left > .sidebar-container, .single-lp_course .row.sidebar_right > #main-content,
  .single-lp_course .row.sidebar_right > .sidebar-container {
    width: 100%; }
  .single-lp_course .row.sidebar_left .sidebar-container .wgl-course-essentials, .single-lp_course .row.sidebar_right .sidebar-container .wgl-course-essentials {
    max-width: 400px; } }

@media (min-width: 1201px) {
  .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .purchase-course, .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .continue-course, .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .retake-course, .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .enroll-course, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .purchase-course, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .continue-course, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .retake-course, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .enroll-course {
    display: none; } }

@media (min-width: 1025px) {
  .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons {
    flex-grow: 0; }
    .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .wishlist-button, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .wishlist-button {
      margin-right: 0;
      border: unset;
      padding-left: 30px;
      padding-right: 0; }
      .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .wishlist-button.on:not([disabled]), .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) > .lp-course-buttons .wishlist-button.on:not([disabled]) {
        font-size: 0; } }

@media (max-width: 1024px) {
  .single-lp_course .row.sidebar_left .lp-single-course .course-meta:not(.grid) .lp-course-buttons > *, .single-lp_course .row.sidebar_right .lp-single-course .course-meta:not(.grid) .lp-course-buttons > * {
    margin-top: 30px; } }

.single-lp_course main > .wgl-container {
  margin-top: 30px; }

.single-lp_course #comments {
  margin-bottom: 60px; }

.single-lp_course .related-courses .iguru_module_title {
  margin-bottom: 24px; }

@media (max-width: 1024px) {
  .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons {
    width: 100%;
    justify-content: flex-start; }
    .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .purchase-course, .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .continue-course, .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .retake-course, .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .enroll-course {
      margin-right: 30px; }
    .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button {
      order: 2;
      margin-right: 0; }
      .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button:hover, .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button:hover:before {
        color: #ffffff; }
      .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons .wishlist-button:after {
        display: none; } }

@media (max-width: 992px) {
  .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel-overview .course-description {
    flex-basis: 100%; }
  .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel-overview .wgl-course-essentials {
    flex-basis: unset;
    margin-top: 40px; } }

@media (max-width: 767px) {
  .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) {
    flex-direction: column; }
    .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) > :not(:first-child):not(:last-child) {
      padding-top: 30px; }
    .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) > * {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) > *:before {
        display: none !important; }
  .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel-reviews .course-rate {
    justify-content: center; }
    .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .average {
      margin-right: 0;
      margin-bottom: 40px; }
    .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel-reviews .course-rate .precise {
      flex-basis: 100%; } }

@media (max-width: 600px) {
  .single-lp_course .lp-single-course .course-summary .course-title {
    font-size: 30px; }
  .single-lp_course .lp-single-course .course-summary .course-meta:not(.grid) .lp-course-buttons {
    justify-content: flex-start; }
  .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel {
    padding: 25px 15px; }
  .single-lp_course .lp-single-course .course-summary .course-tabs .course-tab-panel-instructor .course-author {
    padding: 20px 10px; } }

#course-review #review-form {
  border-radius: 10px; }
  #course-review #review-form form > h3 {
    font-size: 24px;
    margin-left: 15px; }
  #course-review #review-form .review-stars > li {
    padding: 0; }

/* ==================== ##LearnPress - Lessoon ==================== */
.learnpress.single-lp_course #learn-press-course-curriculum .scroll-wrapper {
  padding: 17px !important;
  background-color: #f5f7f8; }
  .learnpress.single-lp_course #learn-press-course-curriculum .scroll-wrapper .scroll-content {
    border: 1px solid #d9dee0 !important; }

.learnpress.single-lp_course #learn-press-course-curriculum .section .section-header {
  border-color: #d9dee0;
  padding: 0 20px;
  cursor: pointer; }
  .learnpress.single-lp_course #learn-press-course-curriculum .section .section-header .section-title {
    font-weight: 700;
    padding: 12px 0; }
  .learnpress.single-lp_course #learn-press-course-curriculum .section .section-header .section-desc {
    line-height: 1.8; }
  .learnpress.single-lp_course #learn-press-course-curriculum .section .section-header .section-meta {
    padding-right: 30px; }

.learnpress.single-lp_course #learn-press-course-curriculum .section .section-content {
  margin-bottom: -2px; }
  .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item {
    position: relative;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #d9dee0;
    padding: 0 20px 0 50px;
    font-size: inherit;
    font-weight: 600;
    counter-increment: li; }
    .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item:before {
      content: counter(li) ". ";
      position: absolute;
      top: 7px;
      left: 20px;
      width: 0; }
    .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item .course-item-meta .item-meta {
      text-transform: capitalize; }
      .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item .course-item-meta .item-meta.count-questions, .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item .course-item-meta .item-meta.duration {
        font-weight: 600;
        background: transparent; }
    .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item .section-item-link:before {
      padding: 13px 0px;
      font-weight: normal; }
    .learnpress.single-lp_course #learn-press-course-curriculum .section .section-content .course-item.item-preview .course-item-status {
      background: transparent; }

#learn-press-content-item .answer-option input:not([type='checkbox']):not([type='submit']) {
  padding: 0; }

#learn-press-content-item .content-item-summary button:hover,
#learn-press-content-item .lp-quiz-buttons button:hover {
  color: #ffffff;
  transition: 0.4s; }

#learn-press-content-item #course-item-content-header {
  border-bottom: 1px solid #515764; }
  #learn-press-content-item #course-item-content-header .course-item-search input {
    color: #ffffff !important; }
  #learn-press-content-item #course-item-content-header .toggle-content-item {
    border-left: 1px solid #515764; }
  #learn-press-content-item #course-item-content-header .course-title a {
    color: #ffffff; }
  #learn-press-content-item #course-item-content-header .form-button.lp-button-back {
    margin-top: 8px; }
    #learn-press-content-item #course-item-content-header .form-button.lp-button-back button {
      background-color: #fff; }
    #learn-press-content-item #course-item-content-header .form-button.lp-button-back button:hover {
      color: #ffffff;
      transition: 0.4s; }

#learn-press-content-item #content-item-quiz .quiz-progress {
  background: #f5f7f8; }

#learn-press-course-tabs button:hover,
#review-form button:hover {
  color: #ffffff;
  transition: 0.4s; }

#learn-press-course-tabs.review-form .close,
#review-form.review-form .close {
  margin-top: 0; }

/* ==================== ##LearnPress - Pagination ==================== */
.learnpress.learnpress-page .learn-press-pagination .page-numbers li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0; }
  .learnpress.learnpress-page .learn-press-pagination .page-numbers li .page-numbers {
    background: transparent;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    border: unset;
    padding: 10px 14px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    transition: 0.4s;
    border: 1px solid;
    border-color: transparent; }
    .learnpress.learnpress-page .learn-press-pagination .page-numbers li .page-numbers:hover {
      border: 1px solid; }
  .learnpress.learnpress-page .learn-press-pagination .page-numbers li .current {
    position: relative;
    z-index: 1;
    cursor: default;
    border: 1px solid; }

/* ==================== ##LearnPress - User Profile ==================== */
.learnpress .lp-user-profile.iguru__instructor {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 54px;
  margin-bottom: 70px;
  border-radius: 10px;
  padding: 0 45px 0 54px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
  .learnpress .lp-user-profile.iguru__instructor .instructor__overall {
    margin-right: 50px;
    margin-bottom: 13px;
    text-align: center;
    transform: translateY(-50px); }
    @media (max-width: 1200px) {
      .learnpress .lp-user-profile.iguru__instructor .instructor__overall {
        flex-basis: 42%; } }
    @media (max-width: 992px) {
      .learnpress .lp-user-profile.iguru__instructor .instructor__overall {
        flex-basis: unset;
        margin-right: 0;
        padding-top: 40px;
        transform: translateY(0); } }
  .learnpress .lp-user-profile.iguru__instructor .instructor__avatar img {
    border-radius: 5px; }
  .learnpress .lp-user-profile.iguru__instructor .instructor__socials {
    margin-top: -18px;
    line-height: 1; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link {
      font-size: 15px;
      width: 36px;
      height: 36px;
      line-height: 36px;
      color: #ffffff; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link.fa-share-alt {
        transition: 0.4s; }
        .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link.fa-share-alt:hover {
          filter: brightness(0.95); }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link:first-child {
        border-radius: 5px 0 0 5px; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link:last-child {
        border-radius: 0 5px 5px 0; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=skype]:hover {
        background-color: #00aff0; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=twitter]:hover {
        background-color: #1da1f2; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=youtube]:hover {
        background-color: #ff0000; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=facebook]:hover {
        background-color: #3b5998; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=linkedin]:hover {
        background-color: #007bb5; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=telegram]:hover {
        background-color: #0088cc; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=whatsapp]:hover {
        background-color: #25d366; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=pinterest]:hover {
        background-color: #e40000; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=instagram]:hover {
        background-color: #c32aa3; }
      .learnpress .lp-user-profile.iguru__instructor .instructor__socials .social-link[class*=google-plus]:hover {
        background-color: #db4437; }
  .learnpress .lp-user-profile.iguru__instructor .instructor__description {
    flex-basis: 45%;
    flex-grow: 1;
    padding: 50px 0 41px; }
    @media (max-width: 992px) {
      .learnpress .lp-user-profile.iguru__instructor .instructor__description {
        padding-top: 20px; } }
  .learnpress .lp-user-profile.iguru__instructor .instructor__name {
    font-size: 36px;
    line-height: 1.05; }
  .learnpress .lp-user-profile.iguru__instructor .instructor__spec {
    margin-top: 9px;
    font-size: 18px;
    font-weight: 600; }
  .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard {
    margin-top: 23px;
    margin-bottom: 39px; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard, .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard > *, .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard .dashboard__data {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard > * {
      position: relative;
      padding: 0 30px; }
      @media (max-width: 600px) {
        .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard > * {
          width: 100%;
          padding: 8px 0; }
          .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard > *:after {
            display: none; } }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard > :first-child {
      padding-left: 0; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard > :not(:last-child):after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      opacity: 0.2; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard .dashboard__icon {
      margin-right: 20px;
      font-size: 16px;
      color: #cfcfcf; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard .dashboard__data {
      flex-direction: column;
      align-items: flex-start;
      line-height: 1.4; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard .data__title {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase; }
    .learnpress .lp-user-profile.iguru__instructor .instructor__dashboard .data__value {
      font-size: 16px;
      font-weight: 600; }
  .learnpress .lp-user-profile.iguru__instructor .instructor__bio {
    margin-top: 10px; }

.learnpress .lp-user-profile.logged_in_message {
  margin-bottom: -35px;
  text-align: right; }
  @media (max-width: 1023px) {
    .learnpress .lp-user-profile.logged_in_message {
      margin-bottom: 75px; } }
  @media (max-width: 992px) {
    .learnpress .lp-user-profile.logged_in_message {
      margin-bottom: -30px; } }
  .learnpress .lp-user-profile.logged_in_message p {
    margin: 0 20px 0 0; }

.learnpress .lp-user-profile #learn-press-profile-header {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  background: unset; }
  .learnpress .lp-user-profile #learn-press-profile-header .lp-profile-avatar {
    float: left;
    position: static;
    width: 200px;
    margin: 30px 0 20px;
    text-align: center; }
    .learnpress .lp-user-profile #learn-press-profile-header .lp-profile-avatar img {
      width: 140px;
      border-radius: 50%; }
    .learnpress .lp-user-profile #learn-press-profile-header .lp-profile-avatar .profile-name {
      display: block;
      position: static;
      margin-top: 10px;
      font-size: 18px;
      font-weight: 600; }

.learnpress .lp-user-profile #learn-press-profile-nav {
  clear: left;
  min-width: unset;
  width: 200px;
  padding-top: 0;
  background: unset; }
  .learnpress .lp-user-profile #learn-press-profile-nav:before {
    background-color: unset;
    border-radius: 5px; }
  .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li {
    z-index: 10;
    padding: 0;
    transition: 0.3s; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li:first-child {
      border-radius: 5px 5px 0 0; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li:last-child {
      border-radius: 0 0 5px 5px; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li ul {
      position: relative;
      left: 110%;
      border-radius: 5px; }
      .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li ul:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -15px;
        width: 15px;
        height: 100%; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li.active ul {
      display: none; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li a {
      display: flex;
      justify-content: space-between;
      padding: 5px 20px;
      font-weight: 600;
      color: #ffffff;
      background: unset !important; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li.has-child > a:after {
      content: '\f165';
      font-family: flaticon;
      font-size: 0.6em;
      transition: 0.3s, color 0s; }
    .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li.has-child:hover > a:after, .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs li.has-child.active > a:after {
      transform: translateX(7px); }
  .learnpress .lp-user-profile #learn-press-profile-nav .learn-press-tabs.tabs > li:hover:not(.active) ul {
    left: calc(100% + 14px); }

.learnpress .lp-user-profile #learn-press-profile-content {
  float: unset;
  margin-top: unset;
  margin-left: auto;
  overflow: visible; }
  @media (max-width: 992px) {
    .learnpress .lp-user-profile #learn-press-profile-content {
      overflow: visible; } }
  .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections {
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: unset;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
    @media (max-width: 768px) {
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections {
        flex-wrap: wrap;
        width: 100%; } }
    .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab {
      position: relative;
      min-width: 125px;
      text-align: center;
      transition: 0.4s; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:after {
        content: '';
        position: absolute;
        top: 25%;
        bottom: unset;
        left: 0;
        height: 50%;
        width: 1px;
        background: #d9d9d9;
        transition: inherit; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab a, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab span {
        display: block;
        padding: 12px 0; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:hover a, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:hover span, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab.active a, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab.active span {
        border: unset;
        color: #ffffff; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:hover:after, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:hover + li:after, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab.active:after, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab.active + li:after {
        opacity: 0; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:hover + li:hover:after, .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab.active + li:hover:after {
        opacity: 1; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:hover + li.active:after {
        opacity: 1; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:first-child {
        border-radius: 5px 0 0 5px; }
        .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:first-child:after {
          display: none; }
      .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:last-child {
        border-radius: 0 5px 5px 0; }
      @media (max-width: 992px) {
        .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab {
          flex-basis: 50%; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(3):after {
            display: none; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(1) {
            border-bottom-left-radius: unset; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(2) {
            border-top-right-radius: 5px; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(3) {
            border-bottom-left-radius: 5px; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(4) {
            border-top-right-radius: unset; } }
      @media (max-width: 600px) {
        .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab {
          flex-basis: 100%; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(2):after {
            display: none; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(4):after {
            display: none; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(1) {
            border-top-right-radius: 5px; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(2) {
            border-top-right-radius: unset; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(3) {
            border-bottom-left-radius: unset; }
          .learnpress .lp-user-profile #learn-press-profile-content .lp-tab-sections .section-tab:nth-child(4) {
            border-bottom-left-radius: 5px; } }
  .learnpress .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field label {
    display: inline-block;
    min-width: 200px;
    margin-right: 20px; }
    @media (min-width: 601px) {
      .learnpress .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field label[for=description] + .form-field-input {
        width: 100%; } }
    .learnpress .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field label[for=display_name] + .form-field-input {
      position: relative; }
      .learnpress .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field label[for=display_name] + .form-field-input:after {
        content: '<>';
        position: absolute;
        z-index: 0;
        top: calc(50% - 7px);
        right: 13px;
        font-family: monospace;
        font-size: 13px;
        line-height: 1;
        transform: rotate(90deg);
        pointer-events: none; }
  @media (min-width: 601px) {
    .learnpress .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .form-field-input {
      display: inline-block;
      min-width: 300px; } }
  .learnpress .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .form-field-input #display_name {
    width: 300px;
    -webkit-appearance: none;
    -mz-appearance: none;
    appearance: none; }
  .learnpress .lp-user-profile #learn-press-profile-content #profile-content-orders .profile-heading {
    margin-bottom: 6px;
    font-size: 24px; }
  .learnpress .lp-user-profile #learn-press-profile-content #profile-content-orders .button-recover-order {
    height: 56px;
    padding: 0 25px;
    line-height: 1; }
  .learnpress .lp-user-profile #learn-press-profile-content .lp-list-table thead th {
    font-weight: 700; }
    .learnpress .lp-user-profile #learn-press-profile-content .lp-list-table thead th:first-child {
      border-radius: 5px 0 0 5px; }
    .learnpress .lp-user-profile #learn-press-profile-content .lp-list-table thead th:last-child {
      border-radius: 0 5px 5px 0; }
  .learnpress .lp-user-profile #learn-press-profile-content .lp-list-table td.column-order-total {
    font-size: 16px;
    font-weight: 600; }
  .learnpress .lp-user-profile #learn-press-profile-content li {
    padding: 0; }

.learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses .course {
  border-radius: 10px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08); }
  .learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses .course .course-title a {
    border-radius: 10px; }
  .learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses .course .course-title .img-placeholder {
    height: 400px; }
  .learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses .course .course-content {
    padding-bottom: 75px; }
  .learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses .course .wishlist-button {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 0 19px; }
    .learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses .course .wishlist-button:not(:hover) {
      background: #fff; }

.learnpress .lp-user-profile #profile-content-wishlist .learn-press-message {
  margin-top: 20px; }

.learnpress .lp-user-profile #profile-content-orders .profile-recover-order .order-recover input[type=text] {
  display: inline-block; }

.learnpress .lp-user-profile.current-user#learn-press-user-profile {
  min-height: 358px; }
  @media (max-width: 480px) {
    .learnpress .lp-user-profile.current-user#learn-press-user-profile #learn-press-profile-nav .learn-press-tabs {
      background: unset; } }

.learnpress .lp-user-profile .learn-press-courses.profile-courses-list .course .course-thumbnail {
  height: 400px; }

.learnpress .lp-user-profile.related-courses .iguru_module_title {
  margin-bottom: 16px; }

.learnpress .lp-user-profile.related-courses .wgl_cpt_section {
  margin-bottom: 40px; }

header .wgl-sign_in_up_form .learn-press-form h3,
#learn-press-user-profile.guest .learn-press-form h3,
#learn-press-become-teacher-form form h3 {
  margin-bottom: 10px; }

header .wgl-sign_in_up_form .learn-press-form label,
#learn-press-user-profile.guest .learn-press-form label,
#learn-press-become-teacher-form form label {
  margin-bottom: 5px;
  font-size: 16px; }
  header .wgl-sign_in_up_form .learn-press-form label:not([for]),
  #learn-press-user-profile.guest .learn-press-form label:not([for]),
  #learn-press-become-teacher-form form label:not([for]) {
    font-size: 14px; }

header .wgl-sign_in_up_form .learn-press-form input,
#learn-press-user-profile.guest .learn-press-form input,
#learn-press-become-teacher-form form input {
  padding: 13px;
  font-size: 14px;
  vertical-align: text-bottom; }

header .wgl-sign_in_up_form .learn-press-form ul li,
#learn-press-user-profile.guest .learn-press-form ul li,
#learn-press-become-teacher-form form ul li {
  padding: 0; }
  header .wgl-sign_in_up_form .learn-press-form ul li label,
  #learn-press-user-profile.guest .learn-press-form ul li label,
  #learn-press-become-teacher-form form ul li label {
    font-weight: 600; }
  header .wgl-sign_in_up_form .learn-press-form ul li input + .description,
  #learn-press-user-profile.guest .learn-press-form ul li input + .description,
  #learn-press-become-teacher-form form ul li input + .description {
    margin-bottom: 31px;
    font-size: 12px; }

header .wgl-sign_in_up_form .learn-press-form button,
#learn-press-user-profile.guest .learn-press-form button,
#learn-press-become-teacher-form form button {
  width: 100%; }

#learn-press-user-profile.guest {
  display: flex;
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 39px; }
  @supports (justify-content: space-evenly) {
    #learn-press-user-profile.guest {
      justify-content: space-evenly; } }
  @media (max-width: 1200px) {
    #learn-press-user-profile.guest {
      justify-content: space-between; } }
  @media (max-width: 992px) {
    #learn-press-user-profile.guest {
      flex-wrap: wrap;
      justify-content: center; } }
  #learn-press-user-profile.guest:after {
    content: unset; }
  #learn-press-user-profile.guest .learn-press-form {
    display: inline-block;
    width: 465px;
    border: 2px solid #ddd;
    border: unset;
    border-radius: 10px;
    padding: 40px;
    vertical-align: top;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08); }
    @media (max-width: 1200px) {
      #learn-press-user-profile.guest .learn-press-form {
        width: 430px; } }
    #learn-press-user-profile.guest .learn-press-form button:not(:hover) {
      color: #ffffff; }
    #learn-press-user-profile.guest .learn-press-form button:hover {
      background: #ffffff; }
    #learn-press-user-profile.guest .learn-press-form:not(:last-child) {
      margin-right: 90px; }
    @supports (justify-content: space-evenly) {
      #learn-press-user-profile.guest .learn-press-form:not(:last-child) {
        margin-right: unset; } }
    @media (max-width: 992px) {
      #learn-press-user-profile.guest .learn-press-form:not(:last-child) {
        margin-right: unset;
        margin-bottom: 50px; } }
    @media (max-width: 400px) {
      #learn-press-user-profile.guest .learn-press-form {
        padding: 20px; } }

#learn-press-become-teacher-form {
  width: 100%;
  max-width: unset; }
  #learn-press-become-teacher-form .form__inner-wrap {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 40px; }
  @media (max-width: 599px) {
    #learn-press-become-teacher-form {
      width: 100%; } }
  @media (max-width: 400px) {
    #learn-press-become-teacher-form .form__inner-wrap {
      padding: 20px; }
      #learn-press-become-teacher-form .form__inner-wrap h3 {
        font-size: 24px;
        line-height: 1.4; } }

form[name=profile-avatar] .lp-avatar-preview .profile-picture {
  margin-top: 0; }
  form[name=profile-avatar] .lp-avatar-preview .profile-picture, form[name=profile-avatar] .lp-avatar-preview .profile-picture img {
    border-radius: 5px; }

form[name=profile-publicity] #my-dashboard, form[name=profile-publicity] #my-dashboard + .description {
  float: left; }

form[name=profile-publicity] #my-dashboard + .description {
  margin: 0; }

/* ==================== ##LearnPress Search ==================== */
.learnpress .learn-press-search-course-form .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer; }
  .learnpress .learn-press-search-course-form .search-button:focus, .learnpress .learn-press-search-course-form .search-button:active {
    box-shadow: none;
    background: transparent; }

.learnpress .learn-press-search-course-form .search__icon {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s; }
  .learnpress .learn-press-search-course-form .search__icon:after {
    content: '\f186';
    font-family: flaticon; }

.learnpress .learn-press-search-course-form .search-course-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  transition: 0.5s; }

.learnpress .learn-press-search-course-form .search-course-input:focus::placeholder {
  opacity: 0; }

/* ==================== ##LearnPres - Checkout ==================== */
.checkout.learnpress-page .learn-press-checkout > p {
  margin-bottom: 9px;
  text-align: right; }

.checkout.learnpress-page .learn-press-checkout #learn-press-order-review {
  margin-bottom: 50px; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review h4 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: capitalize; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table th {
    font-weight: 600; }
    .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table th:first-child {
      border-radius: 5px 0 0 5px; }
    .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table th:last-child {
      border-radius: 0 5px 5px 0; }
    .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table th.course-total {
      font-weight: 700; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table td {
    font-size: 15px; }
    .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table td.course-total {
      font-size: 16px;
      font-weight: 600; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table th:first-child, .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table td:first-child {
    padding-left: 25px; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table tr.cart-subtotal th {
    font-size: 17px;
    font-weight: 700; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table tr.cart-subtotal td {
    font-size: 16px;
    font-weight: 600; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table tr.order-total th {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase; }
  .checkout.learnpress-page .learn-press-checkout #learn-press-order-review table tr.order-total td {
    font-size: 18px;
    font-weight: 700; }

.checkout.learnpress-page .learn-press-checkout .learn-press-checkout-comment h4 {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 900; }

.checkout.learnpress-page .learn-press-checkout + a {
  display: inline-block;
  margin-bottom: 32px; }

/* ==================== ##Shop - Catalog ==================== */
.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .wgl-woocommerce-sorting:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }
  .wgl-woocommerce-sorting .iguru_module_message_box {
    width: 100%;
    box-sizing: border-box; }
    .wgl-woocommerce-sorting .iguru_module_message_box:before {
      display: none; }

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

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  display: inline;
  width: 50%;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 400; }

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0 30px;
  text-align: right; }
  .woocommerce .woocommerce-ordering .select__field, .woocommerce-page .woocommerce-ordering .select__field {
    position: relative;
    color: #6e6e6e; }
    .woocommerce .woocommerce-ordering .select__field:before, .woocommerce-page .woocommerce-ordering .select__field:before {
      content: '\f168';
      font-family: flaticon;
      font-size: 12px;
      line-height: 56px; }
    .woocommerce .woocommerce-ordering .select__field select, .woocommerce-page .woocommerce-ordering .select__field select {
      float: right;
      display: block;
      width: 270px;
      max-width: 100%;
      border: 0;
      margin: 0;
      border: unset;
      outline: none;
      padding: 6px 20px;
      font-family: inherit;
      font-size: 14px;
      line-height: 1.4;
      font-weight: 400;
      color: inherit;
      background-color: #f3f3f3;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.woo_product_post_media {
  margin: 0; }

ul.wgl-products,
.woocommerce .products ul.wgl-products {
  display: flex;
  flex-flow: row wrap;
  margin-top: -1px;
  margin-right: -30px;
  padding: 0; }

@keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  ul.wgl-products.animated_products li,
  .woocommerce .products ul.wgl-products.animated_products li {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
    ul.wgl-products.animated_products li.visible_item,
    .woocommerce .products ul.wgl-products.animated_products li.visible_item {
      animation-fill-mode: both;
      animation-name: wgl_fadeInUp;
      animation-duration: 0.3s; }
  ul.wgl-products li,
  .woocommerce .products ul.wgl-products li {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: 0 30px 45px 0;
    padding: 0;
    transition: 0.3s; }
    ul.wgl-products li .woo_product_image,
    .woocommerce .products ul.wgl-products li .woo_product_image {
      display: flex;
      justify-content: center;
      border: unset;
      box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
      transition: inherit; }
      ul.wgl-products li .woo_product_image, ul.wgl-products li .woo_product_image > .picture, ul.wgl-products li .woo_product_image > .picture .woo_post-link img,
      .woocommerce .products ul.wgl-products li .woo_product_image,
      .woocommerce .products ul.wgl-products li .woo_product_image > .picture,
      .woocommerce .products ul.wgl-products li .woo_product_image > .picture .woo_post-link img {
        border-radius: 10px; }
  ul.wgl-products .woocommerce-loop-product__title,
  .woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 800;
    text-align: center; }
    ul.wgl-products .woocommerce-loop-product__title a,
    .woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      color: inherit; }
  ul.wgl-products .star-rating,
  .woocommerce .products ul.wgl-products .star-rating {
    float: none;
    width: 7.24em;
    margin: 14px auto 0;
    letter-spacing: 9px;
    font-size: 14px;
    line-height: 1; }
    ul.wgl-products .star-rating:before,
    .woocommerce .products ul.wgl-products .star-rating:before {
      content: '\f005\f005\f005\f005\f005';
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  ul.wgl-products .price,
  .woocommerce .products ul.wgl-products .price {
    display: inline-block;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    text-align: center; }
    ul.wgl-products .price del,
    .woocommerce .products ul.wgl-products .price del {
      margin-right: 7px;
      color: #bababa; }
    ul.wgl-products .price ins,
    .woocommerce .products ul.wgl-products .price ins {
      text-decoration: none; }

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

.woocommerce .star-rating {
  letter-spacing: 9px;
  width: 7.24em;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1; }
  .woocommerce .star-rating:before, .woocommerce .star-rating span:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

.columns-3 ul.wgl-products li {
  width: calc(33.33333% - 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; }
    ul.wgl-products li .picture .woo_post-link {
      display: block;
      position: relative; }
    ul.wgl-products li .picture img {
      transition: filter 0.6s, opacity 0.7s, transform 0.6s;
      transform: scale(1); }
      ul.wgl-products li .picture img.attachment-shop_catalog {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        filter: blur(0);
        pointer-events: none;
        opacity: 0;
        transition: filter 0.6s, opacity 0.7s, transform 0.6s; }
  ul.wgl-products li:hover .woo_product_image {
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1); }
  ul.wgl-products li:hover a.add_to_cart_button, ul.wgl-products li:hover a.button {
    bottom: 0;
    opacity: 1; }
    ul.wgl-products li:hover a.add_to_cart_button:hover, ul.wgl-products li:hover a.button:hover {
      color: #ffffff; }
  ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog {
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0) !important; }
  ul.wgl-products li a.button,
  ul.wgl-products li a.add_to_cart_button,
  ul.wgl-products li .added_to_cart.wc-forward {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -15px;
    min-width: 140px;
    border-radius: 5px 5px 0 0;
    padding: 10px 17px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    box-shadow: none;
    backface-visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.4s; }
    ul.wgl-products li a.button:before,
    ul.wgl-products li a.add_to_cart_button:before,
    ul.wgl-products li .added_to_cart.wc-forward:before {
      content: '\f110';
      display: inline-block;
      width: 0;
      font-family: FontAwesome;
      font-size: 18px;
      line-height: 25px;
      color: transparent;
      text-align: center;
      text-rendering: auto;
      background: transparent;
      animation: fa-spin 2s infinite linear;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: color 0.3s 0.5s, width 0.1s 0.5s; }
  ul.wgl-products li a.button.added, ul.wgl-products li button.button.added, ul.wgl-products li input.button.added {
    vertical-align: inherit;
    font-size: 0px;
    color: transparent;
    opacity: 1;
    transition: all 0.3s 0.2s;
    animation: flash_in_out 0.8s 0.0s forwards; }
    ul.wgl-products li a.button.added:after, ul.wgl-products li button.button.added:after, ul.wgl-products li input.button.added:after {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      font-size: 16px;
      line-height: 1.5;
      color: #ffffff; }
    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: flash_out 0.4s 2s forwards; }
      ul.wgl-products li a.button.added + .added_to_cart:before, ul.wgl-products li button.button.added + .added_to_cart:before, ul.wgl-products li input.button.added + .added_to_cart:before {
        display: none; }
  ul.wgl-products li a.button.loading, ul.wgl-products li button.button.loading, ul.wgl-products li input.button.loading {
    bottom: -1px;
    height: 45px;
    vertical-align: inherit;
    padding: 0;
    font-size: 0;
    color: #ffffff;
    opacity: 1;
    transition: all 0.4s, font-size 0s 0.1s;
    animation: flash_through 1.2s forwards; }
    ul.wgl-products li a.button.loading:before, ul.wgl-products li button.button.loading:before, ul.wgl-products li input.button.loading:before {
      width: auto;
      line-height: 45px;
      color: #ffffff; }
    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(0turn); }
  100% {
    transform: rotate(1turn); } }

@keyframes flash_out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    bottom: -1px; } }

@keyframes flash_in_out {
  50% {
    bottom: -30px; }
  100% {
    bottom: -1px; } }

@keyframes flash_through {
  0% {
    opacity: 1;
    bottom: -1px; }
  25% {
    opacity: 0;
    bottom: -40px; }
  100% {
    opacity: 1;
    bottom: -1px; } }

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

.woocommerce-notices-wrapper .message_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .woocommerce-notices-wrapper .message_text .button.wc-forward {
    float: none; }

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

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

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

.woocommerce-checkout.woocommerce-page .iguru_module_message_box.type_info .message_content .message_text:only-child {
  display: flex;
  align-items: center;
  min-height: 50px; }
  .woocommerce-checkout.woocommerce-page .iguru_module_message_box.type_info .message_content .message_text:only-child a.showcoupon {
    padding-left: 0.5em; }

/* #End Woocomerce notice */
.woocommerce #reviews #comment {
  height: 118px; }

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
  display: inline-block;
  vertical-align: top; }

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

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

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

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

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

.woocommerce span.onsale {
  top: 20px;
  left: 20px;
  width: auto;
  height: auto;
  min-width: 50px;
  min-height: auto;
  border-radius: 5px;
  padding: 3px 11px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff; }

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

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

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

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

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

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

.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-size: 18px;
      font-weight: 400; }
    .woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
      font-size: 20px; }

.woocommerce button.button {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: 0 25px;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: top;
  letter-spacing: 0; }
  .woocommerce button.button:hover {
    background: transparent; }
  .woocommerce button.button[name=calc_shipping] {
    background: transparent; }
    .woocommerce button.button[name=calc_shipping]:hover {
      color: #ffffff; }

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

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

.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] {
  font-weight: bold;
  padding: 0 20px;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0;
  background: transparent; }

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

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

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

.woocommerce-message {
  border-top: 0; }
  .woocommerce-message a.button {
    display: inline-block;
    left: auto;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
    overflow: visible;
    transition: 0.4s; }
    .woocommerce-message a.button:hover {
      background: transparent !important; }

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

/* #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;
  border: unset;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5; }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    color: #ffffff; }

.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"] {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  .woocommerce .col2-set > .col-1 {
    margin-bottom: 10px; }

.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 > * {
  padding-top: 35px; }

.woocommerce #order_review table.shop_table tbody tr:last-child > * {
  padding-bottom: 35px; }

.woocommerce #order_review table.shop_table tfoot tr:last-child > * {
  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 td.product-name {
  padding-left: 39px; }
  .woocommerce #order_review table.shop_table td.product-name, .woocommerce #order_review table.shop_table td.product-name + td.product-total {
    font-size: 17px;
    font-weight: 600; }

.woocommerce #order_review table.shop_table tr.cart-subtotal th, .woocommerce #order_review table.shop_table tr.cart-subtotal .amount, .woocommerce #order_review table.shop_table tr.shipping th, .woocommerce #order_review table.shop_table tr.shipping .amount {
  font-weight: 800; }

.woocommerce #order_review table.shop_table tr.order-total th, .woocommerce #order_review table.shop_table tr.order-total .amount {
  font-weight: 900; }

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

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

.woocommerce form .woocommerce-billing-fields__field-wrapper {
  margin-top: -6px; }
  .woocommerce form .woocommerce-billing-fields__field-wrapper label {
    font-size: 16px; }

.woocommerce form .woocommerce-shipping-fields label.checkbox {
  margin-bottom: 20px; }

.woocommerce form .form-row label {
  font-weight: 700; }
  .woocommerce form .form-row label span {
    font-size: 16px; }

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

.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';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    color: #737373;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none; }

/* ==================== ##Shop - Single ==================== */
.woocommerce .summary .product_meta {
  margin-top: 33px;
  border-top: 1px solid #ebebeb;
  padding: 28px 0 32px 6px; }
  .woocommerce .summary .product_meta > span {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: 800; }
    .woocommerce .summary .product_meta > span:last-child {
      margin-bottom: 0; }
    .woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
      font-weight: 400; }
      .woocommerce .summary .product_meta > span span:first-child, .woocommerce .summary .product_meta > span a:first-child {
        margin-left: 0; }

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

.woocommerce-product-gallery 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 figure {
  overflow: hidden;
  border-radius: 0; }

.woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
  border: unset;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }

.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__trigger {
  position: absolute;
  z-index: 99;
  top: 1em;
  right: 1em; }

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%;
  background: #f3f3f3; }
  .woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
    margin-bottom: 32px;
    border-radius: 10px;
    box-shadow: 13px 11px 38px rgba(0, 0, 0, 0.1); }

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

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

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  top: 14px;
  left: 14px;
  border: 2px solid #929292;
  transition: 0.4s; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  top: 24px;
  left: 27px;
  background: #929292;
  transition: 0.4s; }

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

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

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

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

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 5px;
    border: unset;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    opacity: 1;
    transition: 0.3s; }
    .woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
      background: #f3f3f3;
      box-shadow: 0 0 rgba(0, 0, 0, 0); }

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

.woocommerce div.product .summary .woocommerce-product-rating {
  padding-top: 3px;
  margin-bottom: 23px; }

.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 {
  margin-top: 17px;
  overflow: visible !important; }
  .woocommerce div.product div.images .flex-control-thumbs:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }
  .woocommerce div.product div.images .flex-control-thumbs li:before {
    display: none; }
  .woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-right: 0; }

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

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

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 0.75em;
  margin-bottom: 21px;
  font-size: 24px; }
  div.product .summary span.price .woocommerce-Price-amount,
  .woocommerce div.product .summary p.price .woocommerce-Price-amount,
  .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-amount {
    font-weight: 800; }
  div.product .summary span.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    padding-right: 5px; }
  div.product .summary span.price ins,
  .woocommerce div.product .summary p.price ins,
  .woocommerce div.product .summary .woocommerce-variation-price .price ins {
    text-decoration: none; }
  div.product .summary span.price del .woocommerce-Price-amount,
  .woocommerce div.product .summary p.price del .woocommerce-Price-amount,
  .woocommerce div.product .summary .woocommerce-variation-price .price del .woocommerce-Price-amount {
    font-weight: 600; }

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

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

.woocommerce-Reviews #comments + #review_form_wrapper {
  margin-top: 50px;
  margin-bottom: 23px; }

#review_form_wrapper #review_form {
  border-radius: 10px;
  padding: 40px 49px 38px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
  #review_form_wrapper #review_form #reply-title {
    text-transform: capitalize; }

.related > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-transform: capitalize; }

.related.products {
  margin-top: 53px; }

body .pswp .pswp__scroll-wrap .pswp__button--arrow--left:before,
body .pswp .pswp__scroll-wrap .pswp__button--arrow--right:before {
  background-color: unset; }

/* ==================== ##Shop - Cart ==================== */
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 18px;
  padding: 0; }
  .woocommerce ul.cart_list li:last-child,
  .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0; }
  .woocommerce ul.cart_list li a,
  .woocommerce ul.product_list_widget li a {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px; }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img {
    float: left;
    width: 70px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 20px;
    border: unset;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    transition: inherit; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    color: #a8abbe; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: unset;
  padding-top: 19px; }

.woocommerce .widget_shopping_cart .buttons .button, .woocommerce.widget_shopping_cart .buttons .button {
  margin: 0 0 10px; }
  .woocommerce .widget_shopping_cart .buttons .button.checkout, .woocommerce.widget_shopping_cart .buttons .button.checkout {
    background: transparent; }
    .woocommerce .widget_shopping_cart .buttons .button.checkout:hover, .woocommerce.widget_shopping_cart .buttons .button.checkout:hover {
      color: #fff !important; }
  .woocommerce .widget_shopping_cart .buttons .button:not(.checkout):hover, .woocommerce.widget_shopping_cart .buttons .button:not(.checkout):hover {
    background: transparent !important; }

.woocommerce.widget_top_rated_products .widget-title, .woocommerce.widget_shopping_cart .widget-title {
  margin-bottom: 20px; }

.woocommerce .cart-empty.woocommerce-info {
  font-size: 18px; }
  .woocommerce .cart-empty.woocommerce-info:before {
    content: '\f12c';
    font-family: flaticon; }
  .woocommerce .cart-empty.woocommerce-info, .woocommerce .cart-empty.woocommerce-info + .return-to-shop {
    display: inline-block; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
  position: absolute;
  z-index: 2;
  top: -3px;
  left: auto;
  right: 16px;
  margin: 0;
  padding-right: 0;
  font-size: 0; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
    content: '\f161';
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    padding: 9px 4px;
    font-family: flaticon;
    font-size: 10px;
    line-height: 0;
    text-rendering: auto;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover {
    opacity: 0.8; }
    .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover:before {
      color: #ff144b; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a {
  padding-right: 24px; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a:hover img {
    box-shadow: 0 0 rgba(0, 0, 0, 0); }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  display: block;
  margin-top: 10px; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity, .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    color: #bababa; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
    display: inline-block;
    padding-right: 3px; }

.woocommerce .woo_mini_cart .total {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 17px;
  border: unset;
  padding-top: 19px;
  padding-bottom: 0;
  text-align: left; }
  .woocommerce .woo_mini_cart .total * {
    font-size: 20px;
    font-weight: 800; }
  .woocommerce .woo_mini_cart .total strong {
    text-transform: capitalize;
    cursor: default; }
  .woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
    padding-left: 10px; }
    .woocommerce .woo_mini_cart .total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
      padding-right: 6px; }

.woocommerce .woo_mini_cart .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce .woo_mini_cart .buttons .button {
    width: 48.35%;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: 0.4s; }
  .woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
    display: none !important; }

.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 .quantity {
  display: inline-block;
  position: relative;
  border: unset;
  border-radius: 5px;
  padding: 2.5px 0 2.5px 15px;
  background-color: #ffffff;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
  .woocommerce div.product form.cart .quantity label.label-qty {
    display: none; }
  .woocommerce div.product form.cart .quantity .quantity-wrapper {
    padding-right: 7px;
    position: relative; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
      display: inline-block;
      width: 78px;
      height: 51px;
      vertical-align: middle;
      border: 0;
      padding: 0 40px 2px 0;
      font-size: 16px;
      font-weight: 700;
      background: transparent; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper span {
      cursor: pointer;
      position: absolute;
      right: 0;
      width: 40px;
      height: 50%;
      color: #232323;
      transition: transform 0.3s; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span:before {
        position: absolute;
        top: 2px;
        right: 17px;
        font-family: flaticon;
        font-size: 11px; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus {
        top: 0; }
        .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
          content: '\f167'; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
        bottom: 0; }
        .woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:before {
          content: '\f168'; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input {
      display: inline-flex;
      border: 2px solid #ddd; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button {
        position: relative;
        width: 3rem;
        height: 3rem;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
        -webkit-appearance: none; }
        .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:before, .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 1rem;
          height: 2px;
          background-color: #212121;
          transform: translate(-50%, -50%); }
        .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button.plus:after {
          transform: translate(-50%, -50%) rotate(90deg); }
      .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input input[type=number] {
        font-family: sans-serif;
        max-width: 5rem;
        padding: .5rem;
        border: solid #ddd;
        border-width: 0 2px;
        font-size: 2rem;
        height: 3rem;
        font-weight: bold;
        text-align: center; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 20px; }

.woocommerce div.product form.cart .button {
  position: relative;
  height: 56px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: 0 34.7px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  background: transparent;
  transition: 0.6s; }
  .woocommerce div.product form.cart .button:hover {
    background: #ffffff; }
  .woocommerce div.product form.cart .button.disabled {
    color: #ffffff !important; }

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

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

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 26%;
  margin-top: 23px; }
  .woocommerce .cart-collaterals .cross-sells > h2, .woocommerce-page .cart-collaterals .cross-sells > h2 {
    margin-bottom: 0.6em;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 31.5%;
  margin-top: 30px;
  margin-bottom: 60px;
  border: unset;
  border-radius: 10px;
  padding: 40px 49px 18px;
  background: #ffffff;
  box-shadow: 4px 5px 25px rgba(0, 0, 0, 0.08); }
  .woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-page .cart-collaterals .cart_totals > h2 {
    margin-bottom: 27px;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    text-transform: capitalize; }
  .woocommerce .cart-collaterals .cart_totals table tr, .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 10px; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal .amount, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal .amount {
      font-size: 18px;
      font-weight: 600; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 10px;
      padding-top: 10px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
      margin-left: 5px;
      font-size: 18px;
      font-weight: 600; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
      margin-bottom: 10px;
      padding: 0;
      margin-right: 0; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: white; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input {
        border: unset;
        background: #f3f3f3; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
        margin-bottom: 20px; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-size: 18px;
    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: 700; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce .cart-collaterals .cart_totals table tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    padding-top: 10px;
    padding-bottom: 10px; }
  .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 {
    padding: 4px 0;
    text-align: left; }
  .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 1%;
    white-space: nowrap;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle; }
  .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
    font-size: 22px;
    font-weight: 400;
    text-align: right; }
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 18px;
    text-align: right; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  min-width: 170px;
  border-width: 2px;
  border-style: solid;
  padding: 0 20px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0; }
  .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background: transparent; }

.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: 800; }
  .woocommerce table.shop_table.cart input.button {
    height: 50px;
    margin-left: 9px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 0 25px;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: transparent; }
    .woocommerce table.shop_table.cart input.button:hover {
      color: #ffffff; }
  .woocommerce table.shop_table.cart button[name=update_cart] {
    background-color: transparent; }
    .woocommerce table.shop_table.cart button[name=update_cart]:hover {
      color: #ffffff; }
  .woocommerce table.shop_table div.quantity .qty {
    display: inline-block;
    height: 54px;
    width: 90px;
    vertical-align: middle;
    border-radius: unset;
    border: 1px solid #e4e4e4;
    padding: 0 0 9px 0;
    font-size: 28px;
    background: #ffffff; }
  .woocommerce table.shop_table td {
    padding: 31px 0;
    border: 0; }
  .woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
    font-weight: 600; }
  .woocommerce table.shop_table td.product-remove {
    padding-left: 8px;
    padding-right: 8px; }
  .woocommerce table.shop_table td.product-name .product-quantity {
    font-weight: 400;
    opacity: 0.6; }
  .woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    position: relative;
    border: unset;
    border-radius: 5px;
    padding: 2.5px 0 2.5px 15px;
    background-color: #ffffff;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }
    .woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
      display: none; }
    .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
      padding-right: 7px;
      position: relative; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
        display: inline-block;
        width: 78px;
        height: 51px;
        vertical-align: middle;
        border: 0;
        padding: 0 40px 2px 0;
        font-size: 16px;
        font-weight: 700;
        background: transparent; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
        cursor: pointer;
        position: absolute;
        right: 0;
        width: 40px;
        height: 50%;
        color: #232323;
        transition: transform 0.3s; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before {
          position: absolute;
          top: 2px;
          right: 17px;
          font-family: flaticon;
          font-size: 11px; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus {
          top: 0; }
          .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
            content: '\f167'; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus {
          bottom: 0; }
          .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:before {
            content: '\f168'; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input {
        display: inline-flex;
        border: 2px solid #ddd; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button {
          position: relative;
          width: 3rem;
          height: 3rem;
          align-items: center;
          justify-content: center;
          margin: 0;
          border: none;
          outline: none;
          background-color: transparent;
          cursor: pointer;
          -webkit-appearance: none; }
          .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button:after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 1rem;
            height: 2px;
            background-color: #212121;
            transform: translate(-50%, -50%); }
          .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button.plus:after {
            transform: translate(-50%, -50%) rotate(90deg); }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input input[type=number] {
          font-family: sans-serif;
          max-width: 5rem;
          padding: .5rem;
          border: solid #ddd;
          border-width: 0 2px;
          font-size: 2rem;
          height: 3rem;
          font-weight: bold;
          text-align: center; }
  .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before {
    top: -2px; }
  .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: 0;
    font-size: 20px;
    font-weight: 800; }
    .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: #f6f4f0; }
    .woocommerce table.shop_table thead, .woocommerce table.shop_table thead tr {
      border-radius: 5px; }
    .woocommerce table.shop_table thead tr {
      border: 0; }
    .woocommerce table.shop_table thead th {
      border: 0;
      padding: 0;
      font-size: 20px;
      line-height: 60px;
      font-weight: 700;
      color: #ffffff; }
      .woocommerce table.shop_table thead th:first-child {
        border-radius: 5px 0 0 5px; }
      .woocommerce table.shop_table thead th:last-child {
        border-radius: 0 5px 5px 0; }
    .woocommerce table.shop_table thead th.product-name {
      padding-left: 37px;
      text-align: left; }
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 40px;
    text-align: left; }
  .woocommerce table.shop_table th {
    border: 0; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  border: unset;
  border-radius: 5px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08); }

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #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;
    border: unset;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    background-color: #f3f3f3; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #ffffff; }
  #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;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent; }

#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 rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 0; }

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

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin-left: -74px; }

#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: 15px; }
  #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 .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;
    margin-bottom: 0;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    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 #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-color: #f7f7f7;
  background-color: #f7f7f7; }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 2em 1.5em 0;
    border-bottom: 0; }
    #add_payment_method #payment ul.payment_methods li,
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li {
      padding-top: 0;
      line-height: 1.7;
      padding-left: 0; }
      #add_payment_method #payment ul.payment_methods li:before,
      .woocommerce-cart #payment ul.payment_methods li:before,
      .woocommerce-checkout #payment ul.payment_methods li:before {
        display: none !important; }
      #add_payment_method #payment ul.payment_methods li.woocommerce-notice,
      .woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
      .woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 20px;
        background: #ffffff; }
  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
    padding: 0em 2em 30px; }
    #add_payment_method #payment div.form-row .woocommerce-privacy-policy-text,
    .woocommerce-cart #payment div.form-row .woocommerce-privacy-policy-text,
    .woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
      font-size: 14px; }

.woocommerce-cart #main > .wgl-container,
.woocommerce-checkout #main > .wgl-container {
  margin-top: 10px; }

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button),
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
  width: 100%; }
  .woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping],
  .woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping] {
    height: 45px;
    line-height: 1; }

.woocommerce ul#shipping_method li {
  margin: 0;
  padding-left: 0; }
  .woocommerce ul#shipping_method li label {
    font-size: 14px;
    font-weight: 700; }

.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 button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #ffffff;
  background: transparent; }
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: #ffffff; }

/* 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: '\f161';
    display: inline-block;
    font-family: flaticon;
    font-size: 12px;
    color: #bfc1c2;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    transition: 0.3s; }
  .woocommerce a.remove:hover:before {
    color: #ff144b; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 45px;
  padding-top: 10px; }

/* ==================== ##Shop - Tabs ==================== */
.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 {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0;
    border: unset;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    background: unset;
    cursor: pointer;
    transition: 0.3s ease-in-out; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
      margin-right: 10px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      content: '';
      display: block;
      position: absolute;
      top: unset;
      bottom: -1px;
      left: 50%;
      right: unset;
      width: 0;
      height: 3px;
      border: unset;
      border-radius: 3px;
      box-shadow: unset;
      transform: translateX(-50%);
      transition: inherit; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      width: 100%;
      background-color: #f7f7f7; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
      width: 100%;
      box-shadow: unset; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      display: block;
      position: relative;
      min-width: 146px;
      padding: 5px 24px;
      font-weight: normal;
      color: #616161;
      text-decoration: none;
      letter-spacing: 0;
      box-shadow: none; }

.woocommerce-tabs .comment-reply-title {
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400; }

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

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

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  border-bottom: 0;
  border: 1px solid #dddddd;
  padding: 14px 70px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #f6f4f0; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
  font-style: normal;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding-left: 20px;
  padding-right: 20px; }

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

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
  margin-bottom: 0; }

/* ==================== ##Shop - Widgets ==================== */
.woocommerce.widget_price_filter .widget-title {
  margin-bottom: 30px; }

.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  border-radius: unset; }

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .woocommerce.widget_price_filter .ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: inherit;
    background-color: #ffffff; }

.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  margin: 0 0 30px; }

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

.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize; }
  .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount span {
    font-size: 16px; }
    .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount span.from {
      margin-left: 10px; }
  .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    display: inline-block;
    height: 40px;
    left: auto;
    margin: 4px 21px 0 0;
    padding: 0 20.8px;
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    overflow: visible;
    cursor: pointer; }
    .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
      color: #ffffff; }
  .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-weight: 600; }

.woocommerce.widget_product_search .woocommerce-product-search {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: box-shadow 0.4s; }
  .woocommerce.widget_product_search .woocommerce-product-search [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    margin: 0;
    margin-top: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
    cursor: pointer; }
  .woocommerce.widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    height: 56px;
    margin-bottom: 0;
    padding: 0px 50px 0 20px;
    outline: none;
    font-weight: 400;
    background: #f6f6f6;
    overflow: hidden; }
    .woocommerce.widget_product_search .woocommerce-product-search .search-field::placeholder {
      font-size: 16px;
      font-weight: 400;
      transition: 0.5s; }
    .woocommerce.widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
      opacity: 0; }

.woocommerce.widget_product_tag_cloud .tagcloud {
  font-size: 14px; }

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

.product_list_widget del {
  margin-right: 7px;
  color: #bababa; }
  .product_list_widget del .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit; }

.product_list_widget ins {
  text-decoration: none; }

.widget_shopping_cart .blockUI.blockOverlay {
  background-color: transparent !important; }

/* ==================== ##Shop - Pagination ==================== */
.woocommerce nav.woocommerce-pagination {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  .woocommerce nav.woocommerce-pagination ul {
    display: block;
    margin: 0;
    padding: 0 0 60px 0;
    border: 0;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    list-style: none;
    clear: both; }
    .woocommerce nav.woocommerce-pagination ul li {
      float: none;
      display: inline-block;
      vertical-align: baseline;
      border: 0;
      padding: 0;
      overflow: visible; }
      .woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
        margin-right: 11px; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        color: #ffffff;
        background: unset;
        cursor: default; }
        .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: unset;
        border-radius: 5px;
        padding: 0 12.6px;
        line-height: 2em;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        background: #f0f0f0;
        transition: 0.4s; }
        .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
          color: #ffffff;
          background: unset; }
        .woocommerce nav.woocommerce-pagination ul li span.next .fa, .woocommerce nav.woocommerce-pagination ul li span.prev .fa, .woocommerce nav.woocommerce-pagination ul li a.next .fa, .woocommerce nav.woocommerce-pagination ul li a.prev .fa {
          font-size: 1.3em;
          vertical-align: text-bottom; }

/* ==================== ##Shop - Respond ==================== */
.woocommerce #respond #reply-title {
  padding: 0 4px; }

.woocommerce #respond #commentform {
  margin-top: 28px; }
  .woocommerce #respond #commentform label {
    font-weight: 500; }
  .woocommerce #respond #commentform > p.comment-form-author, .woocommerce #respond #commentform > p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 16px; }
    .woocommerce #respond #commentform > p.comment-form-author input, .woocommerce #respond #commentform > p.comment-form-email input {
      position: relative;
      width: 100%; }
  .woocommerce #respond #commentform > p.comment-notes {
    margin-bottom: 20px; }
  .woocommerce #respond #commentform > p textarea {
    position: relative; }
  .woocommerce #respond #commentform .stars {
    display: inline-block;
    height: 1em; }
    .woocommerce #respond #commentform .stars a {
      top: 6px;
      margin-right: -5px;
      padding-right: 1.5em;
      color: #f9d322; }
  .woocommerce #respond #commentform .comment-form-rating,
  .woocommerce #respond #commentform .comment-notes,
  .woocommerce #respond #commentform .comment-form-comment,
  .woocommerce #respond #commentform .form-submit {
    padding-left: 12px;
    padding-right: 12px; }
  .woocommerce #respond #commentform .comment-form-rating {
    margin-top: -25px;
    margin-bottom: 16px; }

.woocommerce #respond input#submit {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  margin-top: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  transition: 0.4s; }
  .woocommerce #respond input#submit:hover {
    background: transparent; }

/* ==================== ##Shop - Responsive ==================== */
@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:before,
  ul.wgl-products li a.button:before,
  ul.wgl-products li .added_to_cart.wc-forward:before {
    left: 50%;
    margin-left: 0;
    margin-right: 0; }
  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; }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 45%; } }

@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); }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 40%; }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .wgl-products-wrapper ul.wgl-products li {
    width: calc(50% - 30px); }
  .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 100%;
    clear: both; }
  .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width: 100%; }
  .woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: auto; }
  .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    float: none; }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-family: initial;
    font-size: 20px;
    font-weight: 400; }
  .woocommerce table.shop_table_responsive tr.order-total td::before, .woocommerce-page table.shop_table_responsive tr.order-total td::before {
    font-weight: 700; }
  .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 .col2-set {
    float: left;
    width: 100%;
    margin-right: 0; }
  .woocommerce #order_review_heading, .woocommerce #order_review {
    width: 100%; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto; }
  #add_payment_method .cart-collaterals .shipping-calculator-form,
  .woocommerce-cart .cart-collaterals .shipping-calculator-form,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin-left: 0; } }

@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 .iguru_module_message_box .message_text {
    display: flex;
    flex-direction: column-reverse; }
    .woocommerce .iguru_module_message_box .message_text a {
      width: max-content; }
  .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    width: auto; } }

@media only screen and (max-width: 426px) {
  .woocommerce .iguru_module_message_box .message_text {
    line-height: inherit; }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px 20px; }
  .woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
    display: flex;
    align-items: center; }
    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
      width: 180px; }
    .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
      margin-left: 0; } }

/* ==================== ##Widgets Base ==================== */
body .widget {
  position: relative;
  z-index: 1; }
  body .widget:not(:first-child) {
    padding-top: 45px; }
  body .widget .widget-title {
    position: relative;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase; }
    body .widget .widget-title__text:before {
      content: '';
      display: inline-block;
      position: relative;
      top: 4px;
      width: 3px;
      height: 1.25em;
      border-radius: 3px;
      margin-right: 11px;
      background: #dfdfdf; }
    body .widget .widget-title .rsswidget {
      margin-right: 5px;
      line-height: 0; }
      body .widget .widget-title .rsswidget img {
        margin-top: 6px; }
  body .widget ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px; }
    body .widget ul li a {
      color: inherit;
      transition: 0.3s; }
  body .widget > ul,
  body .widget > div > ul {
    padding-bottom: 0; }
  body .widget > #recentcomments {
    margin-top: -11px;
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  body .widget > ul > li li,
  body .widget > div > ul > li li {
    padding-bottom: 0;
    margin-left: 10px;
    line-height: 30px; }
  body .widget > ul > li > ul ul li {
    margin-left: 10px; }
  body .widget_archive ul, body .widget_recent_entries ul, body .widget_categories ul, body .widget_product_categories ul, body .widget_meta ul {
    margin-top: -4px;
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    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 {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 2px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      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;
      padding: 0 0 5px; }
      body .widget_archive ul ul a, body .widget_recent_entries ul ul a, body .widget_categories ul ul a, body .widget_product_categories ul ul a, body .widget_meta ul ul a {
        font-size: 16px;
        color: #939393;
        padding: 0; }
      body .widget_archive ul ul li:before, body .widget_recent_entries ul ul li:before, body .widget_categories ul ul li:before, body .widget_product_categories ul ul li:before, body .widget_meta ul ul li:before {
        top: 14px; }
      body .widget_archive ul ul li:after, body .widget_recent_entries ul ul li:after, body .widget_categories ul ul li:after, body .widget_product_categories ul ul li:after, body .widget_meta ul ul li:after {
        display: none; }
  body .widget_archive > ul > li > ul, body .widget_recent_entries > ul > li > ul, body .widget_categories > ul > li > ul, body .widget_product_categories > ul > li > ul, body .widget_meta > ul > li > ul {
    margin-top: -3px; }
  body .widget_categories ul, body .widget_product_categories ul {
    margin-left: 0.4em;
    padding-left: 0.9em; }
  body .widget_categories ul li:before, body .widget_product_categories ul li:before {
    content: '';
    display: block;
    top: 16px;
    left: -22px;
    width: 6px;
    height: 6px; }
  body .widget_categories ul li ul.children, body .widget_product_categories ul li ul.children {
    padding-left: 0.3em; }
  body .widget_categories ul li li, body .widget_product_categories ul li li {
    padding-top: 0; }
  body .widget_categories ul li a, body .widget_product_categories ul li a {
    position: relative;
    text-transform: capitalize; }
  body .widget_categories ul li .post_count, body .widget_product_categories ul li .post_count {
    color: #bababa; }
  body .widget_categories ul li:last-child, body .widget_product_categories ul li:last-child {
    margin-bottom: -0.15em; }
  body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li, body .widget_archive ul li {
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s; }
    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-top: -4px;
      margin-right: 5px;
      vertical-align: middle; }
    body .widget_categories ul li .post_count, body .widget_categories ul li .count, body .widget_product_categories ul li .post_count, body .widget_product_categories ul li .count, body .widget_meta ul li .post_count, body .widget_meta ul li .count, body .widget_archive ul li .post_count, body .widget_archive ul li .count {
      margin-left: 5px;
      line-height: 1;
      transition: 0.3s; }
      body .widget_categories ul li .post_count:before, body .widget_categories ul li .count:before, body .widget_product_categories ul li .post_count:before, body .widget_product_categories ul li .count:before, body .widget_meta ul li .post_count:before, body .widget_meta ul li .count:before, body .widget_archive ul li .post_count:before, body .widget_archive ul li .count:before {
        content: '('; }
      body .widget_categories ul li .post_count:after, body .widget_categories ul li .count:after, body .widget_product_categories ul li .post_count:after, body .widget_product_categories ul li .count:after, body .widget_meta ul li .post_count:after, body .widget_meta ul li .count:after, body .widget_archive ul li .post_count:after, body .widget_archive ul li .count:after {
        content: ')'; }
    body .widget_categories ul li ul li .post_count, body .widget_categories ul li ul li .count, body .widget_product_categories ul li ul li .post_count, body .widget_product_categories ul li ul li .count, body .widget_meta ul li ul li .post_count, body .widget_meta ul li ul li .count, body .widget_archive ul li ul li .post_count, body .widget_archive ul li ul li .count {
      top: 0; }
    body .widget_categories ul li ul li img, body .widget_product_categories ul li ul li img, body .widget_meta ul li ul li img, body .widget_archive ul li ul li img {
      display: none; }
  body .widget_product_categories ul li .post_count:before, body .widget_product_categories ul li .post_count:after {
    display: none; }
  body .widget_product_categories ul li img {
    margin-right: 13px; }
  body .widget_comments > ul > li:before, body .widget_meta > ul > li:before, body .widget_archive > ul > li:before, body .widget_recent_comments > ul > li:before, body .widget_recent_entries > ul > li:before {
    content: '\f113';
    display: inline-block !important;
    position: relative;
    z-index: 1;
    top: 0;
    width: auto;
    height: auto;
    margin-right: 12px;
    font-family: flaticon;
    font-size: 1.2em;
    font-weight: 300;
    color: #787373;
    vertical-align: baseline;
    background-color: transparent !important; }
  body .widget_meta > ul > li {
    padding-left: 0; }
    body .widget_meta > ul > li:before {
      content: '\f162'; }
  body .widget_archive > ul > li {
    padding-left: 0; }
    body .widget_archive > ul > li:before {
      content: '\f142';
      font-size: 1.1em; }
  body .widget_recent_comments > ul > li:before {
    content: '\f137';
    top: 3px;
    margin-right: 12px; }
  body .widget_recent_comments ul li {
    padding: 5px 0;
    line-height: 1.5; }
  body .widget_recent_comments a[rel~=external] {
    text-decoration: underline; }
  body .widget_recent_entries > ul > li:before {
    content: '\f101';
    top: 2px;
    margin-right: 8px; }
  body .widget_recent_entries ul li {
    padding: 1px 0 1px 0; }
    body .widget_recent_entries ul li .post-date {
      float: right;
      font-size: 0.8em;
      line-height: 1.5; }
    body .widget_recent_entries ul li:after {
      content: '';
      display: table;
      clear: both; }
  body .widget_tag_cloud {
    padding-bottom: 5px; }
    body .widget_tag_cloud .tagcloud {
      font-size: 14px; }
  body .widget_pages ul {
    margin-top: -7px;
    margin-left: 0;
    padding-left: 1.3em;
    list-style: none; }
    body .widget_pages ul li {
      padding: 1px 0;
      font-size: 18px;
      font-weight: 700; }
      body .widget_pages ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 17px;
        left: -22px;
        width: 6px;
        height: 6px;
        border-radius: 50%; }
    body .widget_pages ul ul {
      margin-top: 0;
      margin-left: 0;
      padding-left: 0.5em; }
      body .widget_pages ul ul li {
        padding-top: 0;
        line-height: 39px; }
        body .widget_pages ul ul li:before {
          left: -18px; }
  body .widget_rss .widget-title > a {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.01em; }
    body .widget_rss .widget-title > a img {
      display: none; }
  body .widget_rss ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  body .widget_rss li {
    padding: 40px 0 0 0; }
    body .widget_rss li:first-child {
      padding-top: 0; }
    body .widget_rss li .rsswidget {
      display: inline-block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400; }
    body .widget_rss li .rss-date {
      display: block;
      margin: 0 0 20px;
      font-size: 16px;
      line-height: 1.5;
      font-style: normal; }
    body .widget_rss li .rssSummary {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px; }
    body .widget_rss li cite {
      display: block;
      position: relative;
      margin-top: 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize; }
      body .widget_rss li cite:before {
        content: '\2013';
        margin-right: 5px; }
  body .widget_archive .select__field,
  body .widget_categories .select__field,
  body .widget_calendar .calendar_wrap,
  body .widget_tag_cloud .tagcloud {
    padding-top: 8px; }
  body .widget_recent_comments #recentcomments {
    padding-top: 4px; }
  body .widget_search .widget-title + .search-form {
    margin-top: 29px; }
  body .widget_nav_menu .menu-testing-menu-container {
    margin-top: -4px; }
  body .widget .select__field:before {
    display: none;
    line-height: 48px; }
  body .widget select {
    width: 100%;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 0; }

.wp-block-archives-dropdown {
  display: inline-block;
  position: relative;
  margin-bottom: 10px; }
  .wp-block-archives-dropdown select {
    height: 48px;
    min-width: 270px;
    border: 1px solid #e4e4e4;
    border-radius: 0; }

ul.wp-block-archives.wp-block-archives-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  ul.wp-block-archives.wp-block-archives-list li {
    padding-left: 0;
    line-height: 38px; }
    ul.wp-block-archives.wp-block-archives-list li:before {
      content: '\f142';
      display: inline-block !important;
      position: relative;
      z-index: 1;
      top: 0;
      width: auto;
      height: auto;
      margin-right: 15px;
      font-family: flaticon;
      font-size: 1.3em;
      font-weight: 300;
      vertical-align: baseline;
      background-color: transparent !important; }
    ul.wp-block-archives.wp-block-archives-list li a {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      line-height: 36px;
      text-transform: capitalize; }

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

ul.wp-block-categories.wp-block-categories-list, ul.wp-block-categories.wp-block-categories-list ul {
  list-style: none; }

ul.wp-block-categories.wp-block-categories-list li {
  padding-left: 0;
  font-size: 18px; }
  ul.wp-block-categories.wp-block-categories-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: -21px;
    width: 6px;
    height: 6px;
    border-radius: 50%; }
  ul.wp-block-categories.wp-block-categories-list li a {
    color: inherit;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize; }
    ul.wp-block-categories.wp-block-categories-list li a:hover .post_count {
      color: inherit; }
  ul.wp-block-categories.wp-block-categories-list li .post_count {
    display: inline-block;
    margin-left: 5px;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    color: inherit;
    box-sizing: border-box;
    transition: 0.15s;
    color: #bababa; }
    ul.wp-block-categories.wp-block-categories-list li .post_count:before {
      content: '('; }
    ul.wp-block-categories.wp-block-categories-list li .post_count:after {
      content: ')'; }
  ul.wp-block-categories.wp-block-categories-list li img {
    max-width: 40px;
    margin-top: -4px;
    margin-right: 15px;
    vertical-align: middle; }

ul.wp-block-categories.wp-block-categories-list ul a {
  font-size: 16px;
  padding: 0; }

ul.wp-block-categories.wp-block-categories-list > li li {
  padding-bottom: 0;
  line-height: 30px; }

ul.wp-block-categories.wp-block-categories-list > li > ul {
  margin-top: -3px; }

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

body .widget_search .search-form, body .widget_search .woocommerce-product-search,
body .widget_product_search .search-form,
body .widget_product_search .woocommerce-product-search {
  position: relative;
  z-index: 1; }
  body .widget_search .search-form .search-field, body .widget_search .woocommerce-product-search .search-field,
  body .widget_product_search .search-form .search-field,
  body .widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    height: 56px;
    margin-bottom: 0;
    padding: 0px 60px 0 20px;
    font-weight: 400;
    color: #6e6e6e;
    background: #f3f3f3;
    outline: none;
    overflow: hidden; }
    body .widget_search .search-form .search-field::placeholder, body .widget_search .woocommerce-product-search .search-field::placeholder,
    body .widget_product_search .search-form .search-field::placeholder,
    body .widget_product_search .woocommerce-product-search .search-field::placeholder {
      font-size: 16px;
      font-weight: 400;
      color: #6e6e6e;
      transition: 0.5s; }
    body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .woocommerce-product-search .search-field:focus::placeholder,
    body .widget_product_search .search-form .search-field:focus::placeholder,
    body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
      opacity: 0; }
  body .widget_search .search-form .search-button, body .widget_search .woocommerce-product-search .search-button,
  body .widget_product_search .search-form .search-button,
  body .widget_product_search .woocommerce-product-search .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    cursor: pointer; }
    body .widget_search .search-form .search-button:focus, body .widget_search .search-form .search-button:active, body .widget_search .woocommerce-product-search .search-button:focus, body .widget_search .woocommerce-product-search .search-button:active,
    body .widget_product_search .search-form .search-button:focus,
    body .widget_product_search .search-form .search-button:active,
    body .widget_product_search .woocommerce-product-search .search-button:focus,
    body .widget_product_search .woocommerce-product-search .search-button:active {
      box-shadow: none;
      background: transparent; }
  body .widget_search .search-form .search__icon, body .widget_search .woocommerce-product-search .search__icon,
  body .widget_product_search .search-form .search__icon,
  body .widget_product_search .woocommerce-product-search .search__icon {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s; }
    body .widget_search .search-form .search__icon:after, body .widget_search .woocommerce-product-search .search__icon:after,
    body .widget_product_search .search-form .search__icon:after,
    body .widget_product_search .woocommerce-product-search .search__icon:after {
      content: '\f186';
      font-family: flaticon; }

/* ==================== #Recent Posts ==================== */
body .widget_wgl_posts .recent-posts-widget {
  margin-top: 20px;
  margin-bottom: -0.3em;
  margin-left: 0;
  padding: 0;
  list-style: none; }
  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: 60px;
      border-radius: 10px; }
    body .widget_wgl_posts .recent-posts-widget li:after {
      content: '';
      clear: both;
      position: relative;
      display: table;
      height: 0; }
    body .widget_wgl_posts .recent-posts-widget li:not(:first-child) {
      margin-top: 30px; }
  body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
    overflow: hidden;
    margin-right: 18px; }
  body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper,
  body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
    float: left; }
  body .widget_wgl_posts .recent-posts-widget .with_image .recent-posts-content_wrapper {
    width: calc(100% - 95px);
    margin-top: -5px; }
  body .widget_wgl_posts .recent-posts-widget .meta-wrapper {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase; }
    body .widget_wgl_posts .recent-posts-widget .meta-wrapper span {
      color: #bababa; }
  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: 15px;
    line-height: 22px; }
    body .widget_wgl_posts .recent-posts-widget .post_title a {
      font-weight: 700; }
  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 {
  display: flex;
  align-self: flex-start;
  padding: 0 10px;
  font-size: 12px;
  color: #ffffff;
  background: rgba(18, 19, 20, 0.4); }

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

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

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 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box; }

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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 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 {
  margin-top: 20px; }
  .tagcloud a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 13.5px;
    font-size: inherit !important;
    font-weight: 400;
    line-height: 1.2;
    color: #5f5f5f;
    text-transform: lowercase;
    background: #f6f6f6;
    transition: 0.4s; }
    .tagcloud a:hover {
      color: #ffffff; }
    .tagcloud a:not(:last-child) {
      margin-right: 7px;
      margin-bottom: 10px; }

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

body .widget_nav_menu ul.menu, body .widget_nav_menu ul.menu ul {
  list-style: none; }

body .widget_nav_menu ul.menu li {
  font-size: 18px;
  line-height: 38px;
  font-weight: 700; }
  body .widget_nav_menu ul.menu li:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: -21px;
    width: 6px;
    height: 6px;
    border-radius: 50%; }

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

body .widget_nav_menu ul.menu .sub-menu {
  margin-left: 0.1em; }
  body .widget_nav_menu ul.menu .sub-menu li {
    padding-left: 0;
    margin-left: 0; }

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

/* ==================== #Author ==================== */
.iguru_author-widget {
  border-radius: 10px; }
  .iguru_author-widget .author-widget_wrapper {
    position: relative;
    border-radius: inherit;
    padding: 29px 12px 25px;
    text-align: center;
    background-repeat: no-repeat; }
    .iguru_author-widget .author-widget_wrapper > * + .author-widget_social {
      margin-top: 22px; }
    .iguru_author-widget .author-widget_wrapper[style^=background-image] .author-widget_social a {
      margin-top: -5px;
      padding-top: 5px; }
      .iguru_author-widget .author-widget_wrapper[style^=background-image] .author-widget_social a, .iguru_author-widget .author-widget_wrapper[style^=background-image] .author-widget_social a:hover {
        color: #ffffff; }
      .iguru_author-widget .author-widget_wrapper[style^=background-image] .author-widget_social a:hover:before {
        transform: translateY(-5px); }
  .iguru_author-widget .author-widget_img-wrapper {
    display: block;
    width: 150px;
    margin: 0px auto 15px; }
    .iguru_author-widget .author-widget_img-wrapper img {
      border-radius: 50%; }
  .iguru_author-widget .author-widget_title {
    padding: 10px 15px 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #ffffff; }
  .iguru_author-widget .author-widget_text {
    margin-top: 14px;
    margin-bottom: 12px;
    color: #ffffff; }
  .iguru_author-widget .author-widget_social a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center; }
    .iguru_author-widget .author-widget_social a.fa-twitter:hover {
      color: #1da1f2; }
    .iguru_author-widget .author-widget_social a.fa-facebook:hover {
      color: #3b5998; }
    .iguru_author-widget .author-widget_social a.fa-linkedin:hover {
      color: #007bb5; }
    .iguru_author-widget .author-widget_social a.fa-instagram:hover {
      color: #c32aa3; }
    .iguru_author-widget .author-widget_social a:before {
      display: inline-block;
      transition: inherit; }
  .iguru_author-widget .author-widget_social-link {
    margin: 0 4px; }
  .iguru_author-widget .author-widget_img_sign-wrapper {
    width: 110px;
    margin: -54px 10px 0 auto; }

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

/* ==================== #Banner ==================== */
.widget.iguru_widget.iguru_banner-widget {
  display: block;
  border-radius: 10px;
  padding: 40px 0 54px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  max-width: 370px;
  margin-top: 50px; }
  .widget.iguru_widget.iguru_banner-widget.without_logotype {
    padding-top: 114px; }
  .widget.iguru_widget.iguru_banner-widget .banner-widget_img-wrapper {
    display: block;
    margin-bottom: 34px; }
  .widget.iguru_widget.iguru_banner-widget .banner-widget_text_sub {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px; }
  .widget.iguru_widget.iguru_banner-widget .banner-widget_text {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 27px;
    line-height: 8px;
    padding: 13px 20px 0; }
  .widget.iguru_widget.iguru_banner-widget .banner-widget_text_bg {
    position: relative;
    z-index: -1;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 900;
    color: #fffefe;
    text-transform: uppercase;
    text-align: center; }
  .widget.iguru_widget.iguru_banner-widget .banner-widget_button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    color: #ffffff;
    background: unset; }
    .widget.iguru_widget.iguru_banner-widget .banner-widget_button.button-read-more {
      font-size: 16px;
      font-weight: 700; }
      .widget.iguru_widget.iguru_banner-widget .banner-widget_button.button-read-more:after, .widget.iguru_widget.iguru_banner-widget .banner-widget_button.button-read-more:before {
        display: none; }
    .widget.iguru_widget.iguru_banner-widget .banner-widget_button span {
      display: inline-block;
      margin: 0px 20px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 10px 30.5px;
      transition: inherit; }

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

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

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

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

/* ==================== #LearnPress Widgets ==================== */
.iguru_widget.widget_lp-widget-course-info .lp-course-info-fields {
  margin: 0; }
  .iguru_widget.widget_lp-widget-course-info .lp-course-info-fields .lp-course-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700; }
    .iguru_widget.widget_lp-widget-course-info .lp-course-info-fields .lp-course-info label {
      margin-bottom: 0;
      font-size: inherit;
      font-weight: inherit;
      text-transform: uppercase; }
    .iguru_widget.widget_lp-widget-course-info .lp-course-info-fields .lp-course-info .lp-label {
      float: none;
      min-width: 25px;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-radius: unset;
      padding: 0 3.1px;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 700;
      color: #494f5f;
      text-align: center;
      background: transparent;
      transition: all 0.3s, color 0s; }

.iguru_widget.widget_lp-widget-featured-courses .widget-title,
.iguru_widget.widget_lp-widget-popular-courses .widget-title,
.iguru_widget.widget_lp-widget-recent-courses .widget-title {
  margin: 0 0 20px; }

.iguru_widget.widget_lp-widget-featured-courses .course-entry,
.iguru_widget.widget_lp-widget-popular-courses .course-entry,
.iguru_widget.widget_lp-widget-recent-courses .course-entry {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 29px; }
  .iguru_widget.widget_lp-widget-featured-courses .course-entry:last-child,
  .iguru_widget.widget_lp-widget-popular-courses .course-entry:last-child,
  .iguru_widget.widget_lp-widget-recent-courses .course-entry:last-child {
    margin-bottom: 0px; }
  .iguru_widget.widget_lp-widget-featured-courses .course-entry .img-placeholder,
  .iguru_widget.widget_lp-widget-popular-courses .course-entry .img-placeholder,
  .iguru_widget.widget_lp-widget-recent-courses .course-entry .img-placeholder {
    display: none; }
  .iguru_widget.widget_lp-widget-featured-courses .course-entry img,
  .iguru_widget.widget_lp-widget-popular-courses .course-entry img,
  .iguru_widget.widget_lp-widget-recent-courses .course-entry img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 10px; }
  .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail,
  .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail,
  .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail {
    margin-top: -6px; }
    .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-title,
    .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-title,
    .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-title {
      font-size: 15px;
      line-height: 24px;
      font-weight: 700;
      transition: 0.3s; }
    .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-title:hover,
    .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-title:hover,
    .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-title:hover {
      transition: 0.3s; }
    .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-description,
    .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data,
    .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-description,
    .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data,
    .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-description,
    .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
      font-size: 14px;
      line-height: 20px; }
    .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field,
    .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field,
    .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
      display: inline-block;
      margin-top: 4px;
      font-weight: 700;
      color: #bababa; }
      .iguru_widget.widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field:not(:last-child):after,
      .iguru_widget.widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field:not(:last-child):after,
      .iguru_widget.widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field:not(:last-child):after {
        content: ','; }

.iguru_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress,
.iguru_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress {
  margin-bottom: 20px; }

.iguru_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .lp-course-progress-heading {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px; }

.iguru_widget.widget_lp-widget-course-progress .learn-press-course-results-progress .number {
  font-size: 14px;
  line-height: 20px; }

.iguru_widget.widget_lpr_course_review {
  font-size: 14px;
  line-height: 20px; }
  .iguru_widget.widget_lpr_course_review .course-rate .review-stars {
    height: 18px; }
  .iguru_widget.widget_lpr_course_review .course-rate .review-number {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin-left: 10px; }
  .iguru_widget.widget_lpr_course_review .course-rate .course-rate {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px; }
  .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-review-head {
    font-size: 16px;
    line-height: 24px; }
  .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-average-rate {
    font-size: 14px;
    line-height: 20px; }
  .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li {
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
    border: unset;
    overflow: hidden; }
    .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author {
      width: 60px; }
    .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author-info .user-name {
      font-size: 16px;
      line-height: 24px;
      margin: -5px 0 0; }
    .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author-info .review-stars-rated .review-stars {
      height: 16px;
      font-size: 16px; }
    .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-author-info .review-title {
      margin-bottom: 0; }
    .iguru_widget.widget_lpr_course_review #course-reviews-shortcode .course-reviews-list-shortcode li .review-text {
      width: 100%;
      font-size: 14px;
      line-height: 20px; }

/* ==================== ##Blog Categories ==================== */
.iguru_module_cats {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }
  .iguru_module_cats.items-1 .cats_item-wrap {
    width: 100%; }
    .iguru_module_cats.items-1 .cats_item-wrap:nth-child(2) {
      clear: left; }
    .iguru_module_cats.items-1 .cats_item-wrap:nth-child(n+3) {
      clear: left; }
  .iguru_module_cats.items-2 .cats_item-wrap {
    width: 50%; }
    .iguru_module_cats.items-2 .cats_item-wrap:nth-child(3) {
      clear: left; }
    .iguru_module_cats.items-2 .cats_item-wrap:nth-child(2n+5) {
      clear: left; }
  .iguru_module_cats.items-3 .cats_item-wrap {
    width: 33.33333%; }
    .iguru_module_cats.items-3 .cats_item-wrap:nth-child(4) {
      clear: left; }
    .iguru_module_cats.items-3 .cats_item-wrap:nth-child(3n+7) {
      clear: left; }
  .iguru_module_cats.items-4 .cats_item-wrap {
    width: 25%; }
    .iguru_module_cats.items-4 .cats_item-wrap:nth-child(5) {
      clear: left; }
    .iguru_module_cats.items-4 .cats_item-wrap:nth-child(4n+9) {
      clear: left; }
  .iguru_module_cats.items-5 .cats_item-wrap {
    width: 20%; }
    .iguru_module_cats.items-5 .cats_item-wrap:nth-child(6) {
      clear: left; }
    .iguru_module_cats.items-5 .cats_item-wrap:nth-child(5n+11) {
      clear: left; }
  .iguru_module_cats.items-6 .cats_item-wrap {
    width: 16.66666%; }
    .iguru_module_cats.items-6 .cats_item-wrap:nth-child(7) {
      clear: left; }
    .iguru_module_cats.items-6 .cats_item-wrap:nth-child(6n+13) {
      clear: left; }
  .iguru_module_cats .cats_item {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    height: 350px;
    background-color: #313131; }
    .iguru_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; }
    .iguru_module_cats .cats_item-wrap {
      padding: 0 15px 30px;
      float: left; }
    .iguru_module_cats .cats_item-link {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .iguru_module_cats .cats_item-title {
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .iguru_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%); }
    .iguru_module_cats .cats_item-image + .cats_item-title {
      margin-top: 7px; }
    .iguru_module_cats .cats_item:hover:before {
      opacity: 0.4; }
  .iguru_module_cats .iguru_module_carousel .slick-prev {
    left: 10px; }
  .iguru_module_cats .iguru_module_carousel .slick-next {
    right: 10px; }
  .iguru_module_cats .iguru_module_carousel:hover .slick-prev {
    left: 20px; }
  .iguru_module_cats .iguru_module_carousel:hover .slick-next {
    right: 20px; }

/* ==================== ##Products Special Categories ==================== */
.iguru_module_products_special_cats {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }
  .iguru_module_products_special_cats.display-carousel {
    margin-left: 0;
    margin-right: 0; }
  .iguru_module_products_special_cats .product_special_cats-wrap {
    padding: 0 45px;
    float: left;
    width: 540px; }
    .iguru_module_products_special_cats .product_special_cats-wrap.top_info .product_special_cats-title {
      margin-bottom: 30px;
      margin-top: -6px; }
    .iguru_module_products_special_cats .product_special_cats-wrap.bottom_info .product_special_cats-title {
      margin-top: 30px; }
  .iguru_module_products_special_cats .product_special_cats-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .iguru_module_products_special_cats .product_special_cats-link:hover .product_special_cats-image {
      transform: translate(20px, 20px); }
  .iguru_module_products_special_cats .product_special_cats-title {
    font-weight: 600; }
  .iguru_module_products_special_cats .product_special_cats-image_wrap {
    position: relative;
    z-index: 1; }
    .iguru_module_products_special_cats .product_special_cats-image_wrap:before {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: all 0.5s;
      border: 1px solid;
      box-sizing: border-box; }
  .iguru_module_products_special_cats .product_special_cats-image {
    transition: all 0.5s; }
  .iguru_module_products_special_cats .iguru_module_carousel .slick-prev {
    left: 10px; }
  .iguru_module_products_special_cats .iguru_module_carousel .slick-next {
    right: 10px; }
  .iguru_module_products_special_cats .iguru_module_carousel:hover .slick-prev {
    left: 30px; }
  .iguru_module_products_special_cats .iguru_module_carousel:hover .slick-next {
    right: 30px; }
  .iguru_module_products_special_cats .iguru_module_carousel .iguru_carousel_slick {
    padding-bottom: 20px; }

/* ==================== ##Button ==================== */
.iguru_module_button.wgl_button {
  position: relative;
  z-index: 20;
  transition: 0.4s; }
  .iguru_module_button.wgl_button .wgl_button_link {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-style: solid;
    border-radius: unset;
    padding: 10px 20px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: initial;
    white-space: nowrap;
    transition: inherit; }
  .iguru_module_button.wgl_button:not(.btn-gradient) .wgl_button_link {
    border-width: 2px; }
    .iguru_module_button.wgl_button:not(.btn-gradient) .wgl_button_link:hover {
      background: #ffffff; }
  .iguru_module_button.wgl_button-xl .wgl_button_link {
    min-width: 175px;
    min-height: 60px;
    font-size: 16px; }
  .iguru_module_button.wgl_button-l .wgl_button_link {
    min-width: 165px;
    min-height: 56px;
    font-size: 16px; }
  .iguru_module_button.wgl_button-m .wgl_button_link {
    min-width: 155px;
    min-height: 50px;
    font-size: 15px; }
  .iguru_module_button.wgl_button-s .wgl_button_link {
    min-width: 85px;
    min-height: 46px;
    padding-left: 23.85px;
    padding-right: 23.85px;
    font-size: 14px; }
  .iguru_module_button.wgl_button-icon_left.wgl_button .wgl_button-icon, .iguru_module_button.wgl_button-icon_right.wgl_button .wgl_button-icon {
    position: relative;
    z-index: 1;
    font-size: 15px;
    transition: 0.4s, color 0s; }
    .iguru_module_button.wgl_button-icon_left.wgl_button .wgl_button-icon:after, .iguru_module_button.wgl_button-icon_right.wgl_button .wgl_button-icon:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: currentColor;
      opacity: 0.3;
      transition: inherit; }
  .iguru_module_button.wgl_button-icon_left .wgl_button-icon:after {
    right: 0; }
  .iguru_module_button.wgl_button-icon_right .wgl_button-icon:after {
    left: 0; }
  .iguru_module_button.wgl_button-full .wgl_button_link {
    display: flex;
    text-align: center; }
  .iguru_module_button.wgl_button-inline {
    display: inline-flex; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:before, .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:before {
    opacity: 1; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:after {
    opacity: 0; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:hover:before {
    opacity: 0; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:hover:after {
    opacity: 1; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient {
    border-radius: inherit; }
    .iguru_module_button.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:before, .iguru_module_button.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:after {
      content: '';
      display: block;
      position: absolute;
      z-index: -2;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      border-radius: inherit;
      transition: inherit; }
    .iguru_module_button.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:before {
      opacity: 1; }
    .iguru_module_button.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:after {
      opacity: 0; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:hover .btn_border_gradient:before {
    opacity: 0; }
  .iguru_module_button.wgl_button.btn-gradient .wgl_button_link:hover .btn_border_gradient:after {
    opacity: 1; }

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

/* ==================== ##Carousel Navigation ==================== */
/* Slick Arrows */
.iguru_module_carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  border: unset;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  font-size: 0;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  box-shadow: unset;
  transition: 0.4s; }
  .iguru_module_carousel .slick-arrow:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: inherit;
    border-radius: inherit;
    font-family: flaticon;
    font-size: 18px;
    line-height: 45px;
    color: inherit;
    transition: inherit; }

.iguru_module_carousel .slick-prev {
  left: 40px;
  right: auto;
  transform: translate(-225%, -50%); }
  .iguru_module_carousel .slick-prev:after {
    content: '\f169'; }

.iguru_module_carousel .slick-next {
  left: auto;
  right: 40px;
  transform: translate(225%, -50%); }
  .iguru_module_carousel .slick-next:after {
    content: '\f16a'; }

.iguru_module_carousel:hover .slick-arrow {
  transform: translate(0, -50%); }

.iguru_module_carousel .iguru_carousel_list {
  overflow: hidden; }

.iguru_module_carousel.prev_next_pos_right .slick-arrow {
  top: 100%;
  left: auto;
  transform: translate(0, -100%); }
  .iguru_module_carousel.prev_next_pos_right .slick-arrow:after {
    margin: 0;
    font-size: 26px; }

.iguru_module_carousel.prev_next_pos_right .slick-prev {
  left: 9px; }

.iguru_module_carousel.prev_next_pos_right .slick-next {
  left: 65px; }

/* Slick Dots */
.iguru_module_carousel .slick-dots {
  padding: 0;
  margin: 30px 15px 0 15px;
  line-height: 0;
  font-size: 0;
  min-height: 50px; }
  .iguru_module_carousel .slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 1;
    cursor: pointer; }
    .iguru_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; }
      .iguru_module_carousel .slick-dots li button:focus {
        outline: none; }
    .iguru_module_carousel .slick-dots li:last-child {
      margin-right: 0; }

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

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

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

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

.iguru_module_carousel.pagination_circle .slick-dots li {
  margin: 1px; }
  .iguru_module_carousel.pagination_circle .slick-dots li button {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #d1d1d1; }
    .iguru_module_carousel.pagination_circle .slick-dots li button:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -2px;
      left: -2px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      transform: scale(0);
      transition: 0.3s; }
  .iguru_module_carousel.pagination_circle .slick-dots li.slick-active button:before {
    transform: scale(1); }

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

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

.iguru_module_carousel.pagination_square .slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  opacity: 0.3; }
  .iguru_module_carousel.pagination_square .slick-dots li.slick-active {
    opacity: 1; }

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

.iguru_module_carousel-wrapper {
  width: 100%; }

.iguru_module_testimonials .iguru_module_carousel .slick-arrow {
  height: 50px;
  color: inherit;
  background: inherit; }
  .iguru_module_testimonials .iguru_module_carousel .slick-arrow:after {
    line-height: 50px; }

.iguru_module_courses .learn-press-courses.carousel {
  margin-right: -30px; }
  .iguru_module_courses .learn-press-courses.carousel .iguru_module_carousel-wrapper {
    margin-left: -15px; }

.iguru_module_courses .iguru_module_carousel.navigation_element .iguru_carousel_slick {
  margin: 0 5%;
  padding-bottom: 20px; }

.iguru_module_courses .iguru_module_carousel.navigation_element .slick-arrow {
  color: #333949;
  background: transparent;
  width: 15px; }

.iguru_module_courses .iguru_module_carousel.navigation_element .slick-prev {
  transform: translate(0%, -50%); }

.iguru_module_courses .iguru_module_carousel.navigation_element .slick-next {
  transform: translate(0%, -50%); }

.iguru_module_lp_cats.carousel {
  margin-right: -15px; }
  .iguru_module_lp_cats.carousel .iguru_module_carousel {
    margin-left: -15px; }
    .iguru_module_lp_cats.carousel .iguru_module_carousel .course_cat {
      margin-right: 0;
      padding: 0 15px; }
    .iguru_module_lp_cats.carousel .iguru_module_carousel .cat_wrapper {
      box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.08); }
    .iguru_module_lp_cats.carousel .iguru_module_carousel .content_wrap {
      min-height: 318px; }

/* ==================== ##Clients ==================== */
.iguru_module_clients {
  text-align: center; }
  .iguru_module_clients .clients_image {
    float: left;
    padding-bottom: 30px; }
    .iguru_module_clients .clients_image .image_link,
    .iguru_module_clients .clients_image .image_wrapper {
      display: inline-block;
      position: relative;
      z-index: 1; }
  .iguru_module_clients .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
  .iguru_module_clients.items-1 .clients_image {
    width: 100%; }
    .iguru_module_clients.items-1 .clients_image:nth-child(2), .iguru_module_clients.items-1 .clients_image:nth-child(n+3) {
      clear: left; }
  .iguru_module_clients.items-2 .clients_image {
    width: 50%; }
    .iguru_module_clients.items-2 .clients_image:nth-child(3), .iguru_module_clients.items-2 .clients_image:nth-child(2n+5) {
      clear: left; }
  .iguru_module_clients.items-3 .clients_image {
    width: 33.33333%; }
    .iguru_module_clients.items-3 .clients_image:nth-child(4), .iguru_module_clients.items-3 .clients_image:nth-child(3n+7) {
      clear: left; }
  .iguru_module_clients.items-4 .clients_image {
    width: 25%; }
    .iguru_module_clients.items-4 .clients_image:nth-child(5), .iguru_module_clients.items-4 .clients_image:nth-child(4n+9) {
      clear: left; }
  .iguru_module_clients.items-5 .clients_image {
    width: 20%; }
    .iguru_module_clients.items-5 .clients_image:nth-child(6), .iguru_module_clients.items-5 .clients_image:nth-child(5n+11) {
      clear: left; }
  .iguru_module_clients.items-6 .clients_image {
    width: 16.66666%; }
    .iguru_module_clients.items-6 .clients_image:nth-child(7), .iguru_module_clients.items-6 .clients_image:nth-child(6n+13) {
      clear: left; }
  .iguru_module_clients img {
    transition: all 0.3s; }
  .iguru_module_clients.anim-zoom .clients_image img {
    transform: scale(0.95); }
  .iguru_module_clients.anim-zoom .clients_image:hover img {
    transform: scale(1); }
  .iguru_module_clients.anim-opacity .clients_image img {
    opacity: 0.8; }
  .iguru_module_clients.anim-opacity .clients_image:hover img {
    opacity: 1; }
  .iguru_module_clients.anim-grayscale .clients_image img {
    filter: grayscale(100%);
    opacity: 0.2; }
  .iguru_module_clients.anim-grayscale .clients_image:hover img {
    filter: grayscale(0);
    opacity: 1; }
  .iguru_module_clients.anim-shadow .iguru_module_carousel-wrapper {
    overflow: unset; }
    .iguru_module_clients.anim-shadow .iguru_module_carousel-wrapper .clients_image:hover img {
      box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1); }
  .iguru_module_clients.anim-shadow .clients_image img {
    padding: 35px 15px;
    border-radius: unset; }
  .iguru_module_clients.anim-shadow .clients_image:hover img {
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; }
  .iguru_module_clients.anim-shadow .hover_image {
    display: block; }
  .iguru_module_clients.anim-contrast .clients_image:hover img {
    filter: contrast(300%); }
  .iguru_module_clients.anim-blur .clients_image:hover img {
    filter: blur(1px); }
  .iguru_module_clients.anim-invert .clients_image:hover img {
    filter: invert(100%); }
  .iguru_module_clients.anim-ex_images .hover_image {
    display: block;
    opacity: 0; }
  .iguru_module_clients.anim-ex_images .clients_image:hover .hover_image {
    opacity: 1; }
  .iguru_module_clients.anim-ex_images .clients_image:hover .main_image {
    opacity: 0; }

/* ==================== ##Countdown ==================== */
.iguru_module_countdown .countdown-row {
  display: flex;
  justify-content: center;
  align-items: center; }

.iguru_module_countdown .countdown-section {
  flex: 1;
  color: inherit; }
  .iguru_module_countdown .countdown-section .countdown-amount {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 4px;
    font-size: 0.92em;
    line-height: 1.07;
    font-weight: 800;
    color: inherit; }
  .iguru_module_countdown .countdown-section:not(:last-child) .countdown-amount:before, .iguru_module_countdown .countdown-section:not(:last-child) .countdown-amount:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    width: 0.09em;
    height: 0.09em;
    border-radius: 50%;
    transform: translateX(50%); }
  .iguru_module_countdown .countdown-section:not(:last-child) .countdown-amount:before {
    top: 25%; }
  .iguru_module_countdown .countdown-section:not(:last-child) .countdown-amount:after {
    bottom: 29%; }
  .iguru_module_countdown .countdown-section .countdown-period {
    display: block;
    margin-top: 1em;
    font-size: 0.16em;
    line-height: 1;
    font-weight: 700;
    color: inherit;
    text-transform: capitalize;
    letter-spacing: 2px; }

.iguru_module_countdown.cd_large {
  font-size: 110px; }

.iguru_module_countdown.cd_medium {
  font-size: 75px; }

.iguru_module_countdown.cd_small {
  font-size: 50px; }

.iguru_module_countdown.align_left {
  text-align: left; }
  .iguru_module_countdown.align_left .countdown-row {
    justify-content: flex-start; }
  .iguru_module_countdown.align_left .countdown-section {
    flex: 0; }
    .iguru_module_countdown.align_left .countdown-section .countdown-amount,
    .iguru_module_countdown.align_left .countdown-section .countdown-period {
      padding: 0; }
    .iguru_module_countdown.align_left .countdown-section:not(:last-child) .countdown-amount,
    .iguru_module_countdown.align_left .countdown-section:not(:last-child) .countdown-period {
      padding-right: 0.4em; }
    .iguru_module_countdown.align_left .countdown-section:not(:first-child) .countdown-amount,
    .iguru_module_countdown.align_left .countdown-section:not(:first-child) .countdown-period {
      padding-left: 0.4em; }

.iguru_module_countdown.align_center {
  text-align: center; }

.iguru_module_countdown.align_right {
  text-align: right; }
  .iguru_module_countdown.align_right .countdown-row {
    justify-content: flex-end; }
  .iguru_module_countdown.align_right .countdown-section {
    flex: 0; }
    .iguru_module_countdown.align_right .countdown-section .countdown-amount,
    .iguru_module_countdown.align_right .countdown-section .countdown-period {
      padding: 0; }
    .iguru_module_countdown.align_right .countdown-section:not(:last-child) .countdown-amount,
    .iguru_module_countdown.align_right .countdown-section:not(:last-child) .countdown-period {
      padding-right: 0.4em; }
    .iguru_module_countdown.align_right .countdown-section:not(:first-child) .countdown-amount,
    .iguru_module_countdown.align_right .countdown-section:not(:first-child) .countdown-period {
      padding-left: 0.4em; }

.iguru_module_countdown.custom_font .countdown-section {
  font-family: inherit; }

.iguru_module_countdown.custom_font .countdown-section .countdown-amount,
.iguru_module_countdown.custom_font .countdown-period {
  font-family: inherit;
  font-weight: inherit; }

@media only screen and (max-width: 1200px) {
  .iguru_module_countdown.cd_large {
    font-size: 110px; }
  .iguru_module_countdown.cd_medium {
    font-size: 75px; }
  .iguru_module_countdown.cd_small {
    font-size: 50px; }
  .iguru_module_countdown.cd_custom {
    font-size: 80px !important; } }

@media only screen and (max-width: 992px) {
  .iguru_module_countdown.cd_large {
    font-size: 80px; }
  .iguru_module_countdown.cd_medium {
    font-size: 60px; }
  .iguru_module_countdown.cd_small {
    font-size: 45px; }
  .iguru_module_countdown.cd_custom {
    font-size: 70px !important; } }

@media only screen and (max-width: 768px) {
  .iguru_module_countdown.cd_large {
    font-size: 40px; }
  .iguru_module_countdown.cd_medium {
    font-size: 40px; }
  .iguru_module_countdown.cd_small {
    font-size: 40px; }
  .iguru_module_countdown.cd_custom {
    font-size: 40px !important; } }

/* ==================== ##Counter ==================== */
.iguru_module_counter {
  display: flex;
  position: relative;
  z-index: 1; }
  .iguru_module_counter:hover .counter_icon_container:after {
    opacity: 1; }
  .iguru_module_counter .counter_content_wrapper {
    display: flex;
    flex-grow: 1;
    border-style: solid; }
  .iguru_module_counter .counter_value_placeholder {
    position: relative;
    z-index: 1; }
    .iguru_module_counter .counter_value_placeholder .value_prefix_placeholder,
    .iguru_module_counter .counter_value_placeholder .value_placeholder,
    .iguru_module_counter .counter_value_placeholder .value_suffix_placeholder {
      visibility: hidden; }
    .iguru_module_counter .counter_value_placeholder .counter_value_wrapper {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .iguru_module_counter .counter_value_wrapper,
  .iguru_module_counter .counter_value_placeholder {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden; }
    .iguru_module_counter .counter_value_wrapper .counter_value,
    .iguru_module_counter .counter_value_placeholder .counter_value {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      font-family: inherit;
      color: inherit; }
    .iguru_module_counter .counter_value_wrapper .counter_value_prefix,
    .iguru_module_counter .counter_value_placeholder .counter_value_prefix {
      font-size: 1em;
      color: inherit; }
    .iguru_module_counter .counter_value_wrapper .counter_value_suffix,
    .iguru_module_counter .counter_value_placeholder .counter_value_suffix {
      position: relative;
      vertical-align: baseline;
      color: inherit; }
  .iguru_module_counter .counter_title {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500; }
  .iguru_module_counter .counter_icon_container {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    border-style: solid;
    transition: 0.4s; }
    .iguru_module_counter .counter_icon_container:after {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-radius: inherit;
      opacity: 0;
      transition: inherit; }
  .iguru_module_counter .counter_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: inherit;
    font-size: 35px;
    text-align: center;
    transform: translateY(-50%);
    transition: 0.4s; }
  .iguru_module_counter.alignment_left {
    text-align: left; }
    .iguru_module_counter.alignment_left.layout_top .counter_content_wrapper {
      align-items: flex-start; }
  .iguru_module_counter.alignment_center {
    text-align: center; }
  .iguru_module_counter.alignment_right {
    text-align: right; }
    .iguru_module_counter.alignment_right.layout_top .counter_content_wrapper {
      align-items: flex-end; }
  .iguru_module_counter.layout_top .counter_icon_container {
    margin-bottom: 15px; }
  .iguru_module_counter.layout_top .counter_content_wrapper {
    flex-flow: column;
    align-items: center; }
  .iguru_module_counter.layout_top .counter_title {
    margin-top: 11px; }
  .iguru_module_counter.layout_left {
    flex-flow: row; }
    .iguru_module_counter.layout_left .counter_icon_container {
      margin-right: 20px; }
    .iguru_module_counter.layout_left .counter_content_wrapper {
      align-items: center; }
  .iguru_module_counter.layout_right {
    flex-flow: row-reverse; }
    .iguru_module_counter.layout_right .counter_icon_container {
      margin-left: 20px; }
    .iguru_module_counter.layout_right .counter_content_wrapper {
      flex-flow: row-reverse;
      align-items: center; }
  .iguru_module_counter.counter_divider {
    position: relative; }
    .iguru_module_counter.counter_divider:after {
      content: '';
      display: block;
      position: absolute;
      top: 55%;
      left: 0;
      width: 3px;
      height: 86%;
      border-radius: 3px;
      background-color: #dfdfdf;
      transform: translateY(-50%); }

@media (max-width: 1200px) {
  .iguru_module_counter.counter_divider.layout_top:after, .iguru_module_counter.counter_divider.layout_left:after, .iguru_module_counter.counter_divider.layout_right:after {
    background-color: transparent; } }

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

.wgl_module_subtitle-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7px; }
  .wgl_module_subtitle-wrapper .filter-after_subtite {
    text-align: right; }

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

.iguru_module_text p {
  margin-bottom: 0; }

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

/* ==================== ##Demo Item ==================== */
.iguru_module_demo_item {
  margin-top: 20px; }
  .iguru_module_demo_item .di_image-wrap {
    position: relative;
    z-index: 1;
    transition: transform 0.6s;
    box-shadow: 0px 17px 40px 0px rgba(54, 59, 91, 0.15);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden; }
    .iguru_module_demo_item .di_image-wrap:hover {
      transform: translateY(-20px); }
      .iguru_module_demo_item .di_image-wrap:hover .di_image-link:before {
        opacity: 0.6; }
      .iguru_module_demo_item .di_image-wrap:hover .di_button {
        opacity: 1; }
  .iguru_module_demo_item .di_image-link {
    display: block; }
    .iguru_module_demo_item .di_image-link:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      background: #f3f3f3;
      transition: opacity 0.3s; }
  .iguru_module_demo_item .di_button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.3s;
    opacity: 0; }
    .iguru_module_demo_item .di_button a {
      margin: 0;
      border-radius: 50px; }
      .iguru_module_demo_item .di_button a:hover {
        border-color: #ffffff;
        background: #ffffff; }
  .iguru_module_demo_item .di_title-wrap {
    margin-top: 27px;
    text-align: center; }
    .iguru_module_demo_item .di_title-wrap > * {
      display: inline-block; }
  .iguru_module_demo_item .di_subtitle {
    margin-right: 5px;
    font-size: 22px; }
  .iguru_module_demo_item .di_title {
    font-size: 22px; }
  .iguru_module_demo_item.coming_soon {
    pointer-events: none; }
    .iguru_module_demo_item.coming_soon .di_image-link:before {
      opacity: 0.7; }
  .iguru_module_demo_item .di_label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: transparent;
    font-size: 28px;
    opacity: 0.7; }

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

/* ==================== ##Double Headings ==================== */
.iguru_module_double_headings .dlh_title {
  position: relative;
  z-index: 1;
  font-weight: 900; }
  .iguru_module_double_headings .dlh_title * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }
  .iguru_module_double_headings .dlh_title > p {
    margin-bottom: 0; }

.iguru_module_double_headings .dlh_subtitle {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-weight: 700; }
  .iguru_module_double_headings .dlh_subtitle > * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }
    .iguru_module_double_headings .dlh_subtitle > *:before, .iguru_module_double_headings .dlh_subtitle > *:after {
      display: inline-block;
      position: relative;
      top: 0.25em;
      width: 3px;
      height: 1.25em;
      border-radius: 3px;
      background: #dfdfdf; }

.iguru_module_double_headings .dlh_img + .dlh_subtitle {
  margin-top: 5px; }

.iguru_module_double_headings .dlh_subtitle + .dlh_title {
  margin-top: 0; }

.iguru_module_double_headings .dlh_img + .dlh_title {
  margin-top: 11px; }

.iguru_module_double_headings.aleft .dlh_subtitle > :before {
  content: '';
  margin-right: 0.625em; }

.iguru_module_double_headings.aright .dlh_subtitle > :after {
  content: '';
  margin-left: 0.625em; }

@media (min-width: 1200px) {
  .wgl-container .iguru_module_double_headings .dlh_title_desktop,
  .wgl-container .iguru_module_double_headings .dlh_title_desktop > * {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    color: inherit; } }

@media (min-width: 992px) {
  .wgl-container .iguru_module_double_headings .dlh_title_tablet,
  .wgl-container .iguru_module_double_headings .dlh_title_tablet > * {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    color: inherit; } }

@media (min-width: 768px) {
  .wgl-container .iguru_module_double_headings .dlh_title_mobile,
  .wgl-container .iguru_module_double_headings .dlh_title_mobile > * {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    color: inherit; } }

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

.iguru_module_flipbox .flipbox_subtitle {
  padding: 0 15px 7px;
  font-size: 14px;
  line-height: 1.3;
  color: inherit; }

.iguru_module_flipbox .flipbox_front,
.iguru_module_flipbox .flipbox_back {
  display: block;
  backface-visibility: unset;
  transition: transform 1s, visibility 0s 0.3s;
  min-height: inherit;
  border-radius: 10px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  perspective: inherit;
  transform-style: preserve-3d; }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox .flipbox_front,
    .iguru_module_flipbox .flipbox_back {
      backface-visibility: hidden;
      transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); } }

.iguru_module_flipbox .flipbox_front {
  padding: 30px 0;
  visibility: visible; }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox .flipbox_front {
      display: flex;
      flex-direction: column;
      justify-content: center;
      visibility: unset; } }
  .iguru_module_flipbox .flipbox_front .flipbox_logo,
  .iguru_module_flipbox .flipbox_front .flipbox_title,
  .iguru_module_flipbox .flipbox_front .flipbox_description {
    transform-style: inherit;
    perspective: inherit;
    backface-visibility: inherit; }
  .iguru_module_flipbox .flipbox_front .flipbox_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, 0, 35px) scale(0.95); }
  .iguru_module_flipbox .flipbox_front .flipbox_subtitle {
    transform: translate3d(0, 0, 60px) scale(0.68); }
  .iguru_module_flipbox .flipbox_front .flipbox_title {
    padding: 0 13px;
    box-sizing: border-box;
    transform: translate3d(0, 0, 70px) scale(0.86);
    font-size: 42px;
    line-height: 1.875;
    font-weight: 700; }
  .iguru_module_flipbox .flipbox_front .flipbox_description {
    padding: 5px 5px 0;
    font-size: 16px;
    line-height: 1.875;
    transform: translate3d(0, 0, 55px) scale(0.86); }

.iguru_module_flipbox .flipbox_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  visibility: hidden; }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox .flipbox_back {
      display: flex;
      justify-content: center;
      flex-direction: column;
      visibility: unset; } }
  .iguru_module_flipbox .flipbox_back .flipbox_logo,
  .iguru_module_flipbox .flipbox_back .flipbox_title,
  .iguru_module_flipbox .flipbox_back .flipbox_content {
    transform-style: inherit;
    perspective: inherit;
    backface-visibility: inherit; }
  .iguru_module_flipbox .flipbox_back .flipbox_logo {
    height: 20px;
    transform: translate3d(0px, -10px, 35px) scale(0.86); }
  .iguru_module_flipbox .flipbox_back .flipbox_title {
    margin-bottom: 4px;
    padding: 22px 20px 0 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    transform: translate3d(0, 0, 70px) scale(0.86); }
  .iguru_module_flipbox .flipbox_back .flipbox_content {
    padding: 0 25px;
    line-height: 1.95;
    letter-spacing: 0.2px;
    transform: translate3d(0, 0, 60px) scale(0.86); }
  .iguru_module_flipbox .flipbox_back .flipbox_button {
    transform: translate3d(0, 0, 40px) scale(0.86);
    backface-visibility: hidden; }
  .iguru_module_flipbox .flipbox_back .iguru_module_button a {
    margin-bottom: 0; }

.iguru_module_flipbox .flipbox_button {
  padding: 4px 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  transition: 0.5s; }

.iguru_module_flipbox.align-left .flipbox_front,
.iguru_module_flipbox.align-left .flipbox_back {
  align-items: flex-start;
  text-align: left; }

.iguru_module_flipbox.align-center .flipbox_front,
.iguru_module_flipbox.align-center .flipbox_back {
  align-items: center;
  text-align: center; }

.iguru_module_flipbox.align-right .flipbox_front,
.iguru_module_flipbox.align-right .flipbox_back {
  align-items: flex-end;
  text-align: right; }

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

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

.iguru_module_flipbox.type_flip_right:hover .flipbox_front {
  visibility: hidden;
  transform: rotateY(180deg); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_right:hover .flipbox_front {
      visibility: unset; } }

.iguru_module_flipbox.type_flip_right:hover .flipbox_back {
  visibility: visible;
  transform: rotateY(0); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_right:hover .flipbox_back {
      visibility: unset; } }

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

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

.iguru_module_flipbox.type_flip_left:hover .flipbox_front {
  visibility: hidden;
  transform: rotateY(-180deg); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_left:hover .flipbox_front {
      visibility: unset; } }

.iguru_module_flipbox.type_flip_left:hover .flipbox_back {
  visibility: visible;
  transform: rotateY(0); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_left:hover .flipbox_back {
      visibility: unset; } }

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

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

.iguru_module_flipbox.type_flip_top:hover .flipbox_front {
  visibility: hidden;
  transform: rotateX(180deg); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_top:hover .flipbox_front {
      visibility: unset; } }

.iguru_module_flipbox.type_flip_top:hover .flipbox_back {
  visibility: visible;
  transform: rotateX(0); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_top:hover .flipbox_back {
      visibility: unset; } }

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

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

.iguru_module_flipbox.type_flip_bottom:hover .flipbox_front {
  visibility: hidden;
  transform: rotateX(-180deg); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_bottom:hover .flipbox_front {
      visibility: unset; } }

.iguru_module_flipbox.type_flip_bottom:hover .flipbox_back {
  visibility: visible;
  transform: rotateX(0); }
  @supports (backface-visibility: hidden) {
    .iguru_module_flipbox.type_flip_bottom:hover .flipbox_back {
      visibility: unset; } }

/* ==================== ##Menu-Module ==================== */
.wgl-menu-module {
  position: relative; }
  .wgl-menu-module div {
    display: inline-block;
    position: relative;
    line-height: 40px; }
  .wgl-menu-module a {
    display: inline-block;
    position: relative;
    margin: 0 32px;
    line-height: 1;
    font-weight: 700; }
  .wgl-menu-module a:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #373737;
    transition: width 0.3s ease-in-out; }
  .wgl-menu-module a:hover:before,
  .wgl-menu-module a:focus:before {
    width: 100%; }
  .wgl-menu-module .wgl-menu-module_link-wrapper:not(:last-child):after {
    content: '\2022';
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.6; }

@media (max-width: 1200px) {
  .wgl-menu-module a {
    margin: 0 25px; }
  .wgl-menu-module .wgl-menu-module_link-wrapper:after {
    display: none; } }

@media (max-width: 768px) {
  .wgl-menu-module a {
    margin: 0 15px; } }

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

/* ==================== ##Info Box ==================== */
.iguru_module_infobox {
  transition: 0.5s; }
  .iguru_module_infobox:hover.hover_shift .infobox_wrapper {
    transform: translateY(-20px); }
  .iguru_module_infobox:hover .infobox_wrapper:after,
  .iguru_module_infobox:hover .infobox_icon_container:after {
    opacity: 1; }
  .iguru_module_infobox.hover_shift {
    padding-top: 20px;
    transform: translateY(0); }
  .iguru_module_infobox .infobox_wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    border-color: #ffffff;
    border-style: solid;
    transition: inherit; }
    .iguru_module_infobox .infobox_wrapper:after {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-radius: inherit;
      opacity: 0;
      transition: inherit; }
  .iguru_module_infobox .infobox_icon_wrapper {
    transition: inherit; }
  .iguru_module_infobox .infobox_icon_container {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    box-sizing: content-box;
    margin-bottom: 5px;
    line-height: 0;
    overflow: hidden;
    transition: inherit; }
    .iguru_module_infobox .infobox_icon_container:after {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-radius: inherit;
      opacity: 0;
      transition: inherit; }
  .iguru_module_infobox .infobox_icon {
    font-size: 45px;
    transition: inherit; }
  .iguru_module_infobox .infobox_title {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    word-break: break-word;
    transition: inherit; }
  .iguru_module_infobox .infobox_content {
    transition: inherit; }
  .iguru_module_infobox .infobox_button_wrapper {
    border-radius: inherit; }
  .iguru_module_infobox .infobox_button.read-more-icon {
    font-size: 19px;
    color: inherit; }
    .iguru_module_infobox .infobox_button.read-more-icon.corner-attached {
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom-right-radius: inherit;
      padding-right: 17px;
      padding-bottom: 12px; }
      .iguru_module_infobox .infobox_button.read-more-icon.corner-attached:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 63px;
        height: 63px;
        border-top-left-radius: 100%;
        border-bottom-right-radius: inherit;
        box-shadow: inset 0 14px 20px rgba(0, 0, 0, 0.08); }
  .iguru_module_infobox.layout_top .infobox_wrapper {
    flex-direction: column; }
  .iguru_module_infobox.layout_top .infobox_button_wrapper .infobox_button {
    display: inline-block; }
  .iguru_module_infobox.layout_left .infobox_wrapper {
    flex-direction: row; }
  .iguru_module_infobox.layout_left .infobox_icon_wrapper .infobox_icon_container {
    margin-right: 25px; }
  .iguru_module_infobox.layout_left .infobox_button_wrapper {
    align-self: center; }
    .iguru_module_infobox.layout_left .infobox_button_wrapper .infobox_button {
      display: block; }
      .iguru_module_infobox.layout_left .infobox_button_wrapper .infobox_button.read-more-icon {
        text-align: right; }
  .iguru_module_infobox.layout_right .infobox_wrapper {
    flex-direction: row-reverse; }
  .iguru_module_infobox.layout_right .infobox_icon_wrapper .infobox_icon_container {
    margin-left: 25px; }
  .iguru_module_infobox.layout_right .infobox_button_wrapper {
    align-self: center; }
    .iguru_module_infobox.layout_right .infobox_button_wrapper .infobox_button {
      display: block; }
      .iguru_module_infobox.layout_right .infobox_button_wrapper .infobox_button.read-more-icon {
        text-align: left; }
  .iguru_module_infobox.alignment_left {
    text-align: left; }
    .iguru_module_infobox.alignment_left.layout_top .infobox_wrapper {
      align-items: flex-start; }
    .iguru_module_infobox.alignment_left.layout_left .infobox_wrapper, .iguru_module_infobox.alignment_left.layout_right .infobox_wrapper {
      justify-items: flex-start; }
  .iguru_module_infobox.alignment_center {
    text-align: center; }
    .iguru_module_infobox.alignment_center.layout_top .infobox_wrapper {
      align-items: center; }
    .iguru_module_infobox.alignment_center.layout_left .infobox_wrapper, .iguru_module_infobox.alignment_center.layout_right .infobox_wrapper {
      justify-items: space-between; }
  .iguru_module_infobox.alignment_right {
    text-align: right; }
    .iguru_module_infobox.alignment_right.layout_top .infobox_wrapper {
      align-items: flex-end; }
    .iguru_module_infobox.alignment_right.layout_left .infobox_wrapper, .iguru_module_infobox.alignment_right.layout_right .infobox_wrapper {
      justify-items: flex-end; }
  .iguru_module_infobox.layout_left .infobox_content_wrapper, .iguru_module_infobox.layout_right .infobox_content_wrapper {
    flex-grow: 1;
    overflow: hidden; }
  .iguru_module_infobox:not(.full_width) .infobox_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }

/* ==================== ##Instagram ==================== */
#sb_instagram {
  position: relative;
  z-index: 1; }
  #sb_instagram .sbi_photo {
    position: relative;
    z-index: 3; }
    #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;
      background: rgba(255, 255, 255, 0.8); }
    #sb_instagram .sbi_photo:after {
      content: "\f192";
      font-family: Flaticon;
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      font-size: 35px;
      color: #414141;
      opacity: 0;
      transition: all 0.5s;
      transform: translate(-50%, -50%); }
  #sb_instagram .sbi_item:hover .sbi_photo:before, #sb_instagram .sbi_item:hover .sbi_photo:after {
    opacity: 1; }
  #sb_instagram #sbi_images .sbi_item:nth-child(even) {
    margin-top: 40px !important; }

/* ==================== ##Message Box ==================== */
.iguru_module_message_box {
  position: relative;
  z-index: 0;
  min-height: 73px;
  margin-bottom: 15px;
  padding: 12px 12px 12px 85px;
  border-radius: 5px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  background-color: #ffffff; }
  .iguru_module_message_box.closable {
    padding-right: 53px; }
  .iguru_module_message_box .message_title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: inherit; }
  .iguru_module_message_box .message_text {
    font-size: 14px;
    line-height: 1.25;
    color: #717c88; }
    .iguru_module_message_box .message_text:not(:first-child) {
      padding-top: 8px; }
  .iguru_module_message_box .message_icon_wrap {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    width: 63px;
    height: calc(100% - 10px);
    border-radius: 5px; }
  .iguru_module_message_box .message_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    font-style: normal;
    font-size: 35px;
    line-height: 1;
    color: #ffffff; }
    .iguru_module_message_box .message_icon:before {
      font-family: flaticon; }
  .iguru_module_message_box .message_close_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: auto;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #d3d9e1;
    cursor: pointer;
    transition: 0.4s; }
    .iguru_module_message_box .message_close_button:before {
      content: '\f157';
      font-family: 'flaticon'; }
  .iguru_module_message_box.type_info .message_icon_wrap {
    background-color: #07a5e0; }
  .iguru_module_message_box.type_info .message_icon:before {
    content: '\f128'; }
  .iguru_module_message_box.type_success .message_icon_wrap {
    background-color: #00bda6; }
  .iguru_module_message_box.type_success .message_icon:before {
    content: '\f124'; }
  .iguru_module_message_box.type_error .message_icon_wrap {
    background-color: #ffffff; }
  .iguru_module_message_box.type_error .message_icon:before {
    content: '\f126'; }
  .iguru_module_message_box.type_warning .message_icon_wrap {
    background-color: #ffbc51; }
  .iguru_module_message_box.type_warning .message_icon:before {
    content: '\f122'; }
  .iguru_module_message_box.type_custom .message_icon:before {
    font-family: 'fontawesome'; }

/* ==================== ##Pricing Table ==================== */
.iguru_module_pricing_plan {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center; }
  .iguru_module_pricing_plan.hover-animation .pricing_plan_wrap {
    transform: translateY(0); }
  .iguru_module_pricing_plan:hover.hover-animation .pricing_plan_wrap {
    transform: translateY(-20px);
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.08); }
  .iguru_module_pricing_plan.shadow .pricing_plan_wrap {
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.08); }
  .iguru_module_pricing_plan .pricing_plan_wrap {
    border-radius: 10px;
    transition: 0.5s; }
  .iguru_module_pricing_plan .pricing_header {
    position: relative;
    z-index: 1;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    padding: 46px 15px 0;
    color: #ffffff;
    text-align: center; }
  .iguru_module_pricing_plan .pricing_icon_wrapper {
    height: 1em;
    font-size: 35px;
    line-height: 1em;
    transform: translateY(-50%); }
  .iguru_module_pricing_plan .pricing_title {
    display: block;
    padding-top: 3px;
    padding-bottom: 11px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    color: inherit; }
  .iguru_module_pricing_plan .pricing_price_wrap {
    display: block;
    padding-bottom: 56px;
    font-size: 60px;
    font-weight: 500;
    vertical-align: top;
    line-height: 1.3; }
  .iguru_module_pricing_plan .pricing_cur {
    display: inline-block;
    padding-top: 0;
    padding-right: 0em;
    vertical-align: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }
  .iguru_module_pricing_plan .pricing_price {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }
    .iguru_module_pricing_plan .pricing_price .price_decimal {
      z-index: 1;
      vertical-align: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
  .iguru_module_pricing_plan .pricing_desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: baseline; }
    .iguru_module_pricing_plan .pricing_desc > span {
      padding: 8px 13.96px;
      border-radius: 5px;
      background: #ffffff;
      box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.08); }
  .iguru_module_pricing_plan .pricing_content {
    padding: 48px 15px 7px;
    font-size: 18px;
    background-color: #f9f9f9; }
    .iguru_module_pricing_plan .pricing_content ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 19px;
      font-size: 18px;
      word-break: break-word; }
      .iguru_module_pricing_plan .pricing_content ul li {
        display: inline-flex;
        margin-top: 10px; }
        .iguru_module_pricing_plan .pricing_content ul li[style*=color]:before {
          color: inherit; }
        .iguru_module_pricing_plan .pricing_content ul li i {
          margin-right: 10px; }
    .iguru_module_pricing_plan .pricing_content p {
      margin: 0 0 17px 0; }
  .iguru_module_pricing_plan .pricing_footer {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 15px 15px 60px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background-color: #f9f9f9; }
    .iguru_module_pricing_plan .pricing_footer .pricing_description {
      padding-bottom: 32px; }
    .iguru_module_pricing_plan .pricing_footer .iguru_module_button {
      display: inline-block;
      margin-top: 0px; }
      .iguru_module_pricing_plan .pricing_footer .iguru_module_button .wgl_button_link {
        min-width: 160px;
        min-height: 55px;
        margin-bottom: 0;
        word-break: break-word;
        white-space: normal; }

/* ==================== ##Progress Bar ==================== */
.iguru_module_progress_bar .progress_wrap {
  display: block;
  margin-bottom: 30px;
  border-radius: unset;
  transition: width 1.5s; }
  .iguru_module_progress_bar .progress_wrap:last-child {
    margin-bottom: 20px; }

.iguru_module_progress_bar .progress_label_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 11px;
  line-height: 1;
  white-space: nowrap;
  transition: inherit; }

.iguru_module_progress_bar .progress_bar_wrap {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 3px;
  border-radius: unset;
  background-color: #e4e4e4;
  transition: inherit; }

.iguru_module_progress_bar .progress_bar {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: inherit;
  transition: inherit; }
  .iguru_module_progress_bar .progress_bar.with_point:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -10px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 2px 1px 7px rgba(39, 40, 44, 0.15); }

.iguru_module_progress_bar .progress_value_wrap {
  position: relative;
  z-index: 0;
  margin-left: 5px;
  padding-top: 1px;
  line-height: inherit; }

.iguru_module_progress_bar .progress_label,
.iguru_module_progress_bar .progress_value_wrap,
.iguru_module_progress_bar .progress_value,
.iguru_module_progress_bar .progress_units {
  font-size: 14px;
  line-height: inherit;
  font-weight: 700; }

/* ==================== ##Services ==================== */
.iguru_module_services.bg_front_frame .services_front, .iguru_module_services.bg_front_color .services_front {
  border: 1px solid rgba(255, 255, 255, 0.3); }

.iguru_module_services.service_fade .services_back,
.iguru_module_services.service_fade .services_button {
  opacity: 0; }

.iguru_module_services.service_front_slide .services_front {
  transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95); }

.iguru_module_services.service_front_slide.anim_dir_to_bottom .services_button {
  top: -200%;
  transform: translate(-50%, -50%); }

.iguru_module_services.service_front_slide.anim_dir_to_top .services_button {
  bottom: -200%;
  transform: translate(-50%, 50%); }

.iguru_module_services.service_front_slide.anim_dir_to_left .services_button {
  right: -200%;
  left: initial;
  transform: translateX(50%); }

.iguru_module_services.service_front_slide.anim_dir_to_right .services_button {
  left: -200%; }

.iguru_module_services.service_front_slide .services_back {
  z-index: -1; }

.iguru_module_services.service_back_slide .services_back {
  z-index: 1; }

.iguru_module_services.service_back_slide.anim_dir_to_bottom .services_back {
  top: -100%; }

.iguru_module_services.service_back_slide.anim_dir_to_bottom .services_button {
  top: -200%;
  transform: translate(-50%, -50%); }

.iguru_module_services.service_back_slide.anim_dir_to_top .services_back {
  top: 100%; }

.iguru_module_services.service_back_slide.anim_dir_to_top .services_button {
  bottom: -200%;
  transform: translate(-50%, 50%); }

.iguru_module_services.service_back_slide.anim_dir_to_left .services_back {
  left: 100%; }

.iguru_module_services.service_back_slide.anim_dir_to_left .services_button {
  right: -200%;
  left: initial;
  transform: translateX(50%); }

.iguru_module_services.service_back_slide.anim_dir_to_right .services_back {
  left: -100%; }

.iguru_module_services.service_back_slide.anim_dir_to_right .services_button {
  left: -200%; }

.iguru_module_services .services_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden; }

.iguru_module_services .services_front {
  padding: 55px 40px;
  width: 100%; }
  .iguru_module_services .services_front .services_icon_wrapper {
    line-height: 1;
    margin-bottom: 28px; }
  .iguru_module_services .services_front .services_icon {
    font-size: 44px; }
  .iguru_module_services .services_front .services_title {
    font-size: 22px;
    margin-bottom: 13px; }
  .iguru_module_services .services_front .services_descr {
    font-size: 14px;
    line-height: 24px; }

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

.iguru_module_services .services_button {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s; }

.iguru_module_services.service_fade .services_wrapper:hover .services_back,
.iguru_module_services.service_fade .services_wrapper:hover .services_button {
  opacity: 1; }

.iguru_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
  top: 50%; }

.iguru_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_front {
  transform: translateY(120%); }

.iguru_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_button {
  bottom: 50%; }

.iguru_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_front {
  transform: translateY(-120%); }

.iguru_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_button {
  right: 50%; }

.iguru_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_front {
  transform: translateX(-120%); }

.iguru_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_button {
  left: 50%; }

.iguru_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_front {
  transform: translateX(120%); }

.iguru_module_services.service_back_slide .services_wrapper:hover .services_back {
  left: 0;
  top: 0; }

.iguru_module_services.service_back_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
  top: 50%; }

.iguru_module_services.service_back_slide.anim_dir_to_top .services_wrapper:hover .services_button {
  bottom: 50%; }

.iguru_module_services.service_back_slide.anim_dir_to_left .services_wrapper:hover .services_button {
  right: 50%; }

.iguru_module_services.service_back_slide.anim_dir_to_right .services_wrapper:hover .services_button {
  left: 50%; }

/* ==================== ##Services 2 ==================== */
.iguru_module_services_2 .services_wrapper {
  position: relative;
  z-index: 1;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

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

.iguru_module_services_2 .services_content {
  transition: all 0.6s ease-in-out;
  width: 100%; }

.iguru_module_services_2 .services_title {
  font-size: 42px; }

.iguru_module_services_2 .services_subtitle {
  font-size: 18px;
  margin-bottom: 3px; }

.iguru_module_services_2 .services_title,
.iguru_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%; }

.iguru_module_services_2 .services_wrapper:hover .services_logo {
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.8); }

.iguru_module_services_2 .services_wrapper:hover .services_title,
.iguru_module_services_2 .services_wrapper:hover .services_subtitle {
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

/* ==================== ##Services 3 ==================== */
.iguru_module_services_3 .services_wrapper {
  background: #ffffff;
  padding: 45px 38px;
  box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center; }

.iguru_module_services_3 .services_icon_wrapper {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid CurrentColor;
  box-sizing: content-box;
  border-radius: 50%; }
  .iguru_module_services_3 .services_icon_wrapper .services_circle_wrapper {
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%; }
    .iguru_module_services_3 .services_icon_wrapper .services_circle_wrapper:nth-child(1) {
      transform: rotate(0deg);
      animation: service_hexagon_1 2s infinite linear;
      animation-play-state: paused; }
    .iguru_module_services_3 .services_icon_wrapper .services_circle_wrapper:nth-child(2) {
      transform: rotate(180deg);
      animation: service_hexagon_2 2s infinite linear;
      animation-play-state: paused; }
    .iguru_module_services_3 .services_icon_wrapper .services_circle_wrapper .services_circle {
      width: 14px;
      height: 14px;
      border-radius: 50%; }
  .iguru_module_services_3 .services_icon_wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 25px 0px CurrentColor, 0px 0px 25px 0px CurrentColor inset;
    border-radius: 50%;
    opacity: 0.2; }

.iguru_module_services_3 .button-read-more {
  font-size: 17px; }

.iguru_module_services_3 .services_icon {
  transition: 0.5s; }

.iguru_module_services_3 .services_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.iguru_module_services_3 .services_content {
  font-size: 18px;
  margin-bottom: 15px; }

.iguru_module_services_3 .services_wrapper:hover .services_circle_wrapper:nth-child(1), .iguru_module_services_3 .services_wrapper:hover .services_circle_wrapper:nth-child(2) {
  animation-play-state: running; }

.iguru_module_services_3 .services_button {
  margin-left: 0; }

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

@keyframes service_hexagon_1 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(450deg); } }

@keyframes service_hexagon_2 {
  0% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(270deg); } }

/* ==================== ##Circuit Services ==================== */
.iguru_module_circuit_services .services_wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 100%; }
  .iguru_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; }

.iguru_module_circuit_services .services_item-icon {
  position: absolute;
  z-index: 1;
  left: 41%;
  top: 41%;
  width: 18%;
  height: 18%;
  max-width: 100px;
  max-height: 100px;
  font-size: 40px;
  border-radius: 50%;
  box-shadow: 0px 6px 13px rgba(145, 145, 145, 0.2);
  cursor: pointer;
  transition: 0.3s; }
  .iguru_module_circuit_services .services_item-icon:before, .iguru_module_circuit_services .services_item-icon:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.6s;
    border-radius: 50%;
    background: #ffffff; }
  .iguru_module_circuit_services .services_item-icon:after {
    opacity: 0; }
  .iguru_module_circuit_services .services_item-icon .services_icon {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    transition: 0.6s;
    line-height: 1; }
    .iguru_module_circuit_services .services_item-icon .services_icon-grad2 {
      opacity: 0;
      color: #ffffff; }

.iguru_module_circuit_services .services_item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25% 29%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s; }

.iguru_module_circuit_services .services_item-wrap.active .services_item-icon:before {
  opacity: 0; }

.iguru_module_circuit_services .services_item-wrap.active .services_item-icon:after {
  opacity: 1; }

.iguru_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad1 {
  opacity: 0; }

.iguru_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad2 {
  opacity: 1; }

.iguru_module_circuit_services .services_item-wrap.active .services_item-icon + .services_item-content {
  opacity: 1;
  visibility: visible; }

.iguru_module_circuit_services .services_subtitle {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase; }

.iguru_module_circuit_services .services_title {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600; }

.iguru_module_circuit_services.tablet_resp .services_descr {
  display: none; }

.iguru_module_circuit_services.tablet_resp .services_title {
  margin-bottom: 0;
  font-size: 22px; }

.iguru_module_circuit_services.tablet_resp .services_icon {
  font-size: 75%; }

.iguru_module_circuit_services.mobile_resp .services_title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px; }

.iguru_module_circuit_services.mobile_resp .services_subtitle {
  font-size: 13px; }

.iguru_module_circuit_services.mobile_resp .services_icon {
  font-size: 55%; }

.iguru_module_circuit_services.mobile_resp .services_descr {
  display: none; }

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

@-moz-document url-prefix() {
  .services_icon-grad1,
  .services_icon-grad2 {
    -webkit-text-fill-color: initial; } }

/* ==================== ##Social Icons ==================== */
.iguru_module_social {
  margin-left: -7px;
  margin-right: -7px; }
  .iguru_module_social .soc_icon {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 30px; }
    .iguru_module_social .soc_icon .text {
      display: none; }
  .iguru_module_social.with_bg .soc_icon {
    width: 30px;
    height: 30px; }
  .iguru_module_social.add_box_shadow .soc_icon {
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1); }
  .iguru_module_social .fa[class*=google]:hover {
    color: #db4437; }
  .iguru_module_social .fa[class*=twitter]:hover {
    color: #1da1f2; }
  .iguru_module_social .fa[class*=facebook]:hover {
    color: #3b5998; }
  .iguru_module_social .fa[class*=linkedin]:hover {
    color: #007bb5; }
  .iguru_module_social .fa[class*=pinterest]:hover {
    color: #e40000; }
  .iguru_module_social .fa[class*=instagram]:hover {
    color: #c32aa3; }
  .iguru_module_social.full_width {
    display: flex; }
    .iguru_module_social.full_width .soc_icon {
      flex-grow: 1;
      margin: 0px;
      padding: 35px 0 0px 0;
      height: 100px;
      border-radius: 0;
      width: 30px;
      transition: 0.3s; }
      .iguru_module_social.full_width .soc_icon .text {
        display: inline;
        font-weight: 700; }
      .iguru_module_social.full_width .soc_icon.soc_icon_fullwidth :before {
        font-size: 0; }
      .iguru_module_social.full_width .soc_icon.soc_icon_fullwidth:hover :before {
        font-size: 1.2em; }
      .iguru_module_social.full_width .soc_icon:hover .text {
        display: none; }

@media screen and (max-width: 600px) {
  #main-content .iguru_module_social.full_width .soc_icon.soc_icon_fullwidth .text {
    display: none; }
  #main-content .iguru_module_social.full_width .soc_icon.soc_icon_fullwidth:before {
    font-size: inherit; } }

/* ==================== ##Spacing ==================== */
.iguru_module_spacing.responsive_active .spacing_size {
  display: none; }

.iguru_module_spacing.responsive_active .spacing_size.spacing_size-initial {
  display: block; }

/* ==================== ##Testimonials ==================== */
.iguru_module_testimonials .testimonials_item_wrap {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.4s; }
  .iguru_module_testimonials .testimonials_item_wrap.slick-slide {
    margin-bottom: 20px; }

.iguru_module_testimonials .testimonials_item {
  position: relative;
  border-radius: 10px;
  transform: translateY(0);
  transition: inherit; }

.iguru_module_testimonials .testimonials_content_wrap {
  transition: inherit; }

.iguru_module_testimonials.hover_animation .testimonials_item_wrap {
  padding-top: 20px; }
  .iguru_module_testimonials.hover_animation .testimonials_item_wrap:hover .testimonials_item {
    transform: translateY(-20px); }

.iguru_module_testimonials .testimonials_meta_wrap {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1; }

.iguru_module_testimonials .testimonials_image img {
  border-radius: 50%; }

.iguru_module_testimonials .testimonials_name_wrap {
  display: flex;
  flex-direction: column; }

.iguru_module_testimonials .testimonials_name {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800; }

.iguru_module_testimonials .testimonials_position {
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600; }

.iguru_module_testimonials .testimonials_quote {
  position: relative;
  z-index: 0;
  font-size: 18px;
  line-height: 1.62;
  letter-spacing: 0.2px; }

.iguru_module_testimonials.with_bg {
  padding: 126px 100px 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.iguru_module_testimonials.type_inline_top .testimonials_item {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  margin: 15px 0 0; }

.iguru_module_testimonials.type_inline_top .testimonials_content_wrap {
  border-radius: inherit;
  background-color: #ffffff; }

.iguru_module_testimonials.type_inline_top .testimonials_meta_wrap {
  padding: 39px 30px 7px 39px; }

.iguru_module_testimonials.type_inline_top .testimonials_image {
  margin-right: 20px;
  flex-shrink: 0; }

.iguru_module_testimonials.type_inline_top .testimonials_name_wrap {
  vertical-align: top;
  line-height: 1; }

.iguru_module_testimonials.type_inline_top .testimonials_name {
  margin-bottom: 6px; }

.iguru_module_testimonials.type_inline_top .testimonials_quote {
  padding: 15px 30px 42px 39px;
  line-height: 1.67; }

.iguru_module_testimonials.type_inline_top .iguru_module_carousel-wrapper {
  overflow: visible; }
  .iguru_module_testimonials.type_inline_top .iguru_module_carousel-wrapper .testimonials_item {
    box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.08);
    margin: 15px 0 30px 0; }

.iguru_module_testimonials.type_inline_top .iguru_module_carousel:not(.prev_next_pos_right) .slick-arrow .testimonials_meta_wrap {
  padding-bottom: 0px; }

.iguru_module_testimonials.type_inline_top .iguru_module_carousel:not(.prev_next_pos_right) .slick-arrow .iguru_carousel_slick {
  margin-left: 50px;
  margin-right: 50px; }

.iguru_module_testimonials.type_inline_bottom .testimonials_item {
  margin-bottom: 30px;
  box-shadow: unset; }

.iguru_module_testimonials.type_inline_bottom .testimonials_image {
  margin-right: 20px; }

.iguru_module_testimonials.type_inline_bottom .testimonials_content_wrap {
  padding-bottom: 26px; }

.iguru_module_testimonials.type_inline_bottom .testimonials_meta_wrap {
  padding-top: 15px; }
  .iguru_module_testimonials.type_inline_bottom .testimonials_meta_wrap .testimonials_name_wrap {
    flex-direction: row; }
    .iguru_module_testimonials.type_inline_bottom .testimonials_meta_wrap .testimonials_name_wrap .testimonials_position {
      padding-left: 4px; }

.iguru_module_testimonials.type_inline_bottom .iguru_module_carousel-wrapper .prev_next_pos_right .testimonials_item {
  margin-top: 10px; }

.iguru_module_testimonials.type_inline_bottom .testimonials_quote {
  line-height: 1.67; }

.iguru_module_testimonials.type_author_top .testimonials_meta_wrap {
  padding-bottom: 0px; }

.iguru_module_testimonials.type_author_top .testimonials_image {
  margin-bottom: 25px; }

.iguru_module_testimonials.type_author_top .testimonials_content_wrap {
  margin-bottom: 21px; }

.iguru_module_testimonials.type_author_top .testimonials_position {
  padding: 6px 0 0; }

.iguru_module_testimonials.type_author_top .iguru_module_carousel.prev_next_pos_right .testimonials_meta_wrap {
  padding-bottom: 50px; }

.iguru_module_testimonials.type_author_bottom .testimonials_meta_wrap {
  flex-direction: column;
  padding-top: 41px;
  padding-bottom: 78px; }
  .iguru_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_name_wrap {
    flex-direction: row; }
    .iguru_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_name_wrap .testimonials_position {
      padding-left: 4px; }
  .iguru_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image {
    margin-bottom: 14px; }

.iguru_module_testimonials.type_author_bottom .iguru_module_carousel:not(.prev_next_pos_right) .testimonials_meta_wrap {
  padding-bottom: 0px; }

.iguru_module_testimonials.alignment_left {
  text-align: left; }
  .iguru_module_testimonials.alignment_left.type_author_top .testimonials_meta_wrap {
    justify-content: flex-start; }
  .iguru_module_testimonials.alignment_left.type_author_bottom .testimonials_meta_wrap {
    align-items: flex-start; }
  .iguru_module_testimonials.alignment_left.type_inline_bottom .testimonials_meta_wrap {
    justify-content: flex-start; }

.iguru_module_testimonials.alignment_center {
  text-align: center; }
  .iguru_module_testimonials.alignment_center.type_author_top .testimonials_meta_wrap, .iguru_module_testimonials.alignment_center.type_inline_top .testimonials_meta_wrap, .iguru_module_testimonials.alignment_center.type_inline_bottom .testimonials_meta_wrap {
    justify-content: center; }

.iguru_module_testimonials.alignment_right {
  text-align: right; }
  .iguru_module_testimonials.alignment_right.type_author_top .testimonials_meta_wrap {
    justify-content: flex-end; }
  .iguru_module_testimonials.alignment_right.type_author_bottom .testimonials_meta_wrap {
    align-items: flex-end; }
  .iguru_module_testimonials.alignment_right.type_inline_bottom .testimonials_meta_wrap {
    justify-content: flex-end; }
  .iguru_module_testimonials.alignment_right.type_inline_top .testimonials_meta_wrap {
    flex-direction: row-reverse; }
    .iguru_module_testimonials.alignment_right.type_inline_top .testimonials_meta_wrap .testimonials_image {
      margin: 0 0 0 20px; }

.iguru_module_testimonials .iguru_module_carousel:not(.prev_next_pos_right) .slick-arrow {
  width: 58px;
  height: 58px; }
  .iguru_module_testimonials .iguru_module_carousel:not(.prev_next_pos_right) .slick-arrow:after {
    font-size: 40px;
    line-height: 58px; }

.iguru_module_testimonials.grid_col-1 .testimonials_item_wrap {
  width: 100%; }

.iguru_module_testimonials.grid_col-2 .testimonials_item_wrap {
  width: 50%; }
  .iguru_module_testimonials.grid_col-2 .testimonials_item_wrap:nth-child(2n+1) {
    clear: left; }

.iguru_module_testimonials.grid_col-3 .testimonials_item_wrap {
  width: 33.333333%; }
  .iguru_module_testimonials.grid_col-3 .testimonials_item_wrap:nth-child(3n+1) {
    clear: left; }

.iguru_module_testimonials.grid_col-4 .testimonials_item_wrap {
  width: 25%; }
  .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap:nth-child(4n+1) {
    clear: left; }

.iguru_module_testimonials.grid_col-5 .testimonials_item_wrap {
  width: 20%; }
  .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(5n+1) {
    clear: left; }

.iguru_module_testimonials:after {
  content: '';
  display: block;
  clear: both; }

@media screen and (max-width: 600px) {
  .iguru_module_testimonials .testimonials_name {
    font-size: 18px; }
  .iguru_module_testimonials .testimonials_position {
    font-size: 16px; }
  .iguru_module_testimonials .testimonials_quote {
    font-size: 16px; } }

/* ==================== ##Time Line Horizontal ==================== */
.iguru_module_time_line_horizontal {
  position: relative;
  z-index: 1; }
  .iguru_module_time_line_horizontal.appear_anim .tlh_item {
    opacity: 0; }
    .iguru_module_time_line_horizontal.appear_anim .tlh_item .tlh_date {
      transform: translate(-50%, -20%); }
    .iguru_module_time_line_horizontal.appear_anim .tlh_item .tlh_content {
      transform: translateY(20%); }
    .iguru_module_time_line_horizontal.appear_anim .tlh_item.item_show {
      opacity: 1; }
      .iguru_module_time_line_horizontal.appear_anim .tlh_item.item_show .tlh_date {
        transform: translate(-50%, 0%); }
      .iguru_module_time_line_horizontal.appear_anim .tlh_item.item_show .tlh_content {
        transform: translateY(0%); }
  .iguru_module_time_line_horizontal .tlh_item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    transition: all 0.4s, opacity 1s, transform 1s; }
    .iguru_module_time_line_horizontal .tlh_item:nth-child(odd) {
      flex-direction: column-reverse; }
      .iguru_module_time_line_horizontal .tlh_item:nth-child(odd) .tlh_date {
        bottom: 100%;
        padding-bottom: 38px; }
      .iguru_module_time_line_horizontal .tlh_item:nth-child(odd) .tlh_content {
        margin-top: 44px;
        margin-bottom: 35px; }
    .iguru_module_time_line_horizontal .tlh_item:nth-child(even) {
      flex-direction: column; }
      .iguru_module_time_line_horizontal .tlh_item:nth-child(even) .tlh_content {
        margin-top: 35px;
        margin-bottom: 44px; }
      .iguru_module_time_line_horizontal .tlh_item:nth-child(even) .tlh_date {
        top: 100%;
        padding-top: 38px; }

@keyframes tlh_shadow_pulse {
  0% {
    box-shadow: 0px 9px 30px  0px; }
  50% {
    box-shadow: 0px 9px 30px 10px; }
  100% {
    box-shadow: 0px 9px 30px  0px; } }
    .iguru_module_time_line_horizontal .tlh_item:hover .tlh_check_wrap:before {
      animation: tlh_shadow_pulse 2s infinite; }
  .iguru_module_time_line_horizontal .tlh_check_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    transition: inherit; }
    .iguru_module_time_line_horizontal .tlh_check_wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      opacity: 0.4;
      box-shadow: 0px 9px 30px 0; }
  .iguru_module_time_line_horizontal .tlh_check {
    border-radius: inherit;
    font-size: 12px;
    color: #ffffff; }
  .iguru_module_time_line_horizontal .tlh_date {
    position: absolute;
    z-index: 1;
    left: 50%;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: inherit; }
  .iguru_module_time_line_horizontal .tlh_content {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 34px 29px 29px;
    text-align: left;
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: inherit; }
  .iguru_module_time_line_horizontal .tlh_thumbnail {
    position: absolute;
    z-index: 1;
    bottom: calc(100% - 59px);
    left: calc(100% - 65px);
    min-width: 100%; }
    .iguru_module_time_line_horizontal .tlh_thumbnail img {
      max-width: 100px; }
  .iguru_module_time_line_horizontal .tlh_title {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 700; }
  .iguru_module_time_line_horizontal .tlh_descr {
    transition: inherit; }
  .iguru_module_time_line_horizontal .tlh_hidden_placeholder {
    visibility: hidden; }
  .iguru_module_time_line_horizontal .iguru_module_carousel-wrapper {
    overflow: visible; }
  .iguru_module_time_line_horizontal .slick-list:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 102%;
    height: 2px;
    top: 50%;
    left: -1%;
    background: -webkit-linear-gradient(right, transparent 0%, #dbe4f4 100px, #dbe4f4 calc(100% - 100px), transparent 100%);
    background: linear-gradient(90deg, transparent 0%, #dbe4f4 100px, #dbe4f4 calc(100% - 100px), transparent 100%); }
  .iguru_module_time_line_horizontal .slick-track {
    display: flex;
    align-items: center; }

/* ==================== ##Time Line Vertical ==================== */
.iguru_module_time_line_vertical {
  position: relative;
  z-index: 1;
  padding: 70px 0; }
  .iguru_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(0, 0, 0, 0.15) 100px, rgba(0, 0, 0, 0.15) calc(100% - 100px), transparent 100%); }
  .iguru_module_time_line_vertical.appear_anim .time_line-item .time_line-date {
    transform: translateX(-20%);
    opacity: 0; }
  .iguru_module_time_line_vertical.appear_anim .time_line-item .time_line-check {
    opacity: 0; }
  .iguru_module_time_line_vertical.appear_anim .time_line-item .time_line-content {
    transform: translateX(20%);
    opacity: 0; }
  .iguru_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-date {
    transform: translateX(20%); }
  .iguru_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-content {
    transform: translateX(-20%); }
  .iguru_module_time_line_vertical .time_line-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    transition: opacity 0.5s; }
    .iguru_module_time_line_vertical .time_line-item:last-child {
      margin-bottom: 0; }
    .iguru_module_time_line_vertical .time_line-item:nth-child(even) {
      flex-direction: row-reverse; }
      .iguru_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date_wrap {
        margin-right: calc( 50% - 10px);
        margin-left: 30px; }
      .iguru_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date {
        right: auto;
        left: 100%;
        padding-left: 27px;
        padding-right: 0; }
      .iguru_module_time_line_vertical .time_line-item:nth-child(even) .time_line-image {
        left: 0;
        right: auto; }
      .iguru_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content {
        text-align: right; }
        .iguru_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content:before {
          left: auto;
          right: 0; }
    .iguru_module_time_line_vertical .time_line-item.item_active .time_line-check i {
      opacity: 1;
      line-height: 16px;
      font-size: 11px;
      text-align: center; }
    .iguru_module_time_line_vertical .time_line-item.item_show .time_line-content, .iguru_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-content {
      opacity: 1;
      transform: translateX(0); }
    .iguru_module_time_line_vertical .time_line-item.item_show .time_line-check, .iguru_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-check {
      opacity: 1; }
    .iguru_module_time_line_vertical .time_line-item.item_show .time_line-date, .iguru_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-date {
      opacity: 1;
      transform: translateX(0); }
  .iguru_module_time_line_vertical .time_line-date_wrap {
    margin-left: calc( 50% - 10px);
    margin-right: 30px;
    position: relative;
    z-index: 1; }
  .iguru_module_time_line_vertical .time_line-check {
    height: 20px;
    width: 20px;
    border: 3px solid;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    transition: opacity 0.8s; }
    .iguru_module_time_line_vertical .time_line-check:before {
      content: '';
      position: absolute;
      z-index: -1;
      width: calc(100% + 16px);
      height: calc(100% + 16px);
      left: 50%;
      top: 50%;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.58);
      transform: translate(-50%, -50%);
      opacity: 0;
      box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16); }
    .iguru_module_time_line_vertical .time_line-check:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: calc(100% + 14px);
      height: calc(100% + 14px);
      left: 50%;
      top: 50%;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.58);
      transform: translate(-50%, -50%);
      opacity: 0;
      box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16); }
    .iguru_module_time_line_vertical .time_line-check i {
      opacity: 0;
      display: block; }
  .iguru_module_time_line_vertical .time_line-date {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    padding-right: 27px;
    white-space: nowrap;
    transition: all 0.3s;
    line-height: 20px;
    font-size: 24px; }
  .iguru_module_time_line_vertical .time_line-content {
    padding: 23px 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 350px;
    transition: all 0.4s;
    background: #ffffff;
    box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1); }
    .iguru_module_time_line_vertical .time_line-content:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 4px;
      height: 100%;
      left: 0;
      top: 0; }
  .iguru_module_time_line_vertical .time_line-image {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0; }
  .iguru_module_time_line_vertical .time_line-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600; }
  .iguru_module_time_line_vertical .time_line-descr {
    line-height: 24px; }
  .iguru_module_time_line_vertical .time_line-item:hover .time_line-content {
    transform: translateX(5px);
    background: white; }
  .iguru_module_time_line_vertical .time_line-item:hover .time_line-date {
    transform: translateX(-5px); }
  .iguru_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-content {
    transform: translateX(-5px); }
  .iguru_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-date {
    transform: translateX(5px); }
  .iguru_module_time_line_vertical .time_line-item:hover .time_line-check:before {
    animation: time_line_vertical_pulse 2s infinite; }
  .iguru_module_time_line_vertical .time_line-item:hover .time_line-check:after {
    animation: time_line_vertical_pulse_2 2s infinite; }

@keyframes time_line_vertical_pulse {
  0% {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    opacity: 0; }
  70% {
    width: calc(100% + 34px);
    height: calc(100% + 34px);
    opacity: 1; }
  100% {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    opacity: 0; } }

@keyframes time_line_vertical_pulse_2 {
  0% {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    opacity: 0; }
  70% {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    opacity: 1; }
  100% {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    opacity: 0; } }

.wgl_timetabs {
  padding-bottom: 30px; }
  .wgl_timetabs .timetabs_headings {
    display: flex;
    align-items: stretch;
    position: relative;
    margin: 20px 0; }
    .wgl_timetabs .timetabs_headings .wgl_tab {
      text-align: center;
      flex-grow: 1;
      position: relative;
      cursor: pointer;
      padding: 20px 0;
      font-size: 28px;
      transition: .3s; }
      .wgl_timetabs .timetabs_headings .wgl_tab .tab_title {
        font-size: 1em;
        line-height: 1.4;
        color: #919191;
        transition: inherit; }
      .wgl_timetabs .timetabs_headings .wgl_tab .tab_subtitle {
        font-size: 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: 10px;
  transition: 0.4s ease-in-out; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title, .wpb-js-composer .wgl-container .vc_row .vc_toggle:hover .vc_toggle_title {
    border-color: transparent;
    transition: 0.4s; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title h4,
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon, .wpb-js-composer .wgl-container .vc_row .vc_toggle:hover .vc_toggle_title h4,
    .wpb-js-composer .wgl-container .vc_row .vc_toggle:hover .vc_toggle_title .vc_toggle_icon {
      color: #ffffff; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active {
    margin-bottom: 0px; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon,
  .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
    position: relative;
    z-index: 0;
    padding-top: 20px;
    padding-right: 44px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    background-color: #f5f7f8;
    transition: inherit; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon h4,
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title h4 {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      transition: color 0s; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
    margin: 0;
    padding: 21px 20px 18px 20px; }
    .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: #b0bbc8;
    transform: translateY(-50%);
    opacity: 1;
    transition: transform 0.4s ease-in-out, color 0s; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon:after {
      transition: inherit; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_none .vc_toggle_title {
    padding-right: 20px; }
  .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; }
  .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:before {
    content: "\f00c";
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 0;
    font-family: fontawesome;
    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%); }
  .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%); }
  .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: 20px; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
    left: 20px; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_title {
    padding-right: 20px;
    padding-left: 44px; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_center .vc_toggle_icon {
    left: 50%; }
  .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_center .vc_toggle_title {
    padding-right: 20px; }
  @media (max-width: 480px) {
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
      padding-left: 10px;
      padding-right: 26px; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_none .vc_toggle_title {
      padding-right: 10px; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
      padding: 18px 15px 18px 15px; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
      right: 10px; }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
      left: 10px; } }

/* ==================== #Accordion ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel {
  text-align: inherit;
  margin-bottom: 10px; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title > a, .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 {
    color: #ffffff; }
  .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 .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 {
    position: relative;
    z-index: 0;
    margin: 0;
    border-left: unset;
    border-right: unset;
    border-radius: 5px;
    background-color: #ffffff;
    transition: 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 {
      position: relative;
      z-index: 0;
      font-size: inherit;
      border-radius: inherit;
      font-weight: 400;
      transition: all 0.4s, color 0.05s 0s; }
      .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:hover {
        color: #ffffff; }
      .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 {
        display: flex;
        align-items: center;
        min-height: 54px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        color: inherit;
        border-radius: inherit;
        transition: 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-title-text {
          font-size: inherit;
          line-height: inherit;
          font-weight: inherit;
          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 {
        color: #8c8c8c; }
        .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:before, .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:after {
          transition: transform 0.4s 0.1s, color 0s; }
        .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.vc_tta-controls-icon-chevron:before {
          top: 3px;
          right: 3px; }
      .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
        right: 17px; }
      .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: 17px; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
    background-color: #f3f3f3; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon {
    color: #ffffff; }
  .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-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent;
    transform: unset; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion.vc_tta-controls-align-left .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding-left: 17px;
  padding-right: 34px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion.vc_tta-controls-align-left .vc_tta-panel-body {
  text-align: left;
  padding-left: 17px;
  padding-right: 8.5px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion.vc_tta-controls-align-center .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding-left: 34px;
  padding-right: 34px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion.vc_tta-controls-align-center .vc_tta-panel-body {
  text-align: center;
  padding-left: 11.33333px;
  padding-right: 11.33333px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion.vc_tta-controls-align-right .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding-left: 34px;
  padding-right: 17px; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion.vc_tta-controls-align-right .vc_tta-panel-body {
  text-align: right;
  padding-left: 8.5px;
  padding-right: 17px; }

/* ==================== #Pie Chart ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500; }

.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value {
  font-size: 36px;
  font-weight: 700; }

.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_back {
  top: 0.5px;
  left: 0.5px;
  width: calc(100% - 1.5px) !important;
  height: calc(100% - 1.5px) !important;
  border: 5px solid transparent !important;
  opacity: 1 !important; }

.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 ==================== */
.vc_chart.vc_round-chart {
  background-size: 0; }
  .vc_chart.vc_round-chart .wpb_wrapper {
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center; }
    .vc_chart.vc_round-chart .wpb_wrapper canvas {
      display: block; }

.vc_chart.vc_round-chart[data-vc-legend="1"] {
  background-size: 0; }
  .vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper {
    background-image: inherit;
    background-size: inherit; }
    .vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper .vc_chart-with-legend {
      background-image: inherit;
      background-position: inherit;
      background-repeat: inherit; }
  .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li {
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500; }
    .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 {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    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 {
      position: relative;
      min-width: 100px;
      text-align: center;
      flex-grow: 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 > a {
        position: relative;
        z-index: 1;
        margin: 0;
        border: unset;
        border-radius: unset;
        padding: 15px 10px 14px 10px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 800;
        letter-spacing: 0px;
        text-transform: initial;
        background-color: unset;
        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, .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; }
      .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; }
        .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 {
          display: none; }
      .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:not(:first-child):after,
      .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 + .vc_tta-tab:after {
        background: transparent; }
      .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(:first-child):after {
        content: '';
        position: absolute;
        top: 23%;
        left: 0;
        width: 1px;
        height: 54%;
        background: #d9d9d9; }
      .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:first-child {
        border-top-left-radius: inherit;
        border-bottom-left-radius: 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:last-child {
        border-top-right-radius: inherit;
        border-bottom-right-radius: 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: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: 165px;
    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: 15px; }
    .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 {
      background-color: #333949;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      border-radius: unset;
      line-height: 1.4; }
      .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 {
        border: unset;
        border-radius: unset;
        padding: 0 15px;
        font-size: 18px;
        line-height: 2;
        font-weight: 700;
        color: #ffffff;
        text-transform: initial;
        background-color: unset;
        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 > .vc_tta-title-text {
          font-size: inherit;
          font-weight: inherit;
          color: inherit; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    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_tta-panel-body {
    border: unset;
    padding: 30px 0 33px;
    overflow: visible; }

.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: 32px 0 15px 0; }
  @media (max-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: 0px 0 20px 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-tabs-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;
  padding-bottom: 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:first-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:first-child {
    border-top: 1px solid #e5e5e5; }
  .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .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-panels-container .vc_tta-panel-body {
    padding-top: 0; }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
  padding-left: 35px;
  padding-bottom: 0; }
  @media (max-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 {
      padding: 0 0 20px 0; } }

.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_ta-panel-body {
  padding-right: 35px;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_ta-panel-body {
      padding: 0 0 20px 0; } }

/* ==================== #Wp Menu ==================== */
.vc_wp_custommenu.menu-item-center .menu {
  text-align: center; }

.vc_wp_custommenu.menu-item-right .menu {
  text-align: right; }

.vc_wp_custommenu.menu-item-left .menu {
  text-align: left; }

.vc_wp_custommenu.menu-item-block .menu .menu-item {
  display: block; }

.vc_wp_custommenu .menu .menu-item {
  display: inline-block; }
  .vc_wp_custommenu .menu .menu-item a {
    opacity: 1;
    color: inherit;
    padding: 0 16px;
    margin: 0px 5px;
    position: relative;
    transform: translate3d(0, 0, 0);
    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 ==================== */
.iguru_module_videobox {
  position: relative;
  z-index: 1; }
  .iguru_module_videobox .videobox_content {
    display: flex;
    align-items: center; }
  .iguru_module_videobox .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 10px; }
  .iguru_module_videobox .title {
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01rem; }
  .iguru_module_videobox .videobox_link {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid; }
  .iguru_module_videobox .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%); }
  .iguru_module_videobox.with_image .videobox_content {
    display: block; }
  .iguru_module_videobox.with_image .videobox_link_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%; }
  .iguru_module_videobox.button_align-left {
    text-align: left; }
    .iguru_module_videobox.button_align-left .videobox_content,
    .iguru_module_videobox.button_align-left .videobox_link_wrapper {
      justify-content: flex-start; }
    .iguru_module_videobox.button_align-left.with_image .videobox_link_wrapper {
      left: 0;
      transform: translate(10%, -50%); }
    .iguru_module_videobox.button_align-left.title_pos-right .videobox_content,
    .iguru_module_videobox.button_align-left.title_pos-right .videobox_link_wrapper {
      justify-content: flex-end; }
    .iguru_module_videobox.button_align-left.title_pos-top .videobox_content, .iguru_module_videobox.button_align-left.title_pos-bot .videobox_content {
      align-items: flex-start; }
  .iguru_module_videobox.button_align-center {
    text-align: center; }
    .iguru_module_videobox.button_align-center .videobox_content,
    .iguru_module_videobox.button_align-center .videobox_link_wrapper {
      justify-content: center; }
    .iguru_module_videobox.button_align-center.with_image .videobox_link_wrapper {
      left: 50%;
      transform: translate(-50%, -50%); }
    .iguru_module_videobox.button_align-center.title_pos-right .videobox_content,
    .iguru_module_videobox.button_align-center.title_pos-right .videobox_link_wrapper {
      justify-content: center; }
  .iguru_module_videobox.button_align-right {
    text-align: right; }
    .iguru_module_videobox.button_align-right .videobox_content,
    .iguru_module_videobox.button_align-right .videobox_link_wrapper {
      justify-content: flex-end; }
    .iguru_module_videobox.button_align-right.with_image .videobox_link_wrapper {
      right: 0;
      transform: translate(-10%, -50%); }
    .iguru_module_videobox.button_align-right.title_pos-top .videobox_content,
    .iguru_module_videobox.button_align-right.title_pos-top .videobox_link_wrapper, .iguru_module_videobox.button_align-right.title_pos-bot .videobox_content,
    .iguru_module_videobox.button_align-right.title_pos-bot .videobox_link_wrapper {
      align-items: flex-end; }
  .iguru_module_videobox.button_align-inline {
    display: inline-block; }
    .iguru_module_videobox.button_align-inline.with_image .videobox_link_wrapper {
      left: 50%;
      transform: translate(-50%, -50%); }
  .iguru_module_videobox.title_pos-left .title {
    margin-right: 30px; }
  .iguru_module_videobox.title_pos-left.animation_ring_rotate .title {
    margin-right: 64.5px; }
  .iguru_module_videobox.title_pos-right .title {
    margin-left: 30px; }
  .iguru_module_videobox.title_pos-right.animation_ring_rotate .title {
    margin-left: 64.5px; }
  .iguru_module_videobox.title_pos-right .videobox_content,
  .iguru_module_videobox.title_pos-right .videobox_link_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start; }
  .iguru_module_videobox.title_pos-top .title {
    margin-bottom: 30px; }
  .iguru_module_videobox.title_pos-top.animation_ring_rotate .title {
    margin-bottom: 60px; }
  .iguru_module_videobox.title_pos-top.animation_ring_rotate .videobox_link {
    margin-bottom: 30px; }
  .iguru_module_videobox.title_pos-top .videobox_content,
  .iguru_module_videobox.title_pos-top .videobox_link_wrapper {
    flex-direction: column; }
  .iguru_module_videobox.title_pos-bot .title {
    margin-top: 27px; }
  .iguru_module_videobox.title_pos-bot.animation_ring_rotate .title {
    margin-top: 60px; }
  .iguru_module_videobox.title_pos-bot .videobox_content,
  .iguru_module_videobox.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse; }
  .iguru_module_videobox .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .iguru_module_videobox.animation_circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0.0s infinite;
    animation-play-state: paused; }
    .iguru_module_videobox.animation_circles .videobox_animation.circle_2 {
      animation-delay: 1.3s; }
    .iguru_module_videobox.animation_circles .videobox_animation.circle_3 {
      animation-delay: 2.6s; }
  .iguru_module_videobox.animation_circles .videobox_link:hover .videobox_animation,
  .iguru_module_videobox.animation_circles.always-run-animation .videobox_animation {
    animation-play-state: running; }
  .iguru_module_videobox.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused; }

@keyframes circles {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    transform: scale(3.2);
    opacity: 0; } }
  .iguru_module_videobox.animation_ring_pulse .videobox_animation {
    z-index: -1;
    opacity: 0.1;
    background: inherit;
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation-play-state: paused; }
  .iguru_module_videobox.animation_ring_pulse .videobox_link:hover .videobox_animation,
  .iguru_module_videobox.animation_ring_pulse.always-run-animation .videobox_animation {
    animation-play-state: running; }
  .iguru_module_videobox.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused; }

@keyframes pulse_ring {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.7); }
  100% {
    transform: scale(1); } }
  .iguru_module_videobox.animation_ring_rotate .videobox_animation {
    z-index: -1;
    transform: scale(1.58); }
    .iguru_module_videobox.animation_ring_rotate .videobox_animation .ring_1 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: rotate_ring 4s linear infinite;
      animation-play-state: paused; }
  .iguru_module_videobox.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1,
  .iguru_module_videobox.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
    animation-play-state: running; }
  .iguru_module_videobox.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
    animation-play-state: paused; }

@keyframes rotate_ring {
  0% {
    transform: translate(-50%, -50%) rotate(0turn); }
  100% {
    transform: translate(-50%, -50%) rotate(1turn); } }

/* ==================== ##ICO Prgoress ==================== */
.iguru_module_ico_progress {
  border-radius: 30px;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

/* ico progress bar */
.iguru_module_ico_progress_bar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px; }
  .iguru_module_ico_progress_bar .progress_bar_wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 30px;
    background: #ecf1f9;
    border-radius: 15px; }
  .iguru_module_ico_progress_bar .progress_completed {
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    background: #90ff98;
    height: 20px;
    border-radius: 10px;
    transition: all 0.8s;
    width: 0;
    max-width: calc(100% - 10px);
    overflow: hidden; }
  .iguru_module_ico_progress_bar .progress_value_completed {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap; }
  .iguru_module_ico_progress_bar .progress_value_wrap {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
  .iguru_module_ico_progress_bar .progress_value_min,
  .iguru_module_ico_progress_bar .progress_value_max {
    font-weight: 500;
    color: #8b9baf; }
    .iguru_module_ico_progress_bar .progress_value_min span,
    .iguru_module_ico_progress_bar .progress_value_max span {
      margin-left: 3px; }
  .iguru_module_ico_progress_bar .progress_point {
    position: absolute;
    z-index: 2;
    top: 100%;
    font-size: 12px;
    transform: translateX(-50%);
    line-height: 26px;
    margin-top: 21px;
    color: #8b9baf; }
    .iguru_module_ico_progress_bar .progress_point:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 100%;
      width: 1px;
      height: 51px;
      background: #8b9baf; }

/* ico progress bar */
.iguru_module_ico_progress_bar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px; }
  .iguru_module_ico_progress_bar .progress_bar_wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 30px;
    background: #ecf1f9;
    border-radius: 15px; }
  .iguru_module_ico_progress_bar .progress_completed {
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    background: #90ff98;
    height: 20px;
    border-radius: 10px;
    transition: all 0.8s;
    width: 0;
    max-width: calc(100% - 10px);
    overflow: hidden; }
  .iguru_module_ico_progress_bar .progress_value_completed {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap; }
  .iguru_module_ico_progress_bar .progress_value_wrap {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
  .iguru_module_ico_progress_bar .progress_value_min,
  .iguru_module_ico_progress_bar .progress_value_max {
    font-weight: 500;
    color: #8b9baf; }
    .iguru_module_ico_progress_bar .progress_value_min span,
    .iguru_module_ico_progress_bar .progress_value_max span {
      margin-left: 3px; }
  .iguru_module_ico_progress_bar .progress_point {
    position: absolute;
    z-index: 2;
    top: 100%;
    font-size: 12px;
    transform: translateX(-50%);
    line-height: 26px;
    margin-top: 21px;
    color: #8b9baf; }
    .iguru_module_ico_progress_bar .progress_point:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 50%;
      bottom: 100%;
      width: 1px;
      height: 51px;
      background: #8b9baf; }

/* ==================== ##LP Categories ==================== */
.iguru_module_lp_cats {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-bottom: 38px; }
  .iguru_module_lp_cats.hover_lifting .slick-slider,
  .iguru_module_lp_cats.hover_lifting .course_cat {
    padding-top: 15px; }
  .iguru_module_lp_cats.hover_lifting .course_cat:hover .cat_wrapper {
    transform: translateY(-15px); }
  .iguru_module_lp_cats .course_cat {
    margin-right: 2%;
    margin-bottom: 30px; }
  .iguru_module_lp_cats .cat_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 318px;
    position: relative;
    border-radius: 11px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.35s; }
    .iguru_module_lp_cats .cat_wrapper:hover .cat_image_hover {
      opacity: 1; }
  .iguru_module_lp_cats .cat_image_idle,
  .iguru_module_lp_cats .cat_image_hover {
    border-radius: 10px;
    width: 100%;
    transition: 0.35s; }
  .iguru_module_lp_cats .cat_image_hover:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .iguru_module_lp_cats .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    border-radius: 10px; }
  .iguru_module_lp_cats .cat_icon_wrap {
    display: block;
    flex-grow: 1;
    margin-top: 75px;
    margin-bottom: 25px;
    transition: 0.35s; }
  .iguru_module_lp_cats .cat_icon {
    position: relative;
    font-size: 90px;
    line-height: 1;
    color: #ffffff;
    transition: 0.35s; }
    .iguru_module_lp_cats .cat_icon:before {
      background: rgba(255, 255, 255, 0.1);
      padding: 0.35em;
      border-radius: 50%; }
  .iguru_module_lp_cats .cat_name {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    word-break: break-word;
    transition: 0.35s; }
  .iguru_module_lp_cats .cat_counter_wrap {
    display: block;
    transition: 0.35s; }
  .iguru_module_lp_cats .cat_counter {
    display: inline-block;
    margin: 28px 15px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 11.5px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    background-color: #ffffff;
    vertical-align: bottom;
    transition: 0.35s; }
  .iguru_module_lp_cats.grid-col-1 .course_cat {
    flex-basis: 100%; }
  .iguru_module_lp_cats.grid-col-2 .course_cat {
    flex-basis: 48%; }
  .iguru_module_lp_cats.grid-col-3 .course_cat {
    flex-basis: 31.3333%; }
  .iguru_module_lp_cats.grid-col-4 .course_cat {
    flex-basis: 23%; }
  .iguru_module_lp_cats.grid-col-5 .course_cat {
    flex-basis: 18%; }
  @media (max-width: 1400px) {
    .iguru_module_lp_cats.grid-col-5 .course_cat {
      flex-basis: 23%; } }
  @media (max-width: 1200px) {
    .iguru_module_lp_cats.grid-col-5 .course_cat, .iguru_module_lp_cats.grid-col-4 .course_cat {
      flex-basis: 31.3333%; } }
  @media (max-width: 992px) {
    .iguru_module_lp_cats.grid-col-5 .course_cat, .iguru_module_lp_cats.grid-col-4 .course_cat, .iguru_module_lp_cats.grid-col-3 .course_cat {
      flex-basis: 48%; } }
  @media (max-width: 600px) {
    .iguru_module_lp_cats.grid-col-5 .course_cat, .iguru_module_lp_cats.grid-col-4 .course_cat, .iguru_module_lp_cats.grid-col-3 .course_cat, .iguru_module_lp_cats.grid-col-2 .course_cat {
      flex-basis: 100%; } }

/* ==================== ##Responsive ==================== */
@media (max-width: 1700px) {
  .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap {
    width: 25%; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(5n+1) {
      clear: none; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(4n+1) {
      clear: left; } }

@media (max-width: 1440px) {
  .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap, .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap {
    width: 33.333333%; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(4n+1), .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap:nth-child(4n+1) {
      clear: none; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(3n+1), .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap:nth-child(3n+1) {
      clear: left; } }

@media only screen and (max-width: 1370px) {
  .wgl_portfolio_list-first {
    padding-left: 0;
    padding-top: 0; }
  .iguru_module_courses .learn-press-courses.grid-col-5 > .course,
  .learnpress-page .learn-press-courses.grid-col-5 > .course {
    width: 23%; } }

@media only screen and (min-width: 1280px) {
  .text_desktop {
    font-size: inherit !important;
    line-height: inherit !important; }
  .vc_row.wpb_row:not([data-vc-full-width=true]) .wgl_module_team.team-col_5 .team-item {
    width: 25%; }
    .vc_row.wpb_row:not([data-vc-full-width=true]) .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
      clear: none; }
    .vc_row.wpb_row:not([data-vc-full-width=true]) .wgl_module_team.team-col_5 .team-item:nth-child(4n+1) {
      clear: left; } }

@media only screen and (max-width: 1200px) {
  .wgl-container {
    width: 950px; }
  .row:after {
    clear: both; }
  .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
    width: 33.33333333%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(4n+1), .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
      clear: none; }
    .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
      clear: left; }
  .single-team .single_team_page .team-info_wrapper {
    background-image: none !important; }
  .iguru_module_courses .learn-press-courses.grid-col-5 > .course, .iguru_module_courses .learn-press-courses.grid-col-4 > .course,
  .learnpress-page .learn-press-courses.grid-col-5 > .course,
  .learnpress-page .learn-press-courses.grid-col-4 > .course {
    width: 31.33333%; }
  .d-none.d-xl-block {
    display: none; }
  #learn-press-user-profile .learn-press-courses .course {
    width: 48%; } }

@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) {
  .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%; }
  .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%; }
  body .widget .widget-title {
    text-align: left; } }

@media only screen and (min-width: 1024px) {
  .text_tablet {
    font-size: inherit !important;
    line-height: inherit !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; } }

@media only screen and (max-width: 992px) {
  .wgl-container {
    width: 728px; }
  main .alignwide {
    width: auto;
    margin-left: 0;
    transform: translateX(0); }
  .page-header_content .page-header_title,
  .page-header_content .page-header_breadcrumb {
    display: block; }
  .page-header_align_left .page-header_breadcrumbs {
    text-align: left; }
  .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 125px;
    line-height: 0.24;
    margin-left: -74px; }
  .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
    width: 50%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1), .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
      clear: none; }
    .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
      clear: left; }
  .col-md-delimiter .vc_column_container.vc_col-sm-6:nth-child(2):before {
    display: none; }
  .single-team .single_team_page .team-single_wrapper {
    flex-direction: column;
    height: unset;
    margin-top: 25px;
    margin-bottom: 75px; }
  .single-team .single_team_page .team-info_wrapper {
    align-items: center;
    padding-top: 18px;
    padding-bottom: 55px; }
  .single-team .single_team_page .wpb_content_element {
    text-align: justify; }
  .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap, .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap, .iguru_module_testimonials.grid_col-3 .testimonials_item_wrap {
    width: 50%; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(3n+1), .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap:nth-child(3n+1), .iguru_module_testimonials.grid_col-3 .testimonials_item_wrap:nth-child(3n+1) {
      clear: none; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(2n+1), .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap:nth-child(2n+1), .iguru_module_testimonials.grid_col-3 .testimonials_item_wrap:nth-child(2n+1) {
      clear: left; }
  .iguru_module_testimonials.type_author_bottom_inline .testimonials_item {
    padding-left: 15px; }
    .iguru_module_testimonials.type_author_bottom_inline .testimonials_item:before {
      display: none; }
  .iguru_module_courses .learn-press-courses.grid-col-5 > .course, .iguru_module_courses .learn-press-courses.grid-col-4 > .course, .iguru_module_courses .learn-press-courses.grid-col-3 > .course, .iguru_module_courses .learn-press-courses.grid-col-2 > .course,
  .learnpress-page .learn-press-courses.grid-col-5 > .course,
  .learnpress-page .learn-press-courses.grid-col-4 > .course,
  .learnpress-page .learn-press-courses.grid-col-3 > .course,
  .learnpress-page .learn-press-courses.grid-col-2 > .course {
    width: 48%; }
  .iguru_module_courses .learn-press-courses.grid-col-1 > .course,
  .learnpress-page .learn-press-courses.grid-col-1 > .course {
    display: block; }
    .iguru_module_courses .learn-press-courses.grid-col-1 > .course .course-content,
    .learnpress-page .learn-press-courses.grid-col-1 > .course .course-content {
      padding: 10px 19px 0; } }

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

@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%; }
  .wgl_portfolio_list-first .iguru_module_double_headings.aleft {
    margin-bottom: 0.78vw; }
    .wgl_portfolio_list-first .iguru_module_double_headings.aleft .dlh_subtitle {
      font-size: 1.15vw !important; }
    .wgl_portfolio_list-first .iguru_module_double_headings.aleft .dlh_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 .iguru_module_button {
    margin-top: 0.78vw;
    line-height: 1.565vw; }
    .wgl_portfolio_list-first .iguru_module_button > a {
      font-size: 0.68vw;
      padding: 0.72vw 1.5vw;
      min-width: 8.05vw;
      line-height: 1.05vw; } }

@media only screen and (max-width: 768px) {
  .iguru_module_videobox.with_image.button_align-left .videobox_content {
    left: 60px; }
  .iguru_module_videobox.with_image.button_align-right .videobox_content {
    right: 60px; }
  .page-header_content .page-header_title + .page-header_breadcrumb {
    padding-top: 5px; }
  .page-header_content .breadcrumbs {
    white-space: normal; }
  .col-md-delimiter .vc_column_container:before {
    display: none; } }

@media only screen and (max-width: 767px) {
  .row .wgl_col-1-5,
  .row .wgl_col-3, .row .wgl_col-4,
  .row .wgl_col-5, .row .wgl_col-6 {
    width: 100%; }
  .wgl-container {
    width: 560px; }
  .copyright {
    text-align: center; }
  .page_404_wrapper {
    background-image: none !important; }
  .iguru-post-navigation .separator_post-nav {
    display: none; }
  .footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] {
    margin-top: 35px; }
  .sidebar-container {
    padding-top: 35px; }
  #comments .commentlist .comment .stand_comment, #comments .commentlist .comment .children .stand_comment {
    padding-left: 80px; }
  #comments .commentlist .comment .children .comment {
    margin-left: 30px; }
  #comments .commentlist .comment .commentava, #comments .commentlist .comment .children .stand_comment .commentava {
    left: -60px;
    height: 40px;
    width: 40px; }
  .mobile_text_center,
  .mobile-acenter {
    text-align: center; }
  .blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper,
  .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
  .blog-style-standard .wgl_col-12 .format-audio .blog-post_wrapper,
  .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
    padding: 24px; }
  .standard.sticky-post,
  .format-standard.sticky-post .blog-post_wrapper {
    padding: 12px 12px 12px 12px;
    border-width: 12px; }
  .iguru_module_clients.items-3 .clients_image, .iguru_module_clients.items-4 .clients_image,
  .iguru_module_clients.items-5 .clients_image, .iguru_module_clients.items-6 .clients_image {
    width: 50%; }
  .iguru_module_time_line_vertical:before {
    left: 45px; }
  .iguru_module_time_line_vertical .time_line-date_wrap {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .iguru_module_time_line_vertical .time_line-date {
    padding: 0 !important;
    right: 100% !important;
    left: auto !important; }
  .iguru_module_time_line_vertical .time_line-content {
    text-align: left !important; }
    .iguru_module_time_line_vertical .time_line-content:before {
      left: 0 !important;
      right: auto !important; }
  .iguru_module_time_line_vertical .time_line-item {
    flex-direction: row !important; }
  .iguru_module_time_line_vertical .time_line-date {
    transform: rotate3d(0, 0, 1, -90deg) !important; }
  .iguru_module_time_line_vertical.appear_anim .time_line-date {
    transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important; }
  .iguru_module_time_line_vertical.appear_anim .time_line-content {
    transform: translateX(20%) !important; }
  .iguru_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; }
  .iguru_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-content {
    transform: translateX(0) !important; }
  .iguru_module_time_line_vertical .time_line-item:hover .time_line-content, .iguru_module_time_line_vertical .time_line-item.item_show:hover .time_line-content {
    transform: translateX(5px) !important; }
  .resp_align_center {
    text-align: center !important; }
  .coming-soon.row .wgl_col-9 {
    width: 75%; }
  .coming-soon.row .wgl_col-3 {
    width: 25%; } }

@media only screen and (max-width: 700px) {
  .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap, .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap, .iguru_module_testimonials.grid_col-3 .testimonials_item_wrap, .iguru_module_testimonials.grid_col-2 .testimonials_item_wrap {
    width: 100%; }
    .iguru_module_testimonials.grid_col-5 .testimonials_item_wrap:nth-child(2n+1), .iguru_module_testimonials.grid_col-4 .testimonials_item_wrap:nth-child(2n+1), .iguru_module_testimonials.grid_col-3 .testimonials_item_wrap:nth-child(2n+1), .iguru_module_testimonials.grid_col-2 .testimonials_item_wrap:nth-child(2n+1) {
      clear: none; } }

@media only screen and (max-width: 600px) {
  .wgl-container {
    width: 420px; }
  div[id*=wpadminb] {
    top: -46px !important; }
  .banner_404 {
    font-size: 160px; }
  .iguru_module_ico_progress {
    padding: 15px !important; }
    .iguru_module_ico_progress .iguru_module_button > a {
      padding-left: 20px !important;
      padding-right: 20px !important; }
  #sb_instagram .sbi_photo {
    padding-bottom: 100%;
    height: 0 !important; }
    #sb_instagram .sbi_photo:after {
      font-size: 40px; }
  #sb_instagram #sbi_images .sbi_item {
    width: 33.3333% !important; }
  .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; }
  .iguru_module_courses .learn-press-courses.grid-col-5 > .course, .iguru_module_courses .learn-press-courses.grid-col-4 > .course, .iguru_module_courses .learn-press-courses.grid-col-3 > .course, .iguru_module_courses .learn-press-courses.grid-col-2 > .course, .iguru_module_courses .learn-press-courses.grid-col-1 > .course,
  .learnpress-page .learn-press-courses.grid-col-5 > .course,
  .learnpress-page .learn-press-courses.grid-col-4 > .course,
  .learnpress-page .learn-press-courses.grid-col-3 > .course,
  .learnpress-page .learn-press-courses.grid-col-2 > .course,
  .learnpress-page .learn-press-courses.grid-col-1 > .course {
    width: 100%; }
  .iguru_module_courses .learn-press-courses.grid-col-1 > .course .course-thumbnail,
  .learnpress-page .learn-press-courses.grid-col-1 > .course .course-thumbnail {
    max-width: unset; } }

@media only screen and (max-width: 480px) {
  .wgl-container {
    width: 90%; }
  .iguru_module_infobox.layout_top .infobox_wrapper {
    padding: 15px 15px 25px 20px; }
  .iguru_module_infobox.layout_left .infobox_wrapper, .iguru_module_infobox.layout_right .infobox_wrapper {
    flex-direction: column; }
  .wgl_module_team .team-item_content:hover .team-item_excerpt {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px; }
  #comments .comment-reply-link {
    position: relative; }
  #comments .commentlist .comment_author_says {
    margin-bottom: 5px; }
  #comments .commentlist .comment .children .comment {
    margin-left: 15px; }
  .iguru_module_services_2 .services_logo {
    left: 10%; }
  .iguru_module_services_2 .services_title,
  .iguru_module_services_2 .services_subtitle {
    left: 21%;
    max-width: 75%; }
  .iguru_module_pricing_plan .pricing_header,
  .iguru_module_pricing_plan .pricing_content,
  .iguru_module_pricing_plan .pricing_footer {
    padding-left: 35px;
    padding-right: 35px; }
  .iguru_module_testimonials.type_author_top_inline .testimonials_meta_wrap {
    padding-left: 35px;
    padding-right: 35px; }
  .iguru_module_testimonials.type_inline_top .testimonials_meta_wrap {
    display: inline-block;
    padding-top: 30px; }
    .iguru_module_testimonials.type_inline_top .testimonials_meta_wrap .testimonials_image {
      margin-right: 0;
      margin-bottom: 15px; }
  .iguru_module_testimonials.type_inline_top .testimonials_quote {
    padding-bottom: 35px; }
  .iguru_module_testimonials.type_inline_top .testimonials_meta_wrap,
  .iguru_module_testimonials.type_inline_top .testimonials_quote {
    padding-left: 25px;
    padding-right: 25px; }
  .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; }
  .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 95px;
    line-height: .3;
    margin-left: -26px; }
  .iguru_module_testimonials.type_author_bottom_inline .testimonials_name_wrap {
    flex-direction: column; }
  .iguru_module_testimonials.type_author_bottom .iguru_module_carousel:not(.prev_next_pos_right) .iguru_carousel_slick {
    margin-left: 35px;
    margin-right: 35px; }
  .iguru_module_videobox.title_pos-left .title {
    margin-right: 15px; }
  .iguru_module_videobox.title_pos-right .title {
    margin-left: 15px; }
  .coming-soon.row .wgl_col-9 {
    width: 60%; }
  .coming-soon.row .wgl_col-3 {
    width: 40%; }
  .single-team .single_team_page .team-info_wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .post_featured_bg .blog-post_title {
    font-size: 40px; }
  .wgl_portfolio_single-item .wgl_portfolio_item-annotation {
    padding: 20px; }
  .pt-xxs-0i {
    padding-top: 0 !important; }
  .pt-xxs-10i {
    padding-top: 10px !important; }
  .pt-xxs-15i {
    padding-top: 15px !important; }
  .pt-xxs-20i {
    padding-top: 15px !important; }
  .pb-xxs-0i {
    padding-bottom: 0 !important; }
  .pb-xxs-10i {
    padding-bottom: 10px !important; }
  .pb-xxs-15i {
    padding-bottom: 15px !important; }
  .pb-xxs-20i {
    padding-bottom: 15px !important; }
  .pl-xxs-0i {
    padding-left: 0 !important; }
  .pl-xxs-10i {
    padding-left: 10px !important; }
  .pl-xxs-15i {
    padding-left: 15px !important; }
  .pr-xxs-0i {
    padding-right: 0 !important; }
  .pr-xxs-10i {
    padding-right: 10px !important; }
  .pr-xxs-15i {
    padding-right: 15px !important; } }

.theme-gradient .banner-widget_button {
  border-width: 0px; }

.theme-gradient input[type="submit"],
.theme-gradient button {
  padding-top: 10px;
  padding-bottom: 10px; }

.theme-gradient input[type="submit"],
.theme-gradient button,
.theme-gradient .load_more_item,
.theme-gradient .iguru_404_button a,
.theme-gradient a.button.alt,
.theme-gradient .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout),
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout),
.theme-gradient .woocommerce-message .button,
.theme-gradient #respond input#submit,
.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient div.product form.cart .button,
.theme-gradient .banner-widget_button {
  border-width: 0;
  color: #ffffff !important; }

.theme-gradient button:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient #respond input#submit:hover,
.theme-gradient a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .iguru_404_button a:hover,
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover,
.theme-gradient ul.wgl-products li a.button:hover,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
.theme-gradient div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover {
  background-position: 100% !important; }

.theme-gradient #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.theme-gradient.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.theme-gradient.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background: transparent !important; }

.theme-gradient input[type="submit"]:hover {
  box-shadow: none !important; }

.theme-gradient .rev_slider .rev-btn.gradient-button {
  border-width: 0; }
  .theme-gradient .rev_slider .rev-btn.gradient-button:hover, .theme-gradient .rev_slider .rev-btn.gradient-button:active, .theme-gradient .rev_slider .rev-btn.gradient-button:focus {
    background-position: 100% !important;
    color: #fff; }

/*# sourceMappingURL=maps/main.css.map */
