/*!
Theme Name: we_medi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: we_medi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

we_medi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body{
	margin: 0;
	padding: 0;
}
body :not([class*="-icon"]), body :not([class*="-icon"]):after, body :not([class*="-icon"]):before {
	font-size: 18px;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	line-height: 1.5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.w-100 {
	width: 100%;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
	height: auto;
}





p.comment-section-title {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #990c07;
	text-transform: uppercase;
}
p.comment-section-title i{
	font-size: 1.5rem;
	color: #00af91;
}
#comments {
	word-break: break-word;
}
#comments .header-comment-mb, #comments .title-post {
	display: none;
}
#comments .comment-section-title {
	display: block;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 3;
	margin: 0;
}
#comments ul, #comments ol {
	list-style: none;
}
#comments ul p, #comments ol p {
	margin: 8px 0;
}
#comments .avatar {
	height: 50px;
	width: 50px;
	left: 0px;
	border-radius: 4px;
	position: absolute;
}
#comments .comment-body {
	position: relative;
	padding-top: 1.5em;
	border-bottom: 1px solid;
	border-color: #eee;
	background-color: transparent;
	margin-bottom: 0;
	padding-left: 70px;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
	margin-left: 65px;
}
#comments .says {
	display: none;
}
#comments .fa.fa-reply {
	display: none;
}
#comments {
	color: #484848;
	clear: both;
	font-size: 14px;
	line-height: 1.8;
}
#comments .fn {
	color: #0c0f21;
}
#comments .reply {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 2;
}
#comments .commentmetadata {
	display: none;
}
.comments-title {
	font-size: 28px;
	font-size: 1.55556rem;
	margin-bottom: 1.5em;
}
.comment-list {
	margin: 0 0 3em;
	padding: 0;
	position: relative;
	word-break: break-word;
}
.comment-list .children {
	margin: 0;
	padding: 0;
	margin-left: 4em !important;
}
@media (max-width: 991px) {
	.comment-list .children {
		margin-left: 1em !important;
	}
}
.comment-list li:before {
	display: none;
}
.comment-list .depth-1 > article {
	margin-left: 0;
}
.comment-body + .comment-respond {
	margin-top: 1.5em;
	padding: 30px;
	margin-left: 4em;
	background: #f0f0f0;
	position: relative;
	max-width: 100%;
	margin-bottom: 1.5em;
}
.comment-body + .comment-respond:before {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('https://sv.weup.net/wp-content/themes/we_medi/images/reply-icon.svg') no-repeat;
	background-size: 100%;
	content: "";
	position: absolute;
	transform: rotate(180deg);
	top: 0;
	right: calc(100% + 15px);
	font-size: 24px;
}
.comment_container .says, .comment-body .says {
	display: none;
}
.comment_container, article.comment-body {
	margin-bottom: 2em;
}
.comment-content > ul, .comment-content > ol {
	padding-left: 1.35em;
}
.comment-author {
	margin-bottom: 0;
	z-index: 2;
}
.comment-meta {
	margin-bottom: 1.5em;
	margin-left: 65px;
}
.comment-metadata {
	font-size: 12px;
	font-size: 0.75rem;
}
.comment-metadata a.comment-edit-link {
	margin-left: 1em;
}
.reply {
	margin-bottom: 1.5em;
}
a.comment-reply-link {
	font-weight: 600;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
a.comment-reply-link:hover{
	text-decoration: underline;
}
.comment-reply-link::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../../../../wp-content/themes/we_medi/images/comment-icon.svg') no-repeat;
	background-size: 100%;
	margin-right: 5px;
	margin-bottom: -2px;
}
.comment-reply-link .icon {
	left: -2em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0;
}
#cancel-comment-reply-link {
	text-transform: capitalize;
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
	margin-top: 10px;
	color: #f00;
}
.comment_loadmore {
	background: #990c07;
	color: #fff !important;
	padding: 5px 15px;
	padding-right: 25px;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.comment_loadmore:after {
	content: '\f103';
	font-family: 'FontAweSome';
	position: absolute;
	top: 5px;
	right: 10px;
}
.comment_loadmore:hover {
	background: #95b563;
}
#cancel-comment-reply-link:before {
	margin-right: 3px;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('https://sv.weup.net/wp-content/themes/we_medi/images/close-icon.svg') no-repeat;
	background-size: 100%;
	margin-bottom: -2px;
	content: "";
	display: inline-block;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.comment-form label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-form .required {
	color: red;
}
.comment-form a {
	text-decoration: underline;
}
.comment-respond .comment-reply-title, .comment-respond .comment-reply-title {
	position: relative;
	font-size: 1.55556rem;
	margin: 0;
}
.comment-form {
	display: flex;
	flex-wrap: wrap;
}
.comment-form .form-control {
	border-radius: 0;
}
.comment-form .submit {
	background-color: #55bbaf !important;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 3.5rem;
	cursor: pointer;
	border-radius: 0;
}
.comment-form .form-submit {
	width: 100%;
	margin-top: 15px;
}
#comments > .comment-respond > .comment-form {
	margin-bottom: 30px;
}
.comment-form > p {
	margin-bottom: 0;
}
.comment-form .comment-form-comment textarea {
	max-height: 160px;
}
.comment-form {
	display: flex;
	flex-wrap: wrap;
}
.comment-navigation {
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
	width: 50%;
}
.comment-form .comment-form-author {
	padding-right: 10px;
}
.comment-form .comment-form-aemail {
	padding-left: 10px;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form-cookies-consent {
	display: none;
}
/*.comment-form-author, .comment-form-email {
	display: none;
}*/
.comment-form-author.show, .comment-form-email.show {
	display: block;
}
@media (max-width: 575px) {
	.comment-form .submit {
		width: 100%;
	}

	#comments iframe {
		max-width: 100%;
		height: auto;
	}
}