.medshadow-comments-wrapper {
    text-align: center;
    margin: 20px 0;
}

.medshadow-open-btn {
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: #2e6687;
	color: #fff;
	line-height: 1.2;
	font-weight: 400; border: 0px; cursor: pointer;
}
.medshadow-open-btn .num {
    position: relative;
    display: inline-block;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 700;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background: #fff;
	color: #2e6687;
}
.medshadow-open-btn .num:after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    left: 1px;
    bottom: -11px;
    transform: rotate(25deg);
}

.medshadow-replies-count { padding: 20px 0px 0px 80px; font-family: 'Montserrat'; font-weight: 700; font-style: normal; font-size: 14px; line-height: 170%; letter-spacing: 0; color: #B1B1B1; margin-bottom: -10px; }

.medshadow-comments-panel {
    position: fixed;
    top: 0;
   /*  right: 120px; /* slide from right */
	right: -548px; /* slide from right */
    width: 548px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transition: right 0.3s;
    z-index: 9999;
    overflow-y: auto;
	padding-bottom: 20px;
}
.medshadow-comments-panel1:before {
	z-index: -1;
	content: ""; position: fixed; right: 548px; top: 0px; width: 100vw; height: 100%; background: rgba(0,0,0,0.5);
	opacity: 0; visibility: hidden;
}
.medshadow-comments-panel span.overlaybg {
	z-index: -1; display: block;
	content: ""; position: fixed; right: 548px; top: 0px; width: 100vw; height: 100%; background: rgba(0,0,0,0.5);
	opacity: 0; visibility: hidden;
}
.medshadow-comments-panel.active {
    right: 0;
}
.medshadow-comments-panel.active:before,
.medshadow-comments-panel.active span.overlaybg  { opacity: 0.3; visibility: visible; }

.medshadow-panel-header {
    padding: 44px 29px 20px 29px;
    background: #fff;
	position: relative; 
    z-index: 10;
}
.medshadow-panel-header h3 { padding: 0px; margin: 0px; color: #3B708F; font-family: 'Poppins'; font-weight: 500; font-style: normal; font-size: 20px !important; line-height: 110%; letter-spacing: 0.02em; text-transform: uppercase; }
.medshadow-panel-header h3 span { font-weight: 300; }

.medshadow-close-btn {
    background: none;
    border: none;
    font-size: 0px;
    cursor: pointer;
	width: 15px; height: 15px;
	position: absolute; right: 22px; top: 27px; background: url(closebtn-com.png) no-repeat; background-size: 100%;
}

.medshadow-panel-body {
    padding: 0px 29px 0px 29px;
	background: #fff;
}

#medshadow-comment-form {
    position: relative;
    top: 0px;
    background: #fff;
    z-index: 5;
    padding-bottom: 10px;
}

.medshadow-panel-body .comment-respond #reply-title { display: none; }
.medshadow-panel-body .comment-respond .comment-form { display: flex; flex-wrap: wrap; }
.medshadow-panel-body .comment-respond .comment-form > p { padding-bottom: 10px; width: 100%; }
.medshadow-panel-body .comment-respond .comment-form p.comment-notes { display: none; }
.medshadow-panel-body .comment-respond .comment-form p.comment-form-author { order: 1; }
.medshadow-panel-body .comment-respond .comment-form p.comment-form-email { order: 2; }
.medshadow-panel-body .comment-respond .comment-form p.comment-form-comment { order: 3; }
.medshadow-panel-body .comment-respond .comment-form p.form-submit { order: 4; }
.medshadow-panel-body .comment-respond .comment-form p.comment-form-cookies-consent { order: 5; display: none; }
.medshadow-panel-body .comment-respond .comment-form p.comment-form-author input,
.medshadow-panel-body .comment-respond .comment-form p.comment-form-email input { padding: 0 10px; width: 100%; height: 35px; border-radius: 5px !important; border: 1px solid #CAC9C9; background: #fff; font-family: 'Montserrat'; font-weight: 600; font-style: normal; font-size: 12px; line-height: 100%; letter-spacing: 0.03em; }
.medshadow-panel-body .comment-respond .comment-form p.comment-form-comment textarea { padding: 10px; width: 100%; height: 109px; border-radius: 5px !important; border: 1px solid #CAC9C9; background: #fff; font-family: 'Montserrat'; font-weight: 600; font-style: normal; font-size: 12px; line-height: 120%; letter-spacing: 0.03em; }
.medshadow-panel-body .comment-respond .comment-form input.submit { width: 95px; height: 35px; border-radius: 5px !important; color: #fff; cursor: pointer; font-family: 'Montserrat'; font-weight: 600; font-style: normal; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; border: 0px; background: #CF546A; }
.medshadow-panel-body .comment-respond .comment-form input.submit:hover { background: #952236; }
.medshadow-panel-body .comment-respond .comment-form { }
.medshadow-panel-body .comment-respond .comment-form { }
.medshadow-panel-body .comment-respond .comment-form { }
.medshadow-panel-body .comment + .comment-respond { padding-top: 25px; }
.medshadow-panel-body .comment + .comment-respond #reply-title { font-size: 0px; display: block; }
.medshadow-panel-body .comment + .comment-respond #reply-title small { font-size: 20px; }
.medshadow-panel-body .comment + .comment-respond { }
.medshadow-panel-body .comment + .comment-respond { }
.medshadow-panel-body .comment + .comment-respond { }
.medshadow-panel-body .comment-respond { }
.medshadow-panel-body .comment-respond { }

.medshadow-comment {
    border-top: 1px solid #cac8c9;
    padding: 10px 0 28px;
	margin-left: 0px !important;
}
#medshadow-comments-list #medshadow-comment-form + .medshadow-comment { border: 0px; }

.medshadow-comment-author {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	padding-top: 10px;
	
}
.medshadow-comment-author img { margin: 2px 12px 0 0; width: 40px; border-radius: 50%; }
.medshadow-comment-author small { display: block; font-family: 'Montserrat'; font-weight: 500; font-style: normal; font-size: 14px; line-height: 150%; letter-spacing: 0; color: #B1B1B1; }

.depth-2.medshadow-comment { padding-top: 0px; margin-left: 109px !important; padding-left: 38px; border-left: #cac8c9 solid 1px; border-top: 0px; }
.medshadow-panel-body .depth-2.medshadow-comment { margin-left: 80px !important; }
.depth-2.medshadow-comment .medshadow-comment-content { margin: 7px 0 13px 0; padding: 0px 20px 0px 54px; }
.depth-2.medshadow-comment .medshadow-comment-author { padding-top: 0px; }

.medshadow-comment-content {
    margin: 7px 0 13px 0;
	padding: 0px 50px 0px 54px;
}
.medshadow-comment-content p { padding: 0px; font-size: 14px; line-height: 170%; letter-spacing: 0; }

.medshadow-comment-meta {
    display: flex;
    align-items: center;
	padding: 0px 0px 0px 54px;
}

a.comment-reply-link, .medshadow-reply-btn { margin-right: 14px; width: 21px; height: 20px; font-size: 0px; display: block; background: url(reply-icon.png) right no-repeat; background-size: 21px; border: 0px; cursor: pointer; }
.medshadow-cancel-reply { border: 0px; cursor: pointer; background: none; margin-right: 14px; font-family: 'Montserrat'; font-weight: 500; }

.medshadow-like-btn {
    cursor: pointer;
    background: none;
    border: none;
	color: #2E6687;
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0;
	padding-right: 26px;
	background: url(like-icon.png) right top no-repeat; background-size: 19px;
}

.medshadow-share-btn {
	margin-left: 15px;
    cursor: pointer;
    border: none;
	font-size: 0px;
	padding: 0px;
	width: 16px; height: 18px;
	background: url(share-icon.png) right top no-repeat; background-size: 16px;
}

.medshadow-admin-comment { padding-left: 20px; background: #87BACB1A; }
.medshadow-admin-comment .medshadow-comment-author { color: #CF546A; }
#medshadow-comments-list .children { margin-left: 80px; margin-bottom: 30px; border-left: 1px solid #cac8c9; }
#medshadow-comments-list .children .medshadow-comment:first-child { border-top: 0px; }
#medshadow-comments-list .children .medshadow-comment { padding-left: 20px; }
#medshadow-comments-list .children .medshadow-comment-content { padding-right: 20px; }
#medshadow-comments-list .children { }