@charset "UTF-8";
/*!
Theme Name: Meditex
Theme URI: https://demo.creativewp.com/meditex
Author: creative-wp
Author URI: https://themeforest.net/user/creative-wp
Description: Health, Medical & Doctor WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meditex
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #888888;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  position: relative;
  color: #2b2b2b;
  padding: 30px 0 30px 130px;
}
blockquote:before {
  content: "";
  font-family: "Linearicons";
  display: block;
  position: absolute;
  left: 50px;
  top: 30px;
  font-size: 48px;
  line-height: 1;
  color: #568701;
  font-style: normal;
  font-weight: 400;
  z-index: -1;
}
blockquote p {
  margin: 0;
}
blockquote a {
  color: #568701;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 23px;
  font-style: normal;
}
blockquote cite {
  font-size: 16px;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.wp-block-quote.is-style-large {
  padding: 30px 0 30px 130px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-left: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.meditex-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meditex-list li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.meditex-list li:last-child {
  margin-bottom: 0;
}
.meditex-list li:before {
  content: "\\";
  font-family: ElegantIcons;
  font-size: 14px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
  padding-right: 20px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.wpb-js-composer .vc_tta-container, .wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_row .vc_col-has-fill > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row.vc_col-has-fill > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.svg-icon svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  display: inline-block;
}

.meditex-text-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.meditex-text-list li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meditex-text-list li i {
  margin-right: 15px;
}

.site-content .vc_col-has-fill > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_section.vc_section-has-fill,
.site-content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.site-content .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.vc_row {
  background-position: center;
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}

.vc_row.vc_row-flex > .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex > .container > .row, .vc_row.vc_row-flex > .container-fluid > .row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.vc_row.vc_row-flex > .container > .row:after, .vc_row.vc_row-flex > .container > .row:before, .vc_row.vc_row-flex > .container-fluid > .row:after, .vc_row.vc_row-flex > .container-fluid > .row:before {
  display: none;
}

.vc_row.vc_row-o-columns-top > .container > .row, .vc_row.vc_row-o-columns-top > .container-fluid > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.vc_row.vc_row-o-columns-middle > .container > .row, .vc_row.vc_row-o-columns-middle > .container-fluid > .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .container > .row, .vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container, .vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #cdcfd0;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

.meditex-images-carousel .list-items {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meditex-images-carousel .list-items .item {
  overflow: hidden;
}
.meditex-images-carousel .left-arrow,
.meditex-images-carousel .right-arrow {
  position: absolute;
  z-index: 9;
  width: 38px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 50%;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-images-carousel .left-arrow i,
.meditex-images-carousel .right-arrow i {
  font-size: 8px;
}
.meditex-images-carousel .left-arrow:hover,
.meditex-images-carousel .right-arrow:hover {
  background-color: #568701;
}
.meditex-images-carousel .left-arrow {
  left: 30px;
}
.meditex-images-carousel .right-arrow {
  right: 30px;
}
.meditex-images-carousel.overlay-img img {
  opacity: 0.4;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-images-carousel.overlay-img .item:hover img {
  opacity: 1;
}
.meditex-images-carousel.has-border img {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.popular-post--arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #cccccc;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  top: 29%;
  -webkit-transform: translateY(-29%);
      -ms-transform: translateY(-29%);
          transform: translateY(-29%);
}
.popular-post--arrow.right-arrow {
  right: -85px;
}
.popular-post--arrow.left-arrow {
  left: -85px;
}
.popular-post--arrow i {
  font-size: 18px;
  line-height: 48px;
}
.popular-post--arrow:hover {
  background-color: #568701;
}

.meditex-popular-post--shortcode.blog-list .blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.meditex-popular-post--shortcode.blog-list .blog-wrapper:after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.meditex-popular-post--shortcode.blog-list .blog-wrapper:last-child {
  padding-bottom: 0;
}
.meditex-popular-post--shortcode.blog-list .blog-wrapper:last-child:after {
  display: none;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta {
  line-height: 1;
  margin-bottom: 8px;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta .meta:after {
  display: none;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta .cat a {
  color: #568701;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta .date {
  position: relative;
  padding-left: 15px;
  margin-lefT: 10px;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta .date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #888;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
}
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-header,
.meditex-popular-post--shortcode.blog-list .meditex-post__entry-thumbnail {
  margin-bottom: 0;
}
.meditex-popular-post--shortcode.blog-list .btn-post {
  display: none;
}

.meditex-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-cta .meditex-cta__text {
  margin-right: 15px;
}
.meditex-cta .title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
.meditex-cta .desc {
  font-size: 18px;
}
.meditex-cta .meditex-icon {
  margin-right: 10px;
}
.meditex-cta .meditex-icon i {
  display: block;
  font-size: 20px;
}
.meditex-cta .meditex-link {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  height: 46px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
  color: #2b2b2b;
}
.meditex-cta .meditex-link:hover {
  text-decoration: none;
}

.meditex-cta--style-2 {
  padding: 53px 50px 58px;
}

.meditex-faq__box {
  border: 1px solid #eaeaea;
  margin-bottom: 13px;
  cursor: pointer;
}
.meditex-faq__box i:first-child {
  display: none;
}
.meditex-faq__box i:last-child {
  display: block;
}
.meditex-faq__box:last-child.active, .meditex-faq__box:last-child {
  margin-bottom: 0;
}
.meditex-faq__box .meditex-faq__question {
  color: #2b2b2b;
  padding: 15px 30px;
  position: relative;
}
.meditex-faq__box .meditex-faq__question h4 {
  font-size: 20px;
  margin: 0;
  padding-right: 20px;
}
.meditex-faq__box .meditex-faq__question span {
  font-size: 18px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.meditex-faq__box .meditex-faq__answer {
  display: none;
  padding: 0 30px;
  margin-top: 8px;
}
.meditex-faq__box.active i:first-child {
  display: block;
}
.meditex-faq__box.active i:last-child {
  display: none;
}
.meditex-faq__box.active .meditex-faq__question h4 {
  color: #568701;
}

.meditex-faq__style-1 .meditex-faq__box {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: border-top 0.35s;
          transition: border-top 0.35s;
}
.meditex-faq__style-1 .meditex-faq__box.active {
  border-top: 4px solid #568701;
  padding-bottom: 25px;
}
.meditex-faq__style-1 .meditex-faq__box.active .meditex-faq__question {
  line-height: 1.2;
}

.meditex-faq__style-2 .meditex-faq__box {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-faq__style-2 .meditex-faq__box.active {
  margin-bottom: 35px;
}
.meditex-faq__style-2 .meditex-faq__box.active .meditex-faq__question {
  color: #fff;
  background-color: #568701;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.meditex-faq__style-2 .meditex-faq__box.active .meditex-faq__question h4 {
  color: #fff;
}
.meditex-faq__style-2 .meditex-faq__question {
  color: #2b2b2b;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-faq__style-2 .meditex-faq__answer {
  padding: 0 37px 0 32px;
  margin-top: 25px;
}

.meditex__section-title {
  overflow: hidden;
}
.meditex__section-title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #2b2b2b;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin: auto;
  margin-top: 10px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: #2b2b2b;
  font-size: 16px;
  margin-top: 10px !important;
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-bottom: 25px !important;
}

.wpcf7-form,
.wpcf7-form input,
.wpcf7-form textarea {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=url],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  color: #000;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin-bottom: 14px !important;
  display: block;
}
.wpcf7-form input[type=text]::-webkit-input-placeholder,
.wpcf7-form input[type=email]::-webkit-input-placeholder,
.wpcf7-form input[type=tel]::-webkit-input-placeholder,
.wpcf7-form input[type=date]::-webkit-input-placeholder,
.wpcf7-form input[type=url]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.wpcf7-form input[type=text]::-moz-placeholder,
.wpcf7-form input[type=email]::-moz-placeholder,
.wpcf7-form input[type=tel]::-moz-placeholder,
.wpcf7-form input[type=date]::-moz-placeholder,
.wpcf7-form input[type=url]::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder,
.wpcf7-form select::-moz-placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.wpcf7-form input[type=text]:-ms-input-placeholder,
.wpcf7-form input[type=email]:-ms-input-placeholder,
.wpcf7-form input[type=tel]:-ms-input-placeholder,
.wpcf7-form input[type=date]:-ms-input-placeholder,
.wpcf7-form input[type=url]:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder,
.wpcf7-form select:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.wpcf7-form input[type=text]:-moz-placeholder,
.wpcf7-form input[type=email]:-moz-placeholder,
.wpcf7-form input[type=tel]:-moz-placeholder,
.wpcf7-form input[type=date]:-moz-placeholder,
.wpcf7-form input[type=url]:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form select:-moz-placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.wpcf7-form textarea {
  padding-top: 10px;
}
.wpcf7-form input[type=date] {
  position: relative;
}
.wpcf7-form input[type=date]::after {
  font-family: ElegantIcons;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator, .wpcf7-form input[type=date]::-webkit-clear-button, .wpcf7-form input[type=date]::-webkit-inner-spin-button {
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
}
.wpcf7-form input[type=date]::-webkit-clear-button {
  font-size: 18px;
  height: 30px;
  position: relative;
  right: 5px;
  margin-right: 4px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form input[type=submit] {
  height: 50px;
  font-weight: 800;
  width: 100%;
  margin-top: 16px;
  text-align: center !important;
  background-color: #568701;
  outline: none;
}
.wpcf7-form input[type=submit]:focus {
  outline: none;
}
.wpcf7-form select {
  font-size: 14px;
  color: #888888;
}
.wpcf7-form .field-input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form .field-input .side-width {
  width: 50%;
}
.wpcf7-form .field-input .side-width:first-child {
  padding-right: 10px;
}
.wpcf7-form .field-input .side-width:last-child {
  padding-left: 10px;
}

.meditex-slider-form input[type=submit] {
  background-color: #fff !important;
  color: #568701;
}

.meditex-slider-form {
  padding: 45px 30px 35px 30px !important;
  background-image: -webkit-linear-gradient(124deg, #3e964e, #48b53c);
  background-image: linear-gradient(-34deg, #3e964e, #48b53c);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-slider-form h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 0 0 40px;
}
.meditex-slider-form h3, .meditex-slider-form input[type=submit] {
  letter-spacing: 0.5px !important;
}
.meditex-slider-form input[type=text],
.meditex-slider-form input[type=email],
.meditex-slider-form input[type=tel],
.meditex-slider-form input[type=date],
.meditex-slider-form input[type=url],
.meditex-slider-form textarea,
.meditex-slider-form select {
  background-color: #7abf7b;
}
.meditex-slider-form input[type=text],
.meditex-slider-form input[type=email],
.meditex-slider-form input[type=tel],
.meditex-slider-form input[type=date],
.meditex-slider-form input[type=url],
.meditex-slider-form select {
  height: 46px;
  line-height: 46px;
}
.meditex-slider-form textarea {
  width: 100%;
  height: 150px;
}
.meditex-slider-form input[type=date] {
  color: #fff;
}
.meditex-slider-form input[type=submit] {
  padding: 0;
  width: 100%;
  -webkit-transition: 0.5s !important;
          transition: 0.5s !important;
}
.meditex-slider-form > h3 {
  margin-bottom: 25px !important;
}
.meditex-slider-form .des-form {
  white-space: normal;
  font-size: 16px;
  color: #ccffcc;
  margin-bottom: 35px !important;
}

.meditex-contact-form-7 input[type=text],
.meditex-contact-form-7 input[type=email],
.meditex-contact-form-7 input[type=tel],
.meditex-contact-form-7 input[type=date],
.meditex-contact-form-7 input[type=url],
.meditex-contact-form-7 textarea,
.meditex-contact-form-7 select {
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 20px !important;
}
.meditex-contact-form-7 input[type=text]::-webkit-input-placeholder,
.meditex-contact-form-7 input[type=email]::-webkit-input-placeholder,
.meditex-contact-form-7 input[type=tel]::-webkit-input-placeholder,
.meditex-contact-form-7 input[type=date]::-webkit-input-placeholder,
.meditex-contact-form-7 input[type=url]::-webkit-input-placeholder,
.meditex-contact-form-7 textarea::-webkit-input-placeholder,
.meditex-contact-form-7 select::-webkit-input-placeholder {
  color: #888888;
}
.meditex-contact-form-7 input[type=date]:after {
  color: #888888;
}
.meditex-contact-form-7 textarea {
  height: 234px;
}
.meditex-contact-form-7 label {
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #2b2b2b;
  font-weight: 700;
}
.meditex-contact-form-7 .wpcf7-checkbox .wpcf7-list-item {
  margin-top: 14px;
  color: #999999;
  font-weight: 400;
  letter-spacing: -0.015px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.meditex-contact-form-7 input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.meditex-contact-form-7 input[type=checkbox]:before {
  content: "";
  display: block;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  cursor: pointer;
}
.meditex-contact-form-7 input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 4px;
  height: 9px;
  border: solid #568701;
  border-width: 0px 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(37deg);
  z-index: 10;
}
.meditex-contact-form-7 input[type=checkbox]:checked:after {
  display: block;
}
.meditex-contact-form-7 input[type=submit] {
  font-size: 16px;
  display: inline-block;
  width: initial;
  padding: 0 35px;
  margin-top: 21px;
}

.meditex-contact-form-7--style-2 textarea {
  height: 200px;
}
.meditex-contact-form-7--style-2 label.last-field {
  margin-top: 16px;
  margin-bottom: 28px;
}
.meditex-contact-form-7--style-2 input[type=submit] {
  padding: 0 40px;
}

.meditex-contact-form-7--style-3 h3 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 800;
  margin-bottom: 30px;
}
.meditex-contact-form-7--style-3 .meditex-slider-form {
  padding: 0;
  background-image: none;
}
.meditex-contact-form-7--style-3 input[type=text],
.meditex-contact-form-7--style-3 input[type=email],
.meditex-contact-form-7--style-3 input[type=tel],
.meditex-contact-form-7--style-3 input[type=date],
.meditex-contact-form-7--style-3 input[type=url] {
  margin-bottom: 15px !important;
  background-color: #fff;
}
.meditex-contact-form-7--style-3 input[type=date] {
  color: #2b2b2b;
}
.meditex-contact-form-7--style-3 input[type=submit] {
  font-size: 14px;
  margin-top: 30px;
  padding: 0;
  width: 100%;
  background-color: #568701;
  color: #fff;
}
.meditex-contact-form-7--style-3 textarea {
  margin-bottom: 0 !important;
  height: 150px;
  background-color: #fff;
}
.meditex-contact-form-7--style-3 .wpcf7-form {
  background-color: #f1f1f1;
}

.meditex-map .wpcf7-form .field-input,
.meditex-contact-form-7--style-3 .wpcf7-form .field-input {
  display: block;
}
.meditex-map .wpcf7-form .field-input .side-width,
.meditex-contact-form-7--style-3 .wpcf7-form .field-input .side-width {
  width: 100%;
  padding: 0;
}

.single-team .meditex-slider-form .des-form {
  color: #888;
}
.single-team .meditex-contact-form-7--style-3 input[type=submit] {
  color: #568701;
}

.meditex-testimonial-carousel .meditex__section-title {
  margin-top: 0;
  margin-bottom: 23px;
  line-height: 46px;
  font-weight: 800;
}
.meditex-testimonial-carousel .testimonial--arrow {
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  background-color: #c9c9ca;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  cursor: pointer;
  z-index: 99;
  top: -70px;
}
.meditex-testimonial-carousel .testimonial--arrow i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.meditex-testimonial-carousel .testimonial--arrow:hover {
  background-color: #568701;
}
.meditex-testimonial-carousel .left-arrow {
  right: 76px;
}
.meditex-testimonial-carousel .right-arrow {
  right: 15px;
}

.meditex-testimonial-carousel__box {
  margin: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-testimonial-carousel__box .field-desc {
  margin-bottom: 31px;
}
.meditex-testimonial-carousel__box .field-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meditex-testimonial-carousel__box .field-author--img {
  margin-right: 22px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.meditex-testimonial-carousel__box .field-author--text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.meditex-testimonial-carousel--style-3 .field-author--text,
.meditex-testimonial-carousel--style-5 .field-author--text,
.meditex-testimonial-carousel--style-6 .field-author--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meditex-testimonial-carousel--style-3 .field-author--text .meta,
.meditex-testimonial-carousel--style-5 .field-author--text .meta,
.meditex-testimonial-carousel--style-6 .field-author--text .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meditex-testimonial-carousel--style-3 .field-author--text .meta:after,
.meditex-testimonial-carousel--style-6 .field-author--text .meta:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 6px 10px 0;
  background-color: #888888;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.meditex-testimonial-carousel--style-3 .field-author--text .meta:last-child:after,
.meditex-testimonial-carousel--style-6 .field-author--text .meta:last-child:after {
  display: none;
}

.meditex-testimonial-carousel--style-1 .meditex__section-title {
  font-weight: 400;
}
.meditex-testimonial-carousel--style-1 .meditex-testimonial-carousel__box {
  margin: 0 15px;
  border: 1px solid #eaeaea;
  border-top: 4px solid #568701;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 37px 39px 47px;
  margin-top: 46px;
}

.meditex-testimonial-carousel--style-2 .slick-dots li.slick-active button:before,
.meditex-testimonial-carousel--style-2 .testimonial--arrow:hover {
  background-color: #13bfb3;
}
.meditex-testimonial-carousel--style-2 .field-desc {
  background-color: #fff;
  padding: 44px 41px 52px;
  position: relative;
}
.meditex-testimonial-carousel--style-2 .field-desc:after {
  position: absolute;
  left: 32px;
  bottom: -28px;
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-right: 40px solid #fff;
}
.meditex-testimonial-carousel--style-2 .field-author {
  margin-left: 80px;
}
.meditex-testimonial-carousel--style-2 .field-author--text h3 {
  line-height: 26px;
}

.meditex-testimonial-carousel--style-3 {
  position: relative;
  padding-bottom: 107px;
}
.meditex-testimonial-carousel--style-3 .slick-slider {
  position: initial;
}
.meditex-testimonial-carousel--style-3 .testimonial--arrow {
  background-color: transparent;
  width: initial;
  height: initial;
  top: initial;
  left: 0;
  bottom: 0;
  right: initial;
  font-size: 28px;
}
.meditex-testimonial-carousel--style-3 .testimonial--arrow i {
  color: #cccccc;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-size: 28px;
}
.meditex-testimonial-carousel--style-3 .testimonial--arrow:hover {
  background-color: transparent;
}
.meditex-testimonial-carousel--style-3 .testimonial--arrow:hover i {
  color: #568701;
}
.meditex-testimonial-carousel--style-3 .testimonial--arrow.left-arrow {
  left: -5px;
}
.meditex-testimonial-carousel--style-3 .testimonial--arrow.right-arrow {
  left: 45px;
}
.meditex-testimonial-carousel--style-3 .meditex__section-title {
  font-size: 28px;
  margin-bottom: 56px;
}
.meditex-testimonial-carousel--style-3 .field-icon {
  margin-bottom: 44px;
}
.meditex-testimonial-carousel--style-3 .field-icon svg {
  font-size: 40px;
  color: #409d4a;
}
.meditex-testimonial-carousel--style-3 .field-desc {
  font-size: 18px;
  line-height: 26px;
  padding-right: 20px;
  margin-bottom: 38px;
}
.meditex-testimonial-carousel--style-3 .field-author {
  display: block;
}

.meditex-testimonial-carousel--style-4 .meditex-testimonial-carousel__box,
.meditex-testimonial-carousel--style-5 .meditex-testimonial-carousel__box {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: relative;
  background-color: #fff;
  margin-bottom: 65px;
}
.meditex-testimonial-carousel--style-4 .meditex-testimonial-carousel__box:hover,
.meditex-testimonial-carousel--style-5 .meditex-testimonial-carousel__box:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.meditex-testimonial-carousel--style-4 .testimonial--arrow {
  top: 42%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #c1c1c1;
}
.meditex-testimonial-carousel--style-4 .testimonial--arrow i {
  font-size: 20px;
  line-height: 48px;
}
.meditex-testimonial-carousel--style-4 .testimonial--arrow.left-arrow {
  left: -83px;
}
.meditex-testimonial-carousel--style-4 .testimonial--arrow.right-arrow {
  left: inherit;
  right: -87px;
}
.meditex-testimonial-carousel--style-4 .meditex-testimonial-carousel__box {
  padding: 48px 30px 41px 33px;
  position: relative;
}
.meditex-testimonial-carousel--style-4 .field-desc {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
}
.meditex-testimonial-carousel--style-4 .field-author--img {
  margin-right: 20px;
}
.meditex-testimonial-carousel--style-4 .field-icon {
  position: absolute;
  top: 28px;
  left: 33px;
  z-index: 1;
}
.meditex-testimonial-carousel--style-4 .field-icon svg {
  font-size: 55px;
  color: #f1f1f1;
}

.meditex-testimonial-carousel--style-5 .meditex__section-title,
.meditex-testimonial-carousel--style-6 .meditex__section-title {
  font-size: 36px;
}
.meditex-testimonial-carousel--style-5 .field-author--text,
.meditex-testimonial-carousel--style-6 .field-author--text {
  margin-bottom: 14px;
}
.meditex-testimonial-carousel--style-5 .field-icon svg,
.meditex-testimonial-carousel--style-6 .field-icon svg {
  color: #568701;
}

.meditex-testimonial-carousel--style-5 .meditex-testimonial-carousel__box {
  margin-top: 89px;
  padding: 48px 49px 22px 39px;
}
.meditex-testimonial-carousel--style-5 .field-desc {
  position: relative;
  z-index: 9;
  margin-bottom: 25px;
  word-break: break-all;
}
.meditex-testimonial-carousel--style-5 .field-author--img {
  position: absolute;
  top: -50px;
  left: 39px;
  width: 100px;
  height: 100px;
  margin: 0;
}
.meditex-testimonial-carousel--style-5 .field-author--text .meta:after {
  content: "/";
  margin: 4px 11px 0;
  color: #888888;
}
.meditex-testimonial-carousel--style-5 .field-author--text .meta:last-child:after {
  display: none;
}
.meditex-testimonial-carousel--style-5 .field-icon {
  text-align: right;
  margin-bottom: 9px;
}
.meditex-testimonial-carousel--style-5 .field-icon svg {
  font-size: 30px;
}
.meditex-testimonial-carousel--style-5 ul.slick-dots {
  margin-top: -13px;
}
.meditex-testimonial-carousel--style-5 ul.slick-dots li {
  margin: 0 6px;
}
.meditex-testimonial-carousel--style-5 ul.slick-dots li button:before {
  background-color: #dedede;
}
.meditex-testimonial-carousel--style-5 ul.slick-dots li.slick-active button:before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #568701;
}

.meditex-testimonial-carousel--style-6 .meditex__section-title {
  margin-bottom: 56px;
}
.meditex-testimonial-carousel--style-6 .meditex-testimonial-carousel__box .field-desc {
  margin-bottom: 39px;
}
.meditex-testimonial-carousel--style-6 .field-author--img {
  cursor: pointer;
  width: 70px !important;
  height: 70px;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.meditex-testimonial-carousel--style-6 .field-author--img.slick-slide {
  position: relative;
}
.meditex-testimonial-carousel--style-6 .field-author--img.slick-slide:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-testimonial-carousel--style-6 .field-author--img.slick-current {
  border-color: #568701;
}
.meditex-testimonial-carousel--style-6 .field-author--img.slick-current:before {
  opacity: 0;
}
.meditex-testimonial-carousel--style-6 .field-icon {
  margin-bottom: 38px;
}
.meditex-testimonial-carousel--style-6 .field-icon svg {
  font-size: 39px;
  color: #568701;
}
.meditex-testimonial-carousel--style-6 .slick-track {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.meditex-testimonial-carousel--style-6 .slider-for {
  margin-bottom: 38px;
}

.meditex-button__style-2 .testimonial--arrow {
  width: 50px;
  height: 50px;
}
.meditex-button__style-2 .testimonial--arrow i {
  line-height: 48px;
}

.meditex-testimonial .title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 51px;
  margin: 0;
}
.meditex-testimonial img {
  margin-bottom: 45px;
}
.meditex-testimonial .descr {
  font-size: 18px;
  line-height: 1.444444444;
  margin-bottom: 35px;
}
.meditex-testimonial .author {
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1;
}
.meditex-testimonial .info {
  font-weight: 500;
  color: #888888;
}
.meditex-testimonial .dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #888888;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 10px;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 44px;
  margin: 0;
  cursor: pointer;
  outline: 0;
  width: auto;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-top: 30px;
}

.swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #d5d5d5;
  outline: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #568701;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.meditex-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.meditex-image-box.border-box .meditex-image-box__list {
  border: 1px solid #e9e9e9;
  border-right: 1px solid transparent;
}
.meditex-image-box.border-box .meditex-image-box__list:last-child {
  border-right: 1px solid #e9e9e9;
}
.meditex-image-box.border-box .meditex-image-box__list:hover {
  border-color: transparent;
}

.meditex-image-box__inner-list,
.meditex-image-box__list {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-image-box__inner-list:hover,
.meditex-image-box__list:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.meditex-image-box__inner-list {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.meditex-image-box__list {
  width: 100%;
  margin-bottom: 30px;
}
.meditex-image-box__list .read-more {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 21px;
  color: #2b2b2b;
}
.meditex-image-box__list:hover a,
.meditex-image-box__list:hover .title {
  text-decoration: none;
  color: #568701;
}

.meditex-image-box--field-image a {
  position: relative;
  display: inline-block;
}
.meditex-image-box--field-image .field-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  padding: 13px;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
}
.meditex-image-box--field-image .field-icon svg {
  fill: #568701;
}
.meditex-image-box--field-image .field-icon i {
  color: #568701;
}

.meditex-image-box--field-text .title {
  font-size: 22px;
  line-height: 30px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin: 0 0 15px;
}

.meditex-image-box--style-1 {
  text-align: center;
}
.meditex-image-box--style-1 .meditex-image-box__list {
  margin-bottom: 0;
  padding: 60px 0 65px;
  background-color: #fff;
}
.meditex-image-box--style-1 .meditex-image-box__list:first-child {
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
}
.meditex-image-box--style-1 .meditex-image-box__list:last-child {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
}
.meditex-image-box--style-1 .meditex-image-box--field-text {
  padding: 0 38px;
}
.meditex-image-box--style-1 .meditex-image-box--field-image {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 45px;
}
.meditex-image-box--style-1 .meditex-image-box--field-image .field-icon {
  top: 0;
  right: 0;
  padding: 22px 21px 0px 9px;
}

.meditex-image-box--style-2 .meditex-image-box__inner-list {
  background-color: #fff;
}
.meditex-image-box--style-2 .meditex-image-box__list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.meditex-image-box--style-2 .meditex-image-box--field-text {
  padding: 0 28px 33px;
}
.meditex-image-box--style-2 .meditex-image-box--field-image {
  margin-bottom: 25px;
}

.meditex-pricing-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.meditex-pricing-table a:hover {
  text-decoration: none;
}
.meditex-pricing-table .read-more {
  font-size: 14px;
  font-weight: 900;
  color: #2b2b2b;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
  margin: 0 3px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #f1f1f1;
}
.meditex-pricing-table .field-icon svg,
.meditex-pricing-table .title,
.meditex-pricing-table .price,
.meditex-pricing-table .meditex-image-box--field-top,
.meditex-pricing-table .read-more {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.meditex-pricing-table__list {
  margin-bottom: 30px;
}

.meditex-pricing-table__inner-list {
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.7s;
          transition: 0.7s;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.meditex-pricing-table__inner-list:first-child {
  margin-left: 0;
}
.meditex-pricing-table__inner-list:last-child {
  margin-right: 0;
}
.meditex-pricing-table__inner-list:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 10;
  border: 1px solid transparent;
}
.meditex-pricing-table__inner-list:hover .field-icon svg {
  fill: #fff;
}
.meditex-pricing-table__inner-list:hover .read-more {
  color: #fff;
  background-color: #568701;
}

.meditex-image-box--field-top {
  text-align: center;
  padding: 31px 0 22px;
}
.meditex-image-box--field-top .field-icon {
  width: 53px;
  margin: 0 auto 5px;
}
.meditex-image-box--field-top .field-icon svg {
  fill: #568701;
}
.meditex-image-box--field-top .price,
.meditex-image-box--field-top .title {
  color: #568701;
}
.meditex-image-box--field-top .title {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.meditex-image-box--field-top .price {
  font-size: 48px;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.meditex-image-box--field-top .price span {
  font-size: 30px;
  font-weight: 700;
  margin: 11px 10px 0 0;
}

.meditex-image-box--field-service {
  padding: 36px 30px 49px 27px;
}
.meditex-image-box--field-service ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
  overflow: hidden;
}
.meditex-image-box--field-service ul li {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
}
.meditex-image-box--field-service ul span.price-sv {
  font-weight: 700;
  color: #2b2b2b;
  z-index: 10;
  background-color: #fff;
}
.meditex-image-box--field-service.has-dots .title-sv {
  position: relative;
}
.meditex-image-box--field-service.has-dots .title-sv:after {
  content: " ............................................................ ";
  color: #888888;
  position: absolute;
  left: 100%;
  bottom: 0;
}

.meditex-pricing-table--style-1 .meditex-image-box--field-top {
  background-color: #f1f1f1;
}
.meditex-pricing-table--style-1 .meditex-pricing-table__list:hover .title,
.meditex-pricing-table--style-1 .meditex-pricing-table__list:hover .price {
  color: #fff;
}
.meditex-pricing-table--style-1 .meditex-pricing-table__list:hover .meditex-image-box--field-top {
  background-color: #568701;
}

.meditex-pricing-table--style-2 {
  text-align: center;
}
.meditex-pricing-table--style-2 .meditex-pricing-table__inner-list {
  padding: 34px 47px 45px;
}
.meditex-pricing-table--style-2 .meditex-image-box--field-top,
.meditex-pricing-table--style-2 .meditex-image-box--field-service {
  padding: 0;
}
.meditex-pricing-table--style-2 .meditex-image-box--field-top {
  padding-bottom: 9px;
}
.meditex-pricing-table--style-2 .meditex-image-box--field-top .title {
  font-size: 16px;
  margin-bottom: 11px;
  color: #2b2b2b;
}
.meditex-pricing-table--style-2 .meditex-image-box--field-service {
  padding-top: 0;
}
.meditex-pricing-table--style-2 .meditex-image-box--field-service ul {
  margin-bottom: 18px;
}
.meditex-pricing-table--style-2 .meditex-image-box--field-service li {
  display: block;
  margin-bottom: 14px;
}

.meditex-work-hour {
  padding: 48px 39px 55px 40px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-work-hour h3, .meditex-work-hour h5, .meditex-work-hour ul {
  margin: 0;
  padding: 0;
}
.meditex-work-hour ul {
  list-style: none;
}
.meditex-work-hour .meditex-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}
.meditex-work-hour .meditex-link:hover, .meditex-work-hour .meditex-link:focus, .meditex-work-hour .meditex-link:active, .meditex-work-hour .meditex-link:visited, .meditex-work-hour .meditex-link:active:hover, .meditex-work-hour .meditex-link:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #568701;
}
.meditex-work-hour .meditex-link:hover {
  background-color: #568701;
  color: #fff;
}
.meditex-work-hour a:hover {
  text-decoration: none;
}

.meditex-work-hour__header {
  margin-bottom: 20px;
}
.meditex-work-hour__header .title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
}

ul.meditex-work-hour__list {
  margin-bottom: 25px;
  overflow: hidden;
}

.team-infor--text .list,
.meditex-work-hour__list .list-hour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.team-infor--text .list h5.title,
.meditex-work-hour__list .list-hour h5.title {
  font-weight: 400;
  margin: 0;
}
.team-infor--text .list .meta,
.meditex-work-hour__list .list-hour .meta {
  z-index: 10;
}

.team-infor--text .list .sep,
.meditex-work-hour__list.has-dots .sep {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dashed #888888;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.meditex-work-hour--style-2 {
  padding: 0;
  background-color: initial;
}
.meditex-work-hour--style-2 .meditex-work-hour__header .title {
  font-size: 22px;
}
.meditex-work-hour--style-2 .meditex-work-hour__list .list-hour {
  margin-bottom: 14px;
}
.meditex-work-hour--style-2 .meditex-work-hour__list .list-hour .title {
  color: #666666;
}
.meditex-work-hour--style-2 .meditex-work-hour__list .list-hour .meta {
  background-color: #fff;
  color: #568701;
  font-weight: 700;
  line-height: 1.2;
}

.meditex-banner-grid .meditex-video-banner {
  position: relative;
  min-height: 400px;
  background-color: #cccccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-banner-grid .play-banner:after {
  content: "";
  display: block;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  background-color: #568701;
}
.meditex-banner-grid .play-banner,
.meditex-banner-grid .play-banner:after,
.meditex-banner-grid .play-banner:before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.meditex-banner-grid .play-banner {
  font-family: FontAwesome;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.meditex-banner-grid .play-banner:before {
  color: #fff;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  z-index: 10;
}
.meditex-banner-grid .play-banner:hover:after {
  -webkit-transition: 0.6s;
          transition: 0.6s;
  width: 100%;
  height: 100%;
}

.meditex-banner-grid--size-1 .play-banner {
  width: 120px;
  height: 120px;
}
.meditex-banner-grid--size-1 .play-banner:before {
  font-size: 24px;
}
.meditex-banner-grid--size-1 .play-banner:after {
  width: 84px;
  height: 84px;
  line-height: 84px;
}

.meditex-banner-grid--size-2 .play-banner {
  width: 81px;
  height: 81px;
}
.meditex-banner-grid--size-2 .play-banner:before {
  font-size: 14px;
}
.meditex-banner-grid--size-2 .play-banner:after {
  width: 57px;
  height: 57px;
  line-height: 57px;
}

.meditex-wrapper,
.meditex-video-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1024px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pswp .meditex-video-wrapper {
  position: relative;
}
.pswp .meditex-video-wrapper iframe,
.pswp .meditex-video-wrapper .wp-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.meditex-icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.meditex-icon-social .field-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f1f1f1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 16px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-icon-social .field-icon:last-child {
  margin-right: 0;
}
.meditex-icon-social .field-icon a {
  display: block;
}
.meditex-icon-social .field-icon i, .meditex-icon-social .field-icon svg {
  font-size: 14px;
  -webkit-transition: 0.7s;
          transition: 0.7s;
}
.meditex-icon-social .field-icon i {
  color: #888888;
}
.meditex-icon-social .field-icon svg {
  fill: #888888;
}
.meditex-icon-social .field-icon:hover {
  background-color: #568701;
}
.meditex-icon-social .field-icon:hover a {
  text-decoration: none;
}
.meditex-icon-social .field-icon:hover i {
  color: #fff;
}
.meditex-icon-social .field-icon:hover svg {
  fill: #fff;
}

.meditex-icon-social--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.meditex-icon-social--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.meditex-button a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  background-color: #568701;
}
.meditex-button a:hover, .meditex-button a:focus, .meditex-button a:active, .meditex-button a:visited, .meditex-button a:active:hover, .meditex-button a:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #568701;
}
.meditex-button a:hover {
  text-decoration: none;
  color: #fff;
}

.meditex-icon-box a.btn {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2b2b;
  margin-top: 27px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-icon-box a.btn i {
  margin-left: 8px;
}
.meditex-icon-box .item-icon-box {
  margin-bottom: 30px;
}

.meditex-icon-box--icon {
  width: 85px;
  height: auto;
}
.meditex-icon-box--icon svg {
  fill: #568701;
}
.meditex-icon-box--icon i {
  color: #568701;
}

.meditex-icon-box--text .title {
  margin: 0;
}

.meditex-icon-box__list:hover a.btn,
.meditex-icon-box__list:hover a.btn i {
  color: #568701;
}

.meditex-icon-box--style-6 h3.title,
.meditex-icon-box--style-5 h3.title,
.meditex-icon-box--style-1 h3.title,
.meditex-icon-box--style-4 h3.title {
  font-size: 22px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.meditex-icon-box--style-5 .meditex-icon-box__list,
.meditex-icon-box--style-2 .meditex-icon-box__list,
.meditex-icon-box--style-3 .meditex-icon-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meditex-icon-box--style-2 h3.title,
.meditex-icon-box--style-3 h3.title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.meditex-icon-box--style-1 .meditex-icon-box--icon {
  margin-bottom: 34px;
}
.meditex-icon-box--style-1 .meditex-icon-box--icon i {
  font-size: 85px;
}
.meditex-icon-box--style-1 h3.title {
  margin-bottom: 10px;
}
.meditex-icon-box--style-1 .item-icon-box {
  border: 1px solid #dce4dd;
  border-right: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: relative;
}
.meditex-icon-box--style-1 .item-icon-box .meditex-icon-box__list {
  padding: 40px 25px;
}
.meditex-icon-box--style-1 .item-icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #568701;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.meditex-icon-box--style-1 .item-icon-box:last-child {
  border-right: 1px solid #dce4dd;
}
.meditex-icon-box--style-1 .item-icon-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.meditex-icon-box--style-1 .item-icon-box:hover h3.title a {
  color: #568701;
}

.meditex-icon-box--style-2 .meditex-icon-box--icon {
  width: 35px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.meditex-icon-box--style-2 .meditex-icon-box--icon i {
  font-size: 34px;
}
.meditex-icon-box--style-2 h3.title {
  margin-bottom: 1px;
}

.meditex-icon-box--style-3 .item-icon-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.meditex-icon-box--style-3 .meditex-icon-box--icon {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#48b53c), color-stop(79%, #3e964e), to(#3e964e));
  background: -webkit-linear-gradient(left, #48b53c 0%, #3e964e 79%, #3e964e 100%);
  background: linear-gradient(to right, #48b53c 0%, #3e964e 79%, #3e964e 100%);
  text-align: center;
  margin-right: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.meditex-icon-box--style-3 .meditex-icon-box--icon svg {
  fill: #fff;
}
.meditex-icon-box--style-3 .meditex-icon-box--icon i {
  color: #fff;
  font-size: 30px;
  line-height: 46px;
}
.meditex-icon-box--style-3 .meditex-icon-box--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meditex-icon-box--style-3 h3.title {
  line-height: 24px;
  max-width: 120px;
  margin-right: 45px;
}
.meditex-icon-box--style-3 .desc {
  font-size: 32px;
  color: #568701;
  font-weight: 800;
  line-height: 40px;
}

.meditex-icon-box--style-4 {
  text-align: center;
}
.meditex-icon-box--style-4 .meditex-icon-box__list {
  padding: 45px 40px;
  border-top: 3px solid #568701;
  background-color: #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-icon-box--style-4 .meditex-icon-box__list a.btn,
.meditex-icon-box--style-4 .meditex-icon-box__list a.btn i {
  color: #568701;
}
.meditex-icon-box--style-4 .meditex-icon-box__list:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.meditex-icon-box--style-4 .meditex-icon-box__list:hover a.btn,
.meditex-icon-box--style-4 .meditex-icon-box__list:hover a.btn i {
  color: #2b2b2b;
}
.meditex-icon-box--style-4 .meditex-icon-box--icon {
  width: 75px;
  margin: auto;
  margin-bottom: 23px;
}
.meditex-icon-box--style-4 .meditex-icon-box--icon i {
  font-size: 75px;
}
.meditex-icon-box--style-4 h3.title {
  margin-bottom: 9px;
}

.meditex-icon-box--style-5 {
  padding: 51px 0 23px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.meditex-icon-box--style-5 .meditex-icon-box--icon {
  width: 60px;
  height: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 22px;
}
.meditex-icon-box--style-5 .meditex-icon-box--icon i {
  font-size: 60px;
}
.meditex-icon-box--style-5 h3.title {
  margin-bottom: 5px;
}
.meditex-icon-box--style-5 .has-border {
  border-right: 1px solid #eaeaea;
}
.meditex-icon-box--style-5 .has-border .meditex-icon-box__list {
  padding: 0 19px;
}
.meditex-icon-box--style-5 .has-border:last-child {
  border-right: 0;
}

.meditex-icon-box--style-6 .meditex-icon-box--icon {
  width: 65px;
  height: 65px;
  margin-bottom: 21px;
}
.meditex-icon-box--style-6 .meditex-icon-box--icon i {
  font-size: 65px;
}
.meditex-icon-box--style-6 h3.title {
  margin-bottom: 8px;
}
.meditex-icon-box--style-6 .meditex-icon-box__list:hover h3.title {
  color: #568701;
}

.meditex-popular-post--shortcode .slick-dots,
.meditex-testimonial-carousel .slick-dots {
  position: initial;
  bottom: 0;
  margin-top: 40px;
}
.meditex-popular-post--shortcode .slick-dots li,
.meditex-testimonial-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.meditex-popular-post--shortcode .slick-dots li button:before,
.meditex-testimonial-carousel .slick-dots li button:before {
  background-color: #d5d5d5;
  border: none;
}
.meditex-popular-post--shortcode .slick-dots li.slick-active button:before,
.meditex-testimonial-carousel .slick-dots li.slick-active button:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #568701;
  margin-top: 0px;
}

.meditex-shortcode-team .meditex__section-title {
  margin-right: 125px;
  margin-bottom: 70px;
}
.meditex-shortcode-team .team-arrow {
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  background-color: #c9c9ca;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  cursor: pointer;
  z-index: 99;
  top: -116px;
}
.meditex-shortcode-team .team-arrow i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.meditex-shortcode-team .team-arrow:hover {
  background-color: #568701;
}
.meditex-shortcode-team .left-arrow {
  right: 76px;
}
.meditex-shortcode-team .right-arrow {
  right: 15px;
}
.meditex-shortcode-team .team-wrapper__inner {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.meditex-shortcode-team .meditex-team_content {
  border: none;
}
.meditex-shortcode-team .team-wrapper {
  margin-bottom: 30px;
}

.meditex-shortcode-team--style-1 .meditex-team__content--text .title {
  margin-bottom: 3px;
}

.meditex-shortcode-team--style-2 .entry-content {
  display: none;
}
.meditex-shortcode-team--style-2 .meditex-team_content {
  position: relative;
  padding: 32px 0 0;
  border: none;
}
.meditex-shortcode-team--style-2 .meditex-team__content--text .title {
  margin-bottom: 4px;
}
.meditex-shortcode-team--style-2 .meditex-team__content--socials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  opacity: 0;
  text-align: center;
  background-color: #568701;
  padding: 30px 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-transform: rotateX(30deg) translateY(-105px);
          transform: rotateX(30deg) translateY(-105px);
}
.meditex-shortcode-team--style-2 .meditex-team__content--socials li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 10px;
}
.meditex-shortcode-team--style-2 .meditex-team__content--socials li a i {
  line-height: 40px;
  color: #568701;
}
.meditex-shortcode-team--style-2 .team-wrapper:hover .meditex-team__content--socials {
  opacity: 0.8;
  -webkit-transform: rotateX(0) translateY(-100px);
          transform: rotateX(0) translateY(-100px);
}
.meditex-shortcode-team--style-2 .team-wrapper:hover .meditex-team__content--socials a {
  opacity: 1;
}

.meditex-team-tab {
  overflow: hidden;
}
.meditex-team-tab ul, .meditex-team-tab h3, .meditex-team-tab h5 {
  margin: 0;
}
.meditex-team-tab h3.title {
  font-size: 22px;
}
.meditex-team-tab h5.title {
  font-size: 18px;
}
.meditex-team-tab .team-content.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.meditex-team-tab .view-profile,
.meditex-team-tab .view-all {
  font-size: 14px;
}
.meditex-team-tab .view-profile {
  display: block;
  margin-top: 97px;
  font-weight: 700;
  color: #568701;
}
.meditex-team-tab .view-all {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  display: inline-block;
  font-size: 14px;
  padding: 0 24px;
  height: 46px;
  line-height: 46px;
  min-height: auto;
}
.meditex-team-tab .view-all:hover, .meditex-team-tab .view-all:focus, .meditex-team-tab .view-all:active, .meditex-team-tab .view-all:visited, .meditex-team-tab .view-all:active:hover, .meditex-team-tab .view-all:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #568701;
}

.meditex-team-tab__nav-img {
  margin-bottom: 52px;
}
.meditex-team-tab__nav-img .list-team-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.meditex-team-tab__nav-img .list-team-tab:first-child {
  padding-top: 38px;
}
.meditex-team-tab__nav-img .list-team-tab img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 20px;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-team-tab__nav-img .list-team-tab.active img {
  border: 2px solid #568701;
}
.meditex-team-tab__nav-img .list-team-tab.active h5.title {
  color: #568701;
}

.meditex-team-tab__content {
  position: relative;
}
.meditex-team-tab__content .team-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.7s;
          transition: 0.7s;
}
.meditex-team-tab__content .team-content .team-content--img {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-team-tab__content .team-content .team-content--text {
  -webkit-transform: rotateY(45deg) translateY(-70px);
          transform: rotateY(45deg) translateY(-70px);
  -webkit-transition: 0.7s;
          transition: 0.7s;
}
.meditex-team-tab__content .team-content.active {
  opacity: 1;
  z-index: 10;
  position: relative;
}
.meditex-team-tab__content .team-content.active .team-content--img,
.meditex-team-tab__content .team-content.active .team-content--text {
  -webkit-transform: rotateY(0deg) translateY(0);
          transform: rotateY(0deg) translateY(0);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-team-tab__content .team-content--text {
  padding: 31px 15px 0 44px;
}
.meditex-team-tab__content .team-content--text h3.title {
  margin-bottom: 6px;
}
.meditex-team-tab__content .team-content--text .cat {
  margin-bottom: 36px;
}
.meditex-team-tab__content ul.team-infor--text {
  padding: 0;
  list-style: none;
  margin-top: 22px;
}
.meditex-team-tab__content ul.team-infor--text .list {
  margin-bottom: 12px;
}
.meditex-team-tab__content ul.team-infor--text .list .title {
  font-size: 16px;
  color: #888888;
}
.meditex-team-tab__content ul.team-infor--text .list span {
  background-color: #fff;
  color: #2b2b2b;
  font-weight: 600;
}

.meditex-single-team .team-content--text {
  padding: 31px 15px 0 44px;
}
.meditex-single-team .team-content--text h3.title {
  margin-bottom: 6px;
}
.meditex-single-team .team-content--text .cat {
  margin-bottom: 36px;
}
.meditex-single-team .view-profile {
  font-size: 14px;
  display: block;
  margin-top: 97px;
  font-weight: 700;
  color: #568701;
}
.meditex-single-team ul.team-infor--text {
  padding: 0;
  list-style: none;
  margin-top: 22px;
}
.meditex-single-team ul.team-infor--text .list {
  margin-bottom: 12px;
}
.meditex-single-team ul.team-infor--text .list .title {
  font-size: 16px;
  color: #888888;
}
.meditex-single-team ul.team-infor--text .list span {
  background-color: #fff;
  color: #2b2b2b;
  font-weight: 600;
}

.single-team .site-content {
  padding-bottom: 0;
}

.imageslide-right-arrow,
.imageslide-left-arrow {
  border: 0;
  margin-right: 0;
}
.imageslide-right-arrow:before,
.imageslide-left-arrow:before {
  font-family: Linearicons;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
  color: #eb3251;
}

.imageslide-right-arrow:before {
  content: "";
}

.imageslide-left-arrow:before {
  content: "";
}

.meditex-before-after-image .imageslide-overlay:hover {
  background-color: transparent;
}

.meditex-single-image .meditex-image-content {
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.meditex-single-image .meditex-image-content .find {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.meditex-single-image .meditex-image-content .find i {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
.meditex-single-image .meditex-image-content:hover .find {
  opacity: 1;
}

.meditex-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.meditex-departments .department-wrapper {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-departments .department-item {
  margin-bottom: 50px;
}
.meditex-departments .department-content .entry-title {
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments .read-more a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b2b2b;
  text-decoration: none;
  padding: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.meditex-departments .department-wrapper:hover .read-more a {
  color: #568701;
  border-bottom: 1px solid #568701;
}
.meditex-departments .ajax-load-departments {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.meditex-departments .ajax-load-departments:hover, .meditex-departments .ajax-load-departments:focus, .meditex-departments .ajax-load-departments:active, .meditex-departments .ajax-load-departments:visited, .meditex-departments .ajax-load-departments:active:hover, .meditex-departments .ajax-load-departments:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #568701;
}
.meditex-departments .ajax-load-departments span {
  display: inline-block;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments .ajax-load-departments.loading:before {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 0.8s linear infinite;
  animation: sp-spin-fast 0.8s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 18px;
  right: 15px;
  border-color: #fff #fff #fff transparent;
}
.meditex-departments .ajax-load-departments.loading span {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.meditex-departments .load-more {
  margin-top: 20px;
}

.meditex-departments__listing .department-wrapper {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.meditex-departments__listing .entry-thumbnail {
  overflow: hidden;
  width: 65.8%;
}
.meditex-departments__listing .entry-thumbnail a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  display: block;
}
.meditex-departments__listing .entry-thumbnail a img {
  width: auto;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments__listing .department-content {
  width: 34.2%;
  margin-top: 0;
  padding: 63px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.meditex-departments__listing .department-content .entry-header .entry-title {
  margin-bottom: 28px;
}
.meditex-departments__listing .department-content .descr {
  margin-bottom: 50px;
}
.meditex-departments__listing .department-item.no-thumb .department-content {
  width: 100%;
}
.meditex-departments__listing .department-wrapper:hover .entry-thumbnail a img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.meditex-departments__listing .department-wrapper:hover .department-content .entry-title a {
  color: #568701;
}

.meditex-departments__grid .department-wrapper {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments__grid .entry-thumbnail {
  overflow: hidden;
}
.meditex-departments__grid .entry-thumbnail a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  display: block;
}
.meditex-departments__grid .entry-thumbnail a img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments__grid .department-content {
  padding: 22px 30px 33px;
}
.meditex-departments__grid .department-content .entry-title {
  margin-bottom: 13px;
}
.meditex-departments__grid .department-content .descr {
  margin-bottom: 19px;
}
.meditex-departments__grid .department-wrapper:hover {
  -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
}
.meditex-departments__grid .department-wrapper:hover .entry-thumbnail a img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.meditex-departments__grid .department-wrapper:hover .department-content .entry-title a {
  color: #568701;
}

.meditex-departments__icon .row-flex {
  margin: 0;
  border-left: 1px solid #eaeaea;
  background-color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-departments__icon .department-item {
  padding: 45px 40px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin: 0;
}
.meditex-departments__icon .department-item a.thumb,
.meditex-departments__icon .department-item .read-more {
  display: none;
}
.meditex-departments__icon .department-item .department-icon {
  display: block;
  margin-bottom: 20px;
}
.meditex-departments__icon .department-item .department-icon span {
  font-size: 62px;
  line-height: 1;
  color: #568701;
}
.meditex-departments__icon .department-item .department-content .descr .excerpt {
  margin-top: 10px;
}
.meditex-departments__icon .department-item:hover {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-color: transparent;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
}
.meditex-departments__icon .department-item:hover .department-content .entry-title a {
  color: #568701;
}
.meditex-departments__icon .load-more {
  margin-top: 50px;
}

.meditex-departments-carousel .entry-thumbnail {
  margin-bottom: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  overflow: hidden;
}
.meditex-departments-carousel .department-content {
  padding: 26px 30px 35px;
}
.meditex-departments-carousel .department-content .entry-title {
  margin-bottom: 17px;
}
.meditex-departments-carousel .department-content .descr {
  margin-bottom: 19px;
}
.meditex-departments-carousel .read-more a {
  color: #568701;
}
.meditex-departments-carousel .department-wrapper {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments-carousel .department-item:hover .department-wrapper {
  -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
}
.meditex-departments-carousel .department-item:hover .entry-title a {
  color: #568701;
}
.meditex-departments-carousel .department-item:hover .entry-thumbnail {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-departments-carousel .slick-arrow {
  position: absolute;
  top: 30%;
  width: 50px;
  line-height: 53px;
  height: 50px;
  background: #ccc;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-departments-carousel .slick-arrow:hover {
  background-color: #568701;
}
.meditex-departments-carousel .slick-arrow.meditex-left-arrow {
  left: -85px;
}
.meditex-departments-carousel .slick-arrow.meditex-right-arrow {
  right: -85px;
}
.meditex-departments-carousel .slick-dots {
  margin-top: 7px;
}
.meditex-departments-carousel .slick-dots li {
  margin: 0 4px;
}
.meditex-departments-carousel .slick-dots li button:before {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background-color: rgba(193, 193, 193, 0.4);
}
.meditex-departments-carousel .slick-dots li:hover button:before, .meditex-departments-carousel .slick-dots li.slick-active button:before {
  background-color: #568701;
  border-color: #568701;
}
.meditex-departments-carousel .dp-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 62px;
}
.meditex-departments-carousel .dp-header .title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
.meditex-departments-carousel .dp-header .title .sub-title {
  font-weight: 800;
  color: #568701;
}
.meditex-departments-carousel .dp-header .meditex-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #568701;
  color: #568701;
}

.meditex-map {
  position: relative;
}
.meditex-map #map {
  min-height: 500px;
}
.meditex-map .mapboxgl-ctrl-geocoder {
  max-width: 55px;
  min-width: auto;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-map .mapboxgl-ctrl-geocoder:hover {
  max-width: 345px;
}
.meditex-map .mapboxgl-ctrl-geocoder .geocoder-pin-right *,
.meditex-map .mapboxgl-ctrl-geocoder .geocoder-icon-search {
  top: 16px;
  left: 17px;
}
.meditex-map .mapboxgl-ctrl-geocoder input[type=text] {
  height: 50px;
  padding-left: 50px;
}
.meditex-map .mapboxgl-ctrl-top-right {
  position: inherit;
}
.meditex-map .mapboxgl-ctrl-group {
  position: absolute;
  bottom: 46px;
  left: 10px;
}
.meditex-map .contact-form {
  position: absolute;
  top: 0;
  bottom: 0;
}
.meditex-map div.wpcf7 {
  height: 100%;
}
.meditex-map div.wpcf7 .wpcf7-form {
  max-height: 100%;
}
.meditex-map .wpcf7-form {
  max-width: 370px;
  padding: 46px 40px;
  background-image: -webkit-linear-gradient(124deg, #3e964e, #48b53c);
  background-image: linear-gradient(-34deg, #3e964e, #48b53c);
  margin: 0 0 0 auto;
}
.meditex-map .wpcf7-form input[type=text],
.meditex-map .wpcf7-form input[type=email],
.meditex-map .wpcf7-form input[type=tel],
.meditex-map .wpcf7-form input[type=date],
.meditex-map .wpcf7-form input[type=url],
.meditex-map .wpcf7-form textarea,
.meditex-map .wpcf7-form select {
  color: #fff;
  margin-bottom: 15px !important;
  background-color: #7abf7b;
}
.meditex-map .wpcf7-form textarea {
  height: 121px;
}
.meditex-map .wpcf7-form .label {
  color: #fff;
}
.meditex-map .wpcf7-form h3 {
  display: block !important;
  margin: 0;
  font-size: 18px;
  margin-bottom: 31px;
  color: #fff;
}
.meditex-map .wpcf7-form .meditex-slider-form {
  padding: 0 !important;
}
.meditex-map .wpcf7-form input[type=submit] {
  background-color: #fff !important;
  color: #568701;
}

.meditex-portfolio-shortcode .col-sm-3:nth-child(4n+1) {
  clear: both;
}
.meditex-portfolio-shortcode .col-sm-4:nth-child(3n+1) {
  clear: both;
}
.meditex-portfolio-shortcode .col-sm-6:nth-child(2n+1) {
  clear: both;
}
.meditex-portfolio-shortcode .portfolio-wrapper {
  margin-bottom: 25px;
}
.meditex-portfolio-shortcode .portfolio-item, .meditex-portfolio-shortcode .content-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.meditex-portfolio-shortcode .portfolio-item.element-item, .meditex-portfolio-shortcode .content-item.element-item {
  margin-bottom: 0 !important;
}
.meditex-portfolio-shortcode .portfolio-item .entry-thumbnail, .meditex-portfolio-shortcode .content-item .entry-thumbnail {
  overflow: hidden;
}
.meditex-portfolio-shortcode .portfolio-item .entry-thumbnail img, .meditex-portfolio-shortcode .content-item .entry-thumbnail img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-portfolio-shortcode .portfolio-item .hover, .meditex-portfolio-shortcode .content-item .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meditex-portfolio-shortcode .portfolio-item .hover i, .meditex-portfolio-shortcode .content-item .hover i {
  color: #fff;
  font-size: 30px;
}
.meditex-portfolio-shortcode .portfolio-item:hover .hover, .meditex-portfolio-shortcode .content-item:hover .hover {
  opacity: 1;
}
.meditex-portfolio-shortcode .portfolio-item:hover .entry-thumbnail img, .meditex-portfolio-shortcode .content-item:hover .entry-thumbnail img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.meditex-portfolio-shortcode.style-1 .portfolio-item .content-item .entry-thumbnail {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.meditex-portfolio-carousel.column .element-item {
  overflow: hidden;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item.slick-slide {
  margin: 0;
  clear: none !important;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#48b53c), color-stop(79%, #3e964e));
  background: -webkit-linear-gradient(left, #48b53c, #3e964e 79%);
  background: linear-gradient(to right, #48b53c, #3e964e 79%);
  width: 100%;
  padding: 21px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left {
  float: left;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left .entry-title {
  margin: 0;
  line-height: 1;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left .entry-title .title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left .category {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-top: 8px;
  display: inline-block;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .icon-chevron-right {
  color: #fff;
  font-size: 30px;
  float: right;
}
.meditex-portfolio-carousel.column .element-item.portfolio-item:hover .portfolio-content {
  opacity: 1;
  left: 0;
}
.meditex-portfolio-carousel.column .slick-list {
  padding: 35px 0;
}
.meditex-portfolio-carousel.column .slick-arrow {
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 9;
}
.meditex-portfolio-carousel.column .slick-arrow i {
  width: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-portfolio-carousel.column .slick-arrow i:hover {
  background-color: #568701;
}
.meditex-portfolio-carousel.column .slick-arrow.meditex-left-arrow {
  left: 50px;
}
.meditex-portfolio-carousel.column .slick-arrow.meditex-right-arrow {
  right: 50px;
}

.meditex-portfolio-carousel-2 .entry-thumbnail {
  overflow: hidden;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 30px;
}
.meditex-portfolio-carousel-2 .entry-thumbnail a {
  display: block;
}
.meditex-portfolio-carousel-2 .entry-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
}
.meditex-portfolio-carousel-2 .entry-title:hover a {
  color: #568701;
}
.meditex-portfolio-carousel-2 .portfolio-category a {
  color: #888888;
}
.meditex-portfolio-carousel-2 .slick-dots {
  margin-top: 32px;
  position: relative;
  bottom: auto;
}
.meditex-portfolio-carousel-2 .slick-dots li {
  margin: 0 4px;
}
.meditex-portfolio-carousel-2 .slick-dots li button:before {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background-color: rgba(193, 193, 193, 0.4);
}
.meditex-portfolio-carousel-2 .slick-dots li:hover button:before, .meditex-portfolio-carousel-2 .slick-dots li.slick-active button:before {
  background-color: #568701;
  border-color: #568701;
}

.meditex-products-carousel .woocommerce-pagination {
  display: none;
}
.meditex-products-carousel .slick-arrow {
  position: absolute;
  top: 110px;
  cursor: pointer;
}
.meditex-products-carousel .slick-arrow i {
  font-size: 28px;
  color: #ccc;
}
.meditex-products-carousel .slick-arrow.meditex-left-arrow {
  left: -54px;
}
.meditex-products-carousel .slick-arrow.meditex-right-arrow {
  right: -58px;
}
.meditex-products-carousel .slick-arrow:hover i {
  color: #568701;
}
.meditex-products-carousel .slick-dots {
  position: relative;
  bottom: 0;
}

.meditex-booking {
  border-top: 4px solid #568701;
  padding: 53px 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.meditex-booking h5, .meditex-booking h4 {
  margin: 0;
}
.meditex-booking .field-1,
.meditex-booking .field-2,
.meditex-booking .field-3 {
  margin-bottom: 30px;
}
.meditex-booking .header-title {
  margin-bottom: 21px;
  font-weight: 800;
}
.meditex-booking .meditex-work-hour {
  background-color: #fff;
  padding: 0;
}
.meditex-booking .meditex-work-hour__list {
  margin-bottom: 0;
}
.meditex-booking .meditex-work-hour__list h5.title,
.meditex-booking .meditex-work-hour__list .meta {
  font-weight: 600;
}
.meditex-booking .meditex-work-hour__list .list-hour {
  margin-bottom: 16px;
}
.meditex-booking .meditex-work-hour__list .list-hour meta {
  background-color: #fff;
  color: #568701;
}
.meditex-booking .meditex-work-hour__list .list-hour:last-child {
  margin-bottom: 0;
}
.meditex-booking .wpcf7-form input[type=text],
.meditex-booking .wpcf7-form input[type=email],
.meditex-booking .wpcf7-form input[type=tel],
.meditex-booking .wpcf7-form input[type=date],
.meditex-booking .wpcf7-form input[type=url],
.meditex-booking .wpcf7-form textarea, .meditex-booking .wpcf7-form select {
  background-color: #f8f8f8;
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px !important;
  padding: 0 18px;
}
.meditex-booking .wpcf7-form input[type=text]::-webkit-input-placeholder,
.meditex-booking .wpcf7-form input[type=email]::-webkit-input-placeholder,
.meditex-booking .wpcf7-form input[type=tel]::-webkit-input-placeholder,
.meditex-booking .wpcf7-form input[type=date]::-webkit-input-placeholder,
.meditex-booking .wpcf7-form input[type=url]::-webkit-input-placeholder,
.meditex-booking .wpcf7-form textarea::-webkit-input-placeholder, .meditex-booking .wpcf7-form select::-webkit-input-placeholder {
  color: #888888;
}
.meditex-booking .wpcf7-form input[type=text]::-moz-placeholder,
.meditex-booking .wpcf7-form input[type=email]::-moz-placeholder,
.meditex-booking .wpcf7-form input[type=tel]::-moz-placeholder,
.meditex-booking .wpcf7-form input[type=date]::-moz-placeholder,
.meditex-booking .wpcf7-form input[type=url]::-moz-placeholder,
.meditex-booking .wpcf7-form textarea::-moz-placeholder, .meditex-booking .wpcf7-form select::-moz-placeholder {
  color: #888888;
}
.meditex-booking .wpcf7-form input[type=text]::placeholder,
.meditex-booking .wpcf7-form input[type=email]::placeholder,
.meditex-booking .wpcf7-form input[type=tel]::placeholder,
.meditex-booking .wpcf7-form input[type=date]::placeholder,
.meditex-booking .wpcf7-form input[type=url]::placeholder,
.meditex-booking .wpcf7-form textarea::placeholder, .meditex-booking .wpcf7-form select::placeholder {
  color: #888888;
}
.meditex-booking .wpcf7-form input[type=date] {
  opacity: 0.6;
}
.meditex-booking .wpcf7-form input[type=submit] {
  height: 46px;
  line-height: 46px;
  margin-top: 11px;
}
.meditex-booking .wpcf7-form select {
  padding: 0 14px;
}
.meditex-booking .wpcf7-form textarea,
.meditex-booking .wpcf7-form .field-checkbox {
  display: none;
}
.meditex-booking .wpcf7-form input[type=date]::after {
  color: #888888;
}
.meditex-booking .wpcf7-form .field-submit {
  width: 100%;
}
.meditex-booking .wpcf7-form .field-input .side-width:first-child {
  padding-right: 5px;
}
.meditex-booking .wpcf7-form .field-input .side-width:last-child {
  padding-left: 5px;
}
.meditex-booking .field-1 {
  padding-right: 30px;
}
.meditex-booking .field-1 .header-title {
  margin-bottom: 17px;
}
.meditex-booking .field-2 {
  padding: 0 32px 0 29px;
}
.meditex-booking .field-3 {
  padding-left: 34px;
}
.meditex-booking .field-3 .header-title {
  margin-bottom: 27px;
}

.meditex-video-banner {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.meditex-video-banner .video-banner {
  display: inline-block;
}

.pswp .mf-wrapper {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1045;
}
.pswp .mf-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .mf-video-wrapper iframe,
.pswp .mf-video-wrapper .wp-video-shortcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
  border: 0;
  padding: 0 20px;
  background: #2b2b2b;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  z-index: 999;
}
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background: transparent;
}
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover {
  color: #fff;
  background: #2b2b2b;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select {
  color: #2b2b2b;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  height: 50px;
  line-height: 50px;
  border: 0;
  outline: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus {
  border: 0;
  outline: 0;
}

textarea {
  padding: 10px 20px;
  color: #2b2b2b;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  width: 100%;
}
textarea:focus {
  border: 0;
  outline: 0;
}

select {
  padding: 0 16px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2b2b2b;
  text-decoration: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
a:visited {
  color: #2b2b2b;
}
a:hover, a:focus, a:active {
  color: #2b2b2b;
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  text-align: left;
}
.header-main .main-navigation {
  z-index: 1000;
}
.main-navigation a {
  font-size: 13px;
  letter-spacing: 0.25px;
  color: #2b2b2b;
  font-weight: 800;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  position: absolute;
  top: 120%;
  left: -10px;
  z-index: 999;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  padding: 15px 0;
  margin: 0;
  -webkit-transition: top 0.35s;
          transition: top 0.35s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  min-width: 180px;
}
.main-navigation ul ul ul {
  left: -webkit-calc(100% + 30px);
  left: calc(100% + 30px);
  top: 0;
  -webkit-transition: left 0.35s;
          transition: left 0.35s;
  margin-top: -1px;
}
.main-navigation ul ul ul:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 0;
  z-index: 99;
  background-color: transparent;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  top: 0;
  left: -webkit-calc(100%);
  left: calc(100%);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.main-navigation li {
  position: relative;
}
.main-navigation li li {
  padding: 3px 30px;
  display: block;
  position: static;
}
.main-navigation li li a {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: pre;
  cursor: pointer;
}
.main-navigation li li:hover > a, .main-navigation li li.focus > a {
  color: #000;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #568701;
  cursor: pointer;
}
.main-navigation ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -19px;
  margin-left: -19px;
}
.main-navigation ul.menu > li {
  padding: 0 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation .menu {
  position: relative;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu {
  left: -15px;
  width: 100%;
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu > li {
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 25px 30px;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a.hide-text {
  display: none;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
  background-color: transparent;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
  margin-left: 10px;
  padding-bottom: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: static;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  width: 100%;
  border: none;
  z-index: 9999;
  min-width: inherit;
  padding: 0;
  display: block;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu:before {
  display: none;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child > a {
  padding-top: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li a {
  color: #666;
  font-size: 14px;
  padding: 3px 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li a:hover {
  color: #568701;
}
.main-navigation .menu .is-mega-menu .sub-menu {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.main-navigation .menu .hot-badge,
.main-navigation .menu .new-badge,
.main-navigation .menu .trending-badge {
  font-size: 12px;
  color: #cc3333;
  font-weight: 500;
  background-color: transparent;
}
.main-navigation .menu .hot-badge {
  color: #f08a47;
}
.main-navigation .menu .trending-badge {
  color: #0099cc;
}

.header-transparent.header-text-light .main-navigation a {
  color: #fff;
}
.header-transparent.header-text-light .main-navigation li li a {
  color: #999;
}
.header-transparent.header-text-light .main-navigation li li a:hover, .header-transparent.header-text-light .main-navigation li li a:focus {
  color: #000;
}
.header-transparent.header-text-light .main-navigation li:hover > a,
.header-transparent.header-text-light .main-navigation li.focus > a {
  color: #fff;
}
.header-transparent.header-text-light.header-v4 .main-navigation ul.menu > li > a:after {
  background-color: #fff;
}

.header-sticky .site-header.minimized .main-navigation a {
  color: #2b2b2b;
}
.header-sticky .site-header.minimized .main-navigation li li a {
  color: #666;
}
.header-sticky .site-header.minimized .main-navigation li li a:hover, .header-sticky .site-header.minimized .main-navigation li li a:focus {
  color: #000;
}
.header-sticky .site-header.minimized .main-navigation li:hover > a,
.header-sticky .site-header.minimized .main-navigation li.focus > a {
  color: #2b2b2b;
}
.header-sticky .site-header.minimized.header-v4 .main-navigation ul.menu > li > a:after {
  background-color: #2b2b2b;
}

.header-v2 .main-navigation a {
  font-size: 16px;
}
.header-v2 .main-navigation ul.menu {
  margin-right: -27px;
  margin-left: -27px;
}
.header-v2 .main-navigation ul.menu > li {
  padding: 0 27px;
}

.header-v3 .main-navigation ul.menu {
  margin-right: -26px;
  margin-left: -26px;
}
.header-v3 .main-navigation ul.menu > li {
  padding: 0 26px;
}

.header-v4 .main-navigation ul.menu {
  margin-right: -25px;
  margin-left: -25px;
}
.header-v4 .main-navigation ul.menu > li {
  padding: 0 25px;
}
.header-v4 .main-navigation ul.menu > li > a {
  position: relative;
}
.header-v4 .main-navigation ul.menu > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -5px;
  right: 0;
  background-color: #568701;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.header-v4 .main-navigation ul.menu > li > a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Nav post
--------------------------------------------------------------*/
.numeric-navigation {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.numeric-navigation.navigation-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numeric-navigation .next,
.numeric-navigation .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #cccccc;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.numeric-navigation .next i,
.numeric-navigation .prev i {
  color: #fff;
}
.numeric-navigation .next:hover,
.numeric-navigation .prev:hover {
  background-color: #568701;
}
.numeric-navigation .page-numbers {
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  color: #2b2b2b;
  font-weight: 700;
}
.numeric-navigation .page-numbers.current, .numeric-navigation .page-numbers:hover {
  color: #568701;
  border-color: #568701;
  text-decoration: none;
}

.post-navigation {
  padding-top: 1.5em;
}
.post-navigation a {
  font-weight: 800;
  color: #000;
}

.post-type-archive-mp-event .load-navigation,
.meditex-blog-page .load-navigation,
.meditex-team .load-navigation {
  margin: auto;
  margin-top: 22px;
  width: 100%;
}
.post-type-archive-mp-event .load-navigation a,
.meditex-blog-page .load-navigation a,
.meditex-team .load-navigation a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  display: inline-block;
  min-height: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  padding: 0 32px;
  position: relative;
}
.post-type-archive-mp-event .load-navigation a:hover, .post-type-archive-mp-event .load-navigation a:focus, .post-type-archive-mp-event .load-navigation a:active, .post-type-archive-mp-event .load-navigation a:visited, .post-type-archive-mp-event .load-navigation a:active:hover, .post-type-archive-mp-event .load-navigation a:active:focus,
.meditex-blog-page .load-navigation a:hover,
.meditex-blog-page .load-navigation a:focus,
.meditex-blog-page .load-navigation a:active,
.meditex-blog-page .load-navigation a:visited,
.meditex-blog-page .load-navigation a:active:hover,
.meditex-blog-page .load-navigation a:active:focus,
.meditex-team .load-navigation a:hover,
.meditex-team .load-navigation a:focus,
.meditex-team .load-navigation a:active,
.meditex-team .load-navigation a:visited,
.meditex-team .load-navigation a:active:hover,
.meditex-team .load-navigation a:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #568701;
}
.post-type-archive-mp-event .load-navigation a:after,
.meditex-blog-page .load-navigation a:after,
.meditex-team .load-navigation a:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 0.8s linear infinite;
  animation: sp-spin-fast 0.8s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  border-color: #e3e7e8 #e3e7e8 #e3e7e8 transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 13px;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.post-type-archive-mp-event .load-navigation .loading a:after,
.meditex-blog-page .load-navigation .loading a:after,
.meditex-team .load-navigation .loading a:after {
  opacity: 1;
}
.post-type-archive-mp-event .load-navigation.navigation-center,
.meditex-blog-page .load-navigation.navigation-center,
.meditex-team .load-navigation.navigation-center {
  text-align: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .header-socials span, .site-branding .site-title,
.site-branding .site-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus, .header-socials span:focus, .site-branding .site-title:focus,
.site-branding .site-description:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 40px;
  /* Make sure select elements fit in widgets. */
}
.widget.filled {
  border-width: 0;
}
.widget select {
  width: 100%;
}
.widget input,
.widget select,
.widget textarea {
  padding: 10px 20px;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 0;
  overflow: hidden;
}
.widget ul li a {
  color: #2b2b2b;
}
.widget ul li a:hover {
  color: #568701;
  text-decoration: none;
}
.widget ul .children,
.widget ul .sub-menu {
  margin-left: 15px;
  margin-top: 10px;
}
.widget ul .children li:last-child,
.widget ul .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget ul .children li:first-child,
.widget ul .sub-menu li:first-child {
  padding-top: 0;
}
.widget ol {
  padding-left: 16px;
}
.widget li {
  padding: 10px 0;
}
.widget th,
.widget td {
  border-color: #cdcfd0;
}
.widget .tagcloud {
  margin: -5px;
}
.widget .tagcloud a {
  color: #838889;
  font-size: 16px !important;
  margin: 0 6px 9px 0;
  padding: 0 19px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 34px;
  line-height: 34px;
}
.widget .tagcloud a:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.widget .mc4wp-form {
  font-size: 14px;
}
.widget .mc4wp-form .mc4wp-form-fields > :first-child {
  margin-top: 0;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
  font-size: 16px;
  width: 100%;
  min-width: 0;
  padding: 0 20px;
  margin-top: 20px;
  border: 0;
}
.widget .mc4wp-form input:focus,
.widget .mc4wp-form select:focus,
.widget .mc4wp-form textarea:focus,
.widget .mc4wp-form button:focus {
  outline: 0;
}
.widget .mc4wp-form textarea {
  padding: 10px 20px;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select {
  height: 46px;
  margin-right: 0;
}
.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.widget .mc4wp-form p:last-of-type {
  margin-bottom: 0;
}
.widget .wpcf7-form .form-title {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
}
.widget .wpcf7-form br {
  display: none;
}
.widget .wpcf7-form input[type=text],
.widget .wpcf7-form input[type=email],
.widget .wpcf7-form input[type=tel],
.widget .wpcf7-form input[type=date],
.widget .wpcf7-form input[type=url],
.widget .wpcf7-form textarea,
.widget .wpcf7-form select {
  width: 100%;
  color: #000;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin-bottom: 14px !important;
  display: block;
  background-color: #fff;
  height: 46px;
  line-height: 46px;
}
.widget .wpcf7-form input[type=text]::-webkit-input-placeholder,
.widget .wpcf7-form input[type=email]::-webkit-input-placeholder,
.widget .wpcf7-form input[type=tel]::-webkit-input-placeholder,
.widget .wpcf7-form input[type=date]::-webkit-input-placeholder,
.widget .wpcf7-form input[type=url]::-webkit-input-placeholder,
.widget .wpcf7-form textarea::-webkit-input-placeholder,
.widget .wpcf7-form select::-webkit-input-placeholder {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.widget .wpcf7-form input[type=text] ::-moz-placeholder,
.widget .wpcf7-form input[type=email] ::-moz-placeholder,
.widget .wpcf7-form input[type=tel] ::-moz-placeholder,
.widget .wpcf7-form input[type=date] ::-moz-placeholder,
.widget .wpcf7-form input[type=url] ::-moz-placeholder,
.widget .wpcf7-form textarea ::-moz-placeholder,
.widget .wpcf7-form select ::-moz-placeholder {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.widget .wpcf7-form input[type=text] :-ms-input-placeholder,
.widget .wpcf7-form input[type=email] :-ms-input-placeholder,
.widget .wpcf7-form input[type=tel] :-ms-input-placeholder,
.widget .wpcf7-form input[type=date] :-ms-input-placeholder,
.widget .wpcf7-form input[type=url] :-ms-input-placeholder,
.widget .wpcf7-form textarea :-ms-input-placeholder,
.widget .wpcf7-form select :-ms-input-placeholder {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.widget .wpcf7-form input[type=text] :-moz-placeholder,
.widget .wpcf7-form input[type=email] :-moz-placeholder,
.widget .wpcf7-form input[type=tel] :-moz-placeholder,
.widget .wpcf7-form input[type=date] :-moz-placeholder,
.widget .wpcf7-form input[type=url] :-moz-placeholder,
.widget .wpcf7-form textarea :-moz-placeholder,
.widget .wpcf7-form select :-moz-placeholder {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.widget .wpcf7-form textarea {
  height: 150px;
  line-height: inherit;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.875;
  margin: 0 0 28px 0;
}

.search-form {
  position: relative;
  border: 1px solid #d9d9d9;
  color: #000;
}
.search-form:after {
  display: inline-block;
  font: normal normal normal 14px/1 fontawesome;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #d9d9d9;
}
.search-form label {
  margin-bottom: 0;
}
.search-form .screen-reader-text, .search-form .header-socials span, .header-socials .search-form span, .search-form .site-branding .site-title, .site-branding .search-form .site-title,
.search-form .site-branding .site-description,
.site-branding .search-form .site-description {
  display: none;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  border: none;
  color: #000;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}
.search-form .search-field:focus {
  border: none;
  outline: none;
}
.search-form ::-webkit-input-placeholder {
  color: #999;
}
.search-form :-moz-placeholder {
  color: #999;
}
.search-form ::-moz-placeholder {
  color: #999;
}
.search-form :-ms-input-placeholder {
  color: #999;
}
.search-form .search-submit {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
}

.blog-sidebar .widget:first-child .widget-title {
  margin-top: -11px;
}

.widget_archive,
.widget_categories {
  margin-bottom: 51px;
}
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul ul,
.widget_categories ul ul {
  margin-top: 10px;
}
.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child {
  padding-bottom: 0;
}
.widget_archive ul li a,
.widget_categories ul li a {
  color: #888888;
}
.widget_archive li,
.widget_categories li {
  padding: 10px 0;
  text-align: right;
  overflow: hidden;
}
.widget_archive li:last-child,
.widget_categories li:last-child {
  border-bottom: 0;
}
.widget_archive li .posts-count,
.widget_categories li .posts-count {
  font-size: 12px;
  color: #838889;
  float: right;
  margin-top: 5px;
}
.widget_archive li a,
.widget_categories li a {
  float: left;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.widget_archive li a:hover,
.widget_categories li a:hover {
  margin-left: 14px;
}
.widget_archive li:before,
.widget_categories li:before {
  font-family: ElegantIcons;
  content: "E";
  display: inline-block;
  float: left;
  margin-right: 9px;
}
.widget_archive li:hover,
.widget_categories li:hover {
  color: #568701;
}
.widget_archive li:hover:before,
.widget_categories li:hover:before {
  color: #568701;
}

.meditex-widget__popular-post {
  margin-bottom: 57px;
}
.meditex-widget__popular-post .list-popular-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-top: 10px;
}
.meditex-widget__popular-post .widget-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.meditex-widget__popular-post .widget-thumb img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.meditex-widget__popular-post div.meditex-post__entry-meta {
  margin-bottom: 9px;
  line-height: 1;
}
.meditex-widget__popular-post div.meditex-post__entry-meta .cat a {
  color: #666666;
  font-weight: 700;
}

.meditex-widget__popular-post--text h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.meditex-widget__popular-post--text h4 a {
  color: #2b2b2b;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 33px;
}

.widget_search {
  margin-bottom: 60px;
}
.widget_search .widget-title {
  margin-bottom: 37px;
}
.widget_search .search-form {
  position: relative;
  border: none;
}
.widget_search .search-form input {
  height: 50px;
}
.widget_search .search-form input::-webkit-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
.widget_search .search-form input::-moz-placeholder {
  color: #adadad;
  font-size: 14px;
}
.widget_search .search-form input::placeholder {
  color: #adadad;
  font-size: 14px;
}
.widget_search .search-form:after {
  display: inline-block;
  font-family: Linearicons;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #999999;
}
.widget_search .search-field {
  background-color: #f8f8f8;
}
.widget_search .search-submit {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
  outline: 0;
}

.meditex-social-links-widget ul {
  margin: 0 -8px;
}
.meditex-social-links-widget ul li {
  display: inline-block;
  padding: 0 8px;
}
.meditex-social-links-widget ul li a {
  color: #888;
}
.meditex-social-links-widget ul li a:hover {
  color: #568701;
}
.meditex-social-links-widget ul.style-2 {
  margin: 0 -5px;
}
.meditex-social-links-widget ul.style-2 li {
  padding: 0 5px;
}
.meditex-social-links-widget ul.style-2 li a {
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  background-color: #f1f1f1;
  display: block;
  font-size: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.meditex-social-links-widget ul.style-2 li a:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#48b53c), color-stop(100%, #3e964e), to(#3e964e));
  background-image: -webkit-linear-gradient(left, #48b53c 0%, #3e964e 100%, #3e964e 100%);
  background-image: linear-gradient(to right, #48b53c 0%, #3e964e 100%, #3e964e 100%);
}

.mc4wp-form input[type=email],
.mc4wp-form input[type=text] {
  height: 46px;
  border: 0;
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
}
.mc4wp-form input[type=email]::-webkit-input-placeholder,
.mc4wp-form input[type=text]::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.mc4wp-form input[type=email]::-moz-placeholder,
.mc4wp-form input[type=text]::-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.mc4wp-form input[type=email]::placeholder,
.mc4wp-form input[type=text]::placeholder {
  color: #888888;
  font-size: 14px;
}
.mc4wp-form input[type=submit] {
  padding: 0 30px;
  width: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#48b53c), color-stop(100%, #3e964e), to(#3e964e));
  background-image: -webkit-linear-gradient(left, #48b53c 0%, #3e964e 100%, #3e964e 100%);
  background-image: linear-gradient(to right, #48b53c 0%, #3e964e 100%, #3e964e 100%);
  font-size: 14px;
  font-weight: 800;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.mc4wp-form .show-footer {
  display: none;
}

.widget-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
  padding-top: 8px;
}
.widget-contact i {
  font-size: 18px;
  margin-right: 17px;
}
.widget-contact.widget-mail {
  padding-bottom: 7px;
}
.widget-contact.widget-mail i {
  font-size: 16px;
}

.mptt-sidebar .widget {
  margin-bottom: 50px;
}
.mptt-sidebar .meditex-work-hour {
  padding: 45px 30px;
}
.mptt-sidebar .meditex-work-hour__header .title {
  font-size: 18px;
}
.mptt-sidebar .meditex-work-hour__list {
  margin-bottom: 30px;
}
.mptt-sidebar .meditex-work-hour__list .list-hour {
  margin-bottom: 0;
}
.mptt-sidebar .department-form {
  padding: 45px 30px 25px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.widget_department-widget .widget-title {
  font-size: 20px;
  margin-bottom: 45px;
  line-height: 1;
}
.widget_department-widget .list-department .department-item {
  padding: 0 25px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.widget_department-widget .list-department .department-item .item {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  color: #747474;
  font-weight: 600;
  width: 100%;
  text-decoration: none;
  padding-right: 16px;
}
.widget_department-widget .list-department .department-item .item span {
  display: inline-block;
  font-size: 22px;
  margin-right: 15px;
}
.widget_department-widget .list-department .department-item .item i.elegant-icon {
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 16px;
}
.widget_department-widget .list-department .department-item:hover, .widget_department-widget .list-department .department-item.active {
  background-color: #568701;
}
.widget_department-widget .list-department .department-item:hover .item, .widget_department-widget .list-department .department-item.active .item {
  color: #fff;
}

.widget_calendar caption {
  margin-bottom: 10px;
  font-weight: 600;
}
.widget_calendar thead th, .widget_calendar thead td, .widget_calendar tbody th, .widget_calendar tbody td {
  text-align: center;
}
.widget_calendar thead #today, .widget_calendar tbody #today {
  font-weight: 700;
  color: #568701;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .meditex-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header.transparent {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.without-page-header .site-header {
  border-bottom: 1px solid #e6e6e6;
}
.without-page-header .site-header.minimized {
  border-color: transparent;
}

.header-main {
  height: 120px;
}
.header-main .header-items > * {
  z-index: 999;
}
.header-main.sections-2 .header-items {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.header-main.sections-2 .has-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-bottom.has-border {
  border-top: 1px solid #e6e6e6;
}
.header-bottom.menu-center .header-left-items,
.header-bottom.menu-center .header-right-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.5%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 22.5%;
          flex: 0 0 22.5%;
  max-width: 22.5%;
}
.header-bottom .has-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-bottom .header-left-items > * {
  margin-right: 17px;
}
.header-bottom .header-left-items > *:last-child {
  margin-right: 0;
}
.header-bottom .header-right-items > * {
  margin-left: 17px;
}
.header-bottom .header-right-items > *:first-child {
  margin-left: 0;
}

.header-contents {
  position: relative;
}

.header-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-items > * {
  position: relative;
  z-index: 100;
}

.header-left-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-left-items > * {
  margin-right: 58px;
}
.header-left-items > *:last-child {
  margin-right: 0;
}
.header-left-items > *.header-main-button {
  margin-right: 50px;
}
.header-left-items .main-navigation {
  margin-left: 20px;
}
.header-left-items .main-navigation:first-child {
  margin-left: 0;
}

.header-center-items {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-center-items > * {
  margin: 0 17px;
}
.header-center-items > *.main-navigation {
  margin: 0;
}

.header-right-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-right-items > * {
  margin-left: 58px;
}
.header-right-items > *:first-child {
  margin-left: 0;
}
.header-right-items > *.header-main-button {
  margin-left: 50px;
}
.header-right-items .main-navigation {
  margin-right: 20px;
}
.header-right-items .main-navigation:last-child {
  margin-right: 0;
}

.logo-center .header-center-items {
  text-align: right;
}
.logo-center .header-center-items > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.logo-center .header-center-items .site-branding {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
     -moz-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  text-align: center;
}
.logo-center .header-center-items .site-branding + * {
  text-align: left;
}
.logo-center.menu-center .header-center-items {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.no-center .has-menu {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.has-menu > * {
  position: static;
}

.no-sides .header-center-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-custom .site-header.minimized.header-main-no-sticky .header-main {
  display: none;
}
.header-custom .site-header.minimized.header-bottom-no-sticky .header-bottom {
  display: none;
}

.meditex-header-minimized {
  display: none;
}
.meditex-header-minimized.minimized {
  display: block;
}

.header-transparent.header-text-light .header-bottom.has-border {
  border-color: rgba(255, 255, 255, 0.3);
}
.header-transparent .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-transparent .meditex-header-minimized {
  display: none;
}
.header-transparent.has-topbar .site-header {
  top: 67px;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent.admin-bar.has-topbar .site-header {
  top: 100px;
}

.header-sticky.header-transparent .site-header {
  position: absolute;
}
.header-sticky .site-header {
  position: static;
  -webkit-transition: unset;
          transition: unset;
}
.header-sticky .site-header.minimized {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
          box-shadow: 0 1px 1px 0 #f0f0f0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
.header-sticky .site-header.minimized .site-branding .logo-light {
  opacity: 0;
}
.header-sticky .site-header.minimized .site-branding .logo-dark {
  opacity: 1;
}
.header-sticky.has-topbar .site-header.minimized {
  top: 0;
}
.header-sticky.admin-bar .site-header.minimized {
  top: 32px;
}

.header-v2 .header-main .header-left-items,
.header-v4 .header-main .header-left-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-v2 .header-main .header-right-items,
.header-v4 .header-main .header-right-items {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.header-v2.header-sticky .site-header.minimized .header-main,
.header-v4.header-sticky .site-header.minimized .header-main {
  display: none;
}

.header-v1 .header-center-items {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-v2 .header-main .header-right-items > * {
  margin-left: 60px;
}
.header-v2 .header-main .header-right-items > *:first-child {
  margin-left: 0;
}
.header-v2 .header-main .header-right-items > *.header-main-button {
  margin-left: 60px;
}

.header-v4 .header-phone__content .title,
.header-v4 .header-mail__content .title,
.header-v4 .header-open-hours__content .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.header-v4 .header-phone__icon,
.header-v4 .header-mail__icon,
.header-v4 .header-open-hours__icon {
  font-size: 34px;
  margin-right: 19px;
}

.meditex-preloader-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.meditex-preloader-content .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.meditex-preloader-content .lds-ripple div {
  position: absolute;
  border: 4px solid #568701;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.meditex-preloader-content .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.topbar.has-border {
  border-bottom: 1px solid #eaeaea;
}
.topbar .row-flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 45px;
}
.topbar .topbar-widgets {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -20px;
}
.topbar .topbar-widgets .widget {
  margin: 10px 0;
  padding: 0 20px;
  position: relative;
}
.topbar .topbar-widgets .widget:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 21px;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eaeaea;
}
.topbar .topbar-widgets .widget:last-child:after {
  display: none;
}
.topbar .topbar-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topbar .widget_custom_html i {
  padding-right: 8px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}
.topbar .widget_search .search-form {
  position: relative;
  max-width: 200px;
}
.topbar .widget_search .search-form:before {
  font-size: 16px;
  padding-bottom: 2px;
}
.topbar .widget_search .search-form .search-field {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 45px;
}
.topbar .widget_search .search-form .search-submit {
  height: 40px;
  width: 30px;
  padding: 0;
}
.topbar .meditex-social-links-widget ul {
  margin-right: -7px;
  margin-left: -7px;
}
.topbar .meditex-social-links-widget ul li {
  padding-left: 7px;
  padding-right: 7px;
}
.topbar .meditex-social-links-widget ul a {
  font-size: 14px;
}
.topbar .widget_categories,
.topbar .widget_archive,
.topbar .widget_pages,
.topbar .widget_meta,
.topbar .widget_nav_menu,
.topbar .widget_dl-custom-menu {
  margin: 0;
}
.topbar .widget_categories ul li,
.topbar .widget_archive ul li,
.topbar .widget_pages ul li,
.topbar .widget_meta ul li,
.topbar .widget_nav_menu ul li,
.topbar .widget_dl-custom-menu ul li {
  padding: 0 10px;
  display: inline-block;
}
.topbar .widget_categories ul li:first-child,
.topbar .widget_archive ul li:first-child,
.topbar .widget_pages ul li:first-child,
.topbar .widget_meta ul li:first-child,
.topbar .widget_nav_menu ul li:first-child,
.topbar .widget_dl-custom-menu ul li:first-child {
  padding-left: 0;
}
.topbar .widget_categories li:before,
.topbar .widget_archive li:before,
.topbar .widget_pages li:before,
.topbar .widget_meta li:before,
.topbar .widget_nav_menu li:before,
.topbar .widget_dl-custom-menu li:before {
  display: none;
}
.topbar .meditex-language-currency .widget-lan-cur {
  float: none;
  width: 100%;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.topbar .meditex-language-currency .widget-lan-cur span.current {
  display: block;
}
.topbar .meditex-language-currency .widget-lan-cur span.toggle-children {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
}
.topbar .meditex-language-currency .widget-lan-cur img.iclflag {
  padding-right: 14px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.topbar .meditex-language-currency .widget-lan-cur ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: -webkit-calc(100% + 30px);
  top: calc(100% + 30px);
  left: -10px;
  min-width: 120px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 999;
  padding: 10px;
  background-color: #fff;
  text-align: left;
}
.topbar .meditex-language-currency .widget-lan-cur ul:before {
  content: "";
  width: 100%;
  height: 17px;
  left: 0;
  top: -17px;
  position: absolute;
  background-color: transparent;
}
.topbar .meditex-language-currency .widget-lan-cur ul li {
  padding: 5px 0;
}
.topbar .meditex-language-currency .widget-lan-cur:hover ul {
  top: -webkit-calc(100% + 16px);
  top: calc(100% + 16px);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.topbar.topbar-mobile .topbar-widgets {
  padding-left: 0;
  padding-right: 0;
}

#lang_sel > ul > li,
.lang_sel > ul > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#lang_sel > ul > li > a,
.lang_sel > ul > li > a {
  line-height: 36px;
  padding-right: 20px;
}
#lang_sel > ul > li a,
.lang_sel > ul > li a {
  text-decoration: none;
  font-size: 14px;
  color: #888;
}
#lang_sel > ul > li a img,
.lang_sel > ul > li a img {
  margin-right: 7px;
  margin-bottom: 3px;
}
#lang_sel > ul > li ul,
.lang_sel > ul > li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lang_sel > ul > li ul li,
.lang_sel > ul > li ul li {
  display: block;
  margin-right: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
#lang_sel > ul > li ul li:before,
.lang_sel > ul > li ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 21px;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eaeaea;
}
#lang_sel > ul > li ul li:last-child,
.lang_sel > ul > li ul li:last-child {
  margin-right: 0;
}
#lang_sel > ul > li ul li a,
.lang_sel > ul > li ul li a {
  color: #888;
}
#lang_sel > ul > li ul li a:hover,
.lang_sel > ul > li ul li a:hover {
  color: #568701;
}
#lang_sel > ul > li:hover ul,
.lang_sel > ul > li:hover ul {
  opacity: 1;
  z-index: 9;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.site-branding {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  z-index: 100;
}
.site-branding .logo {
  position: relative;
  display: block;
}
.site-branding .logo:hover {
  text-decoration: none;
}
.site-branding .logo img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  min-width: 160px;
}
.site-branding .logo-light {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header-transparent.header-text-light .site-branding .logo-dark {
  opacity: 0;
}
.header-transparent.header-text-light .site-branding .logo-light {
  opacity: 1;
}

.header-main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-main-button a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  height: 46px;
  background-color: #568701;
  padding: 0 27px;
  font-weight: 900;
  line-height: 48px;
  display: inline-block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.header-main-button a:hover, .header-main-button a:focus {
  color: #fff;
  background-color: #568701;
  outline: 0;
  text-decoration: none;
}
.header-main-button i {
  font-size: 18px;
  padding-right: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
}

.header-bottom-button a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  height: 46px;
  padding: 0 35px;
  font-weight: 900;
  line-height: 48px;
  display: inline-block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#48b53c), color-stop(79%, #3e964e), to(#3e964e));
  background: -webkit-linear-gradient(left, #48b53c 0%, #3e964e 79%, #3e964e 100%);
  background: linear-gradient(to right, #48b53c 0%, #3e964e 79%, #3e964e 100%);
}
.header-bottom-button a:hover, .header-bottom-button a:focus {
  color: #fff;
  background-color: #568701;
  outline: 0;
  text-decoration: none;
}

.header-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-phone__icon {
  font-size: 36px;
  color: #568701;
  line-height: 1;
  margin-right: 24px;
}

.header-phone__content {
  color: #2b2b2b;
}
.header-phone__content .title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.2;
}

.header-v2 .header-phone__content {
  font-size: 24px;
  font-weight: 700;
}

.header-transparent.header-text-light .header-phone__icon {
  color: #fff;
}
.header-transparent.header-text-light .header-phone__content {
  color: #d2d2d2;
}
.header-transparent.header-text-light .header-phone__content .title {
  color: #fff;
}

.header-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mail__icon {
  font-size: 36px;
  color: #568701;
  line-height: 1;
  margin-right: 24px;
}

.header-mail__content {
  color: #2b2b2b;
}
.header-mail__content .title {
  color: #666666;
  line-height: 1.2;
}

.header-transparent.header-text-light .header-mail__icon {
  color: #fff;
}
.header-transparent.header-text-light .header-mail__content {
  color: #d2d2d2;
}
.header-transparent.header-text-light .header-mail__content .title {
  color: #fff;
}

.header-open-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-open-hours__icon {
  font-size: 36px;
  color: #568701;
  line-height: 1;
  margin-right: 24px;
}

.header-open-hours__content {
  color: #2b2b2b;
}
.header-open-hours__content .title {
  color: #666666;
  line-height: 1.2;
}

.header-transparent.header-text-light .header-open-hours__icon {
  color: #fff;
}
.header-transparent.header-text-light .header-open-hours__content {
  color: #d2d2d2;
}
.header-transparent.header-text-light .header-open-hours__content .title {
  color: #fff;
}

.header-search {
  position: relative;
}
.header-search a.search-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-width: 20px;
}
.header-search .search-icon {
  color: #2b2b2b;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.header-search .search-icon.active i {
  font-size: 16px;
}
.header-search .search-icon.active i:before {
  content: "";
}
.header-search form {
  position: absolute;
  right: 0;
  top: 110%;
  min-width: 350px;
  border: 1px solid #eaeaea;
  padding: 20px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: top 0.5s;
          transition: top 0.5s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
}
.header-search form .search-field {
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 50px;
}
.header-search form .search-field:focus {
  outline: none;
}
.header-search form .search-submit {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  background-color: transparent;
  z-index: 9;
  outline: 0;
}
.header-search form .search-submit:focus {
  outline: 0;
}
.header-search form .search-icon {
  position: absolute;
  top: -webkit-calc( 50% + 2px );
  top: calc( 50% + 2px );
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
  font-size: 16px;
  color: #888888;
}
.header-search form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #adadad;
  font-size: 14px;
}
.header-search form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #adadad;
  font-size: 14px;
}
.header-search form :-ms-input-placeholder {
  /* IE 10+ */
  color: #adadad;
  font-size: 14px;
}
.header-search form :-moz-placeholder {
  /* Firefox 18- */
  color: #adadad;
  font-size: 14px;
}
.header-search.show-search form {
  top: 100%;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.header-left-items .header-search form {
  left: 0;
  right: auto;
}

.header-transparent.header-text-light .header-search a.search-icon {
  color: #fff;
}
.header-transparent.header-text-light .header-mobile .header-search .search-icon {
  color: #fff;
}

.header-sticky .site-header.minimized .header-search a.search-icon {
  color: #2b2b2b;
}
.header-sticky .site-header.minimized .header-mobile .header-search .search-icon {
  color: #2b2b2b;
}

.header-cart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.header-left-items .header-cart {
  margin-right: 24px;
}
.header-cart a {
  color: #2b2b2b;
  font-size: 20px;
  display: block;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.header-cart a .cart-counter {
  position: absolute;
  right: -10px;
  top: -6px;
  color: #fff;
  font-size: 13px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #568701;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0 4px;
}
.header-cart:hover .woocommerce.mini-cart {
  top: 100%;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.header-cart .woocommerce.mini-cart {
  position: absolute;
  top: 110%;
  right: 0;
  width: 400px;
  -webkit-transition: top 0.5s;
          transition: top 0.5s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  z-index: 99;
}
.header-cart .woocommerce.mini-cart .widget-canvas-content {
  border: 1px solid #eaeaea;
  position: relative;
  padding: 0 20px;
}
.header-cart .woocommerce.mini-cart .widget-canvas-content:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 10;
}
.header-cart .woocommerce.mini-cart .buttons a.wc-forward {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}

.woocommerce.mini-cart .woocommerce-mini-cart__empty-message {
  margin-top: 1.5em;
}
.woocommerce.mini-cart .meditex-cart-panel-footer {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  border-top: 1px solid #d7d7d7;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 60px;
}
.woocommerce.mini-cart .cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce.mini-cart .cart_list li {
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 20px 20px 0;
  position: relative;
  margin-bottom: 0;
}
.woocommerce.mini-cart .cart_list li:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.woocommerce.mini-cart .cart_list li:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.woocommerce.mini-cart .cart_list li:first-child {
  padding-top: 0;
}
.woocommerce.mini-cart .cart_list li:first-child .remove {
  top: 0;
}
.woocommerce.mini-cart .cart_list li:last-child {
  border-bottom: none;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-content a {
  font-size: 18px;
  line-height: 1;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-thumbnail {
  width: 76px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-thumbnail img {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-content {
  padding-left: 98px;
  padding-top: 7px;
}
.woocommerce.mini-cart .cart_list li .quantity {
  background-color: transparent;
  font-size: 14px;
  color: #999999;
}
.woocommerce.mini-cart .cart_list li .quantity label {
  color: #000;
  font-weight: 500;
}
.woocommerce.mini-cart .cart_list li .quantity > span {
  display: block;
  line-height: 1.3;
}
.woocommerce.mini-cart .cart_list li dl.variation {
  margin: 0;
}
.woocommerce.mini-cart .cart_list li dl.variation dt {
  float: left;
  color: #000;
  font-weight: 500;
  padding-right: 10px;
  text-transform: capitalize;
  line-height: 1.3;
  font-size: 14px;
}
.woocommerce.mini-cart .cart_list li dl.variation dd {
  margin: 0;
  color: #999;
  line-height: 1.3;
  font-size: 14px;
}
.woocommerce.mini-cart .cart_list li dl.variation dd p {
  margin: 0;
}
.woocommerce.mini-cart .cart_list li dl.variation:after {
  clear: both;
  content: "";
  display: block;
}
.woocommerce.mini-cart .cart_list .remove {
  position: absolute;
  right: 0;
  top: 20px;
  color: #666666 !important;
  font-size: 14px;
  overflow: hidden;
  background-color: transparent !important;
}
.woocommerce.mini-cart .total {
  font-weight: 500;
  overflow: hidden;
  clear: both;
  line-height: 1;
  color: #000;
  font-size: 20px;
  padding: 0 0 11px;
  margin: 30px 0;
}
.woocommerce.mini-cart .total strong {
  float: left;
  font-weight: 500;
}
.woocommerce.mini-cart .total .amount {
  float: right;
}
.woocommerce.mini-cart .buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce.mini-cart .buttons a.wc-forward {
  font-size: 14px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  min-height: 46px;
  line-height: 46px;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.woocommerce.mini-cart .buttons a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.header-left-items .header-cart .woocommerce.mini-cart {
  left: 0;
  right: auto;
}

@media (min-width: 1200px) {
  .woocommerce.mini-cart:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 999;
    height: 35px;
  }
  .woocommerce.mini-cart .cart_list {
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 367px;
    position: relative;
  }
  .woocommerce.mini-cart .cart_list::-webkit-scrollbar {
    display: none;
  }
  .woocommerce.mini-cart .meditex-cart-panel-footer {
    position: static;
    padding-bottom: 20px;
  }
}
.header-transparent.header-text-light .header-cart a {
  color: #fff;
}

.header-sticky .site-header.minimized .header-cart > a {
  color: #2b2b2b;
}

@media (max-width: 1199px) {
  .site-header .woocommerce.mini-cart {
    display: none;
  }
}
.header-socials {
  position: relative;
  padding-right: 17px;
}
.header-socials:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 21px;
  background-color: #bcbcbc;
}
.header-socials:last-child {
  padding-right: 0;
  padding-left: 17px;
}
.header-socials:last-child:after {
  right: auto;
  left: 0;
}
.header-socials ul {
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
}
.header-socials ul li {
  display: inline-block;
  padding: 0 5px;
}
.header-socials ul a {
  color: #bcbcbc;
}
.header-socials a:before {
  font: normal normal normal 14px/1 ElegantIcons;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: inherit;
}
.header-socials a[href*="facebook.com"]:before {
  content: "";
}
.header-socials a[href*="twitter.com"]:before {
  content: "";
}
.header-socials a[href*="plus.google.com"]:before {
  content: "";
}
.header-socials a[href*="linkedin.com"]:before {
  content: "";
}
.header-socials a[href*="instagram.com"]:before {
  content: "";
}
.header-socials a[href*="youtube.com"]:before {
  content: "";
}
.header-socials a[href*="flickr.com"]:before {
  content: "";
}
.header-socials a[href*="pinterest.com"]:before {
  content: "";
}
.header-socials a[href*="vimeo.com"]:before {
  content: "";
}
.header-socials a[href*="dribbble.com"]:before {
  content: "";
}
.header-socials a[href*="wordpress.com"]:before {
  content: "";
}
.header-socials a[href*="tumblr.com"]:before {
  content: "";
}
.header-socials a[href*="skype.com"]:before {
  content: "";
}
.header-socials a[href*="stumbleupon.com"]:before {
  content: "";
}
.header-socials a[href*="rss.com"]:before {
  content: "";
  font-family: ElegantIcons;
}
.header-socials a[href*="github.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="yelp.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="codepen.io"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="reddit.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="pocket.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="foursquare.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="vk.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="weibo.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="wechat.com"]:before {
  content: "";
  font-family: FontAweSome;
}
.header-socials a[href*="behance.net"]:before {
  content: "";
  font-family: FontAweSome;
}

.header-transparent.header-text-light .header-socials ul a {
  color: #fff;
}
.header-transparent.header-text-light .header-socials:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-sticky .site-header.minimized .header-socials ul a {
  color: #bcbcbc;
}
.header-sticky .site-header.minimized .header-socials:after {
  background-color: #bcbcbc;
}

.header-mobile .mobile-header-icons {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-mobile.logo-left .mobile-header-icons--left {
  display: none;
}

.mobile-header-icons > div {
  margin: 0 20px;
}

.mobile-header-icons--left > div {
  margin-left: 0;
}
.mobile-header-icons--left .header-cart {
  margin-left: 7px;
}

.mobile-header-icons--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobile-header-icons--right > div {
  margin-right: 0;
}
.mobile-header-icons--right .header-cart {
  margin-right: 7px;
}

.hamburger-menu {
  cursor: pointer;
}
.hamburger-menu .menu-icon {
  font-size: 25px;
  color: #2b2b2b;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  display: block;
  line-height: 1;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.header-transparent.header-text-light .hamburger-menu .menu-icon {
  color: #fff;
}

.header-sticky .site-header.minimized .hamburger-menu .menu-icon {
  color: #2b2b2b;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: #f8f8f8;
  padding: 10px 0;
}
.page-header .page-title {
  font-size: 32px;
  line-height: 40px;
  margin: 5px 0;
}
.page-header .site-breadcrumb {
  margin: 5px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-header .site-breadcrumb span.sep {
  display: inline-block;
  padding: 0 7px;
}
.page-header .site-breadcrumb li {
  list-style: none;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
  color: #568701;
}
.page-header .site-breadcrumb li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #888;
}
.page-header .site-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-header .site-breadcrumb li:last-child:after {
  display: none;
}
.page-header .site-breadcrumb li a {
  color: #888888;
  position: relative;
  display: block;
}
.page-header .site-breadcrumb li span[itemprop=item] {
  color: #568701;
}

.archive .page-header .page-title,
.single .page-header .page-title,
.woocommerce-page .page-header .page-title {
  display: none;
}

/*--------------------------------------------------------------
## Default
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button,
.entry-content > .wp-block-button {
    max-width: -webkit-calc(8 * (100vw / 12) - 28px);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content > .wp-block-button,
.entry-content > .wp-block-button {
    max-width: -webkit-calc(6 * (100vw / 12) - 28px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.entry-content > .wp-block-button.alignwide,
.entry-content > .wp-block-button.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button.alignwide,
.entry-content > .wp-block-button.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.entry-content > .wp-block-button.alignfull,
.entry-content > .wp-block-button.alignfull {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + (2 * 1rem));
  width: calc(100% + (2 * 1rem));
  max-width: -webkit-calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button.alignfull,
.entry-content > .wp-block-button.alignfull {
    margin-top: -webkit-calc(2 * 1rem);
    margin-top: calc(2 * 1rem);
    margin-bottom: -webkit-calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: -webkit-calc(-12.5% - 75px);
    left: calc(-12.5% - 75px);
    width: -webkit-calc(125% + 150px);
    width: calc(125% + 150px);
    max-width: -webkit-calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
.entry-content > .wp-block-button.alignleft,
.entry-summary > .wp-block-button.alignleft {
  float: left;
  max-width: -webkit-calc(5 * (100vw / 12));
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button.alignleft,
.entry-summary > .wp-block-button.alignleft {
    max-width: -webkit-calc(4 * (100vw / 12));
    max-width: calc(4 * (100vw / 12));
    margin-right: -webkit-calc(2 * 1rem);
    margin-right: calc(2 * 1rem);
  }
}
.entry-content > .wp-block-button.alignright,
.entry-summary > .wp-block-button.alignright {
  float: right;
  max-width: -webkit-calc(5 * (100vw / 12));
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button.alignright,
.entry-summary > .wp-block-button.alignright {
    max-width: -webkit-calc(4 * (100vw / 12));
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: -webkit-calc(2 * 1rem);
    margin-left: calc(2 * 1rem);
  }
}
.entry-content > .wp-block-button.aligncenter,
.entry-summary > .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button.aligncenter,
.entry-content > .wp-block-button.aligncenter {
    max-width: -webkit-calc(8 * (100vw / 12) - 28px);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content > .wp-block-button.aligncenter,
.entry-content > .wp-block-button.aligncenter {
    max-width: -webkit-calc(6 * (100vw / 12) - 28px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry-content > .wp-block-button.aligncenter,
.entry-content > .wp-block-button.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}
.entry-content .entry-content,
.entry-content .entry-summary,
.entry-content .entry,
.entry-summary .entry-content,
.entry-summary .entry-summary,
.entry-summary {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media only screen and (min-width: 768px) {
  .entry-content .entry-content,
.entry-content .entry-summary,
.entry-content .entry,
.entry-summary .entry-content,
.entry-summary .entry-summary,
.entry-summary {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
.entry-content p.has-background {
  padding: 20px 30px;
}

.entry-content .wp-block-audio {
  width: 100%;
}

.entry-content .wp-block-audio audio {
  width: 100%;
}

.entry-content .wp-block-audio.alignleft audio,
.entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-audio.alignleft audio,
.entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1379px) {
  .entry-content .wp-block-audio.alignleft audio,
.entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}
.entry-content .wp-block-video video {
  width: 100%;
}

.entry-content .wp-block-button {
  margin: 32px 0;
}

.entry-content .wp-block-button .wp-block-button__link {
  -webkit-transition: background 150ms ease-in-out;
          transition: background 150ms ease-in-out;
  border: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

.entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}

.entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #111;
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.entry-content .wp-block-archives a,
.entry-content .wp-block-categories a,
.entry-content .wp-block-latest-posts a {
  line-height: 1.25;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
  color: #767676;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

.entry-content .wp-block-archives li.menu-item-has-children,
.entry-content .wp-block-archives li:last-child,
.entry-content .wp-block-categories li.menu-item-has-children,
.entry-content .wp-block-categories li:last-child,
.entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.entry-content .wp-block-archives li a,
.entry-content .wp-block-categories li a,
.entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}

.entry-content .wp-block-archives.aligncenter,
.entry-content .wp-block-categories.aligncenter {
  text-align: center;
}

.entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry-content .wp-block-categories ul {
  counter-reset: submenu;
}

.entry-content .wp-block-categories ul > li > a::before {
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.entry-content .wp-block-latest-posts.is-grid li a:after {
  content: "";
}

.entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}

.entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
  margin: 20px 0;
}

.entry-content .wp-block-verse {
  font-size: 22px;
  line-height: 1.8;
}

.entry-content .has-drop-cap:not(:focus):first-letter {
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: -webkit-calc(4 * 1rem);
  margin-top: calc(4 * 1rem);
  margin-bottom: -webkit-calc(4.33 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
}

.entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry-content .wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}
.entry-content .wp-block-pullquote cite {
  display: inline-block;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
}

.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.entry-content .wp-block-pullquote.alignleft blockquote,
.entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.entry-content .wp-block-pullquote.alignleft blockquote p:first-child,
.entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}
.entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-pullquote.is-style-solid-color.alignright,
.entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem -webkit-calc(2 * 1rem);
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: -webkit-calc(10% + 58px + (2 * 1rem));
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: -webkit-calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}
.entry-content .wp-block-quote:not(.is-large),
.entry-content .wp-block-quote:not(.is-style-large) {
  border-width: 2px;
  border-color: #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content .wp-block-quote:before,
.entry-content .has-text-color:before {
  top: 0;
}

.entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

.entry-content .wp-block-quote cite {
  font-size: -webkit-calc(1rem / (1.25 * 1.125));
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  border-left: none;
}

.entry-content .wp-block-quote.is-large p,
.entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer,
.entry-content .wp-block-quote.is-style-large cite,
.entry-content .wp-block-quote.is-style-large footer {
  font-size: -webkit-calc(1rem / (1.25 * 1.125));
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry-content .wp-block-image {
  max-width: 100%;
}
.entry-content .wp-block-image figure {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content .wp-block-image img {
  display: block;
}

.entry-content figure.alignleft,
.entry-content figure.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content .wp-block-cover {
  margin-top: 32px;
  margin-bottom: 32px;
}
.entry-content .wp-block-cover.alignleft, .entry-content .wp-block-cover.alignright {
  margin-top: 0;
}

.entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}
.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image .wp-block-cover-text,
.entry-content .wp-block-cover-image h2,
.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content .wp-block-cover h2 {
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image .wp-block-cover-text,
.entry-content .wp-block-cover-image h2,
.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}
.entry-content .wp-block-cover-image.alignleft,
.entry-content .wp-block-cover-image.alignright,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image.alignleft,
.entry-content .wp-block-cover-image.alignright,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright {
    padding: 1rem -webkit-calc(2 * 1rem);
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover-image.alignfull h2,
.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover.alignfull h2 {
    max-width: -webkit-calc(8 * (100vw / 12) - 28px);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover-image.alignfull h2,
.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover.alignfull h2 {
    max-width: -webkit-calc(6 * (100vw / 12) - 28px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image.alignfull,
.entry-content .wp-block-cover.alignfull {
    padding-left: -webkit-calc(10% + 58px + (2 * 1rem));
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: -webkit-calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }

  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover-image.alignfull h2,
.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}
.content-sidebar .entry-content .wp-block-gallery.columns-7 figcaption, .content-sidebar .entry-content .wp-block-gallery.columns-8 figcaption,
.sidebar-content .entry-content .wp-block-gallery.columns-7 figcaption,
.sidebar-content .entry-content .wp-block-gallery.columns-8 figcaption {
  display: none;
}

.entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.entry-content .wp-block-gallery.alignleft,
.entry-content .wp-block-gallery.alignright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry-content .wp-block-gallery figcaption a {
  color: #fff;
}

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.entry-content .wp-block-separator,
.entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
}

.entry-content .wp-block-separator.is-style-wide,
.entry-content hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-separator.is-style-wide,
.entry-content hr.is-style-wide {
    max-width: -webkit-calc(8 * (100vw / 12) - 28px);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content .wp-block-separator.is-style-wide,
.entry-content hr.is-style-wide {
    max-width: -webkit-calc(6 * (100vw / 12) - 28px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.entry-content .wp-block-separator.is-style-dots,
.entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-separator.is-style-dots,
.entry-content hr.is-style-dots {
    max-width: -webkit-calc(8 * (100vw / 12) - 28px);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content .wp-block-separator.is-style-dots,
.entry-content hr.is-style-dots {
    max-width: -webkit-calc(6 * (100vw / 12) - 28px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.entry-content .wp-block-separator.is-style-dots:before,
.entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.entry-content .wp-block-separator + h1:before,
.entry-content .wp-block-separator + h2:before,
.entry-content hr + h1:before,
.entry-content hr + h2:before {
  display: none;
}

.entry-content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry-content .wp-block-calendar table {
  margin: 20px 0;
}
.entry-content .wp-block-calendar caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

.entry-content .wp-block-group.has-background {
  padding: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content .wp-block-columns {
  margin: 20px 0;
}

.entry-content .wp-block-table th, .entry-content .wp-block-table td {
  border-color: #cdcfd0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.primary-color {
  color: #568701;
}

.primary-background-color {
  background-color: #568701;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.sticky {
  display: block;
}

.tag-sticky-2 .meditex-post__entry-title:before {
  font-family: Linearicons;
  content: "";
  margin-right: 5px;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 1.5em 0 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-links .current,
.page-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #cccccc;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin: 0 5px;
  font-size: 14px;
}
.page-links .current,
.page-links a:hover {
  color: #fff !important;
  border-color: #568701;
  background-color: #568701;
  text-decoration: none;
}

.entry-content {
  margin-bottom: 25px;
}

.entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-footer .full-width .side-width {
  width: 100%;
}
.entry-footer .side-width {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.meditex-post__entry-thumbnail {
  margin-bottom: 25px;
}

.meditex-post__entry-header {
  margin-bottom: 29px;
}

.meditex-blog-page {
  overflow-y: scroll;
}
.meditex-blog-page .meditex__section-title {
  margin-bottom: 49px;
}
.meditex-blog-page .page-header .page-title {
  display: none;
}

.no-content .entry-content {
  display: none;
}

.meditex-post__entry-title a,
.meditex-post__socials-share,
.meditex-post__tag-list .list-tags {
  font-weight: 700;
  color: #2b2b2b;
}

.meditex-box-author__content .title,
.meditex-box-author__inner,
.meditex-post__entry-meta,
.meditex-post__entry-meta .meta,
.meditex-post__socials-share,
.meditex-post__socials-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.meditex-box-author,
.meditex-related-posts {
  border-top: 1px solid #eaeaea;
}

.meditex-related-posts {
  padding-top: 79px;
  padding-bottom: 59px;
}
.meditex-related-posts .meditex__section-title {
  margin-bottom: 56px;
}

.meditex__section-title {
  text-transform: uppercase;
}
.meditex__section-title h3 {
  font-weight: 400;
  margin: 0;
}
.meditex__section-title .meditex__bold {
  font-weight: 800;
  color: #568701;
}

.meditex__section-page-title {
  text-transform: uppercase;
}
.meditex__section-page-title .title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 60px 0;
}
.meditex__section-page-title .title.archives {
  font-weight: 700;
}
.meditex__section-page-title .meditex__bold {
  font-weight: 800;
  color: #568701;
}
.meditex__section-page-title.hide-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.meditex__section-page-title.template-fullwidth .title {
  margin: 60px 0;
}

.meditex-post__socials-share ul,
.meditex-post__taxs-list ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.meditex-post__entry-meta {
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.meditex-post__entry-meta .meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  position: relative;
  padding-left: 15px;
  margin-lefT: 10px;
}
.meditex-post__entry-meta .meta:first-child {
  padding-left: 0;
  margin-lefT: 0;
}
.meditex-post__entry-meta .meta:first-child:before {
  display: none;
}
.meditex-post__entry-meta .meta:last-child {
  margin-right: 0;
}
.meditex-post__entry-meta .meta:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #888;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.meditex-post__entry-meta .meta a {
  font-size: 14px;
  color: #666;
}
.meditex-post__entry-meta .meta a:hover {
  color: #000;
}
.meditex-post__entry-meta .meta [class^=icon-] {
  margin-right: 13px;
  font-size: 16px;
  position: relative;
  top: 2px;
  display: none;
}
.meditex-post__entry-meta .author .avatar {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 13px;
}
.meditex-post__entry-title {
  margin: 0;
  font-size: 36px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.meditex-post__entry-title.page-title {
  margin: 0.67em 0;
}

.blog-wrapper .meditex-post__entry-title,
.meditex-related-posts .meditex-post__entry-title {
  font-size: 20px;
  line-height: 1.4;
}
.blog-wrapper .btn-post,
.meditex-related-posts .btn-post {
  font-size: 14px;
  font-weight: 700;
  color: #568701;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.blog-wrapper .btn-post:hover,
.meditex-related-posts .btn-post:hover {
  border-color: #568701;
}

.meditex-post__socials-share {
  float: right;
}
.meditex-post__socials-share ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.meditex-post__socials-share ul a {
  color: #bcbcbc;
  margin-left: 14px;
  font-size: 14px;
}
.meditex-post__socials-share ul a:hover {
  color: #568701;
}

.meditex-post__tag-list a {
  color: #888888;
}
.meditex-post__tag-list .list-tags {
  margin-right: 5px;
}

.meditex-post__taxs-list {
  margin-bottom: 57px;
}
.meditex-post__taxs-list li {
  display: inline-block;
}
.meditex-post__taxs-list a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #2b2b2b;
  font-weight: 800;
  margin-right: 38px;
  letter-spacing: 0.35px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.meditex-post__taxs-list a:hover, .meditex-post__taxs-list a.selected {
  color: #568701;
  text-decoration: none;
}

.meditex-box-author {
  padding: 74px 0;
}

.meditex-box-author__avatar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 31px;
}
.meditex-box-author__avatar img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.meditex-box-author__content h3 {
  margin: 0;
  font-size: 18px;
  margin-right: 9px;
}
.meditex-box-author__content .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  line-height: 1;
}
.meditex-box-author__content .follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.meditex-box-author__content .follow > span {
  font-weight: bold;
}
.meditex-box-author__content .meditex-user-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -8px;
  padding-left: 10px;
}
.meditex-box-author__content .meditex-user-socials li {
  padding: 0 8px;
}
.meditex-box-author__content .meditex-user-socials li a {
  color: #bcbcbc;
}
.meditex-box-author__content .meditex-user-socials li a:hover {
  color: #568701;
}

.single-post a:hover {
  color: #568701;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  text-decoration: none;
}
.single-post .meditex-post__entry-meta {
  line-height: 2;
}
.single-post .entry-content {
  margin-bottom: 15px;
}
.single-post article.post {
  margin-bottom: 66px;
}
.single-post .blog-sidebar .widget:first-child .widget-title {
  margin-top: 0;
}
.single-post .entry-header {
  margin-bottom: 30px;
}

.blog-wrapper {
  margin-bottom: 65px;
}
.blog-wrapper .meditex-post__entry-thumbnail img {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.blog-wrapper:hover .meditex-post__entry-title a {
  color: #568701;
}
.blog-wrapper a:hover {
  text-decoration: none;
}

.meditex-related-posts article.post {
  margin-bottom: 22px;
}
.meditex-related-posts .meditex-post__entry-meta {
  margin-bottom: 9px;
  line-height: 1.5;
}

.blog-grid .blog-wrapper {
  margin-bottom: 60px;
}
.blog-grid .meditex-post__entry-meta {
  margin-bottom: 11px;
}
.blog-grid .meditex-post__entry-meta .meta:after {
  margin: 0 10px -5px;
}

.blog-classic .meditex__section-title {
  margin-bottom: 56px;
}
.blog-classic .meditex-post__entry-header {
  margin-bottom: 25px;
}
.blog-classic .meditex-post__entry-meta {
  margin-bottom: 13px;
}
.blog-classic .meditex-post__entry-title a {
  font-size: 24px;
}
.blog-classic .blog-wrapper:hover .meditex-post__entry-title a {
  color: #2b2b2b;
}

.blog-listing .content-area,
.blog-listing .meditex__section-page-title,
.blog-listing .meditex__section-title {
  max-width: 830px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.blog-listing .meditex-post__taxs-list {
  margin-bottom: 80px;
}
.blog-listing .meditex-post__entry-header {
  margin-bottom: 40px;
}
.blog-listing .meditex-post__entry-thumbnail {
  text-align: center;
}
.blog-listing .meditex-post__entry-thumbnail img {
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  margin-left: -webkit-calc(-1170px/2 + 100%/2);
  margin-left: calc(-1170px/2 + 100%/2);
  margin-right: -webkit-calc(-1170px/2 + 100%/2);
  margin-right: calc(-1170px/2 + 100%/2);
  max-width: 1170px;
}
.blog-listing .blog-wrapper {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e4e4e4;
}
.blog-listing .blog-wrapper:last-child {
  border: none;
}
.blog-listing .blog-wrapper .meditex-post__entry-title {
  font-size: 32px;
  margin-bottom: 15px;
}
.blog-listing.meditex-blog-page .load-navigation a {
  background-color: #f0f3e9;
  color: #568701;
  font-size: 16px;
  padding: 0 43px;
  height: 48px;
  line-height: 48px;
}
.blog-listing.meditex-blog-page .load-navigation a:after {
  border-color: #568701 #568701 #568701 transparent;
}

.blog-classic .meditex-post__entry-meta .meta,
.blog-listing .meditex-post__entry-meta .meta {
  margin-right: 50px;
  margin-left: 0;
  padding-left: 0;
}
.blog-classic .meditex-post__entry-meta .meta:before,
.blog-listing .meditex-post__entry-meta .meta:before {
  display: none;
}
.blog-classic .meditex-post__entry-meta .meta [class^=icon-],
.blog-listing .meditex-post__entry-meta .meta [class^=icon-] {
  display: inline-block;
}

.post-password-form label {
  display: inline-block;
  float: left;
}
.post-password-form input[type=password],
.post-password-form input[type=submit] {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0;
}

p.no-comments {
  color: #568701;
  padding: 10px;
}

.meditex-post-list {
  position: relative;
}

.meditex-post-list__loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
}
.meditex-post-list__loading.show {
  display: block;
}

.lds-ellipsis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lds-ellipsis div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #568701;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: lds-ellipsis;
          animation-name: lds-ellipsis;
}

.error404 .error-404 {
  text-align: center;
}
.error404 .error-404 .icon {
  font-size: 63px;
  color: #568701;
}
.error404 .error-404 .page-title {
  font-size: 48px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.error404 .error-404 .description {
  font-size: 18px;
  margin-top: 0;
  color: #999999;
  margin-bottom: 60px;
}
.error404 .error-404 .description a {
  color: #568701;
  font-weight: 500;
  border-bottom: 1px solid;
}
.error404 .error-404 .search {
  max-width: 370px;
  margin: 0 auto;
}
.error404 .error-404 .search .search-form {
  position: relative;
  width: 100%;
  border: 0;
}
.error404 .error-404 .search .search-form:after {
  display: inline-block;
  font-family: Linearicons;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #999999;
}
.error404 .error-404 .search .search-form .search-field {
  background-color: #f8f8f8;
  padding-right: 40px;
}
.error404 .error-404 .search .search-form .search-submit {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
  outline: 0;
}
.error404 .error-404 .search .search-form .search-submit:hover {
  background: transparent;
}

.error404 .site-content {
  padding-top: 205px;
  padding-bottom: 225px;
}

.search-no-results .no-results .page-header {
  background: transparent;
  padding: 0;
}
.search-no-results .no-results .page-header .title {
  margin: 0;
}
.search-no-results .no-results .search-form {
  position: relative;
  width: 100%;
  border: 0;
}
.search-no-results .no-results .search-form:after {
  display: inline-block;
  font-family: Linearicons;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #999999;
}
.search-no-results .no-results .search-form .search-field {
  background-color: #f8f8f8;
  padding-right: 40px;
}
.search-no-results .no-results .search-form .search-submit {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
  outline: 0;
}
.search-no-results .no-results .search-form .search-submit:hover {
  background: transparent;
}

.search-no-results .page-header,
.search-results .page-header {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
}
.search-no-results .widget_search .widget-title,
.search-results .widget_search .widget-title {
  display: none;
}

.author-blog {
  color: #568701;
  text-transform: uppercase;
  font-weight: 700;
}

img.alignright, img.alignleft, img.aligncenter {
  clear: both;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title,
.comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0;
}
.comments-title.has-comments,
.comment-reply-title.has-comments {
  margin-bottom: 0;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 59px 0 79px;
  border-bottom: 1px solid #eaeaea;
}
.comment-list.has-comments {
  margin: 0 0 83px 0;
}
.comment-list li {
  clear: both;
  width: 100%;
}
.comment-list li .comment-respond {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-list li .comment-author img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.comment-list li .reply {
  margin-top: 26px;
}
.comment-list li .comment-edit-link,
.comment-list li .comment-reply-link {
  color: #568701;
  font-weight: 800;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.comment-list li .comment-edit-link:hover,
.comment-list li .comment-reply-link:hover {
  color: #000;
}
.comment-list li .comment-metadata {
  overflow: hidden;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.comment-list li .comment-metadata cite,
.comment-list li .comment-metadata .date {
  display: block;
}
.comment-list li .comment-edit-link {
  margin-right: 20px;
}
.comment-list li.pingback, .comment-list li.comment {
  margin-bottom: 50px;
}
.comment-list li.comment .comment-content {
  margin-left: 113px;
}
.comment-list li.comment .comment-meta {
  float: left;
  max-width: 80px;
}
.comment-list li .comment-content {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 42px;
  margin-bottom: 40px;
}
.comment-list li .comment-content .comment-desc {
  padding: 10px 0 5px;
}
.comment-list li .comment-content a {
  word-wrap: break-word;
}
.comment-list li .comment-content .fn,
.comment-list li .comment-content .fn a {
  color: #2b2b2b;
  font-style: normal;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
.comment-list li .comment-content .fn > a {
  margin-bottom: 10px;
  display: inline-block;
}
.comment-list li .comment-content img {
  display: block;
  margin: 10px 0;
}
.comment-list li:last-child {
  margin-bottom: 0;
}
.comment-list li:last-child .comment-content {
  border: none;
  padding-bottom: 0;
}
.comment-list .comment-respond {
  margin-bottom: 50px;
}
.comment-list:after {
  clear: both;
  content: "";
  display: block;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
  margin-left: 0;
}
.comment-list .children article {
  border-top-width: 0;
}
.comment-list .children li {
  margin-bottom: 0;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list .children .comment-body {
  margin-top: 49px;
}
.comment-list .children .comment-body .comment-content {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 42px;
}
.comment-list .depth-5 .children {
  padding-left: 0;
}
.comment-list > .comment:first-child article {
  border: none;
}

.comments-area {
  padding-top: 79px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
}
.comments-area .comment-desc {
  padding: 15px 0 5px;
  color: #666;
}
.comments-area .comments-links {
  margin-bottom: 60px;
  text-align: center;
}
.comments-area .comments-links .page-numbers {
  font-size: 18px;
  padding: 0 8px;
  color: #999;
}
.comments-area .comments-links .page-numbers.current {
  color: #000;
}

.comment-respond {
  clear: both;
}
.comment-respond .meditex__section-title {
  margin-bottom: 20px;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px;
}
.comment-respond .logged-in-as a {
  color: #000;
}
.comment-respond .logged-in-as a:hover {
  color: #568701;
}
.comment-respond .comment-reply-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 56px;
}
.comment-respond .comment-reply-title span {
  color: #568701;
  font-weight: 800;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  border: none;
  -webkit-transition: 0.5s !important;
          transition: 0.5s !important;
  outline: none;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  color: #888888;
  font-size: 14px;
  background-color: #f8f8f8;
}
.comment-respond textarea {
  padding-top: 15px;
  height: 200px;
}
.comment-respond p {
  margin-bottom: 0;
  margin-top: 0;
}
.comment-respond .form-group {
  margin-bottom: 30px;
}
.comment-respond .comment-form-email {
  padding-right: 0;
}
.comment-respond .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form-url {
  padding-right: 0;
  padding-left: 0;
}
.comment-respond .comment-message {
  margin-top: 20px;
  color: red;
  min-height: 30px;
}
.comment-respond .form-submit {
  clear: both;
  position: relative;
}
.comment-respond .form-submit .submit {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #568701;
  color: #fff;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  margin-top: 12px;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.25px;
}
.comment-respond .form-submit .submit:hover, .comment-respond .form-submit .submit:focus, .comment-respond .form-submit .submit:active, .comment-respond .form-submit .submit:visited, .comment-respond .form-submit .submit:active:hover, .comment-respond .form-submit .submit:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #568701;
}

.comment-awaiting-moderation {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-layout-2 .site-footer {
  background-color: #2b2b2b;
  color: #999;
}
.footer-layout-2 .site-footer h1, .footer-layout-2 .site-footer h2, .footer-layout-2 .site-footer h3, .footer-layout-2 .site-footer h4, .footer-layout-2 .site-footer h5, .footer-layout-2 .site-footer h6,
.footer-layout-2 .site-footer .widget-title {
  color: #fff;
}
.footer-layout-2 .site-footer a,
.footer-layout-2 .site-footer .meditex-widget__popular-post--text h4 a {
  color: #999;
}
.footer-layout-2 .site-footer a:hover,
.footer-layout-2 .site-footer .meditex-widget__popular-post--text h4 a:hover {
  color: #fff;
}
.footer-layout-2 .mc4wp-form input[type=email],
.footer-layout-2 .mc4wp-form input[type=text] {
  background-color: #616161;
  color: #fff;
}
.footer-layout-2 .mc4wp-form input[type=email]::-webkit-input-placeholder,
.footer-layout-2 .mc4wp-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.footer-layout-2 .mc4wp-form input[type=email]::-moz-placeholder,
.footer-layout-2 .mc4wp-form input[type=text]::-moz-placeholder {
  color: #fff;
}
.footer-layout-2 .mc4wp-form input[type=email]::placeholder,
.footer-layout-2 .mc4wp-form input[type=text]::placeholder {
  color: #fff;
}
.footer-layout-2 .meditex-social-links-widget ul li a {
  color: #999;
}
.footer-layout-2 .meditex-social-links-widget ul li a:hover {
  color: #fff;
}
.footer-layout-2 .meditex-social-links-widget ul.style-2 li a {
  color: #bcbcbc;
  background-color: #616161;
}
.footer-layout-2 .meditex-social-links-widget ul.style-2 li a:hover {
  color: #568701;
  background-color: #fff;
}
.footer-layout-2 .footer-widget .widget:not(.meditex-social-links-widget) ul li a {
  color: #999;
}
.footer-layout-2 .footer-widget .widget:not(.meditex-social-links-widget) ul li a:hover {
  color: #fff;
}
.footer-layout-2 .footer-copyright.has-border {
  border-color: #454545;
}
.footer-layout-2 .footer-copyright .footer-menu li a {
  color: #999;
}
.footer-layout-2 .footer-copyright .copyright a {
  color: #fff;
}

.footer-layout-3 .footer-copyright {
  background-color: #f1f1f1;
  color: #666;
}
.footer-layout-3 .footer-copyright .footer-menu li a {
  color: #666;
}

.footer-widget {
  padding-bottom: 60px;
  padding-top: 65px;
}
.footer-widget.has-border {
  border-top: 1px solid #f8f8f8;
}
.footer-widget .widget {
  margin-bottom: 22px;
}
.footer-widget .widget:not(.meditex-social-links-widget) ul {
  margin-top: -6px;
}
.footer-widget .widget:not(.meditex-social-links-widget) ul li {
  padding: 6px 0;
}
.footer-widget .widget:not(.meditex-social-links-widget) ul li a {
  color: #888888;
}
.footer-widget .widget:not(.meditex-social-links-widget) ul li a:hover {
  color: #568701;
}
.footer-widget .widget-title {
  margin-bottom: 17px;
}
.footer-widget .footer-widget-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-widget .footer-sidebar {
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-widget .footer-sidebar .mc4wp-form .show-footer {
  display: block;
}
.footer-widget.columns-3 .footer-sidebar {
  width: 33.3333%;
}

.footer-copyright {
  padding: 23px 0;
}
.footer-copyright.has-border {
  border-top: 1px solid #eaeaea;
}
.footer-copyright .row-flex > div:last-child {
  text-align: right;
}
.footer-copyright .copyright a {
  color: #2b2b2b;
  font-weight: 700;
}
.footer-copyright .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-copyright .footer-menu li {
  display: inline-block;
  font-weight: 600;
}
.footer-copyright .footer-menu li:after {
  content: "/";
  padding: 0 4px 0 8px;
}
.footer-copyright .footer-menu li:last-child:after {
  display: none;
}
.footer-copyright .footer-menu li a {
  color: #888888;
}

.footer-extra {
  background-color: #f8f8f8;
  padding: 38px 0;
}
.footer-extra .footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-extra .footer-box__icon {
  font-size: 44px;
  color: #568701;
  line-height: 1;
  margin-right: 20px;
}
.footer-extra .footer-icon-box__title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.footer-extra .footer-box__box-content {
  color: #2b2b2b;
  font-weight: 600;
}

a.backtotop {
  font-size: 17px;
  color: #fff;
  position: fixed;
  bottom: 45px;
  right: 45px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: -1;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#48b53c), color-stop(79%, #3e964e), to(#3e964e));
  background: -webkit-linear-gradient(left, #48b53c 0%, #3e964e 79%, #3e964e 100%);
  background: linear-gradient(to right, #48b53c 0%, #3e964e 79%, #3e964e 100%);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
a.backtotop:hover, a.backtotop:focus, a.backtotop:visited {
  color: #fff;
}
a.backtotop.show-scroll {
  z-index: 99;
  opacity: 1;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery-icon {
  margin-bottom: 25px;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
  margin-bottom: 35px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
  padding: 0;
}
.container .container {
  width: 100%;
}

.sidebar-content .content-area {
  float: right;
}

.single-post.content-sidebar .content-area,
.blog-classic.content-sidebar .content-area {
  padding-right: 0;
}
.single-post.content-sidebar .blog-sidebar,
.blog-classic.content-sidebar .blog-sidebar {
  padding-left: 70px;
}
.single-post.sidebar-content .content-area,
.blog-classic.sidebar-content .content-area {
  padding-left: 0;
}
.single-post.sidebar-content .blog-sidebar,
.blog-classic.sidebar-content .blog-sidebar {
  padding-right: 70px;
}

.single-mp-event.content-sidebar .content-area {
  padding-right: 0;
}
.single-mp-event.content-sidebar .mptt-sidebar {
  padding-left: 70px;
}
.single-mp-event.sidebar-content .content-area {
  padding-left: 0;
}
.single-mp-event.sidebar-content .mptt-sidebar {
  padding-right: 70px;
}

.site-content {
  padding: 100px 0;
}

.page-template-template-homepage .site-content,
.page-template-template-page-fullwidth .site-content {
  padding: 0;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-flex-xs-12,
.col-flex-sm-12,
.col-flex-md-12,
.col-flex-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-11,
.col-flex-sm-11,
.col-flex-md-11,
.col-flex-lg-11 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-10,
.col-flex-sm-10,
.col-flex-md-10,
.col-flex-lg-10 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-9,
.col-flex-sm-9,
.col-flex-md-9,
.col-flex-lg-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-8,
.col-flex-sm-8,
.col-flex-md-8,
.col-flex-lg-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-7,
.col-flex-sm-7,
.col-flex-md-7,
.col-flex-lg-7 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-6,
.col-flex-sm-6,
.col-flex-md-6,
.col-flex-lg-6 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-5,
.col-flex-sm-5,
.col-flex-md-5,
.col-flex-lg-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-4,
.col-flex-sm-4,
.col-flex-md-4,
.col-flex-lg-4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-3,
.col-flex-sm-3,
.col-flex-md-3,
.col-flex-lg-3 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-2,
.col-flex-sm-2,
.col-flex-md-2,
.col-flex-lg-2 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-1,
.col-flex-sm-1,
.col-flex-md-1,
.col-flex-lg-1 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-1-5, .col-flex-sm-1-5, .col-flex-md-1-5, .col-flex-lg-1-5,
.col-flex-xs-2-5, .col-flex-sm-2-5, .col-flex-md-2-5, .col-flex-lg-2-5,
.col-flex-xs-3-5, .col-flex-sm-3-5, .col-flex-md-3-5, .col-flex-lg-3-5,
.col-flex-xs-4-5, .col-flex-sm-4-5, .col-flex-md-4-5, .col-flex-lg-4-5 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-flex-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-flex-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-flex-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-flex-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-flex-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-flex-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-flex-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-flex-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-flex-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-flex-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-flex-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-flex-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-flex-xs-1-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-flex-xs-2-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.col-flex-xs-3-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.col-flex-xs-4-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 768px) {
  .col-flex-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-sm-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-sm-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-sm-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-sm-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-flex-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-md-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-md-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-md-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-md-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-flex-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-lg-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-lg-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-lg-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-lg-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.post-type-archive-mp-event .meditex-post__taxs-list {
  display: none;
}
.post-type-archive-mp-event .meditex-post-list {
  margin: 0;
}

.single-mp-event .event-content {
  margin: 0;
}
.single-mp-event .event-content .timeslots-title,
.single-mp-event .event-content .timeslot {
  display: none;
}
.single-mp-event .mptt-main-wrapper .timeslots-title {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}
.single-mp-event .no-thumb .thumbnail-wrapper {
  display: none;
}
.single-mp-event .site-content {
  padding-bottom: 0;
}

.mptt-main-wrapper .mptt-content {
  width: 100%;
  float: none;
  margin: 0;
}
.mptt-main-wrapper .mptt-column.events-list,
.mptt-main-wrapper .mptt-event.events-list {
  list-style: none;
  margin: 0 -10px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mptt-main-wrapper .mptt-column.events-list .event,
.mptt-main-wrapper .mptt-event.events-list .event {
  list-style: none;
  padding: 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
}

.single-mp-column .column-content p.event {
  display: none;
}

.mptt-shortcode-wrapper .mptt-inner-event-content {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mptt-shortcode-wrapper .mptt-navigation-select {
  padding: 0 20px;
  background-color: #568701;
  color: #fff;
  min-width: 270px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  margin-top: 50px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: #f9f9f9;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border-color: #f1f1f1;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  width: auto;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  outline: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:last-child {
  border-bottom: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  font-size: 16px;
  color: #568701;
  font-weight: 700;
  margin-bottom: 22px;
  word-break: break-all;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
  font-size: 16px;
  color: #888888;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin-bottom: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
  font-size: 14px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
  color: #fff;
  background-color: #568701;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-subtitle,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .timeslot,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
  color: #fff;
  text-decoration: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
  border-color: #f1f1f1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .archive-portfolio .portfolio-cats-filter {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 73px;
}
.portfolio .archive-portfolio .portfolio-cats-filter .button-group {
  margin: 0 -20px;
}
.portfolio .archive-portfolio .portfolio-cats-filter .button-group .button {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: #2b2b2b;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  cursor: pointer;
}
.portfolio .archive-portfolio .portfolio-cats-filter .button-group .button.active, .portfolio .archive-portfolio .portfolio-cats-filter .button-group .button:hover {
  color: #568701;
}
.portfolio .archive-portfolio .portfolio-item .entry-content {
  margin-bottom: 0;
}
.portfolio .archive-portfolio .portfolio-item .read-more-wrapper {
  margin-top: 25px;
}
.portfolio .archive-portfolio .portfolio-item:hover .entry-thumbnail img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.portfolio.portfolio-grid .portfolio-item, .portfolio.portfolio-masonry .portfolio-item {
  margin-bottom: 25px;
}
.portfolio.portfolio-grid .portfolio-item .entry-thumbnail, .portfolio.portfolio-masonry .portfolio-item .entry-thumbnail {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.portfolio.portfolio-grid .portfolio-item .entry-thumbnail img, .portfolio.portfolio-masonry .portfolio-item .entry-thumbnail img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio.portfolio-grid .portfolio-item .portfolio-content, .portfolio.portfolio-masonry .portfolio-item .portfolio-content {
  padding: 30px 0;
}
.portfolio.portfolio-grid .portfolio-item .portfolio-content .entry-title, .portfolio.portfolio-masonry .portfolio-item .portfolio-content .entry-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
}
.portfolio.portfolio-grid .portfolio-item .portfolio-content .entry-title .title, .portfolio.portfolio-masonry .portfolio-item .portfolio-content .entry-title .title {
  color: #2b2b2b;
  font-weight: 700;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio.portfolio-grid .portfolio-item .portfolio-content .category, .portfolio.portfolio-masonry .portfolio-item .portfolio-content .category {
  margin-top: 6px;
  font-size: 16px;
  color: #888888;
  display: inline-block;
}
.portfolio.portfolio-grid .portfolio-item:hover .portfolio-content .entry-title .title, .portfolio.portfolio-masonry .portfolio-item:hover .portfolio-content .entry-title .title {
  color: #568701;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item {
  margin-bottom: 25px;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .entry-thumbnail {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .entry-thumbnail img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content {
  padding: 48px 0;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .entry-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 22px;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .entry-title .title {
  color: #2b2b2b;
  font-weight: 700;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .category {
  margin-top: 10px;
  font-size: 16px;
  color: #888888;
  display: inline-block;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .descr {
  margin-top: 21px;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .read-more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2b2b;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item:hover .portfolio-content .entry-title .title {
  color: #568701;
}
.portfolio.portfolio-listing .archive-portfolio .portfolio-item:hover .read-more {
  color: #568701;
}
.portfolio.portfolio-masonry .portfolio-sizer {
  width: 33.33%;
}
.portfolio.portfolio-masonry .gutter-sizer {
  width: 0;
}
.portfolio .numeric-navigation {
  margin-top: 13px;
}
.portfolio .numeric-navigation.pag-1 .pagination {
  margin: auto;
}
.portfolio .numeric-navigation.pag-1 .pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.portfolio .numeric-navigation.pag-1 .pagination .nav-links .page-numbers {
  float: left;
  display: inline-block;
  line-height: 20px;
}
.portfolio .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.next, .portfolio .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.prev {
  color: #fff;
  line-height: 40px;
}
.portfolio .numeric-navigation.pag-2 .pagination {
  display: inline-block;
  margin: auto;
}
.portfolio .numeric-navigation.pag-2 .pagination .page-numbers {
  display: none;
}
.portfolio .numeric-navigation.pag-2 .pagination .page-numbers.next {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0 15px;
}
.portfolio .numeric-navigation.pag-2 .pagination .loader {
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: relative;
}
.portfolio .numeric-navigation.pag-2 .pagination .loader span {
  display: none;
}
.portfolio .numeric-navigation.pag-2 .pagination .loader a {
  display: none;
}
.portfolio .numeric-navigation.pag-2 .pagination .loader .page-numbers {
  background: transparent;
}
.portfolio .numeric-navigation.pag-2 .pagination .loader:before {
  content: "";
  font-family: "FontAweSome";
  font-size: 20px;
  color: #568701;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 0;
  float: left;
}

.portfolio-page-title {
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.single-portfolio .portfolio-navigation {
  padding-top: 75px;
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
}
.single-portfolio .portfolio-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-portfolio .portfolio-navigation .nav-links > div {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
.single-portfolio .portfolio-navigation .meta-nav,
.single-portfolio .portfolio-navigation .nav-project {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-portfolio .portfolio-navigation .nav-project {
  text-align: center;
}
.single-portfolio .portfolio-navigation .nav-previous .icon-arrow-left {
  margin-right: 20px;
  font-size: 14px;
}
.single-portfolio .portfolio-navigation .nav-next {
  text-align: right;
}
.single-portfolio .portfolio-navigation .nav-next .icon-arrow-right {
  margin-left: 20px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes mediFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes mediFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mediFadeInUp:nth-child(1n) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.mediFadeInUp:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.mediFadeInUp:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.mediFadeInUp:nth-child(4n) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.mediFadeInUp:nth-child(5n) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.mediFadeInUp:nth-child(6n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.mediFadeInUp:nth-child(7n) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.mediFadeInUp:nth-child(8n) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.mediFadeInUp:nth-child(9n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.mediFadeInUp:nth-child(10n) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.mediFadeInUp:nth-child(11n) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.mediFadeInUp:nth-child(12n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.mediFadeInUp:nth-child(13n) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.mediFadeInUp:nth-child(14n) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.mediFadeInUp:nth-child(15n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.mediFadeInUp:nth-child(16n) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.mediFadeInUp:nth-child(17n) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.mediFadeInUp:nth-child(18n) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.mediFadeInUp:nth-child(19n) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.mediFadeInUp:nth-child(20n) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.mediFadeInUp:nth-child(21n) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.mediFadeInUp:nth-child(22n) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.mediFadeInUp:nth-child(23n) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.mediFadeInUp:nth-child(24n) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.mediFadeInUp:nth-child(25n) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.mediFadeInUp:nth-child(26n) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.mediFadeInUp:nth-child(27n) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.mediFadeInUp:nth-child(28n) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.mediFadeInUp:nth-child(29n) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.mediFadeInUp:nth-child(30n) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.mediFadeInUp:nth-child(31n) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.mediFadeInUp:nth-child(32n) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.mediFadeInUp:nth-child(33n) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.mediFadeInUp:nth-child(34n) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.mediFadeInUp:nth-child(35n) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.mediFadeInUp:nth-child(36n) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.mediFadeInUp:nth-child(37n) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.mediFadeInUp:nth-child(38n) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.mediFadeInUp:nth-child(39n) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.mediFadeInUp:nth-child(40n) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.mediFadeInUp:nth-child(41n) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.mediFadeInUp:nth-child(42n) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.mediFadeInUp:nth-child(43n) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.mediFadeInUp:nth-child(44n) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.mediFadeInUp:nth-child(45n) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.mediFadeInUp:nth-child(46n) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.mediFadeInUp:nth-child(47n) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.mediFadeInUp:nth-child(48n) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.mediFadeInUp:nth-child(49n) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.mediFadeInUp:nth-child(50n) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.mediFadeInUp:nth-child(51n) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.mediFadeInUp:nth-child(52n) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.mediFadeInUp:nth-child(53n) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}

.mediFadeInUp:nth-child(54n) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.mediFadeInUp:nth-child(55n) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.mediFadeInUp:nth-child(56n) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}

.mediFadeInUp:nth-child(57n) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.mediFadeInUp:nth-child(58n) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}

.mediFadeInUp:nth-child(59n) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}

.mediFadeInUp:nth-child(60n) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.mediFadeInUp:nth-child(61n) {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}

.mediFadeInUp:nth-child(62n) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}

.mediFadeInUp:nth-child(63n) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

.mediFadeInUp:nth-child(64n) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}

.mediFadeInUp:nth-child(65n) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.mediFadeInUp:nth-child(66n) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}

.mediFadeInUp:nth-child(67n) {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}

.mediFadeInUp:nth-child(68n) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

.mediFadeInUp:nth-child(69n) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}

.mediFadeInUp:nth-child(70n) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.mediFadeInUp:nth-child(71n) {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}

.mediFadeInUp:nth-child(72n) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}

.mediFadeInUp:nth-child(73n) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}

.mediFadeInUp:nth-child(74n) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}

.mediFadeInUp:nth-child(75n) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.mediFadeInUp:nth-child(76n) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}

.mediFadeInUp:nth-child(77n) {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}

.mediFadeInUp:nth-child(78n) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}

.mediFadeInUp:nth-child(79n) {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}

.mediFadeInUp:nth-child(80n) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.mediFadeInUp:nth-child(81n) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}

.mediFadeInUp:nth-child(82n) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}

.mediFadeInUp:nth-child(83n) {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}

.mediFadeInUp:nth-child(84n) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}

.mediFadeInUp:nth-child(85n) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.mediFadeInUp:nth-child(86n) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}

.mediFadeInUp:nth-child(87n) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}

.mediFadeInUp:nth-child(88n) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}

.mediFadeInUp:nth-child(89n) {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}

.mediFadeInUp:nth-child(90n) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.mediFadeInUp:nth-child(91n) {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}

.mediFadeInUp:nth-child(92n) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}

.mediFadeInUp:nth-child(93n) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}

.mediFadeInUp:nth-child(94n) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}

.mediFadeInUp:nth-child(95n) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.mediFadeInUp:nth-child(96n) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}

.mediFadeInUp:nth-child(97n) {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}

.mediFadeInUp:nth-child(98n) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}

.mediFadeInUp:nth-child(99n) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}

.mediFadeInUp:nth-child(100n) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.mediFadeInUp {
  -webkit-animation-name: mediFadeInUp;
          animation-name: mediFadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes lds-ellipsis {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes lds-ellipsis {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.lds-ellipsis div:nth-child(1n) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.lds-ellipsis div:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lds-ellipsis div:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-wrapper {
  margin-bottom: 50px;
}
.team-wrapper:hover .title a {
  color: #568701;
}

.meditex-team-list {
  position: relative;
}

.meditex-team_content {
  padding: 24px 30px 33px;
  border: 1px solid #eaeaea;
  word-break: break-all;
  background-color: #fff;
}

.meditex-team__content--text h1, .meditex-team__content--text h2 {
  margin: 0;
}
.meditex-team__content--text .title {
  font-size: 18px;
}
.meditex-team__content--text .title a {
  color: #2b2b2b;
}
.meditex-team__content--text .cat a {
  color: #888888;
}
.meditex-team__content--text .entry-content {
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 13px;
  border-top: 1px solid #eaeaea;
}

.meditex-team__content--socials {
  margin-top: 24px;
}
.meditex-team__content--socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meditex-team__content--socials ul li {
  display: inline-block;
}
.meditex-team__content--socials ul li a {
  display: block;
  margin-right: 15px;
  color: #bcbcbc;
}
.meditex-team__content--socials ul li a:hover {
  color: #568701;
}

.meditex-team .numeric-navigation {
  margin-top: 20px;
}
.meditex-team .meditex__section-title {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Canvas Panel
--------------------------------------------------------------*/
.meditex-off-canvas-panel {
  width: 475px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -475px;
  overflow: hidden;
  color: #000;
  z-index: 100000;
  -webkit-transition: 0.25s ease;
          transition: 0.25s ease;
}
.meditex-off-canvas-panel.open {
  -webkit-transform: translate3d(-475px, 0, 0);
          transform: translate3d(-475px, 0, 0);
}
.meditex-off-canvas-panel .widget-panel-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 53px 50px 45px;
  z-index: 10;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.meditex-off-canvas-panel .widget-canvas-content {
  height: 100%;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 180px;
}
.meditex-off-canvas-panel .widget-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
}
.meditex-off-canvas-panel .widget-canvas-content::-webkit-scrollbar {
  display: none;
}
.meditex-off-canvas-panel .close-canvas-panel {
  font-size: 20px;
  color: #2b2b2b;
}
.meditex-off-canvas-panel .close-canvas-panel span {
  font-weight: 800;
}
.meditex-off-canvas-panel .close-canvas-panel .menu-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 20px;
}
.meditex-off-canvas-panel ul.menu > li {
  border-bottom: 1px solid #dedede;
}
.meditex-off-canvas-panel ul.menu .active > a .arrow_triangle-down:before {
  content: "B";
}

.meditex-off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.open-canvas-panel .meditex-off-canvas-layer {
  display: block;
}

.meditex-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: visible;
  outline: 0;
  z-index: -1;
  display: none;
}
.meditex-modal.open {
  visibility: visible;
  z-index: 100000;
}
.meditex-modal::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  overflow-x: hidden;
}

.login-modal {
  background-color: transparent;
}
.login-modal .meditex-off-login-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15);
}
.login-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  width: 450px;
}
.login-modal .modal-content .col-login,
.login-modal .modal-content .container {
  width: 100%;
  margin: 0;
}
.login-modal .modal-content .meditex-tabs {
  background-color: #e3e7e8;
  width: 100%;
}
.login-modal .modal-content .meditex-tabs .tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.login-modal .modal-content .meditex-tabs .tabs-nav li {
  width: 50%;
}
.login-modal .modal-content .meditex-tabs .tabs-nav li a {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  background-color: #ededed;
}
.login-modal .modal-content .meditex-tabs .tabs-nav li a.active {
  background-color: #e3e7e8;
  color: #000;
}
.login-modal .modal-content .meditex-tabs .tabs-content {
  padding: 40px 40px 30px;
}
.login-modal .modal-content .meditex-tabs .tabs-panel form {
  min-height: auto;
}

.cart-panel .widget_shopping_cart_content {
  padding-bottom: 213px;
}

.menu-sidebar .widget {
  line-height: 2;
  -webkit-transition: 0.35s;
          transition: 0.35s;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: #999;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  margin-bottom: 50px;
}
.menu-sidebar ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2;
}
.menu-sidebar ul.menu li {
  padding: 8px 0;
  list-style: none;
}
.menu-sidebar ul.menu li a {
  font-size: 18px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #2b2b2b;
}
.menu-sidebar ul.menu li a .toggle-menu-children {
  position: absolute;
  line-height: 1;
  right: 0;
  top: 10px;
}
.menu-sidebar ul.menu li a:after {
  display: none;
}
.menu-sidebar ul.menu li.menu-item-has-children a {
  padding-right: 20px;
}
.menu-sidebar ul.menu li.active > a {
  color: #888888;
}
.menu-sidebar ul.menu .sub-menu {
  display: none;
  padding-left: 16px;
  margin: 14px 0 25px;
}
.menu-sidebar ul.menu .sub-menu li {
  line-height: 1;
  padding: 7px 0;
}
.menu-sidebar ul.menu .sub-menu li a {
  font-size: 16px;
  color: #999999;
  text-transform: capitalize;
  font-weight: 600;
}
.menu-sidebar ul.menu .sub-menu li a .toggle-menu-children {
  top: 1px;
}
.menu-sidebar ul.menu .sub-menu li.active > a {
  color: #2b2b2b;
}
.menu-sidebar ul.menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.menu-sidebar ul.menu .sub-menu .sub-menu {
  margin-bottom: 10px;
}
.menu-sidebar .widget-title {
  padding-bottom: 20px;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.menu-sidebar .meditex-language-currency h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1;
}
.menu-sidebar .meditex-language-currency ul a {
  color: #999999;
}
.menu-sidebar .meditex-language-currency ul a:hover {
  color: #568701;
}
.menu-sidebar .meditex-language-currency ul li {
  padding: 2px 0;
}
.menu-sidebar .meditex-language-currency ul li.actived a {
  color: #568701;
}
.menu-sidebar.open .widget:nth-child(10) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menu-sidebar.open .widget:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu-sidebar.open .widget:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-sidebar.open .widget:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-sidebar.open .widget:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-sidebar.open .widget:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu-sidebar.open .widget:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-sidebar.open .widget:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-sidebar.open .widget:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-sidebar.open .widget:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-sidebar.open .widget {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.menu-sidebar.open .widget:first-child {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.search-modal .container {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
.search-modal .modal-title {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}
.search-modal .close-modal {
  font-size: 24px;
  color: #2b2b2b;
}
.search-modal .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
  margin-top: 60px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
}
.search-modal .instance-search {
  position: relative;
}
.search-modal .search-fields {
  -webkit-transition: -webkit-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
          transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.search-modal .search-fields .btn-submit,
.search-modal .search-fields .search-icon {
  position: absolute;
}
.search-modal .search-fields .search-icon {
  color: #2b2b2b;
  font-size: 22px;
  top: 12px;
  right: 15px;
}
.search-modal .search-fields .btn-submit {
  opacity: 0;
  width: 50px;
  padding: 0;
  height: 30px;
  z-index: 10;
  top: 0;
  right: 0;
}
.search-modal .search-field {
  width: 100%;
  padding-right: 50px;
}
.search-modal.open .search-fields,
.search-modal.open .modal-header,
.search-modal.open .modal-footer {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.search-modal:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1366px) and (min-width: 1200px) {
  .footer-layout-1 .columns-3 .footer-2 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .single-post.content-sidebar .content-area,
.blog-classic.content-sidebar .content-area {
    padding-right: 15px;
  }
  .single-post.content-sidebar .blog-sidebar,
.blog-classic.content-sidebar .blog-sidebar {
    padding-left: 15px;
  }
  .single-post.sidebar-content .content-area,
.blog-classic.sidebar-content .content-area {
    padding-left: 15px;
  }
  .single-post.sidebar-content .blog-sidebar,
.blog-classic.sidebar-content .blog-sidebar {
    padding-right: 15px;
  }

  .blog-listing .meditex-post__entry-thumbnail img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .single-mp-event.content-sidebar .content-area {
    padding-right: 15px;
  }
  .single-mp-event.content-sidebar .mptt-sidebar {
    padding-left: 15px;
  }
  .single-mp-event.sidebar-content .content-area {
    padding-left: 15px;
  }
  .single-mp-event.sidebar-content .mptt-sidebar {
    padding-right: 15px;
  }

  .single-post .single-blog .meditex-post__entry-title {
    font-size: 30px;
  }

  .meditex-departments__grid .department-item {
    margin-bottom: 35px;
  }
  .meditex-departments__grid .department-content {
    padding: 17px 20px 28px;
  }

  .catalog-sidebar div .widget-title,
.footer-widget .widget-title,
.widget-title {
    margin-bottom: 15px;
  }

  .footer-widget {
    padding-bottom: 0 !important;
    padding-top: 40px !important;
  }
  .footer-widget .footer-widget-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-widget .footer-sidebar {
    width: 50%;
    max-width: unset;
    margin-bottom: 15px;
  }

  .footer-widget.columns-3 .footer-sidebar {
    width: 50%;
    max-width: unset;
    margin-bottom: 15px;
  }

  .remove-br br {
    display: none !important;
  }

  .woocommerce ul.products li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .woocommerce.single-product div.product div.images {
    padding-right: 15px;
  }
  .woocommerce.single-product div.product div.summary {
    padding-left: 15px;
  }
  .woocommerce.single-product div.product div.summary .price {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .woocommerce.single-product div.product .woocommerce-product-rating {
    margin-bottom: 10px;
  }
  .woocommerce.single-product div.product .meditex-product-detail {
    margin-bottom: 0;
  }
  .woocommerce.single-product div.product .product_title {
    margin-bottom: 15px;
  }
  .woocommerce.single-product div.product .woocommerce-product-details__short-description {
    padding-bottom: 0;
  }
  .woocommerce.single-product div.product form.cart {
    margin-bottom: 25px;
  }
  .woocommerce.single-product div.product.product-type-grouped .cart table.group_table {
    margin-bottom: 25px;
  }
  .woocommerce.single-product div.product.product-type-grouped .cart table.group_table td {
    padding: 15px 0;
  }
  .woocommerce .woocommerce-tabs ul.tabs {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .woocommerce .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
  }
  .woocommerce .woocommerce-tabs .panel {
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce .woocommerce-tabs .panel h2:first-of-type {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
  .woocommerce .woocommerce-tabs .comment-respond {
    padding-bottom: 10px;
    margin-top: 40px;
  }
  .woocommerce .woocommerce-tabs .comment-form p {
    margin-bottom: 10px;
  }
  .woocommerce .woocommerce-tabs .comment-form-rating {
    margin-bottom: 20px;
  }
  .woocommerce .woocommerce-tabs .comments-title, .woocommerce .woocommerce-tabs .comment-reply-title {
    font-size: 20px;
  }
  .woocommerce .meditex-related-products,
.woocommerce .meditex-upsells-products,
.woocommerce .meditex-cross-sells-products {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .woocommerce .meditex-related-products > h2,
.woocommerce .meditex-upsells-products > h2,
.woocommerce .meditex-cross-sells-products > h2 {
    font-size: 26px;
    margin: 0 0 40px;
  }
  .woocommerce .comment-respond .form-submit .submit {
    font-weight: 800;
    height: 46px;
    line-height: 45px;
    font-size: 14px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar {
    padding-right: 15px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-content {
    padding-left: 15px;
  }

  body .meditex-reset-padding-left {
    padding-left: 15px !important;
  }
  body .meditex-reset-padding-left.vc_column_container {
    padding-left: 0 !important;
  }
  body .meditex-reset-padding-right {
    padding-right: 15px !important;
  }
  body .meditex-vc_column_inner-reset-padding-left .vc_column-inner {
    padding-left: 15px !important;
  }
  body .meditex-vc_column_inner-reset-padding-right .vc_column-inner {
    padding-right: 15px !important;
  }
  body .meditex-no-padding-left {
    padding-left: 0 !important;
  }
  body .meditex-no-padding-right {
    padding-right: 0 !important;
  }
  body .meditex-no-margin-left {
    margin-left: 0 !important;
  }
  body .meditex-no-margin-right {
    margin-right: 0 !important;
  }
  body .meditex-no-padding {
    padding: 0 !important;
  }
  body .meditex-no-margin {
    margin: 0 !important;
  }
  body .meditex-reset-letter-spacing {
    letter-spacing: inherit !important;
  }
  body .meditex-departments__listing .department-content {
    padding: 40px;
  }
  body .meditex-booking .field-2,
body .meditex-booking .field-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .meditex-testimonial-carousel--style-1 .meditex-testimonial-carousel__box {
    margin-top: 15px;
  }
  body .meditex-departments-carousel .dp-header {
    margin-bottom: 40px;
  }
  body .meditex-departments-carousel .department-item {
    margin-bottom: 25px;
  }
  body .meditex-shortcode-team .meditex__section-title {
    margin-bottom: 45px;
  }
  body .meditex-shortcode-team .team-arrow {
    top: -86px;
  }
  body .meditex-testimonial-carousel--style-6 .meditex__section-title {
    margin-bottom: 40px;
  }
  body .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content {
    opacity: 1;
    left: 0;
  }
  body .meditex-icon-box--style-4 .meditex-icon-box__list {
    padding: 40px 20px;
  }
  body .meditex-team-tab .view-profile {
    margin-top: 60px;
  }
  body .meditex-team-tab__nav-img .list-team-tab {
    padding: 20px 0;
  }
  body .meditex-team-tab__nav-img .list-team-tab:first-child {
    padding-top: 30px;
  }
  body .meditex-team-tab__nav-img {
    margin-bottom: 35px;
  }
  body .meditex-icon-box--style-2 .meditex-icon-box__list,
body .meditex-icon-box--style-5 .meditex-icon-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body .meditex-icon-box--style-2 .meditex-icon-box--icon,
body .meditex-icon-box--style-5 .meditex-icon-box--icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .meditex-testimonial-carousel--style-5 .meditex-testimonial-carousel__box {
    padding: 48px 39px 22px 39px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .container {
    padding-right: 0;
    padding-left: 0;
  }

  .site-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-wrapper {
    margin-bottom: 50px;
  }

  .meditex-post__taxs-list {
    margin-bottom: 40px;
  }

  .blog-grid .meditex-post__entry-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .site-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reset-margin-left .vc_column-inner {
    margin-left: 0 !important;
  }

  .background-position-right {
    background-position: right !important;
  }

  .meditex-blog-page .meditex__section-title {
    margin-bottom: 40px;
  }
  .meditex-blog-page .meditex__section-title h3 {
    font-size: 24px;
  }

  .blog-grid .blog-wrapper {
    margin-bottom: 40px;
  }
  .blog-grid .meditex-post__entry-thumbnail {
    margin-bottom: 20px;
  }

  .portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .single-portfolio .portfolio-navigation {
    padding-top: 50px;
  }

  .widget-area {
    margin-top: 55px;
  }

  .footer-copyright {
    padding: 13px 0;
  }
  .footer-copyright .row-flex div.footer-menu,
.footer-copyright .row-flex div.copyright {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .footer-main .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-main .footer-items {
    padding: 10px 21px;
  }
  .footer-main ul.footer-menu,
.footer-main ul.footer-socials,
.footer-main .footer-right,
.footer-main .footer-right ul.menu,
.footer-main .footer-right .footer-socials-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-main .copyright {
    text-align: center;
  }

  .header-search form {
    left: 0;
    margin-top: 20px;
  }

  a.backtotop {
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }

  .woocommerce .catalog-sidebar .widget-container {
    max-width: 100%;
  }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents {
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-cart-form .coupon {
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-cart-form .coupon label {
    margin-bottom: 15px;
  }
  .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    margin-bottom: 15px;
  }

  .woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table .order-total span.woocommerce-Price-amount {
    font-size: 20px;
  }
  .woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table {
    padding: 27px 30px 0 30px;
  }
  .woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table td {
    padding: 15px 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul.payment_methods {
    padding: 27px 30px;
  }
  .woocommerce-checkout .woocommerce form.woocommerce-checkout h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-account-fields {
    margin-top: 30px;
  }
  .woocommerce-checkout .woocommerce form.woocommerce-checkout .checkout-shipping {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce form.woocommerce-checkout .form-row {
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar {
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 35px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 5px 15px;
  }

  .meditex-icon-box .row-flex {
    margin: 0;
  }

  .meditex-map .contact-form {
    position: relative;
    margin-top: 30px;
  }
  .meditex-map .wpcf7-form {
    width: 100%;
    max-width: 100%;
  }

  body .meditex-departments__listing .department-wrapper {
    display: block;
  }
  body .meditex-departments__listing .entry-thumbnail,
body .meditex-departments__listing .department-content {
    width: 100%;
    max-width: 100%;
  }
  body .meditex-departments__listing .department-content .descr {
    margin-bottom: 30px;
  }
  body .meditex-departments__listing .department-content .entry-header .entry-title {
    margin-bottom: 20px;
  }
  body .meditex-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .meditex-cta__text {
    margin-right: 0;
    margin-bottom: 30px;
  }
  body .meditex-departments__listing .department-content {
    padding: 30px;
  }
  body .meditex__section-title h3 {
    font-size: 24px !important;
  }
  body .meditex-testimonial .title {
    padding-bottom: 30px;
  }
  body .meditex-testimonial .descr {
    margin-bottom: 20px;
  }
  body .meditex-testimonial img {
    margin-bottom: 30px;
  }
  body .meditex-testimonial-carousel .meditex__section-title {
    margin-bottom: 10px;
  }
  body .meditex-icon-box--style-1 .meditex-icon-box--icon {
    margin-bottom: 15px;
  }
  body .meditex-image-box.border-box .meditex-image-box__list {
    border-right-color: #e9e9e9;
  }
  body .meditex-icon-box--style-5 .has-border {
    border: 0;
  }
  body .meditex-testimonial-carousel--style-4 .meditex-testimonial-carousel__box,
body .meditex-testimonial-carousel--style-5 .meditex-testimonial-carousel__box {
    margin-bottom: 30px;
  }
  body .meditex-testimonial-carousel--style-4 .meditex-testimonial-carousel__box {
    padding: 48px 20px 41px 20px;
  }
  body .meditex-testimonial-carousel--style-3 {
    padding-bottom: 0;
  }
  body .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content {
    padding: 20px 30px;
  }
  body .meditex-team-tab .team-tab {
    margin-bottom: 40px;
    text-align: center;
  }
  body .meditex-team-tab__nav-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .meditex-team-tab__nav-img .list-team-tab {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .meditex-team-tab__nav-img .list-team-tab img {
    margin: 0 0 10px 0;
  }
  body .meditex-team-tab__nav-img .list-team-tab:first-child {
    padding-top: 20px;
  }
  body .meditex-team-tab__content .team-content--text .cat {
    margin-bottom: 20px;
  }
  body .meditex-team-tab .view-profile {
    margin-top: 40px;
  }
  body .meditex-team-tab__content .team-content--text {
    padding: 30px 15px 0 15px;
  }
  body .meditex-single-team .team-content--text {
    padding-left: 15px;
  }
  body .meditex-single-team .view-profile {
    margin-top: 50px;
  }
  body .meditex-shortcode-team .meditex__section-title {
    margin-right: 0;
  }
  body .meditex-faq__style-2 .meditex-faq__answer {
    background-color: #fff;
    margin-top: 0;
    padding: 25px 30px;
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
  }

  .comment-list .children {
    padding-left: 0;
    margin-left: 0;
  }
  .comment-list .children:after {
    clear: both;
    display: block;
    content: "";
  }
  .comment-list .depth-3 .children {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .mptt-main-wrapper .mptt-content,
.mptt-main-wrapper .mptt-sidebar {
    padding: 0;
  }

  .pricing_url,
.case_url,
.pricing_url,
.service_url {
    text-align: left;
  }

  a.backtotop {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }

  .blog-classic .meditex-post__entry-meta .meta,
.blog-listing .meditex-post__entry-meta .meta {
    margin-right: 20px;
  }

  .single-post article.post {
    margin-bottom: 35px;
  }

  .meditex-post__entry-header {
    margin-bottom: 20px;
  }

  .meditex-related-posts {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .meditex-related-posts .meditex__section-title {
    margin-bottom: 30px;
  }
  .meditex-related-posts .meditex__section-title h3 {
    font-size: 24px;
  }

  .comments-area {
    padding-top: 50px;
  }
  .comments-area .meditex__section-title h3 {
    font-size: 24px;
  }

  .comment-list {
    padding: 40px 0;
  }
  .comment-list.has-comments {
    margin: 0 0 45px 0;
  }
  .comment-list li.comment {
    margin-bottom: 25px;
  }
  .comment-list li .comment-content {
    padding: 0 0 25px;
  }

  .comment-respond .comment-reply-title {
    margin-bottom: 30px;
  }

  .meditex-testimonial-carousel--style-1 .meditex-testimonial-carousel__box {
    padding: 37px 15px 47px;
  }

  .portfolio .archive-portfolio .portfolio-cats-filter {
    margin-bottom: 30px;
  }

  .portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content {
    padding-bottom: 20px;
  }

  .meditex-catalog-page .site-content {
    padding-top: 30px;
  }
  .meditex-catalog-page .shop-toolbar .shop-toolbar__element {
    margin-bottom: 0;
  }

  .woocommerce ul.products {
    margin: 0 -8px;
  }
  .woocommerce ul.products li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .woocommerce ul.products li.product .product-details {
    margin-top: 15px;
  }
  .woocommerce ul.products li.product .price {
    font-size: 16px;
  }
  .woocommerce .woocommerce-tabs ul.tabs li {
    padding: 0 20px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr {
    border-bottom: 1px solid #e1e1e1;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td {
    padding-left: 0;
    padding-right: 0;
    display: block;
    border: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-name {
    padding: 30px 0 0 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-quantity {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-quantity a.remove {
    width: 46px;
    height: 46px;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    margin-left: 20px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td .quantity {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr:first-child td.product-name {
    padding-top: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents .amount {
    margin-top: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.actions {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart-actions {
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart-actions .btn-right,
.woocommerce table.woocommerce-cart-form__contents .cart-actions .btn-shop {
    width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart-actions .btn-shop {
    margin-bottom: 15px;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart-actions .btn-right .btn-update,
.woocommerce table.woocommerce-cart-form__contents .cart-actions .btn-right .clear-cart {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table {
    padding: 5px 25px;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table .cart-subtotal .woocommerce-Price-amount,
.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total .woocommerce-Price-amount {
    font-size: 20px;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
    padding: 10px 0;
    display: table-cell;
  }

  .woocommerce-account .woocommerce .customer-login .tabs-nav {
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
    width: 100%;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-1 {
    margin-bottom: 15px;
  }

  .footer-widget .meditex-widget__popular-post .list-popular-post {
    margin-bottom: 15px;
  }

  .footer-extra {
    padding: 15px 0;
  }

  .meditex-icon-box--style-1 .item-icon-box {
    border-right: 1px solid #dce4dd;
  }
  .meditex-icon-box--style-1 .item-icon-box:first-child {
    border-right: none;
  }

  .meditex-icon-box--style-3 .meditex-icon-box--text {
    margin-top: 15px;
    display: block;
  }
  .meditex-icon-box--style-3 h3.title {
    max-width: 100%;
    margin-right: 0;
  }

  .meditex-icon-box--style-6 .meditex-icon-box--icon {
    margin: 0 auto 25px;
  }

  .meditex-image-box .meditex-image-box__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .meditex-image-box--style-1 .meditex-image-box--field-text {
    padding: 0 20px;
  }
  .meditex-image-box--style-1 .meditex-image-box__list {
    padding: 45px 0;
  }

  .meditex-image-box--style-2 .meditex-image-box--field-text {
    padding: 0 20px 20px;
  }

  .meditex-departments-carousel .department-content {
    padding-left: 0;
    padding-right: 0;
  }

  .meditex-team-tab__nav-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
  }
  .meditex-team-tab__nav-img .list-team-tab {
    padding: 15px 0;
    text-align: center;
  }
  .meditex-team-tab__nav-img .list-team-tab img {
    margin: 0 15px 0 0;
  }

  .meditex-team-tab__content .team-content .team-content--img,
.meditex-team-tab__content .team-content .team-content--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .meditex-team-tab__content .team-content .team-content--text {
    margin-bottom: 40px;
  }

  .meditex-team-tab .view-profile {
    margin-top: 25px;
  }

  .meditex-portfolio-shortcode .portfolio-item.element-item .portfolio-content {
    padding-top: 15px;
  }

  .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content {
    padding: 15px 20px;
  }
  .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left .entry-title .title {
    font-size: 20px;
  }
  .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left .category {
    font-size: 14px;
  }

  body .meditex__section-title h3 {
    font-size: 24px;
  }
  body .meditex-testimonial-carousel .meditex__section-title {
    font-size: 24px;
  }
  body .meditex-testimonial-carousel--style-6 .slider-for {
    margin-bottom: 20px;
  }
  body .meditex-testimonial-carousel--style-6 .meditex__section-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
  body .meditex-testimonial-carousel--style-6 .meditex-testimonial-carousel__box .field-desc {
    margin-bottom: 20px;
  }
  body .meditex-testimonial-carousel--style-6 .field-author--text {
    margin-bottom: 5px;
  }
  body .meditex-testimonial-carousel--style-5 .meditex-testimonial-carousel__box {
    margin-top: 65px;
  }
  body .meditex-popular-post--shortcode .slick-dots,
body .meditex-testimonial-carousel .slick-dots {
    margin-top: 15px;
  }
  body .meditex-map .wpcf7-form {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: normal;
  }

  h4 {
    font-size: 18px;
  }

  .page-header .page-title {
    font-size: 24px;
  }

  .header-search.show-search form {
    left: 0;
  }

  .meditex-post__entry-thumbnail {
    margin-bottom: 15px;
  }

  .meditex-post__entry-meta {
    margin-bottom: 10px;
  }

  .single-post .single-blog .meditex-post__entry-title {
    font-size: 24px;
  }

  .comment-list {
    padding: 40px 0 20px;
  }
  .comment-list li.comment .comment-meta {
    float: none;
    max-width: none;
    margin-bottom: 20px;
  }
  .comment-list li.comment .comment-content {
    margin-left: 0;
  }

  blockquote {
    font-size: 22px;
  }
  blockquote a {
    font-size: 16px;
    margin-top: 15px;
  }

  .footer-widget .footer-sidebar {
    width: 100%;
  }

  .footer-widget.columns-3 .footer-sidebar {
    width: 100%;
  }

  .woocommerce.single-product div.product div.images,
.woocommerce.single-product div.product div.summary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body .meditex-departments__icon .department-item {
    padding: 35px 25px;
  }
  body .wpcf7-form .field-input {
    display: block;
  }
  body .wpcf7-form .field-input .side-width {
    width: 100%;
  }
  body .meditex-booking .wpcf7-form .field-input .side-width:last-child {
    padding-left: 0;
  }
  body .meditex-booking .wpcf7-form .field-input .side-width:first-child {
    padding-right: 0;
  }
  body .meditex-popular-post--shortcode.blog-list .blog-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .meditex-popular-post--shortcode.blog-list .meditex-post__entry-thumbnail {
    margin-right: 10px;
    max-width: 120px;
  }
  body .meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta {
    margin-bottom: 0;
  }
  body .meditex-popular-post--shortcode.blog-list .meditex-post__entry-meta .meta a {
    font-size: 12px;
  }
  body .meditex-popular-post--shortcode.blog-list .meditex-post__entry-title {
    font-size: 16px;
  }
  body .meditex-pricing-table .meditex-pricing-table__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .wpcf7-form .field-input .side-width:last-child,
body .wpcf7-form .field-input .side-width:first-child {
    padding: 0;
  }
  body .meditex-map .contact-form {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0 !important;
    margin-top: 30px;
  }
  body .meditex-map .wpcf7-form {
    padding: 46px 40px 35px;
    margin: 0;
  }
  body .meditex-map div.wpcf7 {
    height: auto;
  }
  body .meditex-map div.wpcf7 .wpcf7-form {
    max-height: unset;
  }
  body .meditex-single-team .team-content--img,
body .meditex-single-team .team-content--text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .meditex-single-team .team-content--text h3.title {
    margin-top: 0;
  }

  .header-transparent.has-topbar .site-header,
.header-sticky.admin-bar .site-header.minimized {
    top: 0;
  }

  .header-transparent.admin-bar.has-topbar .site-header {
    top: 46px;
  }

  .header-transparent.admin-bar .site-header {
    top: 46px;
  }

  .meditex-off-canvas-panel {
    width: 100%;
    right: -100%;
  }
  .meditex-off-canvas-panel.open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    right: 0;
  }
}
@media (max-width: 480px) {
  .meditex-blog-page .meditex__section-title {
    margin-bottom: 25px;
  }

  .meditex-post__entry-meta .meta {
    margin-bottom: 10px;
  }

  .meditex-post__taxs-list {
    margin-bottom: 30px;
  }

  .meditex-related-posts .blog-wrapper {
    width: 100%;
  }

  .blog-wrapper {
    margin-bottom: 45px;
  }

  .blog-classic .meditex-post__entry-title a {
    font-size: 20px;
  }
  .blog-classic .meditex-post__entry-header {
    margin-bottom: 15px;
  }

  .blog-grid .blog-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-listing .blog-wrapper .meditex-post__entry-title {
    font-size: 24px;
  }

  .footer-extra {
    padding: 20px 0;
  }
  .footer-extra .footer-box__icon {
    font-size: 30px;
  }
  .footer-extra .footer-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .meditex-catalog-page .shop-toolbar .shop-toolbar__element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .meditex-catalog-page .shop-toolbar .shop-toolbar__element:first-child {
    margin-bottom: 15px;
  }
  .meditex-catalog-page .shop-toolbar .shop-toolbar__element:last-child {
    text-align: center;
  }
  .meditex-catalog-page .shop-toolbar .woocommerce-ordering select {
    height: 40px;
    line-height: 40px;
  }

  .woocommerce span.ribbons .ribbon {
    font-size: 12px;
    font-weight: 700;
    top: 15px;
    left: 15px;
    height: 23px;
    line-height: 23px;
  }
  .woocommerce ul.products li.product .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .woocommerce ul.products li.product .button .p-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  blockquote {
    padding-left: 55px;
  }
  blockquote:before {
    left: 0;
    font-size: 36px;
  }

  .blockquote-text-padding {
    padding-left: 55px !important;
  }

  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    padding-right: 0;
    padding-left: 0;
  }

  .meditex-icon-box .item-icon-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .meditex-icon-box--style-1 .item-icon-box,
.meditex-icon-box--style-1 .item-icon-box:first-child {
    border-right: 1px solid #dce4dd;
  }

  body .meditex-departments__grid .department-item,
body .meditex-departments__icon .department-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .meditex-departments__listing .department-item {
    margin-bottom: 30px;
  }
  body .meditex-departments__listing .department-content {
    padding: 15px 20px;
  }
  body .meditex-departments .ajax-load-departments {
    font-size: 13px;
    padding: 0 20px;
    height: 40px;
    line-height: 41px;
  }
  body .meditex-departments .ajax-load-departments.loading:before {
    width: 10px;
    height: 10px;
    bottom: 15px;
    right: 11px;
  }
  body .meditex-departments__grid .department-item {
    margin-bottom: 20px;
  }
  body .meditex-departments-carousel .dp-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .meditex-departments-carousel .dp-header .meditex-link {
    margin-top: 10px;
  }
  body .meditex-images-carousel ~ .swiper-pagination.hide {
    display: block !important;
  }
  body .meditex-map .mapboxgl-map {
    height: 400px !important;
  }
}
@media (max-width: 414px) {
  .header-cart a .cart-counter {
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    line-height: 17px;
  }

  .meditex-off-canvas-panel .widget-panel-header {
    padding: 43px 30px 35px;
  }
  .meditex-off-canvas-panel .widget-canvas-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 108px;
  }
  .meditex-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
    padding-bottom: 0;
  }

  .woocommerce.mini-cart .meditex-cart-panel-footer {
    position: static;
  }
  .woocommerce.mini-cart .total {
    padding: 0 0 15px;
  }

  .menu-sidebar .widget {
    margin-bottom: 40px;
  }

  .mobile-header-icons > div {
    margin: 0 15px;
  }

  .mobile-header-icons--left > div {
    margin-left: 0;
  }

  .mobile-header-icons--right > div {
    margin-right: 0;
  }

  .portfolio.portfolio-listing .archive-portfolio .portfolio-item {
    margin-bottom: 10px;
  }

  .portfolio .archive-portfolio .portfolio-item .read-more-wrapper {
    margin-top: 15px;
  }

  .portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .read-more {
    font-size: 12px;
  }

  .portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .category {
    margin-top: 5px;
  }

  .portfolio.portfolio-listing .archive-portfolio .portfolio-item .portfolio-content .descr {
    margin-top: 15px;
  }

  .portfolio .archive-portfolio .portfolio-cats-filter .button-group {
    margin: 0 -10px;
  }

  .portfolio .archive-portfolio .portfolio-cats-filter .button-group .button {
    padding: 5px 10px;
  }

  .single-portfolio .site-content .content-single .portfolio-navigation {
    padding-top: 35px;
    margin-top: 0;
  }

  .woocommerce.catalog-column-1 ul.products li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  body .meditex-shortcode-team .team-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .meditex-portfolio-shortcode .portfolio-item.element-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .content-left .entry-title .title,
body .meditex-portfolio-carousel.column .element-item.portfolio-item .portfolio-content .icon-chevron-right {
    font-size: 24px;
  }
  body .meditex-testimonial-carousel--style-2 .field-desc {
    padding: 30px;
  }
  body .meditex-map .wpcf7-form {
    padding: 35px 25px 15px;
  }
}