@charset "UTF-8";
/*!
 * 
 * naturalife Main CSS File
 * Copyright RT-Themes
 * http://rtthemes.com
 * 
 */
/**
 * -------------------------------------------------------------------------
 * 
 * Table of Contents
 *
 * - STRUCTURE
 * ----- Body  
 * ----- Main Content Holder & Rows
 * ----- Sidebars
 * ----- VC Related Fixes
 * ----- Header
 * ----- Sub Page Header Row
 * ----- Footer
 * - NAVIGATION
 * - DESIGN ELEMENTS
 * ----- Seperated Columns
 * ----- Grid Borders
 * ----- Featured Images
 * ----- Select Box
 * ----- Parallax Backgrounds
 * ----- Read More Links
 * ----- Lists
 * - PORTFOLIO
 * - BLOG
 * ----- Article Box style
 * ----- Author Info
 * ----- Search Results
 * ----- Featured Media Positions
 * ----- Comments
 * - TEAM
 * - SHORTCODES
 * ---- Content Slider
 * ---- Timelines
 * ---- Icon Lists
 * ---- Dividers
 * ---- Pricing Tables
 * ---- Buttons
 * ---- Toggles ( Accordions )
 * ---- Tabs
 * ---- Content Box With Icons
 * ---- Content Box With Images
 * ---- Heading Shortcode
 * ---- Photo Gallery
 * ---- Highlights
 * ---- Google Maps
 * ---- Info Boxes
 * ---- Counter
 * ---- Latest News
 * ---- Quotes
 * ---- Pullquote
 * ---- Bullet Lists
 * ---- Pie Charts
 * ---- Progress Bars
 * ---- Text Animation
 * ---- Countdown
 * - TYPOGRAPHY
 * ----- Links
 * ----- Headings
 * - ANIMATIONS
 * - HELPERS
 * - WIDGETS 
 * - BREADCRUMB MENU
 * - PAGINATION
 * - SOCIAL MEDIA
 * - CAROUSELS
 * - TESIMONIALS
 * - FORMS
 * ----- Contact Form (native)
 * ----- Contact Form 7 (plugin)
 * ----- Gravity Forms (plugin)
 * - TABLES
 * - PAGE LOADING EFFECT
 * - 404 PAGE
 * - MEDIA QUERIES
 *  -------------------------------------------------------------------------
 */
/* ==========================================================================
   UI Fonts
   ========================================================================== */
@font-face {
  font-family: 'rtui';
  src: url("ui-fonts/rtui.eot?31081414");
  src: url("ui-fonts/rtui.eot?31081414#iefix") format("embedded-opentype"), url("ui-fonts/rtui.woff2?31081414") format("woff2"), url("ui-fonts/rtui.woff?31081414") format("woff"), url("ui-fonts/rtui.ttf?31081414") format("truetype"), url("ui-fonts/rtui.svg?31081414#rtui") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ui-icon-"]:before, [class*=" ui-icon-"]:before {
  font-family: "rtui";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
}

[class^="ui-icon-"]:before, [class*=" ui-icon-"]:before {
  font-family: "rtui";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ui-icon-search-1:before {
  content: '\21';
}

/* '!' */
.ui-icon-angle-left:before {
  content: '\22';
}

/* '&quot;' */
.ui-icon-angle-right:before {
  content: '\28';
}

/* '(' */
.ui-icon-angle-up:before {
  content: '\29';
}

/* ')' */
.ui-icon-angle-down:before {
  content: '\2a';
}

/* '*' */
.ui-icon-right-hand:before {
  content: '\2b';
}

/* '+' */
.ui-icon-left-hand:before {
  content: '\2c';
}

/* ',' */
.ui-icon-star-1:before {
  content: '\2d';
}

/* '-' */
.ui-icon-right-open:before {
  content: '\2e';
}

/* '.' */
.ui-icon-up-hand:before {
  content: '\2f';
}

/* '/' */
.ui-icon-down-hand:before {
  content: '\30';
}

/* '0' */
.ui-icon-left-open:before {
  content: '\31';
}

/* '1' */
.ui-icon-line-share:before {
  content: '\32';
}

/* '2' */
.ui-icon-right:before {
  content: '\33';
}

/* '3' */
.ui-icon-left:before {
  content: '\34';
}

/* '4' */
.ui-icon-vimeo:before {
  content: '\37';
}

/* '7' */
.ui-icon-facebook:before {
  content: '\39';
}

/* '9' */
.ui-icon-facebook-squared:before {
  content: '\3a';
}

/* ':' */
.ui-icon-gplus:before {
  content: '\3b';
}

/* ';' */
.ui-icon-pinterest:before {
  content: '\3c';
}

/* '&lt;' */
.ui-icon-tumblr:before {
  content: '\3d';
}

/* '=' */
.ui-icon-exit:before {
  content: '\3f';
}

/* '?' */
.ui-icon-linkedin:before {
  content: '\40';
}

/* '@' */
.ui-icon-dribbble:before {
  content: '\41';
}

/* 'A' */
.ui-icon-stumbleupon:before {
  content: '\42';
}

/* 'B' */
.ui-icon-lastfm:before {
  content: '\43';
}

/* 'C' */
.ui-icon-spotify:before {
  content: '\44';
}

/* 'D' */
.ui-icon-instagram:before {
  content: '\45';
}

/* 'E' */
.ui-icon-dropbox:before {
  content: '\46';
}

/* 'F' */
.ui-icon-evernote:before {
  content: '\47';
}

/* 'G' */
.ui-icon-flattr:before {
  content: '\48';
}

/* 'H' */
.ui-icon-skype:before {
  content: '\49';
}

/* 'I' */
.ui-icon-sina-weibo:before {
  content: '\4a';
}

/* 'J' */
.ui-icon-paypal:before {
  content: '\4b';
}

/* 'K' */
.ui-icon-picasa:before {
  content: '\4c';
}

/* 'L' */
.ui-icon-soundcloud:before {
  content: '\4d';
}

/* 'M' */
.ui-icon-behance:before {
  content: '\4e';
}

/* 'N' */
.ui-icon-delicious:before {
  content: '\50';
}

/* 'P' */
.ui-icon-android:before {
  content: '\51';
}

/* 'Q' */
.ui-icon-wikipedia:before {
  content: '\52';
}

/* 'R' */
.ui-icon-forrst:before {
  content: '\53';
}

/* 'S' */
.ui-icon-digg:before {
  content: '\54';
}

/* 'T' */
.ui-icon-reddit:before {
  content: '\55';
}

/* 'U' */
.ui-icon-youtube-1:before {
  content: '\56';
}

/* 'V' */
.ui-icon-xing:before {
  content: '\57';
}

/* 'W' */
.ui-icon-macstore:before {
  content: '\58';
}

/* 'X' */
.ui-icon-myspace:before {
  content: '\59';
}

/* 'Y' */
.ui-icon-amazon:before {
  content: '\5a';
}

/* 'Z' */
.ui-icon-ebay:before {
  content: '\5b';
}

/* '[' */
.ui-icon-stackoverflow:before {
  content: '\5f';
}

/* '_' */
.ui-icon-left-arrow-1:before {
  content: '\60';
}

/* '`' */
.ui-icon-line-plus:before {
  content: '\61';
}

/* 'a' */
.ui-icon-github:before {
  content: '\62';
}

/* 'b' */
.ui-icon-new-picture-1:before {
  content: '\63';
}

/* 'c' */
.ui-icon-flickr-circled:before {
  content: '\65';
}

/* 'e' */
.ui-icon-flickr:before {
  content: '\68';
}

/* 'h' */
.ui-icon-twitter:before {
  content: '\69';
}

/* 'i' */
.ui-icon-new-video-1:before {
  content: '\6a';
}

/* 'j' */
.ui-icon-right-arrow-1:before {
  content: '\6d';
}

/* 'm' */
.ui-icon-ok:before {
  content: '\6e';
}

/* 'n' */
.ui-icon-attention:before {
  content: '\79';
}

/* 'y' */
.ui-icon-attention-circle:before {
  content: '\7a';
}

/* 'z' */
.ui-icon-resize-full:before {
  content: '\e800';
}

/* '' */
.ui-icon-minus:before {
  content: '\e801';
}

/* '' */
.ui-icon-plus:before {
  content: '\e802';
}

/* '' */
.ui-icon-line-image:before {
  content: '\e803';
}

/* '' */
.ui-icon-mail:before {
  content: '\e804';
}

/* '' */
.ui-icon-headphones:before {
  content: '\e805';
}

/* '' */
.ui-icon-new-link-1:before {
  content: '\e806';
}

/* '' */
.ui-icon-home:before {
  content: '\e807';
}

/* '' */
.ui-icon-cancel:before {
  content: '\e808';
}

/* '' */
.ui-icon-megaphone:before {
  content: '\e809';
}

/* '' */
.ui-icon-info-circled:before {
  content: '\e80a';
}

/* '' */
.ui-icon-right-circle:before {
  content: '\e80b';
}

/* '' */
.ui-icon-edit:before {
  content: '\e80c';
}

/* '' */
.ui-icon-left-circle:before {
  content: '\e80d';
}

/* '' */
.ui-icon-arrows-slim-right:before {
  content: '\e811';
}

/* '' */
.ui-icon-arrows-slim-left:before {
  content: '\e812';
}

/* '' */
.ui-icon-print-1:before {
  content: '\e813';
}

/* '' */
.ui-icon-spin1:before {
  content: '\e830';
}

/* '' */
.ui-icon-spin2:before {
  content: '\e831';
}

/* '' */
.ui-icon-spin4:before {
  content: '\e834';
}

/* '' */
.ui-icon-cart:before {
  content: '\e83a';
}

/* '' */
.ui-icon-shopping-cart:before {
  content: '\e86d';
}

/* '' */
.ui-icon-profile:before {
  content: '\e897';
}

/* '' */
.ui-icon-shopping-bag:before {
  content: '\e898';
}

/* '' */
.ui-icon-top-search:before {
  content: '\e899';
}

/* '' */
.ui-icon-cubes:before {
  content: '\e8a6';
}

/* '' */
.ui-icon-slim-arrow-left:before {
  content: '\e8a7';
}

/* '' */
.ui-icon-slim-arrow-right:before {
  content: '\e8a8';
}

/* '' */
.ui-icon-phone:before {
  content: '\e8c4';
}

/* '' */
.ui-icon-mobile-1:before {
  content: '\e8c7';
}

/* '' */
.ui-icon-address:before {
  content: '\e8cb';
}

/* '' */
.ui-icon-link-ext:before {
  content: '\f08e';
}

/* '' */
.ui-icon-rss:before {
  content: '\f09e';
}

/* '' */
.ui-icon-exchange:before {
  content: '\f0ec';
}

/* '' */
.ui-icon-youtube-play:before {
  content: '\f16a';
}

/* '' */
.ui-icon-vkontakte:before {
  content: '\f189';
}

/* '' */
.ui-icon-lifebuoy:before {
  content: '\f1cd';
}

/* '' */
.ui-icon-whatsapp:before {
  content: '\f232';
}

/* '' */
.ui-icon-odnoklassniki:before {
  content: '\f263';
}

/* '' */
.ui-icon-map-o:before {
  content: '\f278';
}

/* '' */
.ui-icon-telegram:before {
  content: '\f2c6';
}

/* '' */
/* ==========================================================================
   GLOBAL STRUCTURE
   ========================================================================== */
/* Body
   ========================================================================== */
body {
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Container
   ========================================================================== */
#container {
  position: relative;
  overflow: hidden;
}

.boxed-body-style #container {
  margin: 40px auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  overflow: inherit;
}

/* Main Content Holder, Rows, Columns
   ========================================================================== */
#main-content {
  padding: 0;
  position: relative;
  -moz-transition: opacity 0.2s linear 0.2s;
  -o-transition: opacity 0.2s linear 0.2s;
  -webkit-transition: opacity 0.2s linear;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: opacity 0.2s linear 0.2s;
  transition: opacity 0.2s linear 0.2s;
  opacity: 1;
  z-index: 1;
}

.boxed-body-style #main-content {
  overflow: hidden;
}

.page-template-template-blank-page #main-content {
  margin-top: 0 !important;
}

/* content row */
.content-row {
  border-width: 0;
  border-style: solid;
  position: relative;
  margin: auto;
}
.content-row::after {
  display: block;
  clear: both;
  content: "";
}

/* content row wrapper */
.content-row-wrapper {
  width: 100%;
  padding: 25px 0;
  margin: auto;
}
.content-row-wrapper.fullwidth {
  max-width: 96%;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.content-row-wrapper .content-row-wrapper {
  max-width: 100%;
}
.content-row-wrapper .content-row-wrapper.row {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  max-width: inherit;
}
.content-row-wrapper > .col {
  padding-left: 20px;
  padding-right: 20px;
}

.main-content-row > .content-row-wrapper {
  padding: 50px 0;
}

.has-bg-overlay {
  position: relative;
  overflow: hidden;
}

.has-bg-overlay > .rt-wrapper {
  position: relative;
}

/* Sidebars
   ========================================================================== */
.sidebar > .column-inner {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: position, top, bottom, left;
}

@media screen and (min-width: 990px) {
  .sidebar.right {
    padding-left: 45px;
  }
  .sidebar.right:before {
    left: 0;
  }

  .sidebar.left {
    padding-right: 45px;
  }
  .sidebar.left:before {
    right: 0;
  }
}
/* Contents with sidebars
   ========================================================================== */
.content.left-sidebar {
  padding-left: 15px;
}

.content.right-sidebar {
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .content.left-sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* Flexbox fixes
========================================================================== */
#footer .column-inner, .boxed.loop, .post-content-wrapper.boxed {
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .elementor-section-height-min-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .elementor-section-height-min-height > .elementor-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .rt-image-box > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .slide-background.default {
    left: calc( ( 100% - 1260px ) /2 );
  }
}
.ie-vertical-lr {
  -ms-writing-mode: tb-lr;
}

.ie-horizontal-tb {
  -ms-writing-mode: lt-tb;
}

@media screen and (max-width: 1024px) {
  .ie-vertical-lr-tablet {
    -ms-writing-mode: tb-lr;
  }

  .ie-horizontal-tb-tablet {
    -ms-writing-mode: lt-tb;
  }
}
@media screen and (max-width: 768px) {
  .ie-vertical-lr-mobile {
    -ms-writing-mode: tb-lr;
  }

  .ie-horizontal-tb-mobile {
    -ms-writing-mode: lt-tb;
  }
}
/* Siteorigin Related Fixes
========================================================================== */
.siteorigin-panels #main-content > .content-row > .content-row-wrapper {
  padding: 0;
}

/* Siteorigin Related Fixes
========================================================================== */
.siteorigin-panels .main-content-row.no-sidebar > .content-row-wrapper {
  padding: 0;
}

.wpb-js-composer .main-content-row.no-sidebar > .content-row-wrapper {
  padding: 0;
}

/* Elementor Related Fixes
========================================================================== */
body.elementor-editor-active .elementor-inner {
  margin-top: 0 !important;
}

.elementor-editor-active .elementor-section-wrap > section:first-child > .elementor-element-overlay,
.elementor-editor-active .elementor-section-wrap > .elementor-add-section:first-child > .elementor-element-overlay {
  top: 25px !important;
}

.elementor-icon-box-title {
  margin-top: 0;
}

.elementor-image-carousel-wrapper [type=button] {
  overflow: visible;
  height: auto;
  border-radius: auto;
  font-weight: inherit;
  background-color: transparent !important;
  width: auto !important;
}

/* Header
   ========================================================================== */
/* header global style */
.top-header {
  position: relative;
  width: 100%;
  z-index: 10;
  margin: 0;
	background: url(../images/header-bg.png);
}

.ehf-header .top-header {
  z-index: 40 !important;
}

.header-style-1.overlapped-header .main-header-holder:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
}

.header-elements {
  width: 100%;
  margin: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.header-elements::after {
  display: block;
  clear: both;
  content: "";
}

/* desktop view logo */
#logo {
  display: block;
  position: relative;
  text-align: center;
  float: left;
  z-index: 2;
}
#logo img {
  width: auto;
  max-height: 100%;
}

.site-logo img, .site-logo span {
  -webkit-transform: translate3d(0, 0, 0);
}

.site-logo a {
  display: block;
  white-space: nowrap;
  font-size: 0;
  text-decoration: none;
  position: relative;
}

.site-logo .sitename {
  vertical-align: middle;
  font-size: 26px;
  padding: 0;
}

/* sticky header */
.sticky-header-holder {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.sticky-header-holder .header-row, .sticky-header-holder .header-row > * {
  height: 60px;
}

.header-long-distance .sticky-header-holder {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-stuck .sticky-header-holder {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

#sticky-logo a {
  height: 60px;
  line-height: 60px;
}
#sticky-logo img {
  width: auto;
  max-height: 100%;
}

/* header rows */
.header-row {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-row.first {
  z-index: 3;
  height: 75px;
}
.header-row.first > * {
  position: relative;
}
.header-row.second {
  z-index: 1;
  height: 75px;
  margin-top: 20px;
}
.header-row.second > * {
  position: relative;
}
.header-row.second:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
  left: 0;
}
.header-row .header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* WPML langs */
}
.header-row .header-col > * {
  padding: 0 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  border-width: 0 1px 0 0;
  border-style: solid;
  line-height: 1;
}
.header-row .header-col > *:first-child {
  padding-left: 0;
}
.header-row .header-col > *:last-child {
  padding-right: 0;
  border-width: 0;
}
.header-row .header-col.left {
  float: left;
  z-index: 2;
}
.header-row .header-col.center {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 1;
}
.header-row .header-col.right {
  float: right;
  margin-left: auto;
  z-index: 3;
}
.header-row .header-col.right > *:last-child {
  padding-right: 0;
}
.header-row .header-col a {
  text-decoration: none;
}
.header-row .header-col .widget_text p:last-child, .header-row .header-col .widget_text *, .header-row .header-col .widget-naturalife-text p:last-child, .header-row .header-col .widget-naturalife-text * {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.header-row .header-col .widget li {
  margin-top: 0;
  margin-bottom: 0;
}
.header-row .header-col .flat-button {
  line-height: 1;
  padding: 0;
  display: block;
}
.header-row .header-col .flat-button > span {
  padding: 0;
}
.header-row .header-col .search {
  border-width: 0;
}
.header-row .header-col #lang_sel li {
  min-width: 175px;
}
.header-row .header-col #lang_sel img.iclflag {
  vertical-align: inherit;
}
.header-row .header-col #lang_sel ul ul {
  border: none;
}

.dynamic-skin {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* ==========================================================================
   TOOLS
   ========================================================================== */
.header-tools > ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.header-tools > ul::after {
  display: block;
  clear: both;
  content: "";
}
.header-tools > ul > li {
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.header-tools > ul > li > a {
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}
.header-tools > ul > li > a span:before {
  margin: auto;
  font-size: 22px;
}
.header-tools > ul > li > a.icon-shopping-bag:before {
  top: -1px;
  position: relative;
}
.header-tools > ul > li > a:not(.naturalife-sidepanel-button) {
  padding: 0 6px;
}
.header-tools > ul > li:last-child > a:not(.naturalife-sidepanel-button) {
  padding-right: 0;
}
.header-tools > ul > li a span, .header-tools > ul > li a span:before {
  line-height: 50px;
  text-align: center;
  display: block;
}
.header-tools .cart .naturalife-cart-items {
  border-radius: 50%;
  visibility: visible;
  font-family: arial !important;
  font-size: 10px;
  font-weight: bold;
  height: 15px;
  top: calc( 50% - 24px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  line-height: 15px;
  position: absolute;
  text-align: center;
  width: 15px;
  left: 6px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-tools .naturalife-cart-menu-button [class^="ui-icon-"]:before {
  width: 1.2em;
}
.header-tools .cart:not(.full) .naturalife-cart-items.empty {
  visibility: hidden;
}
.header-tools .naturalife-sidepanel-button-holder {
  display: none;
}

.mobile-nav .header-tools {
  float: none;
  padding: 10px;
  margin: 0;
  width: 100%;
}
.mobile-nav .header-tools::after {
  display: block;
  clear: both;
  content: "";
}

/* Language Selector
   ========================================================================== */
.naturalife-language-switcher .rt-flag {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.naturalife-language-switcher span {
  text-transform: uppercase;
}
.naturalife-language-switcher a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row .naturalife-language-switcher ul {
  padding: 0;
  list-style: none;
}
.header-row .naturalife-language-switcher > ul > li {
  padding: 0 !important;
  display: inline-block;
}
.header-row .naturalife-language-switcher > ul > li > a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
.header-row .naturalife-language-switcher > ul > li > a:after {
  content: "\2a";
  font-family: "rtui";
  vertical-align: middle;
  padding-left: 0.4em;
}
.header-row .naturalife-language-switcher > ul > li:after {
  content: "";
  height: 0;
  display: block;
  position: relative;
  width: 100%;
}
.header-row .naturalife-language-switcher > ul > li > ul {
  visibility: hidden;
  position: absolute;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 99999;
  min-width: 180px;
  left: -17px;
}
.header-row .naturalife-language-switcher > ul > li > ul a {
  display: block;
}
.header-row .naturalife-language-switcher > ul > li > ul > li {
  padding: 0.8em 1.2em;
  border-width: 0 0 1px;
  border-style: solid;
}
.header-row .naturalife-language-switcher > ul > li > ul > li:last-child {
  border-width: 0;
}
.header-row .naturalife-language-switcher > ul > li:hover > ul {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.header-row .naturalife-language-switcher span {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}

/* Menu Buttons
   ========================================================================== */
/* header menu button */
.naturalife-sidepanel-button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
  position: relative;
  text-align: left;
  height: 50px;
  width: 50px;
  border-width: 1px;
  border-style: solid;
  margin-left: 12px;
}
.naturalife-sidepanel-button:focus {
  outline: none;
}
.naturalife-sidepanel-button span {
  border-radius: 10px;
  display: block;
  height: 2px;
  left: calc( 50% - 2px );
  margin: auto auto auto -10px;
  position: relative;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: -moz-transform 0.2s ease-out 0.7s, width 0.2s ease-out 0.7s;
  -o-transition: -o-transform 0.2s ease-out 0.7s, width 0.2s ease-out 0.7s;
  -webkit-transition: -webkit-transform 0.2s ease-out, width 0.2s ease-out;
  -webkit-transition-delay: 0.7s, 0.7s;
  -webkit-transition: width 0.2s ease-out 0.7s, -webkit-transform 0.2s ease-out 0.7s;
  transition: width 0.2s ease-out 0.7s, -webkit-transform 0.2s ease-out 0.7s;
  transition: transform 0.2s ease-out 0.7s, width 0.2s ease-out 0.7s;
  transition: transform 0.2s ease-out 0.7s, width 0.2s ease-out 0.7s, -webkit-transform 0.2s ease-out 0.7s;
  vertical-align: middle;
  width: 24px;
}
.naturalife-sidepanel-button span:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.naturalife-sidepanel-button span:last-child {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.naturalife-sidepanel-button.active span {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}
.naturalife-sidepanel-button.active span:first-child {
  -webkit-transform: translate3d(0px, 2px, 0px) rotate(45deg);
  transform: translate3d(0px, 2px, 0px) rotate(45deg);
}
.naturalife-sidepanel-button.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.naturalife-sidepanel-button.active span:last-child {
  -webkit-transform: translate3d(0px, -2px, 0px) rotate(-45deg);
  transform: translate3d(0px, -2px, 0px) rotate(-45deg);
}

.mobile-menu-button {
  cursor: pointer;
  width: 50px;
}
.mobile-menu-button span {
  -moz-transition: -moz-transform 0.2s ease-out 0.2s, width 0.2s ease-out 0.2s;
  -o-transition: -o-transform 0.2s ease-out 0.2s, width 0.2s ease-out 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-out, width 0.2s ease-out;
  -webkit-transition-delay: 0.2s, 0.2s;
  -webkit-transition: width 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  transition: transform 0.2s ease-out 0.2s, width 0.2s ease-out 0.2s;
  transition: transform 0.2s ease-out 0.2s, width 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
}

/* Mobile Header
   ========================================================================== */
.mobile-header-holder {
  overflow: hidden;
  width: 100%;
}

.sticky-mobile-header .mobile-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

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

@media screen and (max-width: 768px) {
  .admin-bar.sticky-mobile-header .mobile-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.sticky-mobile-header .mobile-header {
    top: 0;
    position: absolute;
  }

  .admin-bar.sticky-mobile-header .mobile-header.mobile-header-stuck {
    position: fixed;
  }
}
/* Sub Page Header Row
   ========================================================================== */
.sub-page-header {
  position: relative;
  overflow: hidden;
}
.sub-page-header .page-title {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}
.sub-page-header .page-title h1 {
  font-size: 22px;
  line-height: 34px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
}
.sub-page-header .content-row-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.sub-page-header .content-row-wrapper > .col {
  padding-left: 20px;
  padding-right: 20px;
}
.sub-page-header.style-2 {
  text-align: center;
}
.sub-page-header.style-2 .page-title {
  float: none;
}
.sub-page-header.style-2 h1 {
  font-size: 38px;
}

body:not(.overlapped-header) .sub-page-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.11) inset;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.11) inset;
  width: 100%;
  top: 0;
  position: absolute;
  height: 20px;
}

/* Footer
   ========================================================================== */
#footer {
  width: 100%;
  /* Footer widgets */
}
#footer > .content-row {
  width: 100%;
  margin: auto;
}
#footer > .content-row.fullwidth {
  max-width: 100%;
  width: 100%;
}
#footer .footer-widgets {
  position: relative;
}
#footer .footer-widgets .col {
  margin: 30px 0;
  padding-left: 20px;
  padding-right: 20px;
}
#footer .footer-widgets .col .widget:last-child, #footer .footer-widgets .col .widget ul:last-child {
  margin-bottom: 0;
}
#footer .footer-widgets .widget {
  margin-bottom: 50px;
}
#footer .footer-widgets .widget:last-child {
  padding-bottom: 0;
  border-width: 0;
}
#footer .footer-widgets .widget.widget_media_image {
  margin-bottom: 25px;
}
#footer .footer-widgets .widget > h5 {
  margin: 0 0 25px;
  font-weight: bold;
}
#footer .footer-widgets .content-row-wrapper {
  padding: 40px 0;
}
#footer .footer-widgets .featured-col {
  padding-right: 40px;
}


.naturalife-fixed-footer-acitve #main-content {
  -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.12);
}
.naturalife-fixed-footer-acitve #footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 0;
}

body:not(.naturalife-fixed-footer-acitve) .footer-contents {
  border-style: solid;
  border-width: 1px 0 0;
}

.footer-info-bar {
  border-style: solid;
  border-width: 1px 0 0;
}
.footer-info-bar > .content-row-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.footer-info-bar > .content-row-wrapper > div {
  position: relative;
  z-index: 2;
}
.footer-info-bar > .content-row-wrapper > div:first-child {
  margin-right: auto;
}
.footer-info-bar > .content-row-wrapper > div:nth-child(2):not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.footer-info-bar > .content-row-wrapper > div:last-child {
  margin-left: auto;
}
.footer-info-bar > div > div > *:first-child li {
  border-width: 0;
  padding-left: 0;
}

#footer-navigation {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#footer-navigation a {
  text-decoration: none;
  color: inherit !important;
}
#footer-navigation a:hover {
  text-decoration: underline;
}
#footer-navigation li {
  padding: 0;
  float: left;
  padding: 0 20px;
}
#footer-navigation li:not(:last-child) {
  border-width: 0 1px 0 0;
  border-style: solid;
}

/* ==========================================================================
   MAIN NAVIGATION
   ========================================================================== */
/* Desktop Navigation
   ========================================================================== */
.main-menu-wrapper .main-menu {
  list-style: none outside none;
  margin: auto;
  padding: 0;
  line-height: 1.4em;
}
.main-menu-wrapper .main-menu > li {
  position: relative;
  display: inline-block;
  float: left;
}
.main-menu-wrapper .main-menu > li > a {
  text-align: left;
  text-decoration: none;
  outline: none;
  position: relative;
  line-height: 1em;
  display: block;
}
.main-menu-wrapper .main-menu > li a > span {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: transparent;
  position: relative;
}
.main-menu-wrapper .main-menu > li > a:hover, .main-menu-wrapper .main-menu > li.current-menu-ancestor > a, .main-menu-wrapper .main-menu > li.current-menu-item > a {
  text-decoration: none;
}
.main-menu-wrapper .main-menu > li:last-child > a > span {
  border-width: 0;
}
.main-menu-wrapper .main-menu a > span {
  display: inline;
}
.main-menu-wrapper .main-menu > li > a sub {
  display: none;
}
.main-menu-wrapper .main-menu sub {
  display: block;
  font-size: 0.92em;
  bottom: 0;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.main-menu-wrapper .main-menu span > i:before, .main-menu-wrapper .main-menu a > i:before {
  margin-right: 0.5em;
}
.main-menu-wrapper .main-menu ul {
  visibility: hidden;
  position: absolute;
  width: 220px;
  list-style: none outside none;
  z-index: 99999;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.main-menu-wrapper .main-menu ul li {
  position: relative;
}
.main-menu-wrapper .main-menu ul li a {
  display: block;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: transparent;
  text-decoration: none;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  will-change: padding;
}
.main-menu-wrapper .main-menu ul li a:hover, .main-menu-wrapper .main-menu ul li > .current-menu-ancestor > a {
  text-decoration: none;
}
.main-menu-wrapper .main-menu ul ul {
  margin-left: 220px;
  top: 0;
  width: 222px;
}
.main-menu-wrapper .main-menu ul ul ul {
  top: 0;
}
.main-menu-wrapper .main-menu > li:not(.multicolumn) ul {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}
.main-menu-wrapper .main-menu li:not(.multicolumn):hover > ul,
.main-menu-wrapper .main-menu li.hover:not(.multicolumn) > ul {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.main-menu-wrapper .main-menu li.submenu-loaded:hover > ul,
.main-menu-wrapper .main-menu li.submenu-loaded.hover > ul,
.main-menu-wrapper .main-menu li li:hover > ul,
.main-menu-wrapper .main-menu li li.hover > ul {
  visibility: visible;
}
.main-menu-wrapper .main-menu ul li:hover > a {
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
}
.main-menu-wrapper .main-menu > li.menu-item-has-children > a > span:after {
  content: "\2a";
  font-family: 'rtui';
  padding-left: 0.4em;
  line-height: 1;
}
.main-menu-wrapper .main-menu > li li.menu-item-has-children:after {
  content: "\28";
  font-family: "rtui";
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 0.5em;
}
.main-menu-wrapper .main-menu > li.o-direction .sub-menu {
  right: 0;
  text-align: right;
}
.main-menu-wrapper .main-menu > li.o-direction .sub-menu li.menu-item-has-children:after {
  content: "\22";
  left: 10px;
  right: auto;
}
.main-menu-wrapper .main-menu > li.o-direction .sub-menu ul {
  margin-right: 220px;
  padding: 0 2px 0 0;
  margin-left: auto;
}

.sticky-header-holder .header-col .main-menu > li > a {
  line-height: 60px;
}

.main-menu .multicolumn {
  position: static;
}
.main-menu li.multicolumn > ul {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-transition: opacity 0.5s ease 0.1s;
  -o-transition: opacity 0.5s ease 0.1s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  margin-left: -24px;
}
.main-menu li.multicolumn.submenu-loaded:hover > ul,
.main-menu li.multicolumn.submenu-loaded.hover > ul {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.main-menu li.multicolumn.submenu-loaded:hover > ul ul,
.main-menu li.multicolumn.submenu-loaded.hover > ul ul {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.main-menu .multicolumn-1 > ul > li {
  width: 100%;
}
.main-menu .multicolumn-2 > ul > li {
  width: 50%;
}
.main-menu .multicolumn-3 > ul > li {
  width: 33.33333%;
}
.main-menu .multicolumn-4 > ul > li {
  width: 25%;
}
.main-menu .multicolumn-5 > ul > li {
  width: 20%;
}
.main-menu .multicolumn-6 > ul > li {
  width: 16.66667%;
}
.main-menu .multicolumn-7 > ul > li {
  width: 14.28571%;
}
.main-menu .multicolumn-8 > ul > li {
  width: 12.5%;
}
.main-menu .multicolumn-holder {
  display: table;
  width: 100%;
  left: auto;
  height: auto;
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0s, margin 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, margin 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease, margin 0.5s ease;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition: opacity 0.5s ease 0s, margin 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, margin 0.5s ease 0s;
}
.main-menu .multicolumn-holder > li {
  display: table-cell;
  margin: 0;
  padding: 24px;
}
.main-menu .multicolumn-holder > li:not(:last-child) {
  border-width: 0 1px 0 0;
  border-style: solid;
}
.main-menu .multicolumn-holder > li > ul {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-menu .multicolumn-holder > li > ul, .main-menu .multicolumn-holder > li > ul .sub-menu {
  position: static;
  margin-left: 0;
  margin-top: 0;
  display: block;
  width: auto;
}
.main-menu .multicolumn-holder > li > ul > li {
  margin: 0;
}
.main-menu .multicolumn-holder > li > ul > li:not(:last-child) > .sub-menu {
  margin-bottom: 30px;
}
.main-menu .multicolumn-holder > li > ul li > a:before {
  content: "\28";
  font-family: 'rtui';
  padding-right: 0.4em;
}
.main-menu .multicolumn-holder > li > ul > li.menu-item-has-children > a,
.main-menu .multicolumn-holder > li > ul > li.menu-item-has-children > span {
  border-width: 0 0 1px 0;
  border-style: solid;
  display: block;
  padding: 0 0.75em 0.4em 0.75em;
  margin-bottom: 0.75em;
}
.main-menu .multicolumn-holder > li > ul li li.menu-item-has-children > span, .main-menu .multicolumn-holder > li > ul li li.menu-item-has-children > a {
  margin-bottom: 0.4em;
}
.main-menu .multicolumn-holder > li > ul li > a, .main-menu .multicolumn-holder > li > ul li > span {
  border-width: 0;
  padding: 0 0.75em 0.4em 0.75em;
}
.main-menu .multicolumn-holder > li > ul li:hover > a {
  padding: 0 0.75em 0.4em calc(0.75em + 3px );
}
.main-menu .multicolumn-holder > li > ul li.menu-item-has-children::after {
  content: "";
}
.main-menu .multicolumn-holder > li > ul li .sub-menu > li:last-child a {
  padding-bottom: 0;
}
.main-menu .multicolumn-holder > li > ul ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  width: auto;
  border-width: 0;
  padding: 0;
  height: auto;
}
.main-menu .multicolumn-holder > li > ul ul .sub-menu {
  margin-bottom: 0.75em;
  margin-left: 0.75em;
}
.main-menu .multicolumn-holder > li > ul ul .sub-menu a:before {
  content: none;
}
.main-menu .multicolumn-holder > li > ul ul sub,
.main-menu .multicolumn-holder > li > ul li:not(.menu-item-has-children) > a > sub {
  margin-left: 0.75em;
}
.main-menu .multicolumn-holder > li > ul ul li {
  margin-top: 0;
}
.main-menu .multicolumn-holder a > i {
  float: right;
}
.main-menu .multicolumn-holder a > i:before {
  margin-right: 0;
  margin-left: 0.5em;
}

.header-col > *:first-child > .main-menu > li.multicolumn:first-child > ul {
  margin-left: 0;
}

.sub-menu li[class^="icon-"]:before, .sub-menu li[class*=" icon-"]:before {
  float: left;
  line-height: 3em;
  margin: 0 0.8em;
}

.main-menu-wrapper .main-menu > li:after {
  content: "";
  height: 0;
  display: block;
  position: relative;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-col.center .main-menu-wrapper .main-menu {
    -ms-flex-item-align: center;
  }

  .active .slide-content-wrapper .slide-content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }

  .main-menu-wrapper .main-menu > li > a,
  .naturalife-language-switcher > ul > li > a {
    margin-top: 0 !important;
  }
}
/* ==========================================================================
   DESIGN ELEMENTS
   ========================================================================== */
/* Photo Gallery
   ========================================================================== */
#container .rt-gallery .col {
  margin-bottom: 30px;
  overflow: hidden;
}
#container .rt-gallery.nogaps.row, #container .rt-gallery.nogaps > .row {
  margin-left: 0;
  margin-right: 0;
}
#container .rt-gallery.nogaps .col {
  padding: 0;
  margin: 0;
}
#container .rt-gallery .gallery-item-holder {
  max-width: 100%;
  margin: auto;
}
#container .rt-gallery .gallery-item-holder .image-thumbnail {
  margin: auto;
}
#container .rt-gallery .gallery-item-holder img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}

.single-post .rt-gallery .col-sm-12, .single-portfolio .rt-gallery .col-sm-12 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #container .rt-gallery .col.double-height:not(.double-width) img {
    margin-left: -50%;
  }
}
/* Grid Borders
   ========================================================================== */
.border_grid > .row, .border_grid .content-row, .border_grid .elementor-row {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 0;
}
.border_grid > .row:first-child, .border_grid .content-row:first-child, .border_grid .elementor-row:first-child {
  border-width: 0;
}
.border_grid > .row:first-child > div:after, .border_grid .content-row:first-child > div:after, .border_grid .elementor-row:first-child > div:after {
  top: 0;
}
.border_grid > .row:last-child > div:after, .border_grid .content-row:last-child > div:after, .border_grid .elementor-row:last-child > div:after {
  bottom: 0;
}
.border_grid > .row > div:first-child:after, .border_grid .rt-column-container:first-child:after, .border_grid .col:first-child:after, .border_grid .elementor-column:first-child:after {
  border-width: 0;
}
.border_grid > .row > div:after, .border_grid .rt-column-container:after, .border_grid .col:after, .border_grid .elementor-column:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 1;
  border-width: 0 0 0 1px;
  border-style: solid;
}
.border_grid > .row > div, .border_grid .content-row .rt-column-container, .border_grid .elementor-column {
  padding-top: 15px;
  padding-bottom: 25px;
}
.border_grid > .row > div:after, .border_grid .content-row .rt-column-container:after, .border_grid .elementor-column:after {
  top: 15px;
  bottom: 15px;
}
.border_grid .content-row:first-child .rt-column-container {
  padding-top: 0px;
}
.border_grid .wpb_row, .border_grid .row {
  margin-left: -20px;
  margin-right: -20px;
}

/* Overlay Texts
   ========================================================================== */
.has-overlay {
  overflow: hidden;
  display: block;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
.has-overlay .image-thumbnail img {
  opacity: 1;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  will-change: opacity;
}
.has-overlay .overlay-text {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.has-overlay .overlay-text:after {
  content: "";
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  overflow: hidden;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.has-overlay .overlay-text > p {
  margin: 5px 0 0;
  font-size: .85em;
}
.has-overlay .overlay-text * {
  opacity: 0;
  color: #fff !important;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
}
.has-overlay:hover img {
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0.8;
}
.has-overlay:hover .overlay-text {
  opacity: 1;
}
.has-overlay:hover .overlay-text * {
  opacity: 1;
}
.has-overlay:hover .overlay-text:after {
  top: 0;
}

@media screen and (max-width: 768px) {
  .has-overlay *, .imgeffect * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* Featured Images
   ========================================================================== */
.featured_image img, .featured_image div {
  width: 100%;
}

.featured_image {
  position: relative;
  overflow: hidden;
}

/* image effect */
.imgeffect {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  z-index: 1;
}
.imgeffect img {
  opacity: 1;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imgeffect .action-button {
  top: 20px;
  right: 20px;
  line-height: 2em;
  width: 2em;
  height: 2em;
  position: absolute;
  text-align: center;
  position: absolute;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 0.4s ease-out 0.1s;
  -o-transition: all 0.4s ease-out 0.1s;
  -webkit-transition: all 0.4s ease-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.4s ease-out 0.1s;
  transition: all 0.4s ease-out 0.1s;
  z-index: 20;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: scale, opacity;
}
.imgeffect:hover img {
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0.8;
}
.imgeffect:hover .action-button {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.imgeffect > .action-button:before {
  font-family: 'rtui';
  color: #fff;
  font-size: 16px;
}
.imgeffect.zoom > .action-button:before {
  content: "\e800";
}
.imgeffect.gallery > .action-button:before {
  content: "\e803";
}
.imgeffect.video > .action-button:before {
  content: "\6a";
}
.imgeffect.audio > .action-button:before {
  content: "\e805";
}
.imgeffect.extlink > .action-button:before {
  content: "\f08e";
}
.imgeffect.link > .action-button:before {
  content: "\e806";
}
.imgeffect > div > img {
  display: inline-block;
}
.imgeffect.aligncenter {
  display: block;
}

.has-overlay + .action-button,
.overlay-text + .action-button {
  background-color: transparent !important;
}

.featured-image-nav {
  opacity: 0;
  bottom: -50px;
  margin: 0;
  padding: 10px 0 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.featured-image-nav > li {
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.featured-image-nav > li:hover, .featured-image-nav > li.active {
  background: rgba(255, 255, 255, 0.15);
}

.featured_image:hover .featured-image-nav {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  bottom: 0;
}

/* Custom Select Box
   ========================================================================== */
.hasCustomSelect {
  z-index: 2;
  padding-right: 20px;
}

.customselect {
  border-width: 1px;
  border-style: solid;
  padding: 4px 20px 4px 10px;
  position: relative;
  z-index: 1;
}

.customselect .customselectInner:before {
  content: "\2a";
  font-family: "rtui";
  position: absolute;
  right: 10px;
}

/* Special Backgrounds
   ========================================================================== */
.rt-parallax-background {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  backface-visibility: hidden;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.rt-sa-background {
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.rt-svg-background {
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 0;
  height: auto;
}
.rt-svg-background.top {
  top: -1px;
}
.rt-svg-background.bottom {
  bottom: -1px;
}

/* Animated Backgrounds
   ========================================================================== */
.rt-background-slider {
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translate3d(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.rt-background-slider > * {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
}

/* Read More Links
   ========================================================================== */
.read_more {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.read_more:before {
  content: "\2e";
  display: inline-block;
  font-family: "rtui";
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  text-indent: 3px;
  line-height: calc( 2.5em + 2px );
}

a.read_more:hover:before {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
}

/* Lists
   ========================================================================== */
ul,
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

/* blockquote
   ========================================================================== */
blockquote {
  margin: 40px 0;
  font-style: italic;
  font-size: 1.25em;
  border-width: 3px 0;
  border-style: solid;
  padding: 40px 0;
}
blockquote:before {
  content: "\201c";
  float: left;
  font-size: 3em;
  line-height: 1em;
}
blockquote.text-center:before {
  float: none;
}
blockquote p {
  margin-left: 3em;
}
blockquote cite {
  margin-top: .75em;
  font-size: .75em;
  display: inline-block;
  width: 100%;
  font-style: normal;
  margin-left: 3.75em;
}
blockquote cite:before {
  content: '\2014 \00A0';
}
blockquote.style-2 {
  border-width: 0;
}
blockquote.style-2 p, blockquote.style-2 cite {
  margin-left: 0;
  padding-left: 0;
}

/* image loading effect
   ========================================================================== */
.rt_preloading:after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
  z-index: 1;
}

/* Featured Image
   ========================================================================== */
.rt-featured-image {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}

/* Featured Video
   ========================================================================== */
.rt-featured-video {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}

/* Featured Map
   ========================================================================== */
.rt-featured-map {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}

/* Frame
   ========================================================================== */
.rt-frame {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}

/* Shadows
	========================================================================== */
.shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
}

.rt-column-gaps > div > .shadow > .vc_column-inner {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
}

.shadow-2 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
}

.shadow-3 {
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.hover-opacity:hover {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Boxed
	========================================================================== */
.boxed {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  padding: 20px;
}

/* Go to top
   ========================================================================== */
.go-to-top {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: -100px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.go-to-top.visible {
  opacity: 1;
  bottom: 10px;
}
.go-to-top:before {
  vertical-align: middle;
  font-size: 24px;
  width: 1.5em;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
}
.go-to-top:hover {
  opacity: 0.7;
}

/* Misc
   ========================================================================== */
/* background pverlay */
.background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* borders */
.border-top {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-left {
  border-left-width: 1px;
  border-left-style: solid;
}

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
}

hr {
  height: 1px;
  border: none;
  background-color: #eee;
}

/* Content Overlay
   ========================================================================== */
#content-overlay {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 490;
  height: 0;
  opacity: 0;
  -moz-transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  -o-transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  -webkit-transition: opacity 0.4s ease, height 0s ease;
  -webkit-transition-delay: 0.8s, 1.2s;
  -webkit-transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
}

.rt-menu-over #content-overlay, .naturalife-panel-on #content-overlay {
  top: 0;
  opacity: 1;
}

.naturalife-panel-on #content-overlay {
  -moz-transition: height 0s ease 0s, opacity 0.4s ease 0s;
  -o-transition: height 0s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: height 0s ease, opacity 0.4s ease;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition: height 0s ease 0s, opacity 0.4s ease 0s;
  transition: height 0s ease 0s, opacity 0.4s ease 0s;
  height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .naturalife-panel-on #main-content {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
/* Post Navigation
   ========================================================================== */
.naturalife-post-navigation {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 0.875em;
}
.naturalife-post-navigation a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.naturalife-post-navigation a:before {
  font-family: "rtui";
  vertical-align: middle;
}
.naturalife-post-navigation a, .naturalife-post-navigation a:before {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.naturalife-post-navigation > div > *:first-child {
  text-align: left;
}
.naturalife-post-navigation > div > *:first-child a:before {
  content: "\e8a8";
  float: left;
  margin-right: 20px;
}
.naturalife-post-navigation > div > *:nth-child(2) {
  text-align: center;
}
.naturalife-post-navigation > div > *:last-child {
  text-align: right;
}
.naturalife-post-navigation > div > *:last-child a:before {
  content: "\e8a7";
  float: right;
  margin-left: 20px;
}
.naturalife-post-navigation .all-posts {
  font-size: 40px;
}

/* Icons
   ========================================================================== */
#container .naturalife-icon {
  border-style: solid;
  border-color: transparent;
  line-height: 1em;
}
#container .naturalife-icon:before {
  display: block !important;
  margin: 0 !important;
}
#container .naturalife-icon:not(.aligncenter):not(.alignleft):not(.alignright) {
  display: inline-block;
}

.elementor-icon .rt-elementor-icon:before,
.elementor-icon .fasrt-elementor-icon:before {
  margin: 0 !important;
  display: block !important;
  width: 1.3em !important;
}

.elementor-widget-icon-list .rt-elementor-icon {
  line-height: 1;
}
.elementor-widget-icon-list .rt-elementor-icon:before {
  margin: 0;
}

.rt-custom-style.elementor-view-framed .elementor-icon:before {
  position: absolute;
  content: "";
  width: calc( 100% - 20px );
  height: calc( 100% - 20px );
  left: 10px;
  top: 10px;
  z-index: 1;
  border-width: 2px;
  border-style: dashed;
}
.rt-custom-style.elementor-view-framed .elementor-icon {
  position: relative;
}
.rt-custom-style.elementor-view-framed .elementor-icon .rt-elementor-icon:before {
  z-index: 33;
}
.rt-custom-style.elementor-view-framed.elementor-shape-circle .elementor-icon:before {
  border-radius: 50%;
}

.elementor-column-wrap:hover > * > .rt-custom-style.elementor-shape-circle .elementor-icon:before {
  -webkit-animation: spin 5s infinite linear;
          animation: spin 5s infinite linear;
}

.rt-custom-style .elementor-icon, .rt-custom-style .elementor-icon:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.elementor-column-wrap:hover > * > .rt-custom-style.elementor-shape-square .elementor-icon {
  border-radius: 50%;
}

.elementor-column-wrap:hover > * > .rt-custom-style.elementor-shape-square .elementor-icon:before {
  -webkit-animation: spin 5s infinite linear .2s;
          animation: spin 5s infinite linear .2s;
  border-radius: 50%;
}

/* popups
   ========================================================================== */
.rt-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rt-popup.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999999;
  opacity: 1;
  pointer-events: auto;
}

.rt-popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: transparent;
  outline: none !important;
  border: none;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.rt-popup-close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.rt-popup-content-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

.rt-popup-content {
  display: block;
  position: relative;
  padding: 10%;
  max-height: 100%;
  width: 100%;
}

.ps-scrollbar-y-rail {
  display: none;
}

/* popups search
   ========================================================================== */
.rt-popup-search .wp-search-form {
  font-size: 1.5em;
  max-width: 1000px;
  margin: auto;
}
.rt-popup-search .wp-search-form input[type="text"] {
  border-radius: 0 !important;
  border-width: 0 0 3px !important;
  border-style: dotted !important;
  padding: 1.6em 0 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.rt-popup-search .wp-search-form input[type="text"]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: var(--primary-color) !important;
}
.rt-popup-search .wp-search-form span {
  right: 0;
}
.rt-popup-search .wp-search-form span:hover {
  color: var(--primary-color);
}

/* Section Background Text
   ========================================================================== */
.rt-background-text {
  position: relative;
  overflow: hidden;
}
.rt-background-text:before {
  position: absolute;
  font-size: 180px;
  line-height: 1;
  z-index: 0;
  width: 100%;
  opacity: 0.1;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* Vertical Align ( for child items of flexbox column with 100% height )
   ========================================================================== */
.vertical-align-center .col > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.metro-gallery:not(.nogaps) {
  margin-bottom: -30px;
}
.metro-gallery img {
  display: block;
}

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
.loop.type-portfolio {
  position: relative;
  width: 100%;
}
.loop.type-portfolio .title, .loop.type-portfolio .title a {
  text-decoration: none;
}
.loop.type-portfolio .title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.loop.type-portfolio:hover .overlay {
  opacity: 1;
}
.loop.type-portfolio .visible-title-wrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  will-change: left;
  text-align: right;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loop.type-portfolio .visible-title-wrapper .title {
  font-size: 0.75em;
  letter-spacing: 3px;
  opacity: 0.7;
  text-transform: uppercase;
  padding: 15px;
}
.loop.type-portfolio.style-2 {
  overflow: hidden;
}
.loop.type-portfolio.style-2 .image-thumbnail img {
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loop.type-portfolio.style-2 .portfolio-loop-item-wrapper {
  overflow: hidden;
  position: relative;
}
.loop.type-portfolio.style-1 .text {
  padding: 20px 0;
}
.loop.type-portfolio.style-1.boxed .text {
  padding: 25px 5px 5px;
}
.loop.type-portfolio.style-1.boxed:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
}
.loop.type-portfolio .title {
  margin: 0;
}
.loop.type-portfolio p {
  margin: 20px 0 0 0;
}
.loop.type-portfolio .read_more {
  margin-top: 40px;
}
.loop.type-portfolio .terms {
  display: block;
  font-size: 0.875em;
}
.loop.type-portfolio .terms a {
  text-decoration: none;
  position: relative;
  z-index: 3;
}
.loop.type-portfolio .terms a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.loop.type-portfolio .portfolio-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loop.type-portfolio .overlay .title {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.loop.type-portfolio .overlay .terms {
  margin-top: 0;
  font-size: .875em;
  font-style: italic;
}
.loop.type-portfolio .overlay .terms a:hover {
  opacity: 0.7;
}
.loop.type-portfolio.hover-1:hover .visible-title-wrapper {
  left: -100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.loop.type-portfolio.hover-1:hover .overlay {
  right: -1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.loop.type-portfolio.hover-1 .overlay {
  right: -150%;
  position: absolute;
  width: calc(100% + 2px);
  padding: 20px;
  overflow: hidden;
  z-index: 2;
  top: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: rgba(255, 255, 255, 0.9);
  will-change: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.loop.type-portfolio.hover-1 .overlay .title {
  color: #111;
}
.loop.type-portfolio.hover-1 .overlay a, .loop.type-portfolio.hover-1 .overlay a:hover, .loop.type-portfolio.hover-1 .overlay .title {
  color: #111;
}
.loop.type-portfolio.hover-1 .overlay .text {
  width: 100%;
  bottom: 20px;
  left: 20px;
}
.loop.type-portfolio.hover-1 .overlay .title {
  font-size: 1.2em;
}
.loop.type-portfolio.hover-1 .overlay .terms, .loop.type-portfolio.hover-1 .overlay .terms a {
  color: #777;
}
.loop.type-portfolio.hover-2:hover .image-thumbnail img {
  opacity: 0.6;
}
.loop.type-portfolio.hover-2:hover .overlay {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.loop.type-portfolio.hover-2:hover .overlay .text {
  opacity: 1;
}
.loop.type-portfolio.hover-2 .overlay {
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.8);
  backgaround: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 20%, rgba(0, 0, 0, 0.59) 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.loop.type-portfolio.hover-2 .overlay .text {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loop.type-portfolio.hover-2 .overlay .title {
  font-size: 1.4em;
}
.loop.type-portfolio.hover-2 .overlay a, .loop.type-portfolio.hover-2 .overlay a:hover, .loop.type-portfolio.hover-2 .overlay .title, .loop.type-portfolio.hover-2 .overlay .text, .loop.type-portfolio.hover-2 .overlay .terms, .loop.type-portfolio.hover-2 .overlay .terms a {
  color: #fff;
}

.loop.type-portfolio .image-thumbnail {
  position: relative;
  overflow: hidden;
}
.loop.type-portfolio .image-thumbnail img {
  width: 100%;
  height: auto;
}

.portfolio_list.masonry > .col {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.portfolio_list.border_grid > .row > .col {
  padding-bottom: 20px;
}

.load_more.button_ {
  margin: 40px auto 20px;
  border-radius: 30px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .portfolio_list > .row > .col-sm-12 .style-1 .portfolio-loop-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .portfolio_list > .row > .col-sm-12 .style-1 .portfolio-loop-item-wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .portfolio_list > .row > .col-sm-12 .style-1 .image-thumbnail img {
    width: 100%;
  }
  .portfolio_list > .row > .col-sm-12 .style-1 .text {
    padding: 40px;
  }

  .double-height:not(.double-width) .portfolio img {
    margin-left: -50%;
  }
}
.rt-carousel .loop.type-portfolio.style-1:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rt-carousel .loop.hover-1 .image-thumbnail img {
  -webkit-transition: none;
  transition: none;
}

/* filter navigation
   ========================================================================== */
.filter-holder {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.75em;
  border-style: solid;
  border-width: 0 0 2px;
  padding-bottom: 10px;
  font-weight: bold;
}

.filter-holder > ul {
  position: relative;
  line-height: 1;
}
.filter-holder > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-holder ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.filter_navigation li {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.filter_navigation li > span {
  letter-spacing: 2px;
}
.filter_navigation li ul {
  margin-left: 30px;
}
.filter_navigation li a {
  padding: 0 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.filter_navigation li a.active:after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 2px;
  position: absolute;
  left: 0;
}

/* Single Portfolio Page
  ========================================================================== */
#main-content .portfolio-header + .portfolio-info-row {
  border-width: 1px 0 0;
  border-style: solid;
}

#main-content .portfolio-header .content-row-wrapper {
  padding: 50px 0;
}

#main-content .portfolio-info-row .content-row-wrapper {
  padding: 50px 0;
}

#main-content .main-content-row .portfolio-header .content-row-wrapper {
  padding-top: 0;
}
#main-content .main-content-row .portfolio-info-row .content-row-wrapper {
  padding-bottom: 0;
}

.single-portfolio-carousel .owl-item > div {
  margin: auto;
}

#container .single-portfolio-carousel .owl-item img {
  margin: auto;
  max-width: 100%;
  width: auto;
}

.portfolio-carousel-holder > .col {
  padding: 0 !important;
}
.portfolio-carousel-holder > .col .single-portfolio-carousel:not(.full-height-carousel) .owl-item > div .owl-stage-outer {
  padding: 10px 0;
}
.portfolio-carousel-holder > .col .single-portfolio-carousel.full-height-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.single-portfolio .portfolio-info .col.portfolio-text {
  padding-right: 50px;
}
.single-portfolio .portfolio-info .column-inner > *:first-child, .single-portfolio .portfolio-info .portfolio-text > *:first-child {
  margin-top: 0;
}

.portfolio-template-default .portfolio-default-layout {
  border-width: 1px 0 0 0;
  padding: 25px 0;
}
.portfolio-template-default .key-details {
  border-width: 0 0 0 1px;
  border-style: solid;
  padding-left: 25px;
  text-align: center;
}
.portfolio-template-default .key-details .social_share {
  text-align: center;
}

.portfolio-template-single-portfolio-layout2 .portfolio-default-layout > .content-row-wrapper > .col > .column-inner {
  padding: 0;
}
.portfolio-template-single-portfolio-layout2 .key-details, .portfolio-template-single-portfolio-layout2 .social_share {
  padding-top: 25px;
  border-width: 1px 0 0 0;
  border-style: solid;
  text-align: left;
}
.portfolio-template-single-portfolio-layout2 .col.portfolio-sidebar > .column-inner {
  padding-left: 35px;
}

.sticky-sidebar.stuck {
  padding-top: 25px;
}

.single-portfolio .key-details .column-inner > ul {
  list-style: none;
  padding: 0;
}
.single-portfolio .key-details .column-inner > ul > li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.single-portfolio .key-details .social_share {
  width: 100%;
  padding-top: 20px;
}
.single-portfolio .key-details .social_share:hover > span {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.single-portfolio .key-details .social_share > span {
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  border-style: solid;
  border-width: 1px;
  padding: 5px 20px;
  line-height: 1em;
  border-radius: 30px;
  font-weight: bold;
  font-size: 0.75em;
}
.single-portfolio .key-details .social_share span > span {
  display: inline-block;
}

.boxed-body-style.single-portfolio .portfolio-metro-holder, .boxed-body-style.single-portfolio .portfolio-masonry-holder, .boxed-body-style.single-portfolio .portfolio-grid-holder {
  max-width: 100%;
}
.boxed-body-style.single-portfolio .portfolio-metro-holder > .col, .boxed-body-style.single-portfolio .portfolio-masonry-holder > .col, .boxed-body-style.single-portfolio .portfolio-grid-holder > .col {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
/* Blog Loop
   ========================================================================== */
.blog-loop .entry-footer {
  margin-top: 30px;
}
.blog-loop .entry-footer .entry-read-more {
  border-style: double;
  border-width: 0 0 4px 0;
  padding-bottom: 4px;
  border-color: var(--primary-color);
  display: inline-block;
  text-decoration: none;
}
.blog-loop .entry-footer .entry-read-more:hover {
  border-style: solid;
}
.blog-loop .entry-footer .social_share {
  display: block;
  margin-top: 20px;
}
.blog-loop .post-content-wrapper {
  margin: auto;
	border: 1px solid #d2c8c8;
  min-height: 470px;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px;
  border-radius: 5px;
}
.blog-loop .post_data {
  padding: 0 !important;
}

.blog-loop:not(.blog-carousel-loop) {
  text-align: center;
}
.blog-loop:not(.blog-carousel-loop) figure > * {
  margin: auto;
}
.blog-loop:not(.blog-carousel-loop) .entry-content, .blog-loop:not(.blog-carousel-loop) .entry-footer {
  max-width: 90% !important;
  margin: auto !important;
}

.blog-loop-default {
  margin-bottom: 30px;
}
.blog-loop-default.sticky > *:last-child {
  -webkit-box-shadow: 0px 19px 11px -10px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 19px 11px -10px rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  border-width: 1px;
  padding: 25px;
  border-style: solid;
}
.blog-loop-default.sticky > .post_data {
  border-width: 5px 0 2px 0;
  border-style: solid;
}

.masonry-gallery.blog_list > article {
  margin-bottom: 30px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.blog-loop-default.full-width-col {
  margin-bottom: 80px;
}
.blog-loop-default.full-width-col .entry-content, .blog-loop-default.full-width-col .entry-footer {
  max-width: 80%;
}
.blog-loop-default.full-width-col .entry-content > .post_data + p {
  margin-top: 30px;
}
.blog-loop-default.full-width-col .featured_media {
  margin-bottom: 40px;
}
.blog-loop-default.full-width-col .entry-divider {
  max-width: 100%;
  margin-top: 80px;
}
.blog-loop-default.full-width-col:last-child .entry-divider {
  display: none;
}

.sticky .entry-divider {
  display: none;
}

article.type-post .entry-title a {
  text-decoration: none;
}
article.type-post .entry-title a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
article.type-post .featured_image img {
  width: auto;
  height: auto;
}
article.type-post a.featured_image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -.3em;
}
article.type-post .featured_media {
  margin-bottom: 25px !important;
}
article.type-post .featured_media video, article.type-post .featured_media audio {
  max-width: 100%;
  width: 100%;
}
article.type-post .entry-title {
  margin: 0 0 10px;
  word-break: break-word;
	font-size:16px;
}
article.type-post .format-link .text > h2 {
  margin-bottom: 0;
}
article.type-post .format-link .the-link {
  margin-bottom: 20px;
  display: block;
}
article.type-post .photo_gallery .row {
  margin: 0 !important;
}
article.type-post .photo_gallery.masonry {
  margin-left: 0;
  margin-right: 0;
}
article.type-post .photo_gallery.masonry .col:after {
  border: 0;
}
article.type-post .photo_gallery.masonry .col {
  margin-bottom: 20px;
}
article.type-post .format-icon {
  display: none;
}
article.type-post .text ul, article.type-post .text ol {
  margin-bottom: 20px;
}

.col.format-aside .entry-content {
  padding: 25px;
  font-size: 1.4em;
}
.col.format-aside .entry-content p:last-child {
  margin-bottom: 0;
}

article.type-post .post_data {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 25px;
  font-style: italic;
}
article.type-post .post_data .user img {
  display: inline;
  border-radius: 50%;
  vertical-align: text-bottom;
  margin: 0 2px;
  vertical-align: middle;
}
article.type-post .post_data > * {
  display: inline-block;
}
article.type-post .post_data > *:after {
  content: " ";
}
article.type-post .post_data > * > a, article.type-post .post_data > * > a:hover {
  text-decoration: none;
  font-style: normal;
}
article.type-post .post_data > * > a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
article.type-post .post_data > *:last-child {
  border-width: 0;
}
article.type-post .post_data span:not(:first-child).comment_link:before {
  content: ", ";
}
article.type-post .post_data:empty {
  display: none;
}
article.type-post .post_data span.date:not(:only-child):before {
  content: " — ";
}

.single-post article.type-post .entry-content {
  margin-bottom: 60px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.single-post article.type-post .post_data {
  padding: 0 0 20px 0;
  font-size: 0.875em;
  line-height: 1em;
  width: 100%;
}
.single-post article.type-post .entry-footer {
  padding: 20px 0;
  border-width: 1px 0 0;
  border-style: solid;
}
.single-post article.type-post .entry-footer .entry-footer-right {
  margin-left: auto;
}
.single-post article.type-post .entry-footer .tags {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
  padding: 5px 0;
  margin: -5px;
}
.single-post article.type-post .entry-footer .tags a {
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 40px;
  padding: 6px 15px;
  margin-right: 10px;
  font-size: 0.875em;
  display: inline-block;
  margin: 5px;
}
.single-post article.type-post .entry-footer .tags a:hover {
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.single-post article.type-post .entry-footer .social_share > span {
  padding: 6px 15px;
  border-radius: 40px;
  color: #fff;
  font-size: 0.875em;
}

/* Featured Media Positions
   ========================================================================== */
/* single post page */
article .post-title-holder {
  margin-bottom: 20px;
}

/* tax-description */
.tax-description {
  margin-bottom: 25px;
}

/* Author info
   ========================================================================== */
.author-info {
  border-style: solid;
  border-width: 1px 0 0;
  padding: 60px 0;
  margin: 0;
}

.author-avatar {
  width: 100px;
  padding-right: 20px;
}
.author-avatar img {
  border-radius: 50%;
}

.author-title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.author-description *:last-child {
  margin-bottom: 0;
}

.author-description .author-bio {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

/* Search Results
   ========================================================================== */
#search-results .loop {
  border-width: 0 0 1px 0;
  border-style: solid;
  padding-bottom: 10px;
}

.search-post-title {
  margin-bottom: 10px;
}

.search-post-title a {
  font-size: 18px;
  line-height: 140%;
}

.search_result {
  margin-bottom: 20px;
}

.search_highlight {
  background: #EAEAEA;
  padding: 1px 3px;
}

body.search-no-results #search-results {
  padding: 80px 0;
  text-align: center;
}
body.search-no-results #search-results .wp-search-form {
  max-width: 60%;
  margin: auto;
  padding: 20px 0;
}

/* Comments
   ========================================================================== */
.commententry {
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
}

.commentlist {
  list-style: none;
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  margin-bottom: 40px;
}
.commentlist .comment {
  position: relative;
}
.commentlist .children {
  list-style: none;
  position: relative;
  padding-left: 70px;
}

.comment-holder {
  padding: 20px;
  margin-bottom: 20px;
}

.depth-1 > .comment-holder {
  border-style: solid;
  border-width: 1px 0 0;
}

.depth-1 > .comment-holder {
  padding: 30px 20px 0px 0;
}

.depth-1 > .children {
  margin-bottom: 40px;
}

.comment:not(.depth-1) > .comment-holder {
  border-style: solid;
  border-width: 1px;
}

.comment-meta > a {
  font-size: 0.8em;
  text-decoration: none;
}
.comment-meta > a:hover {
  text-decoration: underline;
}

.comment-avatar {
  float: left;
}
.comment-avatar img {
  border-radius: 50%;
}

.comment-body {
  margin-left: 90px;
}

.pingback .comment-body {
  margin-left: 0;
}

.comment-author {
  margin-bottom: 30px;
}

.author-name {
  display: block;
  font-size: 1em;
}
.author-name a {
  text-decoration: none;
}

.comment-reply a {
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  top: 2.2em;
  line-height: 1em;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 40px;
}

.comment-reply a:hover {
  text-decoration: none;
}

/* respond form */
.comment-respond {
  position: relative;
}

.comment-reply-title {
  font-size: 1.25em;
}
.comment-reply-title small {
  font-size: 0.75em;
}

.comment-reply-title small > a {
  padding-top: 0.25em;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.comment-holder .comment-respond {
  border-style: solid;
  border-width: 1px 0 0;
  margin-top: 40px;
  padding-top: 20px;
}

.comment-form .text-boxes {
  margin-bottom: 10px;
}
.comment-form .text-boxes::after {
  display: block;
  clear: both;
  content: "";
}
.comment-form .text-boxes > ul {
  list-style: none;
  padding: 0;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
  width: 100%;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  width: 32%;
  float: left;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
  margin-right: 2%;
}
.comment-form .comment-form-cookies-consent {
  display: inline-block;
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
  font-weight: normal;
  white-space: pre-wrap;
  vertical-align: middle;
}
.comment-form .form-submit {
  margin-top: 40px;
}
.comment-form textarea {
  margin-bottom: 0;
}
.comment-form .comment-line ul {
  margin-bottom: 0;
}

.pingback .comment-body, .trackback .comment-body {
  margin-left: 0;
}

/* ==========================================================================
   TEAM
   ========================================================================== */
.type-staff.loop {
  text-align: center;
}
.type-staff.loop .person_image {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  will-change: border-radius;
  border-radius: 0;
}
.type-staff.loop .person_image.bw-effect img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}
.type-staff.loop:hover .person_image img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}
.type-staff.loop .person_name {
  margin: 0;
  line-height: 1em;
  padding-bottom: 0.25em;
}
.type-staff.loop .person_name a {
  text-decoration: none;
}
.type-staff.loop .person_name a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.type-staff.loop .profile {
  margin-top: 15px;
}
.type-staff.loop .profile > p:last-child {
  margin-bottom: 0;
}
.type-staff.loop .position {
  margin-top: 5px;
}
.type-staff.loop .person_links_wrapper {
  line-height: 1em;
}
.type-staff.loop .person_image .person_links_wrapper {
  position: absolute;
  width: 100%;
  bottom: -100%;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
  padding: 10px;
}
.type-staff.loop .person_image .person_links_wrapper li a {
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block;
}
.type-staff.loop .person_image .person_links_wrapper li a:hover {
  opacity: 0.5;
}
.type-staff.loop:hover .person_image .person_links_wrapper {
  bottom: 0;
}
.type-staff.loop .person_data .person_links_wrapper {
  margin-top: 20px;
  padding: 10px 0 0;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.type-staff.single .person_links_wrapper {
  margin-top: 10px;
  text-align: center;
}

.boxed_columns .loop.staff {
  padding: 20px;
}

.team > .row {
  margin-bottom: 40px;
}

/* ==========================================================================
	SHORTCODES
	========================================================================== */
/* CONTENT SLIDER
	========================================================================== */
.main-carousel .item {
  display: block;
  clear: both;
}
.main-carousel .item > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.main-carousel .slide-content-wrapper {
  opacity: 1;
  -moz-transition: opacity 0.7s ease 0s;
  -o-transition: opacity 0.7s ease 0s;
  -webkit-transition: opacity 0.7s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: opacity 0.7s ease 0s;
  transition: opacity 0.7s ease 0s;
}

.main-carousel .scrolled .slide-content-wrapper {
  opacity: 0;
}

.main-carousel .slide-content {
  opacity: 1;
  padding: 20px;
}

.main-carousel .scrolled .slide-content {
  opacity: 0;
}

.main-carousel.owl-stage-outer, .slide-content-wrapper, .item.has-bg-image {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-content-wrapper {
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-content-wrapper .slide-content > span {
  display: block;
}
.slide-content-wrapper .slide-content.left {
  left: 0;
}
.slide-content-wrapper .slide-content.right {
  right: 0;
}
.slide-content-wrapper .slide-content.center {
  margin-left: auto;
  margin-right: auto;
}
.slide-content-wrapper .slide_heading {
  margin: 0;
  font-size: 46px;
  line-height: 1;
}
.slide-content-wrapper .slide_second_heading {
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.slide-content-wrapper .slide-content .slide-text {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}
.slide-content-wrapper .slide-content .slide-text.text-right {
  text-align: right;
}
.slide-content-wrapper .slide-content .slide-text.text-center {
  text-align: center;
}
.slide-content-wrapper .slide-content .slide-text p:last-child {
  margin-bottom: 0;
}
.slide-content-wrapper .slide-content > .slider-buttons-wrapper {
  margin-top: 40px;
  margin-right: 10px;
  z-index: 2;
  position: relative;
  font-weight: bold;
}
.slide-content-wrapper .slide-content > .slider-buttons-wrapper .read_more {
  text-decoration: underline;
}
.slide-content-wrapper .slide-content > .slider-buttons-wrapper .read_more:hover {
  text-decoration: none;
}
.slide-content-wrapper .slide-content > .slider-buttons-wrapper .read_more:before {
  content: none;
}
.slide-content-wrapper .slide-content > .slider-buttons-wrapper > *:nth-child(2) {
  margin: 0 0 2px 20px;
}
.slide-content-wrapper .text-right .slider-buttons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slide-content-wrapper .text-center .slider-buttons-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-background {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  will-change: transform;
}

.content-row-wrapper.fullwidth .slide-content-wrapper.default,
.elementor-section-full_width .slide-content-wrapper.default {
  padding-left: 0;
}

.slide-content-wrapper.fullwidth {
  max-width: 96%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-navigation-holder {
  border-width: 0 0 1px;
  border-style: solid;
}
.text-navigation-holder[data-slide-count="1"] a {
  width: 100%;
}
.text-navigation-holder[data-slide-count="2"] a {
  width: 50%;
}
.text-navigation-holder[data-slide-count="3"] a {
  width: 33.33333%;
}
.text-navigation-holder[data-slide-count="4"] a {
  width: 25%;
}
.text-navigation-holder[data-slide-count="5"] a {
  width: 20%;
}
.text-navigation-holder[data-slide-count="6"] a {
  width: 16.66667%;
}
.text-navigation-holder[data-slide-count="7"] a {
  width: 14.28571%;
}
.text-navigation-holder[data-slide-count="8"] a {
  width: 12.5%;
}
.text-navigation-holder[data-slide-count="9"] a {
  width: 11.11111%;
}
.text-navigation-holder[data-slide-count="10"] a {
  width: 10%;
}

.text-navigation-wrapper {
  margin: auto;
}
.text-navigation-wrapper a {
  text-decoration: none;
  display: inline-block;
  border-width: 0 1px 0 0;
  border-style: solid;
  padding: 20px 50px;
  line-height: 1.8em;
  outline: none;
  position: relative;
}
.text-navigation-wrapper a:first-child {
  border-width: 0 1px;
}
.text-navigation-wrapper span {
  padding-right: 0.4em;
}

.rt-carousel-loading {
  display: none;
}

.rt-carousel:not(.rt-carousel-loaded) .rt-carousel-loading {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: pageloading 1s linear infinite;
  animation: pageloading 1s linear infinite;
  border-radius: 50%;
}

/* TIMELINES
	========================================================================== */
.timeline.style-1 {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.timeline.style-1:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: calc( 50% - 1px );
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}
.timeline.style-1 > div {
  display: inline-block;
  width: 45%;
  margin-bottom: 20px;
  z-index: 2;
  padding: 20px;
}
.timeline.style-1 > div > .event-details {
  display: block;
}
.timeline.style-1 > div > .event-details > .event-title {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 10px;
}
.timeline.style-1 > div > .event-date {
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
  position: absolute;
  font-weight: bolder;
}
.timeline.style-1 > div > .event-date > span:not(:last-child) {
  padding-right: 4px;
}
.timeline.style-1 > div:nth-child(odd) {
  text-align: right;
}
.timeline.style-1 > div:nth-child(even) {
  margin-left: 55%;
}
.timeline.style-1 > div:last-child {
  margin-bottom: 0;
}
.timeline.style-1 > div:before {
  content: "";
  font-size: 10px;
  font-style: normal;
  height: 2px;
  left: 45%;
  line-height: 1px;
  margin-top: 0.8em;
  position: absolute;
  text-align: right;
  width: calc(5% + 1px);
  z-index: 4;
}
.timeline.style-1 > div:nth-child(even):before {
  right: 45%;
  left: auto;
  text-align: left;
}
.timeline.style-1 > div:nth-child(odd) > .event-date {
  left: calc(50% + 10px);
}
.timeline.style-1 > div:nth-child(even) > .event-date {
  right: calc(50% + 10px);
}

.timeline.style-2 {
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline.style-2 > div {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
.timeline.style-2 .event-title {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 10px;
}
.timeline.style-2 .event-date {
  display: block;
  float: left;
  width: 15%;
  min-width: 150px;
  position: relative;
}
.timeline.style-2 .event-date:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 10px;
  top: 0.75em;
  width: 20px;
}
.timeline.style-2 .day, .timeline.style-2 .month {
  font-size: 0.8em;
  margin-top: 0.1em;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: top;
}
.timeline.style-2 .year {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.timeline.style-2 .year:nth-child(3) {
  margin-top: -0.4em;
}
.timeline.style-2 .month:nth-child(2) {
  margin-left: 4px;
}
.timeline.style-2 .event-details {
  position: relative;
  text-align: left;
  display: table-cell;
}

/* ICON LISTS
	========================================================================== */
.with_icons {
  margin: 0;
  padding: 0;
  position: relative;
}
.with_icons > div {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 2;
  padding: 5px 0;
}
.with_icons > div > .icon {
  float: left;
  display: block;
  text-align: center;
}
.with_icons > div > .icon:before {
  margin: 0;
  padding: 0;
  text-align: center;
}
.with_icons > div > div {
  display: block;
  margin-top: 0;
  margin-left: 25px;
}
.with_icons > div > div p {
  margin-bottom: 10px;
}
.with_icons > div > div > p:first-child, .with_icons > div > div > .list-title {
  padding-top: 0;
}

/* icon list - style 1 */
.with_icons.style-1 > div > .icon {
  margin-right: 5px;
}
.with_icons.style-1 > div > .icon:before {
  min-width: 18px;
}

/* icon list - style 2 */
.with_icons.style-2 > div > .icon {
  margin-right: 5px;
}
.with_icons.style-2 > div > .icon:before {
  min-width: 18px;
}

/* icon list - style 3 */
.with_icons.style-3 > div {
  margin-bottom: 0;
}
.with_icons.style-3 > div > .icon {
  margin-right: 5px;
  padding: 5px;
  margin-bottom: 5px;
}
.with_icons.style-3 > div > .icon:before {
  min-width: 18px;
}
.with_icons.style-3 > div > div {
  margin-left: 35px;
}
.with_icons.style-3 > div > div > p:first-child, .with_icons.style-3 > div > div > .list-title {
  margin-top: 5px;
}

/* icon list - style 4 */
.with_icons.style-4 > div {
  margin-bottom: 10px;
}
.with_icons.style-4 > div > .icon {
  font-size: 2.4em;
  line-height: 1;
  vertical-align: middle;
}
.with_icons.style-4 > div > div {
  margin-left: 3.8em;
  margin-top: 0.2em;
  vertical-align: middle;
}

/* DIVIDERS
	========================================================================== */
.rt_divider {
  margin: 20px auto;
}

/* style 1 */
.rt_divider.style-1 {
  height: 1px;
  width: 100%;
}

/* style 2 */
.rt_divider.style-2 {
  height: 4px;
  width: 40px;
}

/* style 3 */
.rt_divider.style-3 {
  width: 4px;
  height: 40px;
}

/* PRICING TABLES
	========================================================================== */
.pricing_table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pricing_table .table_wrap {
  display: table-cell;
}
.pricing_table .table_wrap > ul {
  list-style: none;
  margin: 0 20px;
  position: relative;
  padding: 0;
  border-width: 1px;
  border-style: solid;
}
.pricing_table .table_wrap > ul > li {
  display: block;
  text-align: center;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 10px 0;
}
.pricing_table .table_wrap > ul > li:first-child, .pricing_table .table_wrap > ul > li.price {
  border-top: 0 !important;
}
.pricing_table .table_wrap > ul > li.caption.empty {
  margin-bottom: -6px;
  padding: 0;
  display: none;
}
.pricing_table .table_wrap > ul > li div.title {
  display: block;
}
.pricing_table .table_wrap > ul > li.caption {
  padding: 30px 2px 0;
  font-size: 1.4em;
  border-bottom: 0;
}
.pricing_table .table_wrap > ul > li.caption small {
  display: block;
  font-size: 0.75em;
  letter-spacing: 4px;
  font-weight: normal;
}
.pricing_table .table_wrap > ul > li.price {
  padding: 10px 0 20px;
}
.pricing_table .table_wrap > ul > li.price.empty {
  padding: 0;
  display: none;
}
.pricing_table .table_wrap > ul > li.price div {
  display: block;
}
.pricing_table .table_wrap > ul > li.price span {
  font-size: 2em;
  *zoom: 1;
}
.pricing_table .table_wrap > ul > li.price sup {
  font-size: 0.5em;
  top: -0.6em;
}
.pricing_table .table_wrap > ul > li:last-child .button_wrapper {
  margin: 30px 0 25px;
}
.pricing_table .table_wrap.highlight > ul {
  z-index: 1;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.pricing_table .table_wrap.highlight > ul > li {
  position: relative;
}

/* compare table style */
.pricing_table.compare .table_wrap {
  vertical-align: top;
  padding: 0;
}
.pricing_table.compare .table_wrap > ul {
  border-width: 1px;
  padding: 0;
  margin: 0 1px;
}
.pricing_table.compare .table_wrap > ul > li.caption {
  padding: 20px 10px 0;
  font-size: 1em;
}
.pricing_table.compare .table_wrap > ul > li.caption small {
  padding-bottom: 0;
}
.pricing_table.compare .table_wrap > ul > li.price > div {
  background: none;
}
.pricing_table.compare .table_wrap > ul > li {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 15px 0;
}
.pricing_table.compare .table_wrap > ul > li.features_start_position {
  border-style: solid;
  border-width: 1px 0 0;
}
.pricing_table.compare .table_wrap.highlight > ul {
  margin: 0 -2px;
}
.pricing_table.compare .table_wrap.features > ul {
  border-right-width: 0;
  border-top-width: 0;
  padding: 0;
}

/* pricing table elements */
/* BUTTONS
	========================================================================== */
.button_wrapper {
  font-size: 0;
}

.button_wrapper:not(.hero):not(.aligncenter) {
  display: inline-block;
}

.button_, .button {
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  z-index: 1;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button_ > span, .button > span {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button_ .button-icon:before, .button .button-icon:before {
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
  line-height: 1;
  position: relative;
}
.button_ .button-icon, .button .button-icon {
  text-align: center;
  margin-right: 10px;
}
.button_ .button-icon:only-child, .button .button-icon:only-child {
  margin: 0;
}

.arrow > .button_ > span:after {
  content: '\e811';
  font-family: rtui;
  line-height: 0.1em;
  font-size: 2em;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.1em;
  padding: 0 0 0 0.5em;
}

.rounded > .button_ {
  border-radius: 50px;
}

button.button_ {
  border: none;
}

a.button:focus {
  text-decoration: none;
}

button.button_.with_icon:before {
  margin-right: 10px;
  margin-left: 0;
}

/* small buttons */
.button_.small {
  font-size: 0.8rem;
}
.button_.small > span {
  padding: 4px 25px;
}
.button_.small > .button-icon {
  margin-right: 6px;
}

/*	medium buttons */
.button_.medium > span {
  padding: 5px 35px;
}
.button_.medium > .button-icon {
  margin-right: 10px;
}

/* 	big buttons */
.button_.big {
  font-size: 1rem;
}
.button_.big > span {
  padding: 12px 70px;
}
.button_.big > .button-icon {
  margin-right: 12px;
}

/* hero buttons */
.button_.hero {
  font-size: 1rem;
  text-align: center;
  width: 100%;
}
.button_.hero > span {
  padding: 20px 30px;
}
.button_.hero > .button-icon {
  margin-right: 12px;
}

.button_ > span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button_ > span:first-child {
  position: relative;
  top: 0;
  opacity: 1;
}
.button_ > span:last-child {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  left: 50%;
  top: 80px;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.button_:hover > span:first-child {
  top: -80px;
  opacity: 0;
}
.button_:hover > span:last-child {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  top: 50%;
}

.button_.style-1 {
  border-width: 2px;
  border-style: solid;
}
.button_.style-1 span {
  color: #fff;
}
.button_.style-1:hover {
  background-color: transparent !important;
}

.button_.style-2 {
  background-color: transparent;
}
.button_.style-2:hover span {
  color: #fff !important;
}

.button_.style-1, .button_.style-2, .button_.style-3 {
  border-width: 2px;
  border-style: solid;
}

.button_.style-3 {
  color: #000;
}
.button_.style-3 span {
  color: #000;
}
.button_.style-3:hover span {
  color: #fff;
}

.button_.black {
  color: #fff;
  background: #000;
  border-width: 2px;
  border-style: solid;
  border-color: #000 !important;
}
.button_.black span {
  color: #fff;
}
.button_.black:hover {
  background: #000;
}

.button_.white {
  color: #000;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff !important;
}
.button_.white span {
  color: #000;
}
.button_.white:hover {
  background: #fff;
}

/* TOGGLES ( ACCORDIONS )
	========================================================================== */
.rt-toggle > ol {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  position: relative;
}
.rt-toggle > ol > li {
  display: block;
  clear: both;
  padding: 0;
  position: relative;
}
.rt-toggle > ol > li.open .toggle-head {
  cursor: default;
}
.rt-toggle > ol > li .toggle-head {
  cursor: pointer;
  position: relative;
}
.rt-toggle > ol > li .toggle-number, .rt-toggle > ol > li.open .toggle-number {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 50%;
  width: 1.5em;
  padding: 0;
  font-size: 1em;
  text-align: center;
  top: 0.125em;
  position: relative;
  vertical-align: top;
}
.rt-toggle > ol > li .toggle-title {
  display: inline-block;
  margin: 0 30px 0 0.5em;
  line-height: 1.25em;
  padding: 0.25em 0 0 0;
}
.rt-toggle > ol > li .toggle-title > span:before {
  font-size: 1.5em;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
  top: -0.075em;
  position: relative;
  display: inline-block;
  min-width: 1.2em;
  text-align: center;
}
.rt-toggle > ol > li .toggle-content {
  clear: both;
  display: none;
  margin: 10px 0 0 calc(2.525em);
  padding: 5px 0 10px;
}
.rt-toggle > ol > li .toggle-content > p:last-child, .rt-toggle > ol > li .toggle-content > div:last-child, .rt-toggle > ol > li .toggle-content > div p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rt-toggle > ol > li ul {
  list-style: disc;
}
.rt-toggle > ol > li ul ul {
  list-style: circle;
}
.rt-toggle > ol > li ul ul ul {
  list-style: square;
}
.rt-toggle > ol > li ol {
  list-style: decimal;
}
.rt-toggle > ol > li ol ol {
  list-style: lower-alpha;
}
.rt-toggle > ol > li ol ol ol {
  list-style: upper-roman;
}
.rt-toggle > ol > li ul, .rt-toggle > ol > li ol {
  margin-bottom: 10px;
}
.rt-toggle > ol > li ul ul li, .rt-toggle > ol > li ul ol li, .rt-toggle > ol > li ol ul li, .rt-toggle > ol > li ol ol li {
  display: list-item;
}
.rt-toggle > ol > li:after {
  content: "";
  display: block;
  height: 15px;
}
.rt-toggle > ol > li:last-child:after {
  content: none;
}
.rt-toggle > ul li, .rt-toggle > ol ol li {
  display: list-item;
}
.rt-toggle ol ol {
  list-style: decimal;
}
.rt-toggle .toggle-head:after {
  font-family: "rtui";
  content: "\e802";
  position: absolute;
  right: 0.25em;
  font-size: 1em;
  line-height: calc( 1.25em + 5px );
  width: 30px;
  text-align: center;
}
.rt-toggle .open .toggle-head:after {
  content: "\e801";
}
.rt-toggle.icons .toggle-title {
  padding: 0;
  margin-left: 0;
}
.rt-toggle.numbered .toggle-title {
  margin: 0 30px 0 0.5em;
  max-width: calc( 100% - 65px );
  vertical-align: top;
}
.rt-toggle.only_captions ol:before {
  content: none;
}
.rt-toggle.only_captions ol > li {
  padding: 0;
}
.rt-toggle.only_captions .toggle-head {
  padding: 0.8em 0;
  border-width: 0 0 2px;
  border-radius: 0;
}
.rt-toggle.only_captions .toggle-head:after {
  right: 0;
}
.rt-toggle.only_captions .toggle-title {
  padding: 0;
  margin-left: 0;
}
.rt-toggle.only_captions .toggle-content {
  margin-left: 0;
}

/* TABS
	========================================================================== */
/* global */
.rt_tabs .tab_nav {
  list-style: none outside none;
}
.rt_tabs .tab_nav > li {
  position: relative;
  cursor: pointer;
}
.rt_tabs .tab_nav > li.active {
  cursor: default;
}
.rt_tabs .tab_contents .tab_content_wrapper.active {
  -webkit-animation-name: active_tabs;
  animation-name: active_tabs;
}
.rt_tabs .tab_contents .tab_content_wrapper.active .tab_content {
  display: inline-block;
}
.rt_tabs .tab_contents .tab_content_wrapper .tab_content {
  display: none;
  width: 100%;
}
.rt_tabs .tab_contents .tab_title {
  cursor: pointer;
}
.rt_tabs .tab_contents .tab_title > span {
  margin-right: 5px;
}
.rt_tabs .tab_contents .active > .tab_title {
  cursor: default;
}
.rt_tabs .tab_content > *:first-child, .rt_tabs .tab-text > *:first-child {
  margin-top: 0;
}
.rt_tabs .tab_content p:last-child, .rt_tabs .tab-text p:last-child {
  margin-bottom: 0;
}

/* position 1 */
.rt_tabs.tab-position-1 .tab_nav {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  border-width: 0 0 3px 0;
  border-style: solid;
}
.rt_tabs.tab-position-1 .tab_nav > li {
  display: inline-block;
  padding: 10px 40px;
}
.rt_tabs.tab-position-1 .tab_nav > li.active:after {
  border-width: 0 0 3px;
  border-style: solid;
  bottom: -12px;
  content: "\2a";
  height: 1px;
  left: -1px;
  right: -1px;
  position: absolute;
  text-align: center;
  font-family: rtui;
  font-size: 24px;
  line-height: 24px;
}
.rt_tabs.tab-position-1 .tab_content_wrapper > .tab_title {
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  position: relative;
  margin-bottom: 2px;
}
.rt_tabs.tab-position-1 .tab_content_wrapper.active > .tab_title {
  border-width: 0 0 3px 0;
  border-style: solid;
}
.rt_tabs.tab-position-1 .tab_content_wrapper .tab_content {
  padding: 40px 0 10px 0;
}
.rt_tabs.tab-position-1 .tab_nav > li > span:before,
.rt_tabs.tab-position-1 .tab_content_wrapper > .tab_title > span:before {
  margin-right: 5px;
}

/* position 2 */
.rt_tabs.tab-position-2 {
  clear: both;
  display: block;
}
.rt_tabs.tab-position-2 .tab_nav {
  width: 200px;
  border-style: solid;
  padding: 0;
  margin: 0;
}
.rt_tabs.tab-position-2 .tab_nav > li {
  display: block;
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 0.8em;
}
.rt_tabs.tab-position-2 .tab_nav > li.active:after {
  border-width: 0 3px 0 0;
  border-style: solid;
  bottom: -1px;
  content: "";
  top: -1px;
  position: absolute;
}
.rt_tabs.tab-position-2 .tab_contents .tab_content_wrapper {
  display: block;
}
.rt_tabs.tab-position-2 .tab_contents .tab_content_wrapper > .tab_title {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  position: relative;
  margin-bottom: 2px;
}
.rt_tabs.tab-position-2 .tab_contents .tab_content_wrapper.active > .tab_title {
  border-width: 0 0 3px 0;
  border-style: solid;
}
.rt_tabs.tab-position-2 .tab_nav > li > span:before,
.rt_tabs.tab-position-2 .tab_content_wrapper > .tab_title > span:before {
  margin-right: 5px;
}
.rt_tabs.tab-position-2.left .tab_nav {
  float: left;
  border-width: 0 1px 0 0;
}
.rt_tabs.tab-position-2.left .tab_nav > li.active:after {
  right: -3px;
}
.rt_tabs.tab-position-2.left .tab_contents {
  margin-left: 210px;
}
.rt_tabs.tab-position-2.left .tab_content {
  padding: 10px 0 10px 15px;
}
.rt_tabs.tab-position-2.right .tab_nav {
  float: right;
  border-width: 0 0 0 1px;
}
.rt_tabs.tab-position-2.right .tab_nav > li.active:after {
  left: -3px;
}
.rt_tabs.tab-position-2.right .tab_contents {
  margin-right: 210px;
}
.rt_tabs.tab-position-2.right .tab_content {
  padding: 10px 15px 10px 0;
}

.tab_content_wrapper .tab_content {
  padding-top: 40px;
}

/* style 4 */
.rt_tabs.style-4 .tab_nav {
  width: 100%;
  position: relative;
  padding: 0;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rt_tabs.style-4 .tab_nav:after {
  content: "";
  height: 2px;
  position: absolute;
  top: calc(0.8em + 40px);
  width: 100%;
  left: 0;
}
.rt_tabs.style-4 .tab_nav > li {
  float: none;
  text-align: center;
  padding: 0.4em 2em;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.rt_tabs.style-4 .tab_nav > li:after, .rt_tabs.style-4 .tab_nav > li.active:after {
  content: none;
}
.rt_tabs.style-4 .tab_nav > li > span {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  width: calc(1.2em + 40px);
  margin: 0 auto 20px;
  height: calc(1.2em + 40px);
  line-height: calc( 1.2em + 4px );
}
.rt_tabs.style-4 .tab_nav > li > span:before {
  text-align: center;
  width: 1.2em;
  line-height: 1.2em;
  background-clip: padding-box;
  margin: 0;
}
.rt_tabs.style-4 .tab_content {
  padding-top: 60px !important;
}

#main-content > .elementor .elementor-col-100 .rt_tabs.style-4 .tab_nav:after, .content-row-wrapper > .col-md-12 > .rt_tabs.style-4 .tab_nav:after {
  width: 100vw;
  margin-left: calc( -1 * ( 100vw - 100% ) / 2 );
}

.tab-inline-title {
  display: none;
}

/* CONTENT BOX
	========================================================================== */
.content-box.content-padding .content-holder {
  padding-left: 60px;
}
.content-box p:last-child {
  margin-bottom: 0;
}
.content-box .button_wrapper {
  margin-top: 20px;
}

/* CONTENT BOX WITH IMAGES
	========================================================================== */
.rt-image-box .rt-image-box-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rt-image-box .rt-image-box-content p:last-child {
  margin-bottom: 0;
}
.rt-image-box figure {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.rt-image-box figure img {
  margin: auto;
}
.rt-image-box .rt-heading {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.rt-image-box-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.rt-image-box-link:hover + div .rt-heading {
  color: var(--primary-color);
}

.rt-image-box-pos-top .rt-image-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.rt-image-box-pos-bottom .rt-image-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rt-image-box-pos-left .rt-image-box figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* HEADING SHORTCODE
	========================================================================== */
.rt-heading {
  position: relative;
  display: inline-block;
  width: auto;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 14px;
}

.elementor-widget-rt-heading .rt-heading {
  margin-bottom: 0;
}

.heading_icon {
  vertical-align: middle;
  display: inline-block;
}

.rt-heading-wrapper {
  position: relative;
}
.rt-heading-wrapper .punchline {
  display: block;
  line-height: 2em;
  font-size: 0.875em;
  letter-spacing: 1.75px;
}

/* style 1 */
.rt-heading-wrapper.style-1 .style-1 {
  padding-left: 115px;
}
.rt-heading-wrapper.style-1 svg {
  position: absolute;
  top: calc(0.5em - 3px );
  left: 0;
}
.rt-heading-wrapper.style-1 .punchline {
  padding-left: 115px;
}

/* style 2 */
.rt-heading-wrapper.style-2 .style-2 {
  padding-right: 115px;
}
.rt-heading-wrapper.style-2 svg {
  position: absolute;
  top: calc(0.5em - 3px );
  right: 0;
}
.rt-heading-wrapper.style-2 .punchline {
  padding-right: 115px;
}

/* style 3 */
.rt-heading-wrapper.style-3 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.rt-heading-wrapper.style-3 .style-3 {
  display: inline-block;
  position: relative;
  line-height: 135%;
}
.rt-heading-wrapper.style-3 .style-3:before, .rt-heading-wrapper.style-3 .style-3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-width: 1px 0 0 0;
  margin-top: -1px;
  border-style: solid;
  top: 50%;
  width: 500px;
}
.rt-heading-wrapper.style-3 .style-3:before {
  right: 100%;
  margin-right: 20px;
}
.rt-heading-wrapper.style-3 .style-3:after {
  left: 100%;
  margin-left: 20px;
}

/* style 4 */
.rt-heading-wrapper.style-4 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.rt-heading-wrapper.style-4 .style-4 {
  display: inline-block;
  position: relative;
  line-height: 135%;
  padding: 0 0 25px 0;
}
.rt-heading-wrapper.style-4 .style-4 svg {
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  bottom: 0;
}
.rt-heading-wrapper.style-4 > .with_punchline {
  margin-top: 0;
}
.rt-heading-wrapper.style-4 .punchline {
  display: block;
  line-height: 100%;
  margin-bottom: -2px;
}

/* style 5 */
.rt-heading-wrapper.style-5 {
  width: 100%;
  overflow: hidden;
}
.rt-heading-wrapper.style-5 .style-5 {
  display: inline-block;
  position: relative;
  line-height: 135%;
  padding: 0 0 25px 0;
}
.rt-heading-wrapper.style-5 .style-5 svg {
  position: absolute;
  left: 0;
  width: 100px;
  bottom: 0;
}
.rt-heading-wrapper.style-5 > .with_punchline {
  margin-top: 0;
}
.rt-heading-wrapper.style-5 .punchline {
  display: block;
  line-height: 100%;
  margin-bottom: -2px;
}

/* style 6 */
.rt-heading-wrapper.style-6 {
  width: 100%;
  overflow: hidden;
}
.rt-heading-wrapper.style-6 .style-6 {
  display: inline-block;
  position: relative;
  line-height: 135%;
}
.rt-heading-wrapper.style-6 .style-6:after {
  content: "";
  position: absolute;
  height: 5px;
  border-width: 1px 0 0 0;
  margin-top: -1px;
  border-style: solid;
  top: 50%;
  width: 1000px;
}
.rt-heading-wrapper.style-6 .style-6:after {
  left: 100%;
  margin-left: 20px;
}

/* heading icons */
.rt-heading > .heading_icon:before {
  margin-left: 0.5px;
  margin-right: 10px;
  text-align: left;
}

/* mobile */
@media screen and (max-width: 767.9px) {
  .text-mobile-left .rt-heading.style-1, .text-mobile-left .rt-heading.style-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .text-mobile-left .rt-heading.style-1 svg, .text-mobile-left .rt-heading.style-2 svg {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .text-mobile-center .rt-heading.style-1, .text-mobile-center .rt-heading.style-2, .text-mobile-center .rt-heading.style-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .text-mobile-center .rt-heading.style-1 svg, .text-mobile-center .rt-heading.style-2 svg, .text-mobile-center .rt-heading.style-5 svg {
    top: auto;
    bottom: 0;
    left: calc( 50% - 47.5px );
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .text-tablet-left .rt-heading.style-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .text-tablet-left .rt-heading.style-1 svg {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .text-tablet-center .rt-heading.style-1, .text-tablet-center .rt-heading.style-2, .text-tablet-center .rt-heading.style-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .text-tablet-center .rt-heading.style-1 svg, .text-tablet-center .rt-heading.style-2 svg, .text-tablet-center .rt-heading.style-5 svg {
    top: auto;
    bottom: 0;
    left: calc( 50% - 47.5px );
  }
}
/* PHOTO GALLERY
	========================================================================== */
.photo_gallery > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.photo_gallery > .row > div {
  text-align: center;
  padding: 10px;
}
.photo_gallery > .row > div > img {
  margin: auto;
}
.photo_gallery .caption {
  margin-top: 10px;
}

/* WP gallery */
.gallery-item img {
  border-width: 2px;
  border-style: solid;
}

.gallery-item img {
  border-width: 2px;
  border-style: solid;
}

/* HIGHLIGHTS
	========================================================================== */
/* style 1 */
/* style 2 */
.highlight.style-2 {
  padding: 0 2px;
}

/* GOOGLE MAPS
	========================================================================== */
/* gogle map fix */
.google_map img {
  max-width: none !important;
}

.google_map_holder {
  color: #666;
}

/*  INFO BOXES
	========================================================================== */
.info_box {
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.02);
  display: block;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
}
.info_box::after {
  display: block;
  clear: both;
  content: "";
}

/* banner with gradient */
.info_box.gradient {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}

/* banner icon */
.info_box p[class^="icon-"]:before, .info_box p[class*=" icon-"]:before {
  font-size: 25px;
  margin: 0;
  top: 50%;
  vertical-align: middle;
}

/* banner text */
.info_box p {
  margin: 0;
  padding: 0 10px 0 60px;
  text-indent: -30px;
}

.info_box.attention {
  background: #FED8D8;
  border: 1px solid #DCB6B6;
}

.info_box.attention, .info_box.attention a {
  color: #8F6969;
}

.info_box.ok {
  background: #EFFFEF;
  border: 1px solid #E0EDE0;
}

.info_box.ok, .info_box.ok a {
  color: #889588;
}

.info_box.announcement {
  background: #FDFDEF;
  border: 1px solid #EBEBDE;
}

.info_box.announcement, .info_box.announcement a {
  color: #949487;
}

.info_box .icon-cancel {
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.info_box .icon-cancel:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* Counter
   ========================================================================== */
.rt_counter_wrapper .number {
  font-size: 54px;
  display: block;
  line-height: 1;
  position: relative;
}
.rt_counter_wrapper .number:after {
  display: block;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 20px;
  margin: 10px 0;
}
.rt_counter_wrapper.center {
  text-align: center;
}
.rt_counter_wrapper.center .number:after {
  margin: 10px auto;
}
.rt_counter_wrapper.left {
  text-align: left;
}
.rt_counter_wrapper.right {
  text-align: right;
}
.rt_counter_wrapper.right .number:after {
  left: auto;
  right: 0;
}

/* mobile */
@media screen and (max-width: 767.9px) {
  .text-mobile-left .number:after {
    left: 0 !important;
    right: auto !important;
    margin: 10px 0 !important;
  }

  .text-mobile-center .number:after {
    left: auto !important;
    right: auto !important;
    margin: 10px auto !important;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .text-tablet-left .number:after {
    left: 0 !important;
    right: auto !important;
    margin: 10px 0 !important;
  }

  .text-tablet-center .number:after {
    left: auto !important;
    right: auto !important;
    margin: 10px auto !important;
  }
}
/* Latest News
   ========================================================================== */
.latest_news {
  clear: both;
}
.latest_news > article {
  margin-bottom: 25px;
  display: table;
}
.latest_news > article:last-child {
  margin-bottom: 0;
}
.latest_news > article p {
  margin: 10px 0 0;
}
.latest_news .heading {
  margin: 0 0 10px;
}
.latest_news .heading a {
  text-decoration: none;
  display: block;
}
.latest_news .heading a:hover {
  text-decoration: none;
}
.latest_news figure {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
  max-width: 100%;
}
.latest_news .text {
  display: table-cell;
  vertical-align: middle;
}
.latest_news .text:first-child {
  margin-left: 0;
}
.latest_news .meta-bar {
  margin-bottom: 0.8em;
  font-size: 0.8em;
  text-transform: uppercase;
}
.latest_news .categories {
  display: inline-block;
}
.latest_news .categories a {
  text-decoration: none;
}
.latest_news .categories a:hover {
  text-decoration: underline;
}
.latest_news .date {
  display: inline-block;
}
.latest_news .row:not(:last-child) {
  margin-bottom: 40px;
}

.latest_news.style-1 .latest-news-button {
  margin-top: 10px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  border-color: initial !important;
  text-align: center;
}
.latest_news.style-1 .latest-news-button:hover {
  opacity: 0.6;
}

.latest_news.style-2 .latest-news-button {
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  border-color: initial !important;
}
.latest_news.style-2 .latest-news-button:hover {
  opacity: 0.6;
}
.latest_news.style-2 .heading {
  margin: 0 0 10px;
}
.latest_news.style-2 .meta-bar {
  line-height: 1.4em;
  padding: 0.4em 0.8em 0.2em 0.8em;
  display: inline-block;
}
.latest_news.style-2 .meta-bar, .latest_news.style-2 .meta-bar * {
  color: #fff !important;
}
.latest_news.style-2 p {
  display: inline;
}

.border_grid .latest_news > .row > div > .col {
  padding-top: 40px;
  padding-bottom: 40px;
}

#container .latest_news img {
  max-width: inherit;
}

/* Pullquote
   ========================================================================== */
.pullquote {
  width: 50%;
}

.pullquote.alignright {
  margin: 40px 0 40px 40px;
}

.pullquote.alignleft {
  margin: 40px 40px 40px 0;
}

/* Bullet Lists
   ========================================================================== */
.bullet-list {
  display: inline-block;
  text-align: left;
  margin: auto;
}
.bullet-list > ul {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}
.bullet-list > ul > li {
  margin-bottom: 10px;
  padding-top: 0;
  position: relative;
}
.bullet-list.style-1 > ul {
  padding-left: 2.2em;
}
.bullet-list.style-1 > ul > li:before {
  color: #fff;
  display: block;
  font-family: rtui;
  font-size: 1em;
  font-weight: normal;
  left: -2.2em;
  position: absolute;
  text-align: center;
  width: 1.5em;
  text-indent: 1px;
}
.bullet-list.style-2 > ul, .bullet-list.style-3 > ul {
  padding-left: 1.5em;
}
.bullet-list.style-2 > ul > li:before, .bullet-list.style-3 > ul > li:before {
  display: block;
  font-family: rtui;
  font-size: 1em;
  font-weight: normal;
  left: -1.5em;
  position: absolute;
  text-align: left;
  width: 1.6em;
  text-indent: 1px;
}
.bullet-list.arrow > ul > li:before {
  content: "\28";
}
.bullet-list.arrow-2 > ul > li:before {
  content: "\33";
}
.bullet-list.check > ul > li:before {
  content: "\6e";
}
.bullet-list.star > ul > li:before {
  content: "\2d";
}

/* Pie Charts
   ========================================================================== */
.rt-pie-chart {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.rt-pie-chart span {
  display: block;
  font-size: 30px;
  line-height: 180px;
  width: 180px;
  z-index: 2;
}
.rt-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent:after {
  content: "%";
  font-family: verdana;
  font-size: 12px;
  margin-left: 0.1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Progress Bars
	========================================================================== */
.naturalife-progress-title {
  font-size: 1em;
  line-height: 1;
  margin: 0 !important;
  padding: 0;
  display: inline-block;
}

.naturalife-progress-desc {
  margin-bottom: 10px;
  position: relative;
}

.naturalife-progress-desc span {
  position: absolute;
  top: 50%;
  -moz-transition: left 1.2s ease-in 0s;
  -o-transition: left 1.2s ease-in 0s;
  -webkit-transition: left 1.2s ease-in;
  -webkit-transition-delay: 0s;
  -webkit-transition: left 1.2s ease-in 0s;
  transition: left 1.2s ease-in 0s;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.naturalife-progress-desc span:after {
  content: "%";
}

.naturalife-progress-bar-base {
  width: 100%;
  height: 14px;
  background-color: #000;
  padding: 2px;
  border-radius: 40px;
}

.naturalife-progress-bar {
  width: 0;
  height: 10px;
  -moz-transition: width 1.2s ease-in 0s;
  -o-transition: width 1.2s ease-in 0s;
  -webkit-transition: width 1.2s ease-in;
  -webkit-transition-delay: 0s;
  -webkit-transition: width 1.2s ease-in 0s;
  transition: width 1.2s ease-in 0s;
  border-radius: 40px;
  -webkit-box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.2);
}

.short-bar .naturalife-progress-title {
  padding-bottom: 30px;
}
.short-bar .naturalife-progress-desc span {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* Text Animation
   ========================================================================== */
.rt-anim span {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transform: scaleY(0) translateZ(0px);
  transform: scaleY(0) translateZ(0px);
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rt-anim span.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rt-anim.style-2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.rt-anim.style-3 {
  border-bottom: 2px solid transparent;
}

/* Countdown
   ========================================================================== */
.rt-countdown::after {
  display: block;
  clear: both;
  content: "";
}
.rt-countdown i {
  display: inline-block;
  margin-right: 18px;
  text-align: right;
}
.rt-countdown * {
  visibility: hidden;
}
.rt-countdown i b {
  vertical-align: top;
  line-height: 1em;
  font-style: normal;
  font-size: 56px;
  letter-spacing: -2px;
  padding-right: 30px;
}

.rt-countdown.started * {
  visibility: visible;
}

@media screen and (max-width: 1160px) {
  .rt-countdown i {
    margin-right: 10px;
  }
  .rt-countdown i b {
    font-size: 46px;
    padding-right: 16px;
  }
}
/* Tooltips
   ========================================================================== */
.rt-tooltip-text {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.rt-tooltip-text mark {
  position: fixed;
  z-index: 99;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 0.875em;
  background: #000;
  color: #fff;
  max-width: 200px;
  display: none;
}

.rt-tooltip-text mark:after {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: black;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
body {
  line-height: 1.6;
}

p {
  margin-bottom: 20px;
}

/* Links
   ========================================================================== */
a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

/*	heading colors and links  */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  -moz-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

/* heading with body fonts */
.clean_heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* ==========================================================================
   CSS ANIMATIONS
   ========================================================================== */
.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes active_tabs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes active_tabs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes buttons {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100px;
  }
}
@keyframes buttons {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100px;
  }
}
@-webkit-keyframes active_slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes active_slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* spins for icons */
.animate-spin:before {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes width {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes width {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.shake {
  -webkit-animation: shake 0.5s 1 linear;
  animation: shake 0.5s 1 linear;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation: pulse 0.5s 1 linear;
  animation: pulse 0.5s 1 linear;
}
@-webkit-keyframes button {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes button {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pageloading {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pageloading {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.pageloading {
  -webkit-animation: pageloading 4s 1 linear;
  animation: pageloading 4s 1 linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* ==========================================================================
	HELPERS
	========================================================================== */
/* alignments */
.aligncenter {
  display: table;
  margin: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.alignnone {
  display: block;
  clear: both;
}

/* mobile text alignments */
@media screen and (max-width: 767px) {
  .text-mobile-left {
    text-align: left !important;
  }

  .text-mobile-right {
    text-align: right !important;
  }

  .text-mobile-center {
    text-align: center !important;
  }
}
/* tablet text alignments */
@media (min-width: 768px) and (max-width: 1024px) {
  .text-tablet-left {
    text-align: left !important;
  }

  .text-tablet-right {
    text-align: right !important;
  }

  .text-tablet-center {
    text-align: center !important;
  }
}
/* img alignments */
img.alignleft, .wp-caption.alignleft, .imgeffect.alignleft, .entry-thumbnail.alignleft {
  margin: 4px 20px 4px 0;
}
img.alignright, .wp-caption.alignright, .imgeffect.alignright, .entry-thumbnail.alignright {
  margin: 4px 0 4px 20px;
}
img.aligncenter, .wp-caption.aligncenter, .imgeffect.aligncenter, .entry-thumbnail.aligncenter {
  margin: 5px auto 10px;
}

/* entry thumbnail */
.entry-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* WP Captions */
.wp-caption {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  text-align: center;
  padding: 10px;
  max-width: 100%;
  margin-bottom: 25px;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  clear: both;
  display: block;
  padding: 8px 0 0 0;
  font-style: oblique;
}
.wp-caption.aligncenter {
  display: block;
}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
  margin-bottom: 25px;
}

/* wp image */
[class^="wp-image-"], [class*=" wp-image-"] {
  max-width: 100%;
  height: auto;
}

/* margins */
.margin-t0 {
  margin-top: 0px;
}
.margin-t1 {
  margin-top: 1px;
}
.margin-t10 {
  margin-top: 10px;
}
.margin-t15 {
  margin-top: 15px;
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t30 {
  margin-top: 30px;
}
.margin-t40 {
  margin-top: 40px;
}
.margin-t50 {
  margin-top: 50px;
}
.margin-t60 {
  margin-top: 60px;
}
.margin-t70 {
  margin-top: 70px;
}
.margin-t80 {
  margin-top: 80px;
}
.margin-b0 {
  margin-bottom: 10px;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b15 {
  margin-bottom: 15px;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.margin-b40 {
  margin-bottom: 40px;
}
.margin-b50 {
  margin-bottom: 50px;
}
.margin-b60 {
  margin-bottom: 60px;
}
.margin-b70 {
  margin-bottom: 70px;
}
.margin-b80 {
  margin-bottom: 80px;
}
.margin-b0 {
  margin-bottom: 0;
}
.margin-l0 {
  margin-left: 0;
}
.margin-r0 {
  margin-right: 0;
}

/* padding */
.padding-t0 {
  padding-top: 0px;
}
.padding-t1 {
  padding-top: 1px;
}
.padding-t10 {
  padding-top: 10px;
}
.padding-t20 {
  padding-top: 20px;
}
.padding-t30 {
  padding-top: 30px;
}
.padding-b0 {
  padding-bottom: 0px;
}
.padding-b10 {
  padding-bottom: 10px;
}
.padding-b20 {
  padding-bottom: 20px;
}
.padding-b30 {
  padding-bottom: 30px;
}
.padding-b40 {
  padding-bottom: 40px;
}
.padding-b0 {
  padding-bottom: 0;
}
.padding-t0 {
  padding-top: 0;
}
.padding-l0 {
  padding-left: 0;
}
.padding-r0 {
  padding-right: 0;
}

/* no margin no padding */
.nomargin {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.nopadding {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.clear {
  clear: both;
  width: 100%;
}

.space {
  clear: both;
  width: 100%;
  position: relative;
  display: table;
}

/* responsive images */
.content img {
  max-width: 100%;
  display: block;
}

.responsive .content img {
  height: auto;
}

/* border box sizing  */
.box_sizing {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Responsive video container for embedded videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  direction: ltr;
}

.sticky, .bypostauthor {
  display: block;
}

.gallery-item img {
  display: inline-block;
}

.gallery-caption {
  margin-top: 10px;
}

.page-links {
  clear: both;
}

.mejs-button *, .mejs-button *:hover {
  background-color: inherit !important;
}

/* Hidden Element */
.hidden-element {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* CSS columns */
.column-list > ul {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.column-list > ul::after {
  display: block;
  clear: both;
  content: "";
}
.column-list > ul > li {
  float: left;
  margin: 0 15px;
}
.column-list > ul .first {
  clear: left;
}
.column-list > ul .last {
  clear: right;
}

.column-list-1 > ul > li {
  width: calc( 100% - 30px );
}

.column-list-2 > ul > li {
  width: calc( 50% - 30px );
}

.column-list-3 > ul > li {
  width: calc( 33.33333% - 30px );
}

.column-list-4 > ul > li {
  width: calc( 25% - 30px );
}

.column-list-5 > ul > li {
  width: calc( 20% - 30px );
}

.column-list-6 > ul > li {
  width: calc( 16.66667% - 30px );
}

.has-bg-image {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.admin-bar .lg-toolbar.group {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .lg-toolbar.group {
    top: 46px;
  }
}
/* Customizer window messages for front end */
.customizer-notification {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 999999;
}
.customizer-notification .ui-icon-attention-circle {
  -webkit-animation: 2s ease 0s normal none infinite running slideInUp;
          animation: 2s ease 0s normal none infinite running slideInUp;
  float: right;
  font-size: 40px;
  color: #e10f0f;
}
.customizer-notification .customizer-notification-text {
  background: #e10f0f;
  color: #ffffff;
  display: none;
  font-size: 16px;
  padding: 40px;
}

.customizer-notification:hover .customizer-notification-text {
  display: block;
}
.customizer-notification:hover .ui-icon-attention-circle {
  -webkit-animation: none;
          animation: none;
  color: #ffffff;
}

/* nagative margin */
.has-nmargin {
  z-index: 5;
}

/* stretched col background */
.stretch-background .vc_column-inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.temp-inline-style {
  display: none !important;
}

.hidden {
  display: none;
}

/* Gutenberg */
.content.fullwidth .alignfull,
.content.fullwidth .alignwide {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.content.fullwidth .alignfull img,
.content.fullwidth .alignwide img {
  width: 100%;
}

@media only screen and (min-width: 950px) {
  .content.fullwidth .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: calc( 100% + 100px );
  }
}
#container .wp-block-gallery.is-cropped .blocks-gallery-image a,
#container .wp-block-gallery.is-cropped .blocks-gallery-image img,
#container .wp-block-gallery.is-cropped .blocks-gallery-item a,
#container .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
}

.entry-content .alignleft {
  margin-right: 30px;
}
.entry-content .alignright {
  margin-left: 30px;
}

.gallery-item a {
  display: inline-block;
}

/* ==========================================================================
   WIDGETS
   ========================================================================== */
.widget:not(.topbar-widget) > ul {
  padding-left: 0;
  list-style: none;
}
.widget:not(.topbar-widget) > ul > li {
  line-height: 160%;
  padding: 5px 0;
  position: relative;
}
.widget:not(.topbar-widget) > ul > li:first-child {
  padding-top: 0;
}
.widget:not(.topbar-widget) > ul > li a, .widget:not(.topbar-widget) > ul > li a:hover {
  text-decoration: none;
}
.widget:not(.topbar-widget) > ul > li {
  border-style: solid;
  border-width: 0;
}
.widget:not(.topbar-widget) > ul > li:last-child {
  border-width: 0;
}
.widget:not(.topbar-widget) ul:last-child {
  margin-bottom: 0;
}
.widget:not(.topbar-widget) #loginform label {
  width: 30%;
  text-align: left;
}

.widgets_holder .widget_pages > ul,
.widgets_holder .widget_categories > ul,
.widgets_holder .widget_product_categories > ul,
.widgets_holder .menu {
  padding-left: 0;
  list-style: none;
}
.widgets_holder .widget_pages > ul ul,
.widgets_holder .widget_categories > ul ul,
.widgets_holder .widget_product_categories > ul ul,
.widgets_holder .menu ul {
  list-style: none;
  margin: 0;
}
.widgets_holder .widget_pages > ul ul ul,
.widgets_holder .widget_categories > ul ul ul,
.widgets_holder .widget_product_categories > ul ul ul,
.widgets_holder .menu ul ul {
  padding: 0 0 0 8px;
  margin: 0;
}
.widgets_holder .widget_pages > ul > li,
.widgets_holder .widget_categories > ul > li,
.widgets_holder .widget_product_categories > ul > li,
.widgets_holder .menu > li {
  line-height: 160%;
  position: relative;
  padding: 0;
}
.widgets_holder .widget_pages > ul li a,
.widgets_holder .widget_categories > ul li a,
.widgets_holder .widget_product_categories > ul li a,
.widgets_holder .menu li a {
  display: inline-block;
  padding: 4px 0;
}
.widgets_holder .widget_pages > ul li a:before,
.widgets_holder .widget_categories > ul li a:before,
.widgets_holder .widget_product_categories > ul li a:before,
.widgets_holder .menu li a:before {
  content: "";
  padding-right: 0;
  line-height: 1em;
  content: "\e80b";
  font-family: "rtui";
  padding: 0 8px 0 0;
}
.widgets_holder .widget_pages > ul li li a:before,
.widgets_holder .widget_categories > ul li li a:before,
.widgets_holder .widget_product_categories > ul li li a:before,
.widgets_holder .menu li li a:before {
  content: "\28";
}
.widgets_holder .widget_pages > ul > li a, .widgets_holder .widget_pages > ul > li a:hover,
.widgets_holder .widget_categories > ul > li a,
.widgets_holder .widget_categories > ul > li a:hover,
.widgets_holder .widget_product_categories > ul > li a,
.widgets_holder .widget_product_categories > ul > li a:hover,
.widgets_holder .menu > li a,
.widgets_holder .menu > li a:hover {
  text-decoration: none;
}
.widgets_holder .current-menu-item > a:before,
.widgets_holder .current-cat > a:before,
.widgets_holder .current-cat-parent > a:before {
  color: var(--primary-color) !important;
}
.widgets_holder .sub-menu li a, .widgets_holder .children li a {
  position: relative;
}

/* search widget */
.wp-search-form li, .woocommerce-product-search li {
  position: relative;
}
.wp-search-form span, .woocommerce-product-search span {
  cursor: pointer;
  line-height: 3em;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 40px;
  top: 0;
}
.wp-search-form span:hover, .woocommerce-product-search span:hover {
  opacity: 1;
}
.wp-search-form input, .woocommerce-product-search input {
  width: 100%;
  padding: 10px 20px !important;
  line-height: 1em;
  height: 2em;
  border-width: 1px !important;
  border-radius: 50px !important;
}

/* text widget */
.textwidget p:last-child {
  margin-bottom: 0;
}

.textwidget img {
  max-width: 100%;
  height: auto;
}

/* widget titles */
.sidebar .widget > h5 {
  position: relative;
  padding: 0 0 15px 20px;
  margin: 0 0 15px -20px;
  overflow: hidden;
  letter-spacing: 2px;
  font-weight: bold !important;
  text-transform: uppercase;
  line-height: 1em;
}
.sidebar .widget > h5:before {
  content: "\28";
  font-family: "rtui";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}
.sidebar .widget > h5:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0.5em;
  margin-left: 20px;
}

.sidebar .widget:not(:last-child) {
  margin-bottom: 75px;
}

/* Site sidebar widgets */
.sidebar .widget {
  padding-left: 20px;
}

/* Latest Posts */
.widget_latest_posts > div::after, .widget_popular_posts > div::after {
  display: block;
  clear: both;
  content: "";
}
.widget_latest_posts > div:not(:last-child), .widget_popular_posts > div:not(:last-child) {
  margin-bottom: 20px;
}
.widget_latest_posts .post-thumb, .widget_popular_posts .post-thumb {
  float: right;
  margin: 0 0 10px 20px;
}
.widget_latest_posts .meta, .widget_popular_posts .meta {
  display: block;
  letter-spacing: 1px;
  font-size: 0.8em;
}
.widget_latest_posts .meta a, .widget_popular_posts .meta a {
  text-decoration: none;
}
.widget_latest_posts p:last-child, .widget_popular_posts p:last-child {
  margin-bottom: 0;
}
.widget_latest_posts .title, .widget_popular_posts .title {
  text-decoration: none;
  font-weight: bold;
}
.widget_latest_posts .title:hover, .widget_popular_posts .title:hover {
  text-decoration: underline;
}
.widget_latest_posts .icon-comment-empty, .widget_popular_posts .icon-comment-empty {
  margin-right: 2px;
}

/* Button Widget */
.widget_rt_button .icon:before, .widget-naturalife-text .icon:before {
  font-size: 1.4em;
  margin: 0 8px 0 0;
  vertical-align: -2px;
  width: auto;
}

/* left side widgets holder */
.widgets_holder.sidebar-widgets .widget {
  padding: 20px;
}

/* WP calendar */
.widget_calendar table {
  width: 100%;
  max-width: 250px;
}

/* tag clound */
.widget_tag_cloud .tagcloud {
  margin: 0 -10px -20px;
}

.widget_tag_cloud a {
  font-size: 0.875em !important;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  margin: 0 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--font-color) !important;
}
.widget_tag_cloud a:after {
  content: "";
  position: absolute;
  width: 20px;
  bottom: 0;
  height: 1px;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.95, -0.01, 0.38, 1.28);
  transition: width 0.3s cubic-bezier(0.95, -0.01, 0.38, 1.28);
}

.widget_tag_cloud a:hover:after {
  width: 100%;
}

/* flickr */
.flickr_thumbs {
  margin: 10px 0 10px 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  background: none !important;
}

.flickr_thumbs li {
  list-style: none;
  float: left;
  margin: 0 2% 2% 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  width: 31%;
}

.flickr_thumbs li img {
  display: block;
}

.flickr_thumbs li a img {
  border: none;
  width: 100%;
}

.flickr_thumbs li .frame {
  margin: 0 !important;
  padding: 5px !important;
}

.flickr_thumbs li.hide {
  display: none;
}

.flickr_thumbs li:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* WP Instagram Widget */
ul.instagram-pics.instagram-size-thumbnail {
  margin-left: -2px;
  margin-right: -2px;
  display: inline-block;
}
ul.instagram-pics.instagram-size-thumbnail li {
  width: 33.333%;
  float: left;
  padding: 2px !important;
}
ul.instagram-pics.instagram-size-thumbnail a:hover img {
  opacity: 0.7;
}

/* Gallery Widget */
.widget_media_gallery img {
  max-width: 100%;
  height: auto;
}

.rt-category-tree {
  padding-left: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.rt-category-tree .has-children {
  padding-right: 20px;
}
.rt-category-tree .has-children > span {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 1em;
  line-height: calc( 1.6em + 8px );
}
.rt-category-tree .has-children > span:before {
  font-family: "rtui";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.rt-category-tree .has-children > span:hover {
  opacity: 0.4;
}
.rt-category-tree li > ul {
  display: none;
}
.rt-category-tree .current-cat-ancestor > span:before, .rt-category-tree .current-cat > span:before, .rt-category-tree .active > span:before {
  font-family: "rtui";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.rt-category-tree .current-cat-ancestor > ul, .rt-category-tree .current-cat > ul, .rt-category-tree .active > ul {
  display: block;
}

/* ==========================================================================
   BREADCRUMB MENU
   ========================================================================== */
.breadcrumb {
  font-weight: normal;
  text-align: left;
  float: right;
  position: relative;
  display: block;
  margin: 0;
  line-height: 34px;
  text-align: center;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb div {
  display: inline;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.breadcrumb a.ui-icon-home:before {
  margin-right: 5px;
  line-height: 100%;
  margin-left: 0;
  text-align: left;
  font-size: 1.1em;
}
.breadcrumb span:before {
  width: auto;
}

.style-2 .breadcrumb {
  text-align: center;
  float: none;
}

.custom-breadcrumb {
  float: none;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.paging_wrapper {
  text-align: center;
  display: block;
  clear: both;
}
.paging_wrapper .page-numbers {
  display: inline-table;
  margin: 0;
  padding: 0 10px;
  position: relative;
  list-style-type: none;
  overflow: hidden;
}
.paging_wrapper .page-numbers li {
  display: inline;
  float: left;
}
.paging_wrapper .page-numbers a, .paging_wrapper .page-numbers li > span {
  overflow: hidden;
  line-height: 300%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
}
.paging_wrapper .page-numbers li:last-child a, .paging_wrapper .page-numbers li:last-child > span {
  border-width: 0;
}
.paging_wrapper .page-numbers .prev, .paging_wrapper .page-numbers .next {
  position: relative;
}
.paging_wrapper .page-numbers .prev:before, .paging_wrapper .page-numbers .next:before {
  content: "";
  position: absolute;
  width: 50px;
  top: 50%;
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.paging_wrapper .page-numbers .prev {
  padding: 0 80px 0 0;
  margin-right: 20px;
}
.paging_wrapper .page-numbers .prev:before {
  right: 0;
}
.paging_wrapper .page-numbers .next {
  padding: 0 0 0 80px;
  margin-left: 20px;
}
.paging_wrapper .page-numbers .next:before {
  left: 0;
}
.paging_wrapper .page-numbers .current, .paging_wrapper .page-numbers .dots {
  text-decoration: none;
}
.paging_wrapper .page-numbers a:hover, .paging_wrapper .page-numbers .current {
  text-decoration: none;
}

/* ==========================================================================
   SOCIAL MEDIA ICONS
   ========================================================================== */
ul.social_media {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 -4px;
}
ul.social_media li {
  float: left;
  margin: 0 4px;
  position: relative;
  line-height: 1;
  padding: 0;
}
ul.social_media span {
  display: none;
  color: #fff !important;
}
ul.social_media a {
  text-decoration: none;
}

ul.social_media:not(.staff) li {
  margin: 2px 4px;
}
ul.social_media:not(.staff) a > span {
  min-width: 200px;
  padding: 10px;
  position: absolute;
  left: -85px;
  bottom: 5em;
  line-height: 1em;
  border-radius: 20px;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  visibility: hidden;
  display: block;
}
ul.social_media:not(.staff) a {
  display: block;
  padding: 0;
  text-decoration: none;
  z-index: 3;
  position: relative;
}
ul.social_media:not(.staff) a:before {
  line-height: 2.5em;
  width: calc( 2.5em + 2px);
  text-indent: 1px;
  margin: auto;
  font-size: 1em;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.social_media:not(.staff) li:hover a {
  color: inherit !important;
}
ul.social_media:not(.staff) li:hover a:before {
  text-decoration: none;
  color: #fff !important;
}
ul.social_media:not(.staff) .facebook:hover a:before, ul.social_media:not(.staff) .facebook span {
  background: #3B5998 !important;
  border-color: #3B5998 !important;
}
ul.social_media:not(.staff) .twitter:hover a:before, ul.social_media:not(.staff) .twitter span {
  background: #10c0ee !important;
  border-color: #10c0ee !important;
}
ul.social_media:not(.staff) .gplus:hover a:before, ul.social_media:not(.staff) .gplus span {
  background: #e3614a !important;
  border-color: #e3614a !important;
}
ul.social_media:not(.staff) .flickr:hover a:before, ul.social_media:not(.staff) .flickr span {
  background: #ff3092 !important;
  border-color: #ff3092 !important;
}
ul.social_media:not(.staff) .mail:hover a:before, ul.social_media:not(.staff) .mail span {
  background: #999 !important;
  border-color: #999 !important;
}
ul.social_media:not(.staff) .lastfm:hover a:before, ul.social_media:not(.staff) .lastfm span {
  background: #da260e !important;
  border-color: #da260e !important;
}
ul.social_media:not(.staff) .dribbble:hover a:before, ul.social_media:not(.staff) .dribbble span {
  background: #EA4C89 !important;
  border-color: #EA4C89 !important;
}
ul.social_media:not(.staff) .linkedin:hover a:before, ul.social_media:not(.staff) .linkedin span {
  background: #006e99 !important;
  border-color: #006e99 !important;
}
ul.social_media:not(.staff) .vimeo:hover a:before, ul.social_media:not(.staff) .vimeo span {
  background: #0ec4ef !important;
  border-color: #0ec4ef !important;
}
ul.social_media:not(.staff) .youtube-play:hover a:before, ul.social_media:not(.staff) .youtube-play span {
  background: #f3554f !important;
  border-color: #f3554f !important;
}
ul.social_media:not(.staff) .instagram:hover a:before, ul.social_media:not(.staff) .instagram span {
  background: #7b6455 !important;
  border-color: #7b6455 !important;
}
ul.social_media:not(.staff) .behance:hover a:before, ul.social_media:not(.staff) .behance span {
  background: #228cff !important;
  border-color: #228cff !important;
}
ul.social_media:not(.staff) .dropbox:hover a:before, ul.social_media:not(.staff) .dropbox span {
  background: #499dd6 !important;
  border-color: #499dd6 !important;
}
ul.social_media:not(.staff) .picasa:hover a:before, ul.social_media:not(.staff) .picasa span {
  background: #aa7bbc !important;
  border-color: #aa7bbc !important;
}
ul.social_media:not(.staff) .rss:hover a:before, ul.social_media:not(.staff) .rss span {
  background: #fd8900 !important;
  border-color: #fd8900 !important;
}
ul.social_media:not(.staff) .skype:hover a:before, ul.social_media:not(.staff) .skype span {
  background: #00b0e1 !important;
  border-color: #00b0e1 !important;
}
ul.social_media:not(.staff) .stumbleupon:hover a:before, ul.social_media:not(.staff) .stumbleupon span {
  background: #6cc977 !important;
  border-color: #6cc977 !important;
}
ul.social_media:not(.staff) .pinterest:hover a:before, ul.social_media:not(.staff) .pinterest span {
  background: #d62930 !important;
  border-color: #d62930 !important;
}
ul.social_media:not(.staff) .github:hover a:before, ul.social_media:not(.staff) .github span {
  background: #888 !important;
  border-color: #888 !important;
}
ul.social_media:not(.staff) .tumblr:hover a:before, ul.social_media:not(.staff) .tumblr span {
  background: #456885 !important;
  border-color: #456885 !important;
}
ul.social_media:not(.staff) .spotify:hover a:before, ul.social_media:not(.staff) .spotify span {
  background: #afd102 !important;
  border-color: #afd102 !important;
}
ul.social_media:not(.staff) .evernote:hover a:before, ul.social_media:not(.staff) .evernote span {
  background: #6fbd45 !important;
  border-color: #6fbd45 !important;
}
ul.social_media:not(.staff) .flattr:hover a:before, ul.social_media:not(.staff) .flattr span {
  background: #f7af30 !important;
  border-color: #f7af30 !important;
}
ul.social_media:not(.staff) .paypal:hover a:before, ul.social_media:not(.staff) .paypal span {
  background: #003f70 !important;
  border-color: #003f70 !important;
}
ul.social_media:not(.staff) .vkontakte:hover a:before, ul.social_media:not(.staff) .vkontakte span {
  background: #2f6893 !important;
  border-color: #2f6893 !important;
}
ul.social_media:not(.staff) .soundcloud:hover a:before, ul.social_media:not(.staff) .soundcloud span {
  background: #F76700 !important;
  border-color: #F76700 !important;
}
ul.social_media:not(.staff) .foursquare:hover a:before, ul.social_media:not(.staff) .foursquare span {
  background: "rgb(36,178,237)" !important;
  border-color: "rgb(36,178,237)" !important;
}
ul.social_media:not(.staff) .delicious:hover a:before, ul.social_media:not(.staff) .delicious span {
  background: "rgb(51,153,255)" !important;
  border-color: "rgb(51,153,255)" !important;
}
ul.social_media:not(.staff) .forrst:hover a:before, ul.social_media:not(.staff) .forrst span {
  background: "rgb(90,153,103)" !important;
  border-color: "rgb(90,153,103)" !important;
}
ul.social_media:not(.staff) .ebay:hover a:before, ul.social_media:not(.staff) .ebay span {
  background: "rgb(221,59,74)" !important;
  border-color: "rgb(221,59,74)" !important;
}
ul.social_media:not(.staff) .android:hover a:before, ul.social_media:not(.staff) .android span {
  background: "rgb(128,189,1)" !important;
  border-color: "rgb(128,189,1)" !important;
}
ul.social_media:not(.staff) .xing:hover a:before, ul.social_media:not(.staff) .xing span {
  background: "rgb(210,214,0)" !important;
  border-color: "rgb(210,214,0)" !important;
}
ul.social_media:not(.staff) .reddit:hover a:before, ul.social_media:not(.staff) .reddit span {
  background: "rgb(255,69,0)" !important;
  border-color: "rgb(255,69,0)" !important;
}
ul.social_media:not(.staff) .digg:hover a:before, ul.social_media:not(.staff) .digg span {
  background: "rgb(0,0,0)" !important;
  border-color: "rgb(0,0,0)" !important;
}
ul.social_media:not(.staff) .macstore:hover a:before, ul.social_media:not(.staff) .macstore span {
  background: "rgb(27,189,251)" !important;
  border-color: "rgb(27,189,251)" !important;
}
ul.social_media:not(.staff) .myspace:hover a:before, ul.social_media:not(.staff) .myspace span {
  background: "rgb(9,17,164)" !important;
  border-color: "rgb(9,17,164)" !important;
}
ul.social_media:not(.staff) .amazon:hover a:before, ul.social_media:not(.staff) .amazon span {
  background: "rgb(245,147,24)" !important;
  border-color: "rgb(245,147,24)" !important;
}
ul.social_media:not(.staff) .stackoverflow:hover a:before, ul.social_media:not(.staff) .stackoverflow span {
  background: "rgb(254,122,21)" !important;
  border-color: "rgb(254,122,21)" !important;
}
ul.social_media:not(.staff) .slideshare:hover a:before, ul.social_media:not(.staff) .slideshare span {
  background: #0479B6 !important;
  border-color: #0479B6 !important;
}
ul.social_media:not(.staff) .whatsapp:hover a:before, ul.social_media:not(.staff) .whatsapp span {
  background: #2db742 !important;
  border-color: #2db742 !important;
}
ul.social_media:not(.staff) .telegram:hover a:before, ul.social_media:not(.staff) .telegram span {
  background: #2ea5de !important;
  border-color: #2ea5de !important;
}
ul.social_media:not(.staff) .odnoklassniki:hover a:before, ul.social_media:not(.staff) .odnoklassniki span {
  background: #f58221 !important;
  border-color: #f58221 !important;
}

ul.social_media.multiline-list a:before {
  margin-right: 5px;
  font-size: 0.875em;
}
ul.social_media.multiline-list li {
  margin: 0 0 10px 0;
  float: none;
}

.footer-info-right ul.social_media a:before {
  font-size: 1em;
}
.footer-info-right ul.social_media li:hover a > span {
  bottom: calc(3em + 10px);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
}

.top-bar-inner ul.social_media a:before, .top-header ul.social_media a:before {
  line-height: 2em;
  width: 2em;
  border: 0;
}

/* Social Share
   ========================================================================== */
.social_share {
  display: block;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  white-space: pre;
}
.social_share span > span {
  display: none;
  margin-left: 1em;
  letter-spacing: 0.5em;
  font-size: 0.875em;
}
.social_share > span:hover span {
  display: inline-block;
}
.social_share ul {
  display: none;
}

.naturalife-share-content {
  text-align: center;
}
.naturalife-share-content ul {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.naturalife-share-content li {
  list-style: none;
  display: inline;
}
.naturalife-share-content li a {
  text-decoration: none;
  color: #585858;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  margin: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 0;
}
.naturalife-share-content li a:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-color: var(--primary-color);
  color: var(--primary-color);
  top: -3px;
}
.naturalife-share-content li a:hover span {
  display: inline-block;
  position: absolute;
  margin-top: 60px;
  width: 200px;
  text-align: center;
  margin-left: -115px;
}
.naturalife-share-content li span {
  display: none;
}

/* ==========================================================================
   CAROUSELS
   ========================================================================== */
/* carousel holder */
.carousel-holder {
  position: relative;
}

.owl-carousel {
  position: relative;
}

.content-row-wrapper.fullwidth .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav,
.elementor-section-full_width .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav,
.post-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.content-row-wrapper.fullwidth .rt-carousel:not(.main-carousel)[data-nav="true"]:hover .owl-nav,
.elementor-section-full_width .rt-carousel:not(.main-carousel)[data-nav="true"]:hover .owl-nav,
.post-carousel:hover .owl-nav {
  opacity: 1;
}
.content-row-wrapper.fullwidth .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav > div,
.elementor-section-full_width .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav > div,
.post-carousel .owl-nav > div {
  background: rgba(0, 0, 0, 0.25);
  color: #fff !important;
}
.content-row-wrapper.fullwidth .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-prev,
.elementor-section-full_width .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-prev,
.post-carousel .owl-nav .owl-prev {
  left: 0;
}
.content-row-wrapper.fullwidth .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-next,
.elementor-section-full_width .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-next,
.post-carousel .owl-nav .owl-next {
  right: 0;
}

.boxed-carousel .owl-stage-outer {
  padding-bottom: 4px;
}
.boxed-carousel .boxed {
  margin-right: 3px;
}

/* navigation */
.owl-nav div {
  cursor: pointer;
  font-size: 22px;
  line-height: 3em;
  margin-top: -1.5em;
  padding: 0;
  position: absolute;
  top: 50%;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.owl-nav .owl-next {
  right: -40px;
}
.owl-nav .owl-prev {
  left: -40px;
}

.owl-nav.disabled {
  display: none;
}

/* dots */
.carousel-holder:not(.main-carousel) .dots-holder {
  opacity: 1;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.carousel-holder:not(.main-carousel) .dots-holder > div {
  zoom: 1;
  display: inline-block;
  margin: 0 5px;
}
.carousel-holder:not(.main-carousel) .dots-holder > div span {
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  margin: 0 0 4px !important;
  width: 10px;
}
.carousel-holder:not(.main-carousel) .dots-holder div.active span, .carousel-holder:not(.main-carousel) .dots-holder div:hover span {
  opacity: 0.5;
}

.carousel-holder:not(.main-carousel) .dots-holder span {
  border-color: var(--font-color);
}

.carousel-holder:not(.main-carousel) .dots-holder .active span {
  border-color: var(--primary-color);
}

.carousel-holder:hover .dots-holder {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

/* dots for main carousel */
.carousel-holder.main-carousel .dots-holder {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.carousel-holder.main-carousel .dots-holder > div {
  zoom: 1;
  display: inline-block;
  margin-right: 5px;
}
.carousel-holder.main-carousel .dots-holder > div span {
  cursor: pointer;
  height: 15px;
  width: 15px;
  display: block;
  -webkit-backface-visibility: visible;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}
.carousel-holder.main-carousel .dots-holder div.active span, .carousel-holder.main-carousel .dots-holder div:hover span {
  background: rgba(255, 255, 255, 0.8);
}

/* arrows for main carousel state */
.carousel-holder.main-carousel {
  overflow: hidden;
  /* hover state */
}
.carousel-holder.main-carousel .owl-carousel:hover .owl-nav:not(.disabled) div {
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.carousel-holder.main-carousel .owl-carousel:hover .owl-nav:not(.disabled) .owl-next {
  right: 10px;
}
.carousel-holder.main-carousel .owl-carousel:hover .owl-nav:not(.disabled) .owl-prev {
  left: 10px;
}
.carousel-holder.main-carousel .owl-carousel:hover .owl-nav:not(.disabled) > div:hover.owl-next {
  padding: 0 5px 0 15px;
}
.carousel-holder.main-carousel .owl-carousel:hover .owl-nav:not(.disabled) > div:hover.owl-prev {
  padding: 0 15px 0 5px;
}

.light-bg-tone .owl-nav div {
  background-color: transparent;
}
.light-bg-tone .owl-nav span:before {
  color: #fff;
}
.light-bg-tone .dots-holder > div span {
  background: rgba(255, 255, 255, 0.4) !important;
}
.light-bg-tone .dots-holder div.active span, .light-bg-tone .dots-holder div:hover span {
  background: rgba(255, 255, 255, 0.8) !important;
}

.dark-bg-tone .owl-nav div {
  background-color: transparent;
}
.dark-bg-tone .owl-nav span:before {
  color: #000;
}
.dark-bg-tone .dots-holder > div span {
  background: rgba(0, 0, 0, 0.2) !important;
}
.dark-bg-tone .dots-holder div.active span, .dark-bg-tone .dots-holder div:hover span {
  background: rgba(0, 0, 0, 0.6) !important;
}

.rt-image-carousel .owl-carousel .owl-item img {
  margin: auto;
  height: auto;
}

.rt-carousel.shadows .owl-stage .imgeffect {
  overflow: visible;
}
.rt-carousel.shadows .owl-stage .owl-item > div {
  margin: 12px;
}
.rt-carousel.shadows .owl-stage .owl-item > div > * {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.rt-carousel.shadows .owl-nav div {
  margin-top: -24px;
}

.rt-carousel.scaled-imgs .imgeffect, .rt-carousel.scaled-imgs .has-overlay, .rt-carousel.scaled-imgs img {
  max-width: 100% !important;
  width: 100%;
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonial.col-md-12 {
  font-size: 16px;
}

.testimonial.col {
  margin-bottom: 30px;
}

.testimonial h6 {
  margin-bottom: 30px;
  margin-top: 0;
}

.testimonial .text {
  position: relative;
}
.testimonial .text > * {
  position: relative;
  z-index: 2;
}

/* quotes */
.testimonial .text {
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial .text .quote {
  z-index: 1;
  font-size: 140px;
  margin-bottom: -70px;
  position: relative;
  display: block;
  opacity: 0.3;
  line-height: 1em;
}

/* client image */
.testimonial.has-image .client-image {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
.testimonial.has-image .client-image img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 100px;
  -webkit-transform-style: initial;
          transform-style: initial;
  margin: auto;
}

/* client info */
.client-info {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  margin: 0 10px;
  font-size: 0.875em;
  max-width: calc( 100% - 120px );
}
.client-info > span:not(:last-child):after {
  content: " —";
}
.client-info h6 {
  margin-bottom: 2px;
  margin-top: 0;
  font-size: 1em;
}

/* testimonial left aligned text */
.testimonials.left .testimonial.has-image {
  padding-bottom: 100px;
}
.testimonials.left .testimonial.has-image .client-info {
  float: left;
  margin: 25px 0 0 25px;
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
}
.testimonials.left .testimonial.col-md-12 {
  padding: 0;
}
.testimonials.left .testimonial.has-image .client-image {
  display: inline-block;
  float: left;
}

/* testimonials centered */
.testimonials.center {
  text-align: center;
}
.testimonials.center .client-image {
  margin-bottom: 10px;
}

.testimonials.center.big h6 {
  margin-top: 0;
  font-size: 1.4em;
}
.testimonials.center.big p {
  font-size: 1.2em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial.boxed {
  height: 100%;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit;
  margin: 0;
}

:focus, button:focus {
  outline: none;
}

label.inline {
  display: inline-block;
  text-align: left;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
textarea,
select,
body .select2-container--default .select2-selection--single {
  padding: 0.6em;
  line-height: 1.4em;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  height: 2.8em;
  border-color: inherit;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus, textarea:focus {
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1098);
          box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1098);
}

select, form .customselect {
  padding: 0.3em 0.6em;
  -webkit-border-radius: 0;
}

body .select2-search input,
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.34);
          box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.34);
  padding-left: 10px;
  padding-right: 10px;
  border-color: inherit;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

body .select2-container--default .select2-results > .select2-results__options {
  padding: 10px;
  border-color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.6em;
  right: 10px;
}

body .select2-dropdown {
  border-width: 2px;
  border-radius: 0;
  border-color: inherit;
}

body .select2-selection__rendered {
  line-height: 1.4em !important;
}

select.hasCustomSelect {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}

textarea {
  line-height: 1.4em;
  padding: 0.6em;
  height: auto;
}

[type="submit"],
[type="button"] {
  border-width: 0;
  border-style: solid;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 0.6em 20px;
  height: 2.8em;
  border-radius: 0;
  line-height: 1.6em;
  font-weight: bold;
  cursor: pointer;
}

button[type="submit"] {
  cursor: pointer;
}

/* Forms in sidebars
   ========================================================================== */
.widget form input, textarea, select {
  max-width: 100%;
}

/* Contact Form (native) & RT-Forms
   ========================================================================== */
.rt_form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.rt_form textarea,
.rt_form select {
  padding: 0.7em;
  border-style: solid;
  background-color: transparent;
  line-height: 100%;
  height: 3em;
  border-radius: 10px;
}
.rt_form textarea {
  line-height: 1.5em;
  padding: 0.7em;
  height: auto;
}
.rt_form input[type="submit"],
.rt_form input[type="button"] {
  border-radius: 10px;
}
.rt_form > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt_form > ul > .form-input {
  margin-bottom: 0.5em;
}
.rt_form > ul .security-question,
.rt_form > ul .submit-button {
  float: left;
  margin-right: 10px;
}
.rt_form > ul #name, .rt_form > ul #email, .rt_form > ul #message, .rt_form > ul .fullwidth {
  width: 100%;
}
.rt_form > ul #math {
  max-width: 65px;
}
.rt_form .error {
  -webkit-box-shadow: 0 0 0 2px red !important;
          box-shadow: 0 0 0 2px red !important;
}
.rt_form .loading {
  background: url(../images/loading.gif) center center no-repeat;
  display: none;
  width: 40px;
  height: 45px;
  float: right;
}
.rt_form #math {
  border-width: 2px;
  padding: 0.6em;
  height: 2.8em;
  text-align: center;
}
.rt_form .confirm-label {
  margin-left: 10px;
  white-space: normal;
  vertical-align: top;
  max-width: calc(100% - 25px );
}

.rt_form.full-width-form input, .rt_form.full-width-form textarea, .rt_form.full-width-form select {
  width: 100%;
  margin: 10px 0;
}
.rt_form.full-width-form .ajax-loader {
  position: absolute;
  margin-top: 1.6em;
}
.rt_form.full-width-form + .wpcf7-response-output {
  margin-top: 0 !important;
}

/* Subscription Forms
   ========================================================================== */
#container .subscription-form.inline {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#container .subscription-form.inline input:not([type="submit"]) {
  width: calc(100% - 5px);
}
#container .subscription-form.inline .col {
  padding: 0 !important;
}
#container .subscription-form.inline-2 div {
  position: relative;
  display: inline-block;
}
#container .subscription-form.inline-2 .wpcf7-not-valid-tip {
  position: absolute;
  left: 10%;
  text-align: left;
}
#container .subscription-form.inline-2 label {
  padding: 0 15px;
  font-weight: normal;
}
#container .subscription-form.inline-2 input[type="email"] {
  max-width: 250px;
  border-radius: 30px;
  padding-left: 20px;
  border-width: 0;
}
#container .subscription-form.inline-2 .icon-submit {
  margin-left: -35px;
  width: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 28px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  right: 7px;
  color: #fff;
}
#container .subscription-form.inline-2 .icon-submit:before {
  width: auto;
  margin: 0 0 0 2px;
}
#container .subscription-form.inline-2 .ajax-loader {
  position: absolute;
  right: -26px;
  top: 10px;
}
#container .subscription-form.rounded {
  position: relative;
  display: inline-table;
}
#container .subscription-form.rounded > * {
  display: table-cell;
}
#container .subscription-form.rounded > span:first-child input {
  border-radius: 40px 0 0 40px;
  padding-left: 30px;
  border-width: 2px 0 2px 2px;
  width: 100% !important;
  max-width: 100%;
}
#container .subscription-form.rounded > span:nth-child(2) input {
  border-width: 2px 0 2px 2px;
  width: 100% !important;
  max-width: 100%;
}
#container .subscription-form.rounded input[type="submit"] {
  border-radius: 0 40px 40px 0;
  padding-left: 20px;
  padding-right: 30px;
  text-align: left;
}
#container .subscription-form.rounded .ajax-loader {
  position: absolute;
  right: -26px;
  top: 10px;
}
#container .subscription-form.rounded .wpcf7-not-valid-tip {
  text-align: center;
}
#container .subscription-form.nogaps input {
  width: 100% !important;
}
#container .subscription-form.nogaps .ajax-loader {
  position: absolute;
}
#container .subscription-form p {
  margin-bottom: 10px;
}

/* Contact Form 7 (plugin)
   ========================================================================== */
.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.wpcf7 textarea,
.wpcf7 select {
  max-width: 100%;
}
.wpcf7 .wpcf7-list-item.first,
.wpcf7 .wpcf7-response-output {
  margin-left: 0;
}
.wpcf7 .form-table .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7 .wpcf7-form-control-wrap.notes {
  display: block;
}
.wpcf7 .wpcf7-response-output {
  clear: both;
  border-width: 0;
  padding: 10px 0;
  margin-left: 50px;
  position: relative;
}
.wpcf7 .wpcf7-response-output:before {
  font-family: "rtui";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.wpcf7 .wpcf7-response-output:before {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: fontello;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  position: absolute;
  left: -50px;
  top: 0;
}
.wpcf7 .rt_form + .wpcf7-response-output {
  margin-top: 80px;
}
.wpcf7 div.wpcf7-mail-sent-ok:before {
  background-color: #398f14;
}
.wpcf7 div.wpcf7-mail-sent-ng:before {
  background-color: #ff0000;
  content: "\e811";
}
.wpcf7 div.wpcf7-spam-blocked:before {
  content: "\2715";
  background-color: #ffa500;
}
.wpcf7 div.wpcf7-validation-errors:before {
  content: "\261e";
  background-color: #f7b400;
}
.wpcf7 img.ajax-loader {
  display: inline-block;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-family: "Courier"," monospace";
  font-size: 11px;
}
.wpcf7 .ajax-loader {
  background-image: url(../images/preloader.gif) !important;
}
.wpcf7 .rt_form label {
  display: block;
}

/* Gravity Forms (plugin)
   ========================================================================== */
.gform_wrapper div input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.gform_wrapper div input.medium {
  margin: 0;
  padding: 5px 10px;
  font-size: 1rem;
}
.gform_wrapper div select[multiple],
.gform_wrapper div select[size] {
  margin: 0 !important;
  padding: 10px;
  font-size: 1rem;
}
.gform_wrapper div textarea {
  margin: 0;
  line-height: 1.4em;
  padding: 11px 10px;
  font-size: 1rem;
}
.gform_wrapper div .ginput_container label {
  text-align: left;
}
.gform_wrapper div .gfield_label {
  text-align: left;
}

/* Ninja Forms
   ========================================================================== */
.ninja-forms-form .label-above label {
  text-align: left;
}
.ninja-forms-form .ninja-forms-field-error {
  color: red;
}

#container .rt-date-picker {
  width: 80px;
}

#container .rt-date-icon {
  display: inline-block;
  position: relative;
}
#container .rt-date-icon:before {
  font-family: "rtui";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
#container .rt-date-icon:before {
  float: right;
  top: calc(50% - 6px);
  left: 10px;
  position: absolute;
}
#container .rt-date-icon .rt-date-picker {
  width: 130px;
  padding-left: 30px;
}
#container .rt-date-icon .rt-date-picker.native {
  width: 175px;
  padding-left: 30px;
}

/* ==========================================================================
   TABLES
   ==========================================================================  */
/* Form Table
	========================================================================== */
#container table.form-table {
  width: auto;
  margin: auto;
}
#container table.form-table tr > td {
  border-width: 0;
  padding-right: 20px;
  padding-bottom: 10px;
  vertical-align: middle;
}
#container table.form-table tr > td:last-child {
  padding-right: 0;
}
#container table.form-table label {
  margin: 0 10px;
  min-width: 150px;
  text-align: left;
}
#container table.form-table td > label:first-child {
  margin-left: 0;
}
#container table.form-table .note-field {
  height: 100px;
  width: 100%;
}

.content table:not(.table) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.content table:not(.table) > thead > tr > th,
.content table:not(.table) > thead > tr > td,
.content table:not(.table) > tbody > tr > th,
.content table:not(.table) > tbody > tr > td,
.content table:not(.table) > tfoot > tr > th,
.content table:not(.table) > tfoot > tr > td {
  padding: 5px;
  vertical-align: top;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.content table:not(.table) > thead > tr > th {
  vertical-align: bottom;
  border-width: 0 0 2px 0;
  border-style: solid;
}
.content table:not(.table) > caption + thead > tr:first-child > th,
.content table:not(.table) > caption + thead > tr:first-child > td,
.content table:not(.table) > colgroup + thead > tr:first-child > th,
.content table:not(.table) > colgroup + thead > tr:first-child > td,
.content table:not(.table) > thead:first-child > tr:first-child > th,
.content table:not(.table) > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.rt-simple-table {
  margin-bottom: 0 !important;
}
.rt-simple-table thead {
  font-weight: bold;
}

.table-clean thead td {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.table-clean tbody tr:last-child td {
  padding-bottom: 0 !important;
}

/* ==========================================================================
   TOP BAR
   ========================================================================== */
.naturalife-top-bar {
  position: relative;
  z-index: 110;
  margin: auto;
  max-width: 100%;
  padding: 5px 0;
}
.naturalife-top-bar .top-bar-inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  height: 100%;
}
.naturalife-top-bar .top-bar-inner::after {
  display: block;
  clear: both;
  content: "";
}
.naturalife-top-bar .top-bar-inner.fullwidth {
  max-width: 96%;
}
.naturalife-top-bar .top-bar-right {
  margin-left: auto;
}

/* Top Bar Widgets
   ========================================================================== */
.topbar-widget {
  position: relative;
}
.topbar-widget:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.topbar-widget:not(:last-child):after {
  border-style: solid;
  border-width: 0 1px 0 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topbar-widget a {
  text-decoration: none;
}
.topbar-widget.widget_text p:last-child, .topbar-widget.widget_text *, .topbar-widget.widget-naturalife-text p:last-child, .topbar-widget.widget-naturalife-text * {
  margin-top: 0;
  margin-bottom: 0;
}
.topbar-widget .search {
  border: 0;
}
.topbar-widget > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.topbar-widget > ul > li {
  display: inline-block;
}
.topbar-widget > ul > li:not(:last-child) {
  padding-right: 5px;
}
.topbar-widget .button_wrapper, .topbar-widget .button_ {
  display: block !important;
}

/* Top Bar Menus
   ========================================================================== */
.naturalife-top-bar .menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.naturalife-top-bar .menu > li {
  position: relative;
  display: inline-block;
  float: left;
}
.naturalife-top-bar .menu > li > a {
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 25px;
  padding-left: 15px;
}
.naturalife-top-bar .menu > li:not(:last-child) > a {
  border-width: 0 1px 0 0;
  border-style: solid;
  padding-right: 15px;
}
.naturalife-top-bar .menu > li:before {
  margin-right: -6px;
}
.naturalife-top-bar .menu > li > a:hover, .naturalife-top-bar .menu > li.current-menu-ancestor > a, .naturalife-top-bar .menu > li.current-menu-item > a {
  text-decoration: none;
}
.naturalife-top-bar .menu ul {
  display: none;
  position: absolute;
  width: 160px;
  list-style: none outside none;
  z-index: 99999;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.3;
}
.naturalife-top-bar .menu ul li {
  position: relative;
}
.naturalife-top-bar .menu ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.naturalife-top-bar .menu ul li a:hover, .naturalife-top-bar .menu ul li > .current-menu-ancestor > a {
  text-decoration: none;
}
.naturalife-top-bar .menu ul li:not(:last-child) a {
  border-style: solid;
  border-width: 0 0 1px 0;
}
.naturalife-top-bar .menu ul ul {
  margin-left: 160px;
  top: 0;
}
.naturalife-top-bar .menu ul ul ul {
  top: 0;
}
.naturalife-top-bar .menu li:hover > ul {
  display: block;
}
.naturalife-top-bar .menu > li.menu-item-has-children > a:after {
  content: "\2a";
  font-family: "rtui";
  padding-left: 5px;
}
.naturalife-top-bar .menu > li.o-direction .sub-menu {
  right: 0;
}
.naturalife-top-bar .menu > li.o-direction .sub-menu ul {
  margin-right: 160px;
  margin-left: auto;
}

.top-bar-left .widget_nav_menu:first-child .menu > li:first-child > a {
  padding-left: 0;
}

.top-bar-right .widget_nav_menu:last-child .menu > li:last-child > a {
  padding-right: 0;
}

/* ==========================================================================
   SIDE PANEL
   ========================================================================== */
.naturalife-panel-holder, .naturalife-panel-background {
  width: 400px;
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.naturalife-panel-holder {
  z-index: 520;
}
.naturalife-panel-holder .ps-scrollbar-y-rail {
  display: none;
}

.naturalife-panel-background {
  z-index: 510;
}

.naturalife-panel-wrapper {
  padding: 30px 50px;
  height: 100%;
  width: 100%;
  display: table;
}
.naturalife-panel-wrapper img {
  max-width: 100%;
  height: auto;
}

.naturalife-panel-widgets {
  display: inline-block;
}
.naturalife-panel-widgets .widget > h5 {
  font-weight: bold;
}

.naturalife-panel-contents {
  margin-bottom: -40px;
}

.naturalife-panel-contents > * {
  display: none;
  opacity: 0;
  top: 20px;
  position: relative;
  max-width: 300px;
}

.naturalife-panel-contents > .animate {
  margin-bottom: 40px;
}
.naturalife-panel-contents > .animate > *:not(:last-child) {
  margin-bottom: 40px;
}

.naturalife-panel-contents .widgettitle, .naturalife-panel-contents .widget h5 {
  margin: 0 0 40px;
  position: relative;
}
.naturalife-panel-contents .widgettitle:after, .naturalife-panel-contents .widget h5:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -17px;
}

.admin-bar .naturalife-panel-wrapper {
  padding-top: 62px;
}

/* panel open close animation  */
.naturalife-panel-holder, .naturalife-panel-background {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  -moz-transition: -moz-transform 0.3s ease-out 0.4s;
  -o-transition: -o-transform 0.3s ease-out 0.4s;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.4s;
  -webkit-transition: -webkit-transform 0.3s ease-out 0.4s;
  transition: -webkit-transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.naturalife-panel-on .naturalife-panel-holder, .naturalife-panel-on .naturalife-panel-background {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.3s linear 0.4s;
  -o-transition: -o-transform 0.3s linear 0.4s;
  -webkit-transition: -webkit-transform 0.3s linear;
  -webkit-transition-delay: 0.4s;
  -webkit-transition: -webkit-transform 0.3s linear 0.4s;
  transition: -webkit-transform 0.3s linear 0.4s;
  transition: transform 0.3s linear 0.4s;
  transition: transform 0.3s linear 0.4s, -webkit-transform 0.3s linear 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.naturalife-panel-on .naturalife-panel-close {
  -moz-transition: -moz-transform 0.3s linear 0.8s;
  -o-transition: -o-transform 0.3s linear 0.8s;
  -webkit-transition: -webkit-transform 0.3s linear;
  -webkit-transition-delay: 0.8s;
  -webkit-transition: -webkit-transform 0.3s linear 0.8s;
  transition: -webkit-transform 0.3s linear 0.8s;
  transition: transform 0.3s linear 0.8s;
  transition: transform 0.3s linear 0.8s, -webkit-transform 0.3s linear 0.8s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.naturalife-panel-close {
  position: fixed;
  color: #9a9a9a;
  z-index: 99999;
  right: 420px;
  font-size: 14px;
  border-radius: 50%;
  top: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: -moz-transform 0.3s linear 0s;
  -o-transition: -o-transform 0.3s linear 0s;
  -webkit-transition: -webkit-transform 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
}

.admin-bar .naturalife-panel-close {
  top: 52px;
}

/* Mini Cart
	========================================================================== */
.naturalife-panel-contents > .widget_shopping_cart .cart_list li {
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 20px 0 20px 54px;
}
.naturalife-panel-contents > .widget_shopping_cart .total {
  padding: 30px 0 !important;
}
.naturalife-panel-contents > .widget_shopping_cart .cart_list li.empty {
  padding: 20px 0;
  border: none;
}

/* Login
	========================================================================== */
.naturalife-panel-contents > .widget.rt_woocommerce_login .form-row > label {
  display: block;
  text-align: left;
  font-weight: inherit;
}
.naturalife-panel-contents > .widget.rt_woocommerce_login .input-text, .naturalife-panel-contents > .widget.rt_woocommerce_login .button {
  width: 100%;
}
.naturalife-panel-contents > .widget.rt_woocommerce_login form.login {
  padding: 0;
  border-width: 0;
}

/* ==========================================================================
   PANEL NAVIGATION 
   ========================================================================== */
.naturalife-panel-contents .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.naturalife-panel-contents .menu > li {
  float: none;
  display: block;
}
.naturalife-panel-contents .menu a > sub {
  display: block;
  font-size: 11px;
  font-style: oblique;
  padding: 5px 0;
}
.naturalife-panel-contents .menu li a, .naturalife-panel-contents .menu li > span {
  position: relative;
  display: block;
  text-align: left;
  border-width: 0 0 1px 0;
  padding: 10px 0;
  text-decoration: none;
  border-style: solid;
  line-height: 1.8 !important;
}
.naturalife-panel-contents .menu ul li a, .naturalife-panel-contents .menu ul li > span {
  border-style: solid;
  border-width: 0 0 1px;
}
.naturalife-panel-contents .menu > li > a:after, .naturalife-panel-contents .menu li span:after {
  background-color: transparent;
}
.naturalife-panel-contents .menu ul {
  list-style: none;
  display: none;
  position: relative;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.naturalife-panel-contents .menu ul ul {
  border-width: 0;
}
.naturalife-panel-contents .menu > li > ul {
  margin: 0;
}
.naturalife-panel-contents .menu ul li:first-child a, .naturalife-panel-contents .menu ul li:first-child > span {
  border-width: 0 0 1px 0;
}
.naturalife-panel-contents .menu li:hover > ul {
  display: none;
}
.naturalife-panel-contents .menu li.menu-item-has-children > a, .naturalife-panel-contents .menu li.menu-item-has-children > span {
  padding-right: 65px;
  position: relative;
}
.naturalife-panel-contents .menu li.menu-item-has-children > a:before, .naturalife-panel-contents .menu li.menu-item-has-children > span:before {
  font-family: "rtui";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.naturalife-panel-contents .menu li.menu-item-has-children.current-menu-item > a:before, .naturalife-panel-contents .menu li.menu-item-has-children.current-menu-item > span:before {
  font-family: "rtui";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.naturalife-panel-contents .menu li.menu-item-has-children > a:before, .naturalife-panel-contents .menu li.menu-item-has-children > span:before {
  cursor: pointer;
  margin: -5px 0 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: left;
  width: auto;
  z-index: 999;
  margin: -6px 0 0 0 !important;
  line-height: 1;
  font-size: 12px;
  width: auto !important;
}
.naturalife-panel-contents .menu li.current-menu-item > ul {
  display: block;
}
.naturalife-panel-contents .menu li.current-menu-ancestor:after,
.naturalife-panel-contents .menu li.current-menu-item:after,
.naturalife-panel-contents .menu li:hover:after,
.naturalife-panel-contents .menu li:after {
  content: none;
}
.naturalife-panel-contents .menu li li a {
  padding-left: 15px;
}
.naturalife-panel-contents .menu li li li a {
  padding-left: 25px;
}
.naturalife-panel-contents .menu li li li li a {
  padding-left: 35px;
}
.naturalife-panel-contents .menu li li li li a {
  padding-left: 45px;
}
.naturalife-panel-contents .menu li li li li li a {
  padding-left: 50px;
}
.naturalife-panel-contents .menu li li li li li li a {
  padding-left: 60px;
}
.naturalife-panel-contents .menu li li li li li li li a {
  padding-left: 70px;
}

.naturalife-panel-contents .naturalife-language-switcher > .menu > li > a:before {
  content: "\f0ec" !important;
  font-size: 1.2em;
  top: auto !important;
  margin: auto !important;
}

/*  Small screens
	========================================================================== */
@media screen and (max-width: 1024px) {
  .naturalife-panel-holder {
    overflow: auto;
    height: auto;
  }

  .naturalife-panel-on {
    overflow: hidden;
  }

  #container {
    -webkit-overflow-scrolling: touch;
  }

  .naturalife-panel-on {
    -webkit-overflow-scrolling: touch;
  }

  .side-panel-widgets-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .side-panel-widgets-mobile, .mobile-nav, .naturalife-panel-contents .naturalife-language-switcher {
    display: none !important;
  }

  .naturalife-panel-close {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .admin-bar .naturalife-panel-close {
    top: 66px;
  }
}
@media screen and (max-width: 425px) {
  .naturalife-panel-holder, .naturalife-panel-background {
    width: 280px;
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
  }

  .naturalife-panel-wrapper {
    padding: 30px;
  }

  .naturalife-panel-close {
    right: 285px;
  }
}
/* ==========================================================================
	PAGE LOADING EFFECT
	========================================================================== */
#loader-wrapper {
  display: none;
}

.js #loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10000;
}
.js #loader-wrapper:before {
  position: fixed;
  width: 300px;
  height: 300px;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.js #loader-wrapper:after {
  content: "";
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}
.js #loader-wrapper .loading-logo {
  opacity: 0;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}
.js .rt-loading {
  overflow-y: scroll;
}
.js .rt-loading #loader-wrapper {
  opacity: 1;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
}
.js .rt-loaded #loader-wrapper {
  opacity: 0;
  -webkit-transition: opacity .75s ease, -webkit-transform 0s ease .65s;
  transition: opacity .75s ease, -webkit-transform 0s ease .65s;
  transition: opacity .75s ease, transform 0s ease .65s;
  transition: opacity .75s ease, transform 0s ease .65s, -webkit-transform 0s ease .65s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.js .rt-leaving {
  overflow-x: hidden;
}
.js .rt-leaving #container {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  -webkit-transition: opacity 7s, -webkit-filter 1s;
  transition: opacity 7s, -webkit-filter 1s;
  transition: filter 1s, opacity 7s;
  transition: filter 1s, opacity 7s, -webkit-filter 1s;
}

/* ==========================================================================
   404 PAGE
   ========================================================================== */
.page-404 {
  padding: 40px 0;
}

.page-404 > .col:first-child {
  text-align: left;
}
.page-404 > .col:first-child span {
  font-size: 250px;
  line-height: 250px;
  display: inline-block;
  color: #eee;
  text-align: left;
  padding-right: 20px;
}
.page-404 > .col:first-child span:before {
  text-align: left;
  margin: 0;
}

.page-404 h1 {
  font-size: 100px;
  line-height: 140px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
 /* Deskop Header
	========================================================================== */
@media screen and (min-width: 1025px) {
  .naturalife-fullwidth-header-width .main-header-holder .header-elements {
    max-width: 96%;
  }

  .naturalife-fullwidth-sticky-header-width .sticky-header-holder .header-elements {
    max-width: 96%;
  }

  .logo-image {
    display: none;
  }

  .naturalife-light-header .light-logo {
    display: inline-block;
  }

  .naturalife-dark-header .dark-logo {
    display: inline-block;
  }

  .mobile-header {
    display: none;
  }

  body.header-sidepanel .naturalife-sidepanel-button-holder {
    display: block;
  }
}
/* Mobile Header
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .top-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .logo-image {
    display: none;
  }

  .naturalife-light-mobile-header .light-logo {
    display: inline-block;
  }

  .naturalife-dark-mobile-header .dark-logo {
    display: inline-block;
  }

  body .sub-page-header {
    padding: 40px 0;
  }

  body.header-sidepanel-mobile .naturalife-sidepanel-button-holder {
    display: block;
  }

  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav,
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav,
  .post-carousel .owl-nav {
    opacity: 1;
  }
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav > div,
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav > div,
  .post-carousel .owl-nav > div {
    background: rgba(0, 0, 0, 0.25);
    color: #fff !important;
  }
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-prev,
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-prev,
  .post-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-next,
  .rt-carousel:not(.main-carousel)[data-nav="true"] .owl-nav .owl-next,
  .post-carousel .owl-nav .owl-next {
    right: 0;
  }
}
/* Tablet Landscape and Smaller screen and (max-width : 1024px)
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .timeline.style-1:after {
    content: none;
  }
  .timeline.style-1 > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
  .timeline.style-1 > div > .event-date > span:not(:last-child) {
    padding-right: 4px;
  }
  .timeline.style-1 > div:nth-child(odd) {
    text-align: center;
  }
  .timeline.style-1 > div:nth-child(even) {
    text-align: center;
    margin-left: 0;
  }
  .timeline.style-1 > div:last-child {
    margin-bottom: 0;
  }
  .timeline.style-1 > div:before {
    content: none;
  }
  .timeline.style-1 > div > .event-date {
    left: auto !important;
    right: auto !important;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .rt-countdown i {
    text-align: center;
  }
  .rt-countdown i b {
    padding-right: 0;
    display: block;
  }

  .go-to-top {
    right: 20px;
  }

  .mw-row-tablet-100 .elementor-container {
    max-width: 100% !important;
  }

  #footer .footer-widgets .featured-col {
    padding-right: 20px;
  }
  #footer .footer-widgets .featured-col .column-inner {
    border-width: 0;
    padding-right: inherit;
  }
}
/* Extra small devices Phones screen and (max-width : 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  #container .latest_news figure img {
    max-width: 80px;
  }

  .author-info > div {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
    width: 100%;
  }
  .author-info > div .avatar {
    display: inline-block;
  }

  .comment-form .text-boxes li {
    width: 100%;
    margin: 10px 0;
    float: none;
  }

  .rt-text-columns {
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
  }
}
/* Small Screen up to 425px
  ========================================================================== */
@media screen and (max-width: 425px) {
  .main-carousel .slide-content .slider-buttons-wrapper {
    display: inline-block !important;
  }
  .main-carousel .slide-content .slider-buttons-wrapper > * {
    margin: 10px 0 !important;
  }

  #mobile-logo img {
    max-width: 140px;
    width: auto;
    height: auto;
  }

  #mobile-logo img.logo-auto-height {
    height: auto;
  }

  .column-list > ul > li {
    width: calc(100%);
  }

  .image-content-box.box-style-1:not(.not-responsive) > div {
    width: 100% !important;
    text-align: center;
  }
  .image-content-box.box-style-1:not(.not-responsive) > div:first-child:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .image-content-box.box-style-1:not(.not-responsive) .featured_image_holder {
    margin: 0 !important;
  }
  .image-content-box.box-style-1:not(.not-responsive) .featured_image_holder img {
    margin: auto;
    float: none;
  }

  .header-tools > ul > li > a span:before {
    font-size: 18px;
  }
  .header-tools > ul > li > a:not(.naturalife-sidepanel-button) {
    padding: 0 3px;
  }
  .header-tools > ul .naturalife-sidepanel-button {
    margin-left: 6px;
  }
  .header-tools > ul .cart .naturalife-cart-items {
    left: 1px;
  }

  .naturalife-sidepanel-button {
    height: 40px;
    width: 40px;
    margin-top: 5px;
  }

  .timeline.style-2 .event-date {
    float: none;
  }

  .subscription-form.rounded > * {
    width: calc(100% - 4px);
    display: block;
    padding: 10px 0;
  }
  .subscription-form.rounded input {
    border-radius: 40px !important;
    text-align: center !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscription-form.rounded input:not([type="submit"]) {
    border-width: 2px !important;
  }

  #container .subscription-form.rounded > * {
    display: block;
  }
}
/* Small Screen up to 767px
  ========================================================================== */
@media screen and (max-width: 767px) {
  body .sub-page-header {
    padding: 40px 0;
  }
  body .sub-page-header .page-title {
    margin-bottom: 10px;
  }
  body .sub-page-header .page-title, body .sub-page-header .breadcrumb {
    float: none;
    text-align: center;
    line-height: 1.5;
  }
  body .sub-page-header .page-title h1, body .sub-page-header .page-title h2, body .sub-page-header .breadcrumb h1, body .sub-page-header .breadcrumb h2 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  article.type-post .post_data > * {
    margin: 5px;
  }
  article.type-post .entry-footer {
    text-align: center;
  }
  article.type-post .entry-footer .social_share {
    margin-top: 20px;
  }

  .blog_list > article {
    margin-bottom: 60px;
  }
  .blog_list > article .more-link {
    display: block;
    margin-top: 20px;
  }

  .column-list.column-list-5 > ul > li, .column-list.column-list-4 > ul > li, .column-list.column-list-3 > ul > li {
    width: calc(50% - 30px);
    clear: none;
  }

  .filter-holder {
    text-align: center;
  }
  .filter-holder > ul > li {
    display: block;
  }
  .filter-holder ul {
    text-align: center;
    display: block;
  }
  .filter-holder ul ul {
    margin: 20px;
  }
  .filter-holder ul ul li {
    display: block;
    margin-bottom: 10px;
  }
  .filter-holder li a {
    padding: 0;
  }

  .portfolio_list .col {
    margin-left: auto;
    margin-right: auto;
  }

  body .comment-avatar {
    float: none;
    margin: auto;
  }
  body .comment-body {
    margin: 20px 0;
  }
  body .commentlist .children {
    padding-left: 10px;
  }
  body .commentlist .children .comment-holder::before {
    left: -10px;
    width: 10px;
  }

  .google_map {
    max-height: 200px;
  }

  .form-table td {
    display: block;
    margin-bottom: 10px;
    padding: 0 !important;
  }
  .form-table td .wpcf7-form-control, .form-table td .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }

  .team > .row > .col:not(:last-child) {
    margin-bottom: 40px;
  }

  .content-box.content-padding .content-holder {
    padding-left: 0;
  }

  .rt-toggle > ol > li .toggle-head {
    padding: 0.8em;
    border-radius: 0;
  }

  .rt-toggle > ol > li .toggle-content {
    margin: 10px 0 0;
  }
}
/* Small Screen up to 768px
  ========================================================================== */
@media screen and (max-width: 768px) {
  .rt_tabs .tab_nav {
    display: none !important;
  }

  .tab-inline-title {
    display: block;
  }

  .tab_contents {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tab_content {
    padding: 10px 0 !important;
  }

  .rt_tabs .tab_contents .tab_content {
    padding: 25px 0 !important;
  }

  .rt-popup-search .wp-search-form {
    font-size: 1.1em;
  }

  .portfolio-template-single-portfolio-layout2 .col.portfolio-sidebar > .column-inner {
    padding: 0;
  }

  .main-carousel, .main-carousel .rt-carousel-holder {
    min-height: inherit !important;
  }
}
/* Small Screen up to 992px
  ========================================================================== */
@media screen and (max-width: 992px) {
  #footer .footer-widgets {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #footer .footer-widgets .column-inner {
    padding: 0;
  }

  #footer .footer-widgets .widgets_holder:not(:last-child) .widget:last-child {
    padding-bottom: 45px;
  }

  .footer-info-bar {
    text-align: center;
  }
  .footer-info-bar > .content-row-wrapper > div {
    position: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
    margin: 10px auto;
  }

  #footer-navigation {
    display: inline-block;
  }

  .sidebar, .content, .content.left-sidebar, .content.right-sidebar {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
  }

  .content {
    margin-bottom: 20px;
  }

  .pricing_table .table_wrap.features {
    display: none;
  }

  .pricing_table .table_wrap {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .pricing_table .table_wrap > ul {
    margin: 0;
  }

  .naturalife-post-navigation {
    text-align: center;
  }
  .naturalife-post-navigation > div > * {
    margin-bottom: 20px;
  }
  .naturalife-post-navigation > div > *:first-child, .naturalife-post-navigation > div > *:last-child {
    text-align: center;
    display: inline-block;
  }

  .single-portfolio .key-details, .single-portfolio .portfolio-text {
    border-width: 0;
    padding: 15px;
  }
}
/* Small Screen up to 1024px
  ========================================================================== */
@media screen and (max-width: 1024px) {
  #mobile-logo img {
    width: auto;
  }

  .naturalife-top-bar {
    display: none;
  }

  .rt_tabs.style-4 .tab_nav > li > span {
    font-size: 30px;
    margin-bottom: 15px;
    padding: 5px;
    width: calc(1.2em + 20px);
    margin: 0 auto 20px;
    height: calc(1.2em + 20px);
    line-height: calc( 1.2em + 4px );
  }

  .rt_tabs.style-4 .tab_nav:after {
    top: calc(0.8em + 20px);
  }
}
/* Content widths
   ========================================================================== */
.top-bar-inner {
  max-width: 960px;
}

.content-row:not(.fullwidth), .content-row-wrapper {
  max-width: 960px;
}

.header-elements {
  max-width: 960px;
}

#footer > .content-row > .content-row-wrapper:not(.fullwidth) {
  max-width: 960px;
}

.boxed-body-style #container {
  max-width: 94%;
}

@media screen and (min-width: 1024px) {
  .top-bar-inner {
    max-width: calc( 100% - 40px);
  }

  .content-row:not(.fullwidth), .content-row-wrapper {
    max-width: calc( 100% - 40px);
  }

  .header-elements {
    max-width: calc( 100% - 40px);
  }

  #footer > .content-row > .content-row-wrapper:not(.fullwidth) {
    max-width: calc( 100% - 40px);
  }
}
@media screen and (min-width: 1280px) {
  .top-bar-inner {
    max-width: 1260px;
  }

  .content-row:not(.fullwidth), .content-row-wrapper {
    max-width: 1260px;
  }

  .header-elements {
    max-width: 1260px;
  }

  #footer > .content-row > .content-row-wrapper:not(.fullwidth) {
    max-width: 1260px;
  }

  .boxed-body-style #container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1280px) {
  .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: calc( 100% - 40px);
  }
}
/* Severeal fixes for various screens
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header-row .header-col > * {
    padding: 0 12px;
  }
}
@media screen and (min-width: 576px) {
  #container .rt-gallery .row:last-child .col {
    margin-bottom: 0;
  }
}
/* Main Slider
   ========================================================================== */
@media screen and (min-width: 1025px) {
  .main-carousel .slide-content {
    opacity: 0;
    -moz-transition: opacity 0.7s ease 0s;
    -o-transition: opacity 0.7s ease 0s;
    -webkit-transition: opacity 0.7s ease;
    -webkit-transition-delay: 0s;
    -webkit-transition: opacity 0.7s ease 0s;
    transition: opacity 0.7s ease 0s;
    position: absolute;
    padding: 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .main-carousel .slide-content > * {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
  }

  .active .slide-content-wrapper .slide-content {
    opacity: 1;
  }
  .active .slide-content-wrapper .slide-content > * {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    opacity: 1;
  }
  .active .slide-content-wrapper .slide-content > .slide_heading {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .active .slide-content-wrapper .slide-content > .slide_sub_heading {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .active .slide-content-wrapper .slide-content > .slide-text {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .active .slide-content-wrapper .slide-content > .slider-buttons-wrapper {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}
@media screen and (max-width: 1024px) {
  .main-carousel .slide-content-wrapper {
    min-height: inherit !important;
  }
  .main-carousel .slide-content {
    width: 100% !important;
    z-index: 2;
    position: relative !important;
    bottom: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .main-carousel .text-navigation-holder {
    display: none;
  }

  .rt-carousel, .rt-carousel-holder {
    min-height: auto !important;
  }

  .main-carousel .dots-holder {
    display: none;
  }

  .main-carousel .slide-content {
    text-align: center !important;
  }
  .main-carousel .slide-content .slider-buttons-wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .main-carousel .slide-content.center {
    left: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .slide-content-wrapper .slide-content > .slider-buttons-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .owl-nav div {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .content-row-wrapper.fullwidth .slide-content-wrapper.default,
  .elementor-section-full_width .slide-content-wrapper.default {
    max-width: calc( 100% - 40px);
  }

  .main-carousel .text-navigation-wrapper, .slide-background.default {
    max-width: calc( 100% - 40px);
  }
}
@media screen and (min-width: 1280px) {
  .content-row-wrapper.fullwidth .slide-content-wrapper.default,
  .elementor-section-full_width .slide-content-wrapper.default {
    max-width: 1260px;
  }

  .main-carousel .text-navigation-wrapper, .slide-background.default {
    max-width: 1260px;
  }
}
/* Print Styles
   ========================================================================== */
@media print {
  .header-col > *:not(#logo) {
    display: none;
  }

  .header-col > * {
    border-width: 0 !important;
  }

  .breadcrumb, .mobile-menu-button {
    display: none;
  }

  nav, .full-screen-menu-holder, .header-row.second, .header-tools {
    display: none;
  }

  #main-content {
    margin-top: 20px;
    border-top: 1px solid #ddd;
  }

  .social_media a[href]:after, .owl-carousel * a[href]:after, #comments * a[href]:after {
    content: "";
  }

  .tab_nav {
    display: none !important;
  }

  .tab_contents {
    margin-left: 0 !important;
  }

  .tab_content {
    display: block !important;
    padding: 10px 0 !important;
  }

  .tab_content_wrapper .tab_title {
    display: block !important;
  }

  .toggle-content {
    display: block !important;
  }
}




.upl-post-title a {
    font-size: 17px;
    color: #585e61;
}
.upl-post-date {
    font-size: 14px;
    color: #ffffff;
    background: #4fdb60;
    display: inline-block;
    padding: 2px 5px 0px;
}
.upl-post-excerpt a {
    font-size: 16px;
    color: #808891;
}
div.upl-list ul{
    margin: 0px;
}
#container .subscription-form.inline-2 input[type=email], #container .subscription-form.inline-2 input[type=text], #container .subscription-form.inline-2 input[type=tel], #container .subscription-form.inline-2 textarea {
    max-width: 250px;
    border-radius: 30px;
    padding-left: 20px;
    border-width: 0;
}
.naturalife-dark-header .naturalife-sidepanel-button * {
    background-color: #628980 !important;
}


.fix-height {
    height: 210px !important;
    overflow: hidden;
}
.fix-height .css-37qul3{
	padding: 0px 0px 0px; !important;
}


.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.abt-icon .fas {
    font-size: 45px;
}

.widgets_holder .footer_widget .menu > li {
    font-size: 12px;
    width: 48%;
    display: inline;
}

