@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.1.2
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);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		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);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

@-o-keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

@-ms-keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		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 {
	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 {
	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"] {
	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;
	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: "\e7e5";
	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 {
	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/ */
	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: flex;
}

.meditex-list li:last-child {
	margin-bottom: 0;
}

.meditex-list li:before {
	content: '\5c';
	font-family: ElegantIcons;
	font-size: 14px;
	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: flex;
	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 {
	box-sizing: border-box;
	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;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	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;
	align-items: stretch;
	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;
	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;
	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;
	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;
	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: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: .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;
	transition: 0.5s;
}

.meditex-images-carousel.overlay-img .item:hover img {
	opacity: 1;
}

.meditex-images-carousel.has-border img {
	border-radius: 3px;
}

.popular-post--arrow {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #cccccc;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
	position: absolute;
	top: 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: flex;
	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;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #888;
	border-radius: 50%;
}

.meditex-popular-post--shortcode.blog-list .meditex-post__entry-thumbnail {
	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: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	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;
	border-radius: 3px;
	padding: 0 15px;
	display: flex;
	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;
	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 {
	border-radius: 3px;
	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;
	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;
	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;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	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 {
	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;
	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: "\e023";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	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: 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: linear-gradient(-34deg, #3e964e, #48b53c);
	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%;
	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;
	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: flex;
	align-items: center;
	margin-left: 0;
}

.meditex-contact-form-7 input[type="checkbox"] {
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 15px;
	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;
	border-radius: 3px;
	text-align: center;
	background-color: #c9c9ca;
	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;
	border-radius: 3px;
}

.meditex-testimonial-carousel__box .field-desc {
	margin-bottom: 31px;
}

.meditex-testimonial-carousel__box .field-author {
	display: flex;
	align-items: center;
}

.meditex-testimonial-carousel__box .field-author--img {
	margin-right: 22px;
	width: 60px;
	height: 60px;
	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: flex;
	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: flex;
	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;
	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;
	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;
	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 {
	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 {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.meditex-testimonial-carousel--style-4 .testimonial--arrow {
	top: 42%;
	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 {
	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;
	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;
	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 {
	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;
	border-radius: 50%;
	margin: 0 10px;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
	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: 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: flex;
	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 {
	transition: 0.5s;
}

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

.meditex-image-box__inner-list {
	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;
	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;
	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 {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.meditex-image-box--style-1 .meditex-image-box__list:last-child {
	border-top-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;
	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 {
	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: 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;
	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 {
	transition: 0.5s;
}

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

.meditex-pricing-table__inner-list {
	width: 100%;
	background-color: #fff;
	transition: 0.7s;
	border: 1px solid #e9e9e9;
	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 {
	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: 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: flex;
	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;
	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;
	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: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	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 {
	flex: 1;
	border-bottom: 1px dashed #888888;
	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;
	border-radius: 3px;
}

.meditex-banner-grid .play-banner:after {
	content: '';
	display: block;
	transition: 0.6s;
	background-color: #568701;
}

.meditex-banner-grid .play-banner,
.meditex-banner-grid .play-banner:after,
.meditex-banner-grid .play-banner:before {
	border-radius: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.meditex-banner-grid .play-banner {
	font-family: FontAwesome;
	transition: 0.5s;
	background-color: rgba(255, 255, 255, 0.5);
}

.meditex-banner-grid .play-banner:before {
	color: #fff;
	transition: 0.6s;
	z-index: 10;
}

.meditex-banner-grid .play-banner:hover:after {
	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%;
	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%;
	transform: translate(-50%, -50%);
}

.meditex-icon-social {
	display: flex;
}

.meditex-icon-social .field-icon {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 50%;
	margin-right: 16px;
	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;
	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 {
	justify-content: flex-end;
}

.meditex-icon-social--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;
	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;
	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;
	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: flex;
	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;
	transition: .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;
	transition: .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;
	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 {
	flex: 0 0 100%;
	max-width: 100%;
}

.meditex-icon-box--style-3 .meditex-icon-box--icon {
	width: 46px;
	height: 46px;
	border-radius: 3px;
	background: linear-gradient(to right, #48b53c 0%, #3e964e 79%, #3e964e 100%);
	text-align: center;
	margin-right: 22px;
	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: flex;
	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;
	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 {
	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;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	z-index: 10;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
}

.meditex-icon-box--style-5 .meditex-icon-box--icon {
	width: 60px;
	height: 70px;
	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 {
	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;
	border-radius: 3px;
	text-align: center;
	background-color: #c9c9ca;
	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 {
	transition: 0.5s;
	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;
	transition: 0.5s;
	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;
	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;
	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: 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;
	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: flex;
	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;
	border-radius: 50%;
	margin-right: 20px;
	border: 2px solid transparent;
	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;
	transition: 0.7s;
}

.meditex-team-tab__content .team-content .team-content--img {
	transform: translateY(70px);
	transition: 0.5s;
}

.meditex-team-tab__content .team-content .team-content--text {
	transform: rotateY(45deg) translateY(-70px);
	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 {
	transform: rotateY(0deg) translateY(0);
	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: '\e93c';
}

.imageslide-left-arrow:before {
	content: '\e93b';
}

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

.meditex-single-image .meditex-image-content {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.meditex-single-image .meditex-image-content .find {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .5s;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	opacity: 0;
	display: flex;
	align-items: 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: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.meditex-departments .department-wrapper {
	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;
	transition: .5s;
}

.meditex-departments .read-more a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2b2b2b;
	text-decoration: none;
	padding: 0;
	transition: .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;
	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;
	transition: 0.5s;
}

.meditex-departments .ajax-load-departments.loading:before {
	border-width: 1px;
	border-color: #666 #666 #666 transparent;
	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 {
	transform: translateX(-10px);
}

.meditex-departments .load-more {
	margin-top: 20px;
}

.meditex-departments__listing .department-wrapper {
	background-color: #f8f8f8;
	display: flex;
}

.meditex-departments__listing .entry-thumbnail {
	overflow: hidden;
	width: 65.8%;
}

.meditex-departments__listing .entry-thumbnail a {
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.meditex-departments__listing .entry-thumbnail a img {
	width: auto;
	transition: .5s;
}

.meditex-departments__listing .department-content {
	width: 34.2%;
	margin-top: 0;
	padding: 63px 40px;
	display: flex;
	justify-content: space-between;
	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 {
	transform: scale(1.02);
}

.meditex-departments__listing .department-wrapper:hover .department-content .entry-title a {
	color: #568701;
}

.meditex-departments__grid .department-wrapper {
	transition: .5s;
}

.meditex-departments__grid .entry-thumbnail {
	overflow: hidden;
}

.meditex-departments__grid .entry-thumbnail a {
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.meditex-departments__grid .entry-thumbnail a img {
	transition: .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 {
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
}

.meditex-departments__grid .department-wrapper:hover .entry-thumbnail a img {
	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;
	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;
	transition: .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 {
	border-radius: 3px;
	border-color: transparent;
	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;
	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 {
	transition: 0.5s;
}

.meditex-departments-carousel .department-item:hover .department-wrapper {
	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 {
	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;
	border-radius: 3px;
	cursor: pointer;
	transition: .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;
	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: flex;
	justify-content: space-between;
	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;
	min-height: 500px;
}

.meditex-map .mapboxgl-ctrl-geocoder {
	max-width: 55px;
	min-width: auto;
	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;
	z-index: 1;
}

.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: linear-gradient(-34deg, #02166c, #4368ff); 
	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: #8ca3ff; 
}

.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: 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 {
	transition: .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;
	transition: .5s;
	display: flex;
	justify-content: 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 {
	transform: scale(1.05);
}

.meditex-portfolio-shortcode.style-1 .portfolio-item .content-item .entry-thumbnail {
	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%;
	transition: .5s;
	background: linear-gradient(to right, #48b53c, #3e964e 79%);
	width: 100%;
	padding: 21px 50px;
	display: flex;
	justify-content: space-between;
	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: 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;
	border-radius: 3px;
	cursor: pointer;
	transition: .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;
	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;
	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;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
	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]::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: .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 {
	border-radius: 3px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: 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%;
	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;
	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;
	border-radius: 3px;
	padding: 0 20px;
	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;
	border-radius: 3px;
	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;
	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;
	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;
	transition: top 0.35s;
	transform: scaleX(0);
	min-width: 180px;
}

.main-navigation ul ul ul {
	left: calc(100% + 30px);
	top: 0;
	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: calc(100%);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	top: 100%;
	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: flex;
	margin-right: -19px;
	margin-left: -19px;
}

.main-navigation ul.menu > li {
	padding: 0 19px;
	display: flex;
	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;
	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 {
	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;
	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: flex;
	align-items: center;
	text-align: center;
	width: 100%;
}

.numeric-navigation.navigation-center {
	justify-content: center;
}

.numeric-navigation .next,
.numeric-navigation .prev {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: #cccccc;
	text-align: center;
	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;
	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;
	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;
	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, .site-branding .site-title,
.site-branding .site-description, .header-socials span {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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, .site-branding .site-title:focus,
.site-branding .site-description:focus, .header-socials span:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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;
	transition: all 0.5s;
	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;
	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: "\f002";
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	font-size: 18px;
	color: #d9d9d9;
}

.search-form label {
	margin-bottom: 0;
}

.search-form .screen-reader-text, .search-form .site-branding .site-title, .site-branding .search-form .site-title,
.search-form .site-branding .site-description, .site-branding .search-form .site-description, .search-form .header-socials span, .header-socials .search-form span {
	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;
	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;
	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: "\45";
	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: flex;
	margin-bottom: 25px;
	padding-top: 10px;
}

.meditex-widget__popular-post .widget-thumb {
	flex: none;
	margin-right: 20px;
}

.meditex-widget__popular-post .widget-thumb img {
	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::placeholder {
	color: #adadad;
	font-size: 14px;
}

.widget_search .search-form:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 15px;
	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;
	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;
	border-radius: 50%;
}

.meditex-social-links-widget ul.style-2 li a:hover {
	color: #fff;
	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"]::placeholder,
.mc4wp-form input[type="text"]::placeholder {
	color: #888888;
	font-size: 14px;
}

.mc4wp-form input[type="submit"] {
	padding: 0 30px;
	width: auto;
	background-image: linear-gradient(to right, #48b53c 0%, #3e964e 100%, #3e964e 100%);
	font-size: 14px;
	font-weight: 800;
	border-radius: 3px;
}

.mc4wp-form .show-footer {
	display: none;
}

.widget-contact {
	display: flex;
	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;
	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;
	border-radius: 5px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	position: relative;
	transition: .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: flex;
	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 {
	flex: 3;
}

.header-main.sections-2 .has-logo {
	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 {
	flex: 0 0 22.5%;
	max-width: 22.5%;
}

.header-bottom .has-menu {
	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: flex;
	align-items: center;
}

.header-items > * {
	position: relative;
	z-index: 100;
}

.header-left-items {
	flex: 1;
	text-align: left;
	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;
	justify-content: center;
}

.header-center-items > * {
	margin: 0 17px;
}

.header-center-items > *.main-navigation {
	margin: 0;
}

.header-right-items {
	flex: 1;
	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 > * {
	flex: 1;
}

.logo-center .header-center-items .site-branding {
	flex: initial;
	text-align: center;
}

.logo-center .header-center-items .site-branding + * {
	text-align: left;
}

.logo-center.menu-center .header-center-items {
	flex: 3;
}

.no-center .has-menu {
	flex: 3;
}

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

.no-sides .header-center-items {
	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;
	transition: unset;
}

.header-sticky .site-header.minimized {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 #f0f0f0;
	z-index: 999;
	animation-name: fadeInDown;
	animation-duration: .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 {
	flex: 1;
}

.header-v2 .header-main .header-right-items,
.header-v4 .header-main .header-right-items {
	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 {
	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%;
	transform: translate(-50%);
}

.meditex-preloader-content .lds-ripple div {
	position: absolute;
	border: 4px solid #568701;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.meditex-preloader-content .lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@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 {
	align-items: stretch;
	min-height: 45px;
}

.topbar .topbar-widgets {
	flex-grow: 1;
	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%;
	transform: translateY(-50%);
	background-color: #eaeaea;
}

.topbar .topbar-widgets .widget:last-child:after {
	display: none;
}

.topbar .topbar-right {
	justify-content: flex-end;
}

.topbar .widget_custom_html i {
	padding-right: 8px;
	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 {
	transform: translateY(1px);
	display: inline-block;
}

.topbar .meditex-language-currency .widget-lan-cur img.iclflag {
	padding-right: 14px;
	transform: translateY(-1px);
}

.topbar .meditex-language-currency .widget-lan-cur ul {
	transition: top 0.3s ease 0s, opacity 0.3s;
	position: absolute;
	top: calc(100% + 30px);
	left: -10px;
	min-width: 120px;
	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: calc(100% + 16px);
	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: 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: flex;
	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;
	transform: scaleX(1);
}

.site-branding {
	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;
	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: 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;
	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;
	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;
	border-radius: 3px;
	background: linear-gradient(to right, #02166c 0%, #02135d 79%, #02135d 100%); 
}

.header-bottom-button a:hover, .header-bottom-button a:focus {
	color: #fff;
	background-color: #568701;
	outline: 0;
	text-decoration: none;
}

.header-phone {
	display: flex;
	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: flex;
	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: flex;
	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: flex;
	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: '\e935';
}

.header-search form {
	position: absolute;
	right: 0;
	top: 110%;
	min-width: 350px;
	border: 1px solid #eaeaea;
	padding: 20px 25px;
	border-radius: 3px;
	transition: top 0.5s;
	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%;
	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: calc( 50% + 2px);
	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%;
	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: flex;
	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;
	border-radius: 50%;
	padding: 0 4px;
}

.header-cart:hover .woocommerce.mini-cart {
	top: 100%;
	transform: scaleY(1);
}

.header-cart .woocommerce.mini-cart {
	position: absolute;
	top: 110%;
	right: 0;
	width: 400px;
	transition: top 0.5s;
	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 {
	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: flex;
	justify-content: space-between;
	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 {
	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;
	}
	
	.wpcf7-form input[type="submit"] {
	width: 50% !important; 
	}  
}

.header-socials {
	position: relative;
	padding-right: 17px;
}

.header-socials:after {
	content: '';
	position: absolute;
	right: 0;
	top: 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: "\e093";
}

.header-socials a[href*="twitter.com"]:before {
	content: "\e094";
}

.header-socials a[href*="plus.google.com"]:before {
	content: "\e096";
}

.header-socials a[href*="linkedin.com"]:before {
	content: "\e09d";
}

.header-socials a[href*="instagram.com"]:before {
	content: "\e09a";
}

.header-socials a[href*="youtube.com"]:before {
	content: "\e0a3";
}

.header-socials a[href*="flickr.com"]:before {
	content: "\e0a6";
}

.header-socials a[href*="pinterest.com"]:before {
	content: "\e095";
}

.header-socials a[href*="vimeo.com"]:before {
	content: "\e09c";
}

.header-socials a[href*="dribbble.com"]:before {
	content: "\e09b";
}

.header-socials a[href*="wordpress.com"]:before {
	content: "\e099";
}

.header-socials a[href*="tumblr.com"]:before {
	content: "\e097";
}

.header-socials a[href*="skype.com"]:before {
	content: "\e0a2";
}

.header-socials a[href*="stumbleupon.com"]:before {
	content: "\e0af";
}

.header-socials a[href*="rss.com"]:before {
	content: "\e09e";
	font-family: ElegantIcons;
}

.header-socials a[href*="github.com"]:before {
	content: "\f09b";
	font-family: FontAweSome;
}

.header-socials a[href*="yelp.com"]:before {
	content: "\f1e9";
	font-family: FontAweSome;
}

.header-socials a[href*="codepen.io"]:before {
	content: "\f1cb";
	font-family: FontAweSome;
}

.header-socials a[href*="reddit.com"]:before {
	content: "\f1a1";
	font-family: FontAweSome;
}

.header-socials a[href*="pocket.com"]:before {
	content: "\f265";
	font-family: FontAweSome;
}

.header-socials a[href*="foursquare.com"]:before {
	content: "\f180";
	font-family: FontAweSome;
}

.header-socials a[href*="vk.com"]:before {
	content: "\f189";
	font-family: FontAweSome;
}

.header-socials a[href*="weibo.com"]:before {
	content: "\f18a";
	font-family: FontAweSome;
}

.header-socials a[href*="wechat.com"]:before {
	content: "\f1d7";
	font-family: FontAweSome;
}

.header-socials a[href*="behance.net"]:before {
	content: "\f1b4";
	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 {
	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: flex;
	align-items: center;
	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;
	flex-basis: 25px;
	display: block;
	line-height: 1;
	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: flex;
	align-items: center;
	color: #888888;
	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;
	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: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry-content > .wp-block-button,
	.entry-content > .wp-block-button {
		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: 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: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
		left: calc(-12.5% - 75px);
		width: calc(125% + 150px);
		max-width: calc(125% + 150px);
	}
}

.entry-content > .wp-block-button.alignleft,
.entry-summary > .wp-block-button.alignleft {
	float: left;
	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: calc(4 * (100vw / 12));
		margin-right: calc(2 * 1rem);
	}
}

.entry-content > .wp-block-button.alignright,
.entry-summary > .wp-block-button.alignright {
	float: right;
	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: calc(4 * (100vw / 12));
		margin-right: 0;
		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: 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: 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 {
	transition: background 150ms ease-in-out;
	border: none;
	line-height: 1.2;
	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 {
	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 {
	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: calc(4 * 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 calc(2 * 1rem);
	}
}

@media only screen and (min-width: 768px) {
	.entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
		padding-left: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: 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: '\e778';
	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: inline-flex;
	align-items: center;
}

.page-links .current,
.page-links a {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: #cccccc;
	text-align: center;
	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: flex;
	align-items: flex-start;
}

.entry-footer .full-width .side-width {
	width: 100%;
}

.entry-footer .side-width {
	width: 50%;
	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: 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;
	flex-wrap: wrap;
}

.meditex-post__entry-meta .meta {
	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;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #888;
	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 {
	border-radius: 50%;
	margin-right: 13px;
}

.meditex-post__entry-title {
	margin: 0;
	font-size: 36px;
	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;
	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;
	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 {
	flex: none;
	margin-right: 31px;
}

.meditex-box-author__avatar img {
	border-radius: 50%;
}

.meditex-box-author__content h3 {
	margin: 0;
	font-size: 18px;
	margin-right: 9px;
}

.meditex-box-author__content .title {
	align-items: center;
	margin-bottom: 16px;
	line-height: 1;
}

.meditex-box-author__content .follow {
	display: flex;
	margin-top: 30px;
}

.meditex-box-author__content .follow > span {
	font-weight: bold;
}

.meditex-box-author__content .meditex-user-socials {
	display: flex;
	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;
	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 {
	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 {
	border-radius: 8px 8px 0 0;
	margin-left: 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;
	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: flex;
	justify-content: center;
}

.lds-ellipsis div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #568701;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	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: "\e922";
	position: absolute;
	top: 50%;
	right: 15px;
	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;
	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: "\e922";
	position: absolute;
	top: 50%;
	right: 15px;
	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;
	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 {
	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: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	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;
	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;
	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]::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: flex;
	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: flex;
	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;
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(to right, #48b53c 0%, #3e964e 79%, #3e964e 100%);
	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;
	}
	.wpcf7-form input[type="submit"] {
	width: 50% !important;
	} 

}

.row-flex {
	display: flex;
	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 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-flex-xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-flex-xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-flex-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-flex-xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-flex-xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-flex-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-flex-xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-flex-xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-flex-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-flex-xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-flex-xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

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

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

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

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

@media (min-width: 768px) {
	.col-flex-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-flex-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-flex-sm-2-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-flex-sm-3-5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-flex-sm-4-5 {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	.col-flex-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-flex-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-flex-md-2-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-flex-md-3-5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-flex-md-4-5 {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media (min-width: 1200px) {
	.col-flex-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-flex-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-flex-lg-2-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-flex-lg-3-5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-flex-lg-4-5 {
		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: flex;
	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;
	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%;
	align-items: center;
	display: flex;
	flex-direction: column;
	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;
	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;
	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;
	transition: .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 {
	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 {
	border-radius: 3px;
	overflow: hidden;
}

.portfolio.portfolio-grid .portfolio-item .entry-thumbnail img, .portfolio.portfolio-masonry .portfolio-item .entry-thumbnail img {
	transition: .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;
	transition: .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 {
	border-radius: 3px;
	overflow: hidden;
}

.portfolio.portfolio-listing .archive-portfolio .portfolio-item .entry-thumbnail img {
	transition: .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;
	transition: .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;
	transition: .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: flex;
	justify-content: 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: fit-content;
	color: #fff;
	padding: 0 15px;
}

.portfolio .numeric-navigation.pag-2 .pagination .loader {
	width: 30px;
	height: 30px;
	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: "\f110";
	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;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		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: flex;
	align-items: center;
}

.single-portfolio .portfolio-navigation .nav-links > div {
	max-width: 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
--------------------------------------------------------------*/
@keyframes mediFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lds-ellipsis div:nth-child(1n) {
	animation-delay: 0.1s;
}

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

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

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		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;
	transition: 0.25s ease;
}

.meditex-off-canvas-panel.open {
	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);
	-moz-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: "\42";
}

.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;
	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%;
	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: flex;
	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;
	transition: 0.35s;
	opacity: 0;
	transition-delay: 0s;
	color: #999;
	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) {
	transition-delay: 1.1s;
}

.menu-sidebar.open .widget:nth-child(9) {
	transition-delay: 1s;
}

.menu-sidebar.open .widget:nth-child(8) {
	transition-delay: 0.9s;
}

.menu-sidebar.open .widget:nth-child(7) {
	transition-delay: 0.8s;
}

.menu-sidebar.open .widget:nth-child(6) {
	transition-delay: 0.7s;
}

.menu-sidebar.open .widget:nth-child(5) {
	transition-delay: 0.6s;
}

.menu-sidebar.open .widget:nth-child(4) {
	transition-delay: 0.5s;
}

.menu-sidebar.open .widget:nth-child(3) {
	transition-delay: 0.4s;
}

.menu-sidebar.open .widget:nth-child(2) {
	transition-delay: 0.3s;
}

.menu-sidebar.open .widget:nth-child(1) {
	transition-delay: 0.2s;
}

.menu-sidebar.open .widget {
	transform: translateY(0);
	opacity: 1;
}

.menu-sidebar.open .widget:first-child {
	transition-delay: 0.1s;
}

.search-modal .container {
	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: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 130px;
	margin-top: 60px;
	transform: translateY(30px);
	opacity: 0;
	transition-delay: 0.5s;
	transition: all 0.5s ease 0.5s;
}

.search-modal .instance-search {
	position: relative;
}

.search-modal .search-fields {
	transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
	position: relative;
	transform: translateY(30px);
	opacity: 0;
	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 {
	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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		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: flex;
		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;
		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 {
		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: flex;
		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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		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 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.meditex-catalog-page .shop-toolbar .shop-toolbar__element {
		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 {
		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 {
		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 {
		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 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	body .meditex-shortcode-team .team-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	body .meditex-portfolio-shortcode .portfolio-item.element-item {
		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;
	}
}