#wrapper .inner_page {
	background-color: #f7f7f7;
}

/* My story Lst */
.storySection .heading_title-box {
	margin-bottom: 11px;
}

.storyLst {
	margin: 0;
	padding: 42px 0 0;
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	text-align: left;
}

.storyLst .statusLine {
	position: absolute;
	top: 0;
	left: 42px;
	background-color: #e93779;
	width: 1px;
	height: 100%;
	max-height: calc(100% - 86px);
}

.storyLst .statusLine:before {
	content: '';
	height: 10px;
	width: 10px;
	background-color: #e93779;
	display: block;
	position: absolute;
	left: -4px;
	top: 0;
	border-radius: 50px;
}

.storyLst .statusLine:after {
	content: '';
	height: 1px;
	width: 1px;
	background-color: transparent;
	display: block;
	position: absolute;
	left: -5px;
	top: auto;
	bottom: -2px;
	border-width: 10px 5px 0;
	border-style: solid;
	border-color: #e93779 transparent;
}

.storyLst .storyBox {
	margin: 0 0 70px;
	padding: 3px 0 0 110px;
	width: 100%;
	position: relative;
	clear: both;
}

.storyLst .storyBox:last-child {
	margin-bottom: 24px;
}

.storyLst .storyTagImg {
	position: absolute;
	top: 0;
	left: 42px;
	height: 60px;
	width: 60px;
	padding: 5px;
	border-radius: 100px;
	border: 1px solid #e93779;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	z-index: 4;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.storyLst .storyTagImg img {
	max-width: 100%;
	max-height: 100%;
}

.storyLst .storyHead {
	margin: 0 0 35px;
	padding-right: 24px;
	width: 100%;
	display: block;
}

.storyLst .storyHead h3 {
	margin: 0 0 15px;
	font-family: 'latobold';
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

.storyLst .storyHead h3 a {
	margin: 0;
	color: #000;
}

.storyLst .storyHead .storyHead_lst {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.storyLst .storyHead .storyHead_lst .storyDate {
	display: inline-flex;
	align-items: center;
	margin-right: 18px;
	font-family: 'latobold';
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #838383;
}

.storyLst .storyHead .storyHead_lst .storyDate img {
	margin-right: 7px;
	width: 20px;
}

.storyLst .storyHead .storyHead_lst .storyTag {
	background-color: #eeeded;
	min-height: 28px;
	display: inline-flex;
	align-items: center;
	padding: 5px 15px 4px;
	font-family: 'latobold';
	font-size: 13px;
	font-weight: 500;
	color: #000;
	line-height: 18px;
}

.storyLst .storyHead .view-icons {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	max-width: 24px;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.storyLst .storyHead .view-icons a {
	display: inline-flex;
	margin-top: 7px;
}

.storyLst .storyHead .view-icons a:hover img {
	-webkit-filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

.storyLst .storyBody {
	margin: 0;
	width: 100%;
	display: block;
}

.storyLst .storyImgs {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.storyLst .storyImgs li {
	margin: 0 19px 14px 0;
	width: 100%;
	max-width: calc(33.33% - 13px);
	line-height: 1;
}

.storyLst .storyImgs li:nth-child(3n+3) {
	margin-right: 0;
}

.storyLst .storyBody .text-box {
	margin: 0 0 11px;
	display: block;
	width: 100%;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 1.57;
	color: #3d3d3d;
	word-break: break-word;
}

.storyLst .storyBody .text-box p {
	margin: 0 0 11px;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 1.57;
	color: #3d3d3d;
}

.storyLst .storyBody .text-box p a {
	color: #e93779;
}

.storyLst .storyBody .text-box .view_more {
	font-family: 'robotomedium';
}

.storyLst .storyBody h4 {
	margin-right: 10px;
	font-family: 'latobold';
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

.storyLst .storyBody h4,
.storyLst .storyBody h4 a {
	color: #000000;
	text-decoration: underline !important;
	display: inline-block;
}

.storyLst .storyBody .fa-info {
	position: relative;
	bottom: -3px;
}

.storyLst .storyBody .fa-info:before {
	content: "";
	height: 16px;
	width: 16px;
	background-image: url(../images/front/common/info_pink.svg);
	background-repeat: no-repeat;
	display: inline-block;
}

.storySectionFront,
.ui-tabs .storySectionFront {
	padding-top: 44px;
}

/* End My story Lst */
/* My Community */
.cmtySection .heading_title-box .w-r {
	display: inline-flex;
}

.cmtySection .heading_title-box .filter-dv {
	margin-left: 15px;
}

.cmt-card {
	margin: 0 0 16px;
	padding: 20px;
	display: block;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	border-radius: 16px;
}

/* --- Modernized SVG Icon Styles --- */
.cmt-card-icon {
	width: 20px;
	height: 20px;
	fill: #666;
	/* stroke: #666; */
	transition: all 0.3s ease;
	vertical-align: middle;
	margin-right: 8px;
}

.cmt-card-icon[stroke="none"] {
	stroke: none !important;
}

.cmt-card-icon[fill="none"] {
	fill: none !important;
}

.cmt-card li:hover .cmt-card-icon,
.cmt-card a:hover .cmt-card-icon,
.cmt-card .sc-title-wrap:hover .cmt-card-icon,
.cmt-card .card-head:hover .cmt-card-icon {
	fill: #E93779;
	transform: scale(1.1);
}

.cmt-card li:hover .cmt-card-icon[stroke]:not([stroke="none"]),
.cmt-card a:hover .cmt-card-icon[stroke]:not([stroke="none"]),
.cmt-card .sc-title-wrap:hover .cmt-card-icon[stroke]:not([stroke="none"]),
.cmt-card .card-head:hover .cmt-card-icon[stroke]:not([stroke="none"]) {
	stroke: #E93779;
}

.cmt-card .sc-icon {
	transition: all 0.3s ease;
	display: inline-block;
}

.cmt-card .sc-title-wrap:hover .sc-icon {
	transform: scale(1.2) rotate(10deg);
}

.cmt-card .card-head {
	margin: 0 0 12px;
	padding-right: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}

.cmt-card .card-head>a {
	line-height: 1;
	max-height: 64px;
}

.cmt-card .card-head .usr_img {
	width: 64px;
	min-width: 64px;
	height: 64px;
	margin-right: 12px;
	border: 1px solid #D7D7D7;
	border-radius: 60px;
}

.cmt-card .card-head p {
	margin: 0 0 4px;
	font-family: 'latoregular';
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.cmt-card .card-head p a {
	color: #e93779;
	font-family: 'latobold';
}

.cmt-card .card-head .inactiveEventColor {
	font-family: 'latobold';
}

.cmt-card .card-head h4 a,
.cmt-card .card-head .threadOwnerNCls {
	color: #e93779;
}

.cmt-card .card-head .draft_label {
	color: #9c9c9c;
	font-family: 'latobold';
	font-size: 86%;
}

.cmt-card .card-head .usr_time {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	font-family: 'robotomedium';
}

.cmt-card .view-icons {
	position: absolute;
	top: 48%;
	right: 0;
	width: 24px;
	transform: translateY(-50%);
}

.cmt-card .view-icons a {
	display: inline-flex;
	margin: 0 0 7px;
}

.cmt-card .view-icons a:hover img {
	-webkit-filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

.dropdown .cmt-dropbtn {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.dropdown .cmt-dropbtn img {
	height: 20px;
	width: 20px;
}

.cmt-drop-menu {
	position: absolute;
	right: 0;
	top: 94%;
	width: auto;
	min-width: 116px;
	margin: 0;
	padding: 10px 0 12px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.11);
	border: solid 1px rgba(151, 151, 151, 0.30);
	background-color: #fff;
	display: none;
	border-radius: 8px;
}

.cmt-drop-menu a,
.cmt-drop-menu .dropdown-item {
	display: block;
	width: 100%;
	margin: 0 !important;
	font-size: 13px;
	line-height: 16px;
	font-family: 'latobold';
	color: #000;
	padding: 4px 10px 5px 20px;
	cursor: pointer;
}

.cmt-drop-menu a:hover,
.cmt-drop-menu .dropdown-item:hover {
	color: #e93779;
}

.card-event-tag {
	margin: 0 0 12px;
	padding-left: 26px;
	width: 100%;
	display: block;
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #E6427A;
	background-image: url(../images/front/common/crownconvos/tag.svg);
	background-position: left top;
	background-size: 18px;
	background-repeat: no-repeat;
	min-height: 18px;
}

.card-event-tag a {
	color: #E6427A;
}

.cmt-card .card-body {
	width: 100%;
}

.cmt-card .card-body .img-box {
	margin: 0 0 12px;
	width: 100%;
	line-height: 1;
}

.cmt-card .card-body .img-box img {
	max-height: 500px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, .16);
}

.cmt-card .card-body .img-box iframe {
	border-radius: 30px;
	overflow: hidden;
	border: none;
}

.cmt-card .card-body h3 {
	margin: 0 0 10px;
	font-family: 'latobold';
	font-size: 24px;
	line-height: 31px;
	color: #000;
}

.cmt-card .card-body .text-box,
.cmt-card .card-body .text-box p {
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 22px;
	color: #262425;
	width: 100%;
	word-break: break-word;
}

.cmt-card .card-body .text-box {
	margin: 0 0 20px;
	padding: 0;
}

.cmt-card .card-body .text-box a {
	color: #e93779;
}

.cmt-card .card-body .text-box .view_more {
	font-family: 'robotobold';
}

.cmt-card .card-body a.morelink {
	text-decoration: none;
	outline: none;
}

.cmt-card .card-body .morecontent span {
	display: none;
}

.commBx {
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.commBx .w-l {
	font-family: 'robotoregular';
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
	color: #282828;
}

.commBx .w-l>a {
	font-family: 'robotomedium';
	color: #282828;
}

.commBx .w-l b {
	font-family: 'robotomedium';
	color: #282828;
}

.commBx .w-l>a:hover b {
	color: #e93779
}

.commBx .likes {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	font-family: 'latobold';
}

.commBx .likes .fa {
	margin: 0 3px 0 0;
	font-size: 18px;
	line-height: 1;
	color: #000;
	cursor: pointer;
}

.commBx .likes:hover .fa {
	color: #e93779;
}

.commBx .usersLikesSectioncls {
	top: -1px;
	left: -3px;
	position: relative;
	padding: 0 3px;
	margin-bottom: 20px;
	display: inline-block;
	font-family: 'robotoregular';
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
	color: #282828;
}

.commBx .usersLikesSectioncls b,
.commBx .usersLikesSectioncls a {
	font-family: 'robotomedium';
	color: #282828;
}

.commBx .likes.likesNoneCls,
.commBx .likes.likesNoneCls~.usersLikesSectioncls {
	display: none;
}

.commBx .usersLikesSectioncls i {
	font-style: normal;
	cursor: pointer;
}

.commBx .usersLikesSectioncls a:hover b,
.commBx .usersLikesSectioncls i b:hover {
	color: #e93779;
	cursor: pointer;
}

.commBx .usersLikesSectioncls i.fa {
	bottom: -2px;
	position: relative;
}

.commBx .w-r {
	margin-left: auto;
}

.commBx .comment_count {
	margin: 1px 0 20px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: 'latobold';
	display: inline-flex;
	cursor: pointer;
}

.commBx .comment_count:before {
	content: '';
	margin: 0 4px -2px 0;
	height: 15px;
	width: 15px;
	display: inline-block;
	background-image: url(../images/front/common/crownconvos/comment_icon.svg);
	background-size: 100% auto;
}

.commLikeShareBx {
	margin: 0;
	padding: 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-top: 1px solid #D7D7D7;
}

.commLikeShareBx>div {
	font-family: 'robotomedium';
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #282828;
}

.commLikeShareBx .likes {
	cursor: pointer;
}

.commLikeShareBx .commentLink,
.commLikeShareBx .shareLink {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.commLikeShareBx .commentLink:before,
.commLikeShareBx .shareLink:before {
	content: '';
	margin: -1px 8px 0 0;
	height: 20px;
	width: 20px;
	display: inline-block;
}

.commLikeShareBx .commentLink:before {
	background-image: url(../images/front/common/crownconvos/comment_icon.svg);
}

.commLikeShareBx .shareLink:before {
	background-image: url(../images/front/common/crownconvos/share_icon.svg);
	margin-top: -3px;
}

.commLikeShareBx .shareLink a {
	color: #282828;
}

.commLikeShareBx .likes .fa {
	font-size: 19px;
	margin: -3px 0;
	display: inline-block;
	position: relative;
	bottom: -1px;
}

.commLikeShareBx .w-l>a,
.commLikeShareBx .commentLink a {
	color: #282828;
}

.media_lst {
	margin-top: 15px;
	padding: 16px 0 0;
	width: 100%;
	display: block;
	border-top: 1px solid #D7D7D7;
}

.media_lst .media {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
}

.media_lst .media:not(:last-child) {
	margin-bottom: 30px;
	margin-bottom: 15px;
}

.media_lst .media>img {
	width: 100%;
	max-width: 42px;
	height: 42px;
	margin: 3px 8px 0 0;
	border-radius: 50px;
	border: 1px solid #D7D7D7;
}

.media_lst .media .cmt_usr_img,
.media_lst .media .cmt_repl_usr_img {
	margin: 3px 8px auto 0;
	width: 100%;
	max-width: 42px;
}

.media_lst .media .cmt_usr_img img,
.media_lst .media .cmt_repl_usr_img img {
	margin: 0;
	width: 42px;
	height: 42px;
	border-radius: 50px;
	border: 1px solid #D7D7D7;
}

.media_lst .media .cmt_repl_usr_img {
	margin-right: 8px;
	max-width: 32px;
}

.media_lst .media .cmt_repl_usr_img img {
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	border: 1px solid #D7D7D7;
}

.media_lst .media .media-header {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	clear: both;
}

.media_lst .media .media-body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1;
}

.media_lst .media h4 {
	margin: 3px 0 6px;
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 16px;
	color: #000;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.media_lst .media h4 a {
	color: #000;
}

.media_lst .media .usr_time {
	margin: 0 0 0 auto;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	font-family: 'robotomedium';
	display: inline-block;
}

.media_lst .media p {
	margin: 0 0 6px;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 20px;
	color: #000;
	width: 100%;
	word-break: break-word;
}

.media_lst .media_replies {
	display: inline-flex;
	align-items: center;
	width: auto;
}

.media_lst .media_replies a {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	font-family: 'robotomedium';
}

.media_lst .media_replies a:hover {
	color: #e93779;
}

.media_lst .media_replies .toggalReply .hideReplies_txt {
	display: none;
}

.media_lst .media_replies .toggalReply.viewRep .replies_txt {
	display: none;
}

.media_lst .media_replies .toggalReply.viewRep .hideReplies_txt {
	display: inline-block;
}

.media_lst .sub_media {
	margin: 19px 0 0;
	padding: 0;
	width: 100%;
	display: none;
}

.media_lst .sub_media.show {
	display: block;
	position: relative;
}

.media_lst .sub_media.show:before {
	content: '';
	position: absolute;
	left: -29px;
	height: 98%;
	top: 0;
	width: 1px;
	background-color: #D7D7D7;
}

.media_lst .sub_media .media:not(:last-child) {
	margin-bottom: 18px;
}

.media_lst .sub_media .media>img {
	max-width: 32px;
	height: 32px;
	margin-right: 8px;
	border-radius: 50px;
	border: 1px solid #D7D7D7;
}

.media_lst .sub_media h4 {
	font-size: 11px;
	line-height: 14px;
}

.media_lst .sub_media p {
	margin-bottom: 0
}

.media_lst .sub_media .usr_time {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 4px;
}

.media_lst .media.media_vConvo {
	margin: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}

.media_lst .media_vConvo .viewConvo-btn {
	margin: 0 0 0 auto;
	padding: 10px 16px;
	width: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e93779;
	color: #fff !important;
	border-color: #e93779 !important;
	white-space: nowrap;
	font-size: 12px;
	line-height: 16px;
	font-family: 'latobold';
}

.media_lst .media_vConvo .viewConvo-btn img {
	margin-right: 9px;
	width: 19px;
}

.media_lst .media_footer>img {
	margin-top: 0;
}

.media_lst .media_footer .form-element {
	margin: 0;
	position: relative;
	width: 100%;
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	border-radius: 24px;
}

.media_lst .media_footer .form-element .form-control {
	margin: 0;
	padding: 10px 50px 8px 20px;
	height: 40px;
	color: #000;
	font-size: 14px;
	font-family: 'robotoregular';
	background-color: #F7F7F7;
	border-radius: 24px;
	border: none;
}

.media_lst .media_footer .form-element .comment-btn {
	position: absolute;
	right: 0;
	width: 45px;
	top: 0;
	height: 100%;
	border: none !important;
	background-color: transparent;
	background-image: url(../images/front/common/send_comment.svg);
	background-repeat: no-repeat;
	background-position: 7px center;
	display: inline-block;
	z-index: 2;
	cursor: pointer;
}

.media_lst .media_footer .form-element .form-control: -moz-placeholder-shown:not(:focus)~.comment-btn {
	display: none;
}

.media_lst .media_footer .form-element .form-control: -ms-input-placeholder:not(:focus)~.comment-btn {
	display: none;
}

.media_lst .media_footer .form-element .form-control:placeholder-shown:not(:focus)~.comment-btn {
	display: none;
}

.cmtySectionFront,
.ui-tabs .cmtySectionFront {
	padding-top: 19px;
}

.media_lst .sub_media .media_footer {
	margin: 14px 0 8px;
}

.media_lst .sub_media .media_footer .form-element {
	margin-top: 0;
}

.cntLike-modal {
	background-color: rgba(0, 0, 0, 0.68);
	z-index: 10001;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cntLike-modal .modal-content {
	padding: 20px;
	max-width: 720px;
}

.cntLike-modal .modal-header {
	margin: 0;
	height: 0px;
}

.cntLike-modal .modal-header button.close {
	margin: 0;
	position: absolute;
	top: 42px;
	right: 25px;
	font-size: 32px;
	font-weight: 500;
	left: auto;
	z-index: 1;
	opacity: 1;
}

.cntLike-modal .cmt-card {
	margin: 0;
	padding: 0 0 20px;
	border-radius: 0;
	border-width: 0 0 1px;
}

.cntLike-modal .cmt-card .card-head {
	margin: 0;
}

.cntLike-modal .usersLikedList {
	display: block;
	width: 100%;
	min-height: 236px;
}

.cntLike-modal .headerBx {
	padding: 20px 0 12px;
	width: 100%;
	color: #000;
	font-family: 'latobold';
	font-size: 20px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cntLike-modal .headerBx .fa {
	color: #e93779;
	margin-right: 10px;
}

.cntLike-modal .userLstData {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1;
}

.cntLike-modal .userLstData .userLstData {
	margin: 0;
	padding: 0;
}

.cntLike-modal .usersLikedList>.userLstData {
	padding-right: 22px;
	width: calc(100% + 22px);
	height: calc(100vh - 300px);
	max-height: 460px;
	overflow: hidden;
	overflow-y: auto;
}

.cntLike-modal .usersLikedList>.userLstData:: -webkit-scrollbar {
	width: 5px;
}

.cntLike-modal .usersLikedList>.userLstData:: -webkit-scrollbar-track {
	box-shadow: none;
}

.cntLike-modal .usersLikedList>.userLstData:: -webkit-scrollbar-thumb {
	background-color: rgba(121, 121, 121, 0.24);
	outline: none;
	border-radius: 15px;
}

.cntLike-modal .userLstData .cmt-card {
	margin: 0;
	padding: 8px 0;
	border: none;
	display: flex;
}

.cntLike-modal .userLstData .card-head {
	margin: 0;
	padding: 0;
}

.cntLike-modal .userLstData .cmt-card figure {
	margin: 0;
}

.cntLike-modal .userLstData .cmt-card figure img {
	margin-right: 12px;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border: 1px solid #D7D7D7;
	border-radius: 50px;
}

.cntLike-modal .userLstData .cmt-card .usr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.cntLike-modal .userLstData .usr p {
	margin: 0;
	padding-right: 8px;
	font-family: 'robotoregular';
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #262425;
}

.cntLike-modal .userLstData .viewProfile {
	margin-left: auto;
	padding: 7px 16px;
	min-width: 137px;
	width: 137px;
	height: 36px;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	white-space: nowrap;
	font-family: 'latobold';
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.cntLike-modal .userLstData .viewProfile img {
	margin: -1px 4px 0 -2px;
}

.cntLike-modal .userLstData .viewProfile:hover {
	border-color: #e93779;
	color: #e93779;
}

.cntLike-modal .userLstData .viewProfile:hover img {
	-webkit-filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

.cntLike-modal .userLstData .disbleUsrCls {
	opacity: 0.5;
}

.cntLike-modal .userLstData .disbleUsrCls .viewProfile {
	display: none;
}

.repModal .modal-content {
	float: left;
	display: table;
	transform: translateX(-50%);
	left: 50% !important;
}

.repModal .modal-header button.close {
	top: 15px;
	z-index: 99;
	right: 15px;
	left: auto;
}

.repModal .reportPostModalCls {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.repModal .heading_title-box.sticky_title {
	padding: 10px 0 10px;
	margin: 0;
	border: none;
	position: static !important;
	box-shadow: none !important;
}

.repModal .heading_title-box .w-r {
	position: absolute;
	bottom: 32px;
	width: 100%;
	left: 0;
	text-align: right;
	padding: 0 20px;
	top: auto !important;
}

.repModal .Profile_section {
	padding-bottom: 54px;
}

.media_lst .viewPRepliesCls {
	margin: 0;
	padding: 0;
	border: none !important;
	background-color: transparent !important;
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
	font-family: 'latobold';
	color: #e93779;
	box-shadow: none !important;
	text-transform: capitalize;
}

.media_lst .viewPRepliesCls:hover {
	color: #e93779;
	text-decoration: none;
}

.media_lst .viewConvoCommentCls,
.media_lst .specificPostCommentCls {
	margin: 0;
	padding: 0;
	font-family: 'robotomedium';
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	text-transform: capitalize;
	border: none !important;
	background-color: transparent !important;
	text-decoration: none;
	box-shadow: none !important;
}

.media_lst .viewConvoCommentCls:hover,
.media_lst .specificPostCommentCls:hover {
	color: #e93779;
}

.media_lst .gstAdCmtCls {
	background-color: #e93779 !important;
	border: none !important;
	border-radius: 1px;
	margin: -3px 0 -8px;
	padding: 10px 18px;
	font-family: 'latobold';
	font-size: 14px;
	line-height: 1;
	text-transform: inherit;
	color: #fff;
	position: relative;
	border-radius: 32px;
}

.media_lst .gstAdCmtCls:hover {
	color: #fff !important;
}

.media_lst .viewConvoCommentCls+.gstAdCmtCls {
	margin-left: auto;
	top: -6px;
}

.guest-crownconvos-section .media_lst>div+.media.media_vConvo .gstAdCmtCls {
	margin-top: 16px;
}

.media_lst .sub_media>div>.media:last-child {
	margin-bottom: 8px;
}

.media_lst .media.media_footer {
	margin-top: 12px;
}

.cmt-card .view-icons a.hidden-post-class {
	position: absolute;
	right: 32px;
	top: 0;
	height: 24px;
	width: 24px;
	display: inline-flex;
	color: #000;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 3px;
	font-size: 12px;
}

.cmt-card .view-icons>a {
	border: 1px solid #000;
	border-radius: 25px;
}

.cmt-card .view-icons>a:hover {
	color: rgb(233, 54, 121);
	border-color: rgb(233, 54, 121);
}

.cmt-card .view-icons a.hidden-post-class.hidden-post {
	background-color: rgb(233, 54, 121) !important;
	border-color: rgb(233, 54, 121);
	color: #fff !important;
}

.cmt-card .card-head .hidden-thread-msg {
	margin: 3px 0 2px;
	padding: 3px 8px 2px;
	font-family: 'latolight';
	font-size: 14px;
	line-height: 1.2;
	color: #5a5a5a;
	width: 100%;
	clear: both;
	border-radius: 4px;
	border: 1px solid #edeff0;
	background-color: #f8f9fa;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#tabs-Result .cmt-card:first-child {
	/* margin-top: 30px; */
}

.cmtySection .dropdown-filter {
	max-width: 198px;
}

.cmtySection .dropdown-filter .filter-accr:after {
	position: absolute;
	content: '';
	top: -10px;
	right: 18px;
	box-shadow: 0 0 4px 0 rgb(40 40 40 / 36%);
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(45deg) rotate3d(1, 1, 0, 45deg);
	z-index: -1;
}

.cmtySection .dropdown-filter .filter-accr li {
	background-color: #fff;
	z-index: 1;
}

.cmtySection .dropdown-filter .filter-accr .custom-control {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 16px;
}

.cmtySection .dropdown-filter .filter-accr li a:hover,
.cmtySection .dropdown-filter .filter-accr li a:hover .custom-control {
	color: rgb(233, 54, 121);
}

.media_lst .media .btns-rgt {
	float: right;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	padding-top: 4px;
}

.media_lst .media .btns-rgt button {
	margin-left: 7px;
	background-color: transparent;
	border-radius: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 1px 1px;
	height: 22px;
	width: 22px;
	position: relative;
	border: none;
}

.media_lst .media .btns-rgt button:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-image: url(../images/front/common/circle.svg);
	background-size: 100% 100%;
	top: 0;
	left: 0;
}

.media_lst .media .btns-rgt button img {
	max-width: 19px;
}

.media_lst .media .btns-rgt button:hover {
	border-color: rgb(233, 54, 121);
}

.media_lst .media .btns-rgt button:hover img,
.media_lst .media .btns-rgt button:hover:after {
	-webkit-filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

.media_lst .media .editCommentData,
.media_lst .media .editReplyData {
	padding-top: 4px;
	display: flex;
	clear: both;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.media_lst .media .editCommentData textarea,
.media_lst .media .editReplyData textarea {
	height: 45px;
	width: 100%;
	clear: both;
	order: 0;
	padding: 8px;
	font-size: 12px;
	line-height: 1.35;
	background-color: #f8f8f8;
	border-color: #ddd;
}

.media_lst .media .editCommentData textarea:: -webkit-scrollbar,
.media_lst .media .editReplyData textarea:: -webkit-scrollbar {
	width: 3px;
}

.media_lst .media .editCommentData textarea:: -webkit-scrollbar-track,
.media_lst .media .editReplyData textarea:: -webkit-scrollbar-track {
	box-shadow: none;
}

.media_lst .media .editCommentData textarea:: -webkit-scrollbar-thumb,
.media_lst .media .editReplyData textarea:: -webkit-scrollbar-thumb {
	background-color: rgba(121, 121, 121, 0.24);
	outline: none;
	border-radius: 15px;
}

.media_lst .media .editCommentData textarea:focus,
.media_lst .media .editReplyData textarea:focus,
.media_lst .media .editCommentData textarea:not(:placeholder-shown) {
	border-color: #ddd !important;
}

.media_lst .media .editCommentData button,
.media_lst .media .editReplyData button {
	margin: -6px 0 -16px 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 12px;
	line-height: 14px;
	color: #868686;
	font-family: 'latobold';
	position: relative;
	z-index: 2;
}

.media_lst .media .editCommentData button:hover,
.media_lst .media .editReplyData button:hover {
	color: rgb(233, 54, 121);
	border-color: rgb(233, 54, 121);
}

.media_lst .media .editCommentData button+button,
.media_lst .media .editReplyData button+button {
	margin-left: 16px;
}

.media_lst .media .editCommentData textarea~.emojionearea,
.media_lst .media .editReplyData textarea~.emojionearea {
	border-radius: 32px;
	border-color: #ddd !important;
	box-shadow: none;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}

.media_lst .media .editCommentData textarea~.emojionearea .emojionearea-editor,
.media_lst .media .editReplyData textarea~.emojionearea .emojionearea-editor {
	max-height: 45px;
	min-height: 45px;
	font: 13px/20px 'robotoregular';
	max-width: calc(100% - 12px);
}

.media_lst .media .editCommentData textarea~.emojionearea .emojionearea-button,
.media_lst .media .editReplyData textarea~.emojionearea .emojionearea-button {
	right: 10px;
}

.media_lst .media .emojionearea-editor::-webkit-scrollbar {
	width: 2px;
}

.media_lst .media .emojionearea-editor::-webkit-scrollbar-track {
	box-shadow: none;
}

.media_lst .media .emojionearea-editor::-webkit-scrollbar-thumb {
	background-color: rgba(121, 121, 121, 0.24);
	outline: none;
	border-radius: 15px;
}

.repModal .reportPostModalCls {
	margin-top: 0 !important;
}

.repModal .success_sent,
.repModal .error_sent {
	margin: 0 0 15px;
	font-family: 'robotoregular';
	font-size: 15px;
	line-height: 1.2;
}

.repModal .success_sent {
	color: #1b783c;
}

.repModal .error_sent {
	color: #a94442;
}

.repModal .success_sent:before,
.repModal .error_sent:before {
	content: "\f164";
	font-family: FontAwesome;
	margin: -2px 4px -2px 0;
	font-size: 20px;
	display: inline-block;
}

.repModal .error_sent:before {
	content: "\f165";
	font-family: FontAwesome;
	margin: -2px 4px -2px 0;
	font-size: 20px;
	display: inline-block;
}

.cmtySection .heading_title-box .w-l,
.guest-crownconvos-section .heading_title-box {
	text-align: left;
}

.cmtySection .heading_title-box .w-l p,
.guest-crownconvos-section .heading_title-box p {
	color: #000;
	font-family: 'robotomedium';
	margin: 5px 0 -5px;
	display: block;
	clear: both;
	font-size: 14px;
}

.cmtySection .heading_title-box .w-l p a,
.guest-crownconvos-section .heading_title-box p a {
	color: #E93779;
}

.cmtySection .heading_title-box .w-l.w-100 p {
	padding-top: 2px;
	font-size: 16px;
	font-family: 'latobold';
}

.cmtySection .heading_title-box,
.guest-crownconvos-section .heading_title-box {
	margin-bottom: 34px;
}

.guest-crownconvos-section .heading_title-box h1 a {
	color: #000;
}

.cmt-card .card-body .ReadMoreBtnCls,
.cmt-card .card-body .ReadMoreCommentBtnCls,
.ReadMoreCommentPopupBtnCls,
.cmt-card .card-body .ReadMoreReplyBtnCls,
.cmt-card .card-body .ReadMoreCommentBtnCls,
.comment-modal .sub_media .ReadMoreReplyBtnCls {
	display: inline-block;
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
	color: #e93779;
	font-family: 'robotomedium';
	text-transform: capitalize;
}

.heading_title-box .filter-btn.active {
	color: #e93779 !important;
	border-color: #e93779 !important;
}

.heading_title-box .filter-btn.active img {
	-webkit-filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

.inactiveEventColor {
	color: #e93779
}

.cmt-card .card-head h4 {
	font-size: 14px;
}

.media_lst .sub_media .usr_time,
.media_lst .media .editCommentData textarea,
.media_lst .media .editReplyData textarea,
.cmt-card .card-head .hidden-thread-msg {
	font-size: 13px;
}

.media_lst .sub_media h4 .usr_time {
	margin-bottom: 0;
}

.media_lst .media_footer .form-element {
	background-color: #f8f8f8;
	border-radius: 30px;
}

.media_lst .media_footer .form-element .form-control {
	max-width: calc(100% - 50px);
	padding-right: 5px;
}

.media_lst .media_footer .form-element .form-control:: -webkit-scrollbar {
	width: 2px;
}

.media_lst .media_footer .form-element .form-control:: -webkit-scrollbar-track {
	box-shadow: none;
}

.media_lst .media_footer .form-element .form-control:: -webkit-scrollbar-thumb {
	background-color: rgba(121, 121, 121, 0.24);
	outline: none;
	border-radius: 15px;
}

.media_lst .media_footer .form-element .form-control::placeholder {
	color: #868686;
	opacity: 1;
}

.media_lst .media_footer .form-element .form-control: -ms-input-placeholder {
	color: #868686;
}

.media_lst .media_footer .form-element .form-control:: -ms-input-placeholder {
	color: #868686;
}

.media_lst .media_footer .form-element .emojionearea {
	border-radius: 30px 0 0 30px;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0;
}

.media_lst .media_footer .form-element .emojionearea .emojionearea-editor {
	padding: 11px 22px 8px 21px;
	max-height: 40px;
	min-height: 40px;
	font-family: 'robotoregular';
	font-size: 14px;
	color: #000;
}

.media_lst .media_footer .form-element .emojionearea .emojionearea-editor:empty:before {
	color: #707070;
}

.media_lst .media_footer .emojionearea.emojionearea-inline>.emojionearea-editor {
	min-height: 100%;
}

.media_lst .media_footer .form-element .emojionearea.focused~.comment-btn {
	display: inline-block !important;
}

.media_lst .media_footer .form-element .emojionearea .emojionearea-button {
	top: 8px;
	right: -1px;
}

.media_lst .media .editCommentData .emojionearea:not(.focused) .emojionearea-button,
.media_lst .media .editReplyData .emojionearea:not(.focused) .emojionearea-button,
.media_lst .media_footer .form-element .emojionearea:not(.focused) .emojionearea-button {
	display: none;
}

.media_lst .media-body>p a {
	color: #e93779;
}

.media_lst .btns-lft {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.media_lst .btns-lft button {
	margin: 0 16px 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-family: 'robotomedium';
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
	color: #707070;
}

.media_lst .btns-lft button:hover {
	color: #e93779;
}

.media_lst .media_view_m_replies {
	clear: both;
	min-width: 100%;
	padding-top: 6px;
}

.media_lst .media_view_m_replies+.sub_media {
	margin-top: 10px;
}

.media_lst .viewPopUpRepliesCls {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	font-family: robotomedium;
	border: none;
	background-color: transparent;
	text-transform: capitalize;
}

.media_lst .viewPopUpRepliesCls:hover {
	color: #e93779;
}

/* End My Community */
/* Comment Modal */
.comment-modal {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 0;
}

.comment-modal .modal-content {
	max-width: 720px;
}

.comment-modal .cmt-card {
	margin: auto;
	margin-top: 0 !important;
	padding: 0;
	border: 1px solid #D7D7D7;
	border-radius: 30px;
}

.comment-modal .modal-header {
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
}

.comment-modal .modal-header .close {
	position: absolute;
	right: 28px;
	left: auto;
	top: 60%;
	opacity: 1;
	font-size: 32px;
	font-weight: 500;
	transform: translateY(-50%);
}

.comment-modal .modal-header .cmt-card {
	border: none;
}

.comment-modal .modal-header .card-head {
	margin: 0;
	line-height: 0;
	border: none;
}

.comment-modal .modal-body {
	padding: 20px;
	width: 100%;
}

.comment-modal .heading {
	margin: 0 0 20px;
	font-family: 'latobold';
	font-size: 20px;
	line-height: 28px;
	text-transform: capitalize;
	color: #000;
}

.comment-modal .media_lst {
	margin: 0;
	padding: 0;
	border: none;
}

.comment-modal .modal-body .media_lst {
	padding-right: 20px;
	width: calc(100% + 20px);
	overflow: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 400px);
	min-height: 168px;
}

.comment-modal .modal-body .media_lst::-webkit-scrollbar {
	width: 8px;
	border-radius: 16px;
}

.comment-modal .modal-body .media_lst::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 16px;
}

.comment-modal .modal-body .media_lst::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: none;
	border-radius: 16px;
}

.comment-modal .modal-footer {
	padding: 20px;
	min-height: 82px;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 30px 30px;
}

.comment-modal .modal-footer .form-element .emojionearea.form-control {
	height: auto;
	min-height: 40px;
	max-height: 76px;
}

.comment-modal .modal-footer .form-element .emojionearea .emojionearea-editor {
	min-height: 40px;
	max-height: 76px;
}

.comment-modal .modal-footer2 {
	height: auto;
	min-height: 114px;
}

.footer-heading {
	margin: 0 0 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}

.footer-heading label {
	margin: 0;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 16px;
	color: #707070;
}

.footer-heading .close {
	margin: 0 0 0 auto;
	font-size: 22px;
	line-height: 18px;
}

.comment-modal .modal-footer .media_footer {
	margin: 0 !important;
}

.comment-modal .emojionearea .emojionearea-picker {
	transform: scale(0.65) translate(40%, 29%);
}

.comment-modal .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
	margin-top: 0;
	margin-bottom: -10px;
	top: auto;
	bottom: 47px;
}

.comment-modal .emojionearea .emojionearea-wrapper:after {
	display: none !important;
}

.comment-modal .emojionearea-picker,
.comment-modal .emojionearea-picker .emojionearea-wrapper {
	min-width: 390px;
	max-height: 160px;
}

.comment-modal .emojionearea-category-block>.emojionearea-category {
	min-width: 100%;
}

.comment-modal .emojionearea-picker .emojionearea-scroll-area {
	max-height: 124px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area::-webkit-scrollbar {
	width: 6px;
	border-radius: 16px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 16px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: none;
	border-radius: 16px;
}

.comment-modal .modal-body .media_lst_NoComment {
	min-height: 320px;
}

.comment-modal .noCommentFd {
	padding: 0 10px;
	text-align: center;
}

.comment-modal .noCommentFd img {
	margin: 0 auto 25px;
}

.comment-modal .noCommentFd p {
	margin: 0;
	font-family: 'robotomedium';
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

/* End Comment Modal */
.guest-crownconvos-section .jscroll-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 720px;
}

.cmtySection .cmt-card .no-record {
	float: none;
	margin-top: 5px;
}

@media (min-width:1400px) {
	.dashboard-left.lftMenuSetting {
		top: -198px;
	}
}

@media (min-width:1024px) {

	.cntLike-modal .modal-content,
	.comment-modal .modal-content {
		left: 131px;
	}
}

@media (max-width:1399px) and (min-width:992px) {
	.dashboard-left.lftMenuSetting {
		top: -212px;
	}
}

@media (max-width:991px) and (min-width:768px) {

	/* My Community */
	.cmtySection .heading_title-box .w-l p {
		font-size: 13px;
		margin: 0px 0 -8px;
	}

	.cmtySection .heading_title-box .button {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cmtySection .heading_title-box .filter-dv {
		margin-left: 12px;
	}

	.cmtySection .heading_title-box .w-l.w-100 p {
		margin: 6px 0 0;
	}

	/* End My Community */
}

@media (min-width:768px) {

	/* My Community */
	.media_lst .visible-xs {
		display: none;
	}

	.media_lst .media>img+.media-body {
		max-width: calc(100% - 50px);
	}

	.media_lst .sub_media .media>img+.media-body {
		max-width: calc(100% - 40px);
	}

	.media_lst .media .cmt_usr_img+.media-body {
		max-width: calc(100% - 50px);
	}

	.media_lst .media .cmt_repl_usr_img+.media-body {
		max-width: calc(100% - 40px);
	}

	/* End My Community */
	.comment-modal .modal-dialog {
		top: 5%;
		position: relative;
	}
}

@media (max-width:767px) {

	/* My story Lst */
	.storySection .heading_title-box {
		margin: 34px 0 27px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.storyLst {
		padding: 0 4px 0 0;
	}

	.storyLst .statusLine {
		left: 22px;
		max-height: calc(100% - 120px);
	}

	.storyLst .storyBox {
		margin: 0 0 38px;
		padding: 0 0 0 55px;
	}

	.storyLst .storyTagImg {
		width: 36px;
		height: 36px;
		left: 23px;
	}

	.storyLst .storyTagImg img {
		max-height: 18px;
		max-width: 30px;
	}

	.storyLst .storyHead {
		margin-bottom: 15px;
		padding-right: 22px;
		min-height: 48px;
	}

	.storyLst .storyHead h3 {
		margin-bottom: 4px;
		font-size: 18px;
		line-height: 21px;
	}

	.storyLst .storyHead .storyHead_lst .storyDate {
		font-size: 10px;
		line-height: 12px;
		margin-right: 9px;
	}

	.storyLst .storyHead .storyHead_lst .storyDate img {
		margin-right: 7px;
		width: 16px;
	}

	.storyLst .storyHead .storyHead_lst .storyTag {
		font-size: 10px;
		line-height: 12px;
		min-height: 23px;
		padding: 2px 14px 3px;
	}

	.storyLst .storyHead .view-icons {
		max-width: 22px;
	}

	.storyLst .storyHead .view-icons a {
		margin: 0 0 5px;
	}

	.storyLst .storyImgs {
		max-width: 632px;
	}

	.storyLst .storyImgs li {
		margin: 0 11px 11px 0;
		max-width: calc(33.33% - 8px);
	}

	.storyLst .storyBody .text-box,
	.storyLst .storyBody .text-box p {
		font-size: 12px;
		line-height: 18px;
	}

	.storySectionFront,
	.ui-tabs .storySectionFront {
		padding-top: 38px;
	}

	/* End My story Lst */
	/* My Community */
	.cmtySection .heading_title-box {
		margin: 28px 0 30px;
	}

	.cmtySection .heading_title-box .button2 {
		min-width: 142px;
	}

	.cmt-card {
		margin-bottom: 16px;
		padding: 16px 10px;
	}

	.cmt-card .card-head {
		margin-bottom: 8px;
		padding-right: 28px;
	}

	.cmt-card .card-head>a {
		max-height: 48px;
		margin-bottom: auto;
	}

	.cmt-card .card-head .usr_img {
		height: 48px;
		width: 48px;
		min-width: 48px;
		margin-right: 8px;
	}

	.cmt-card .card-head p {
		font-size: 14px;
		line-height: 20px;
	}

	.cmt-card .card-head .draft_label {
		font-size: 96%;
	}

	.cmt-card .card-head .usr_time {
		font-size: 10px;
		line-height: 14px;
		display: block;
	}

	.cmt-card .card-head .usr {
		display: flex;
		flex-direction: column;
	}

	.cmt-card .view-icons {
		width: 20px;
		top: 2px;
		transform: translateY(0);
	}

	.cmt-card .view-icons a {
		margin-bottom: 6px;
	}

	.cmt-card .card-body .img-box {
		margin-bottom: 8px;
	}

	.cmt-card .card-body .img-box iframe {
		height: auto;
		min-height: 274px;
	}

	.cmt-card .card-body .img-box img {
		max-height: 400px;
		border-radius: 30px;
	}

	.cmt-card .card-body .img-box iframe {
		border-radius: 16px;
	}

	.cmt-card .card-body h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 6px;
	}

	.cmt-card .card-body .text-box,
	.cmt-card .card-body .text-box p {
		font-size: 12px;
		line-height: 17px;
	}

	.cmt-card .card-body .text-box {
		margin-bottom: 16px;
	}

	.cmt-card .card-body .ReadMoreBtnCls,
	.ReadMoreCommentPopupBtnCls,
	.cmt-card .card-body .ReadMoreCommentBtnCls,
	.cmt-card .card-body .ReadMoreReplyBtnCls {
		font-size: 12px;
	}

	.commBx .likes {
		font-size: 12px;
		line-height: 14px;
	}

	.commBx .likes .fa {
		font-size: 14px;
		margin-right: 1px;
	}

	.commBx .comment_count {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 16px;
	}

	.commBx .comment_count:before {
		height: 13px;
		width: 14px;
	}

	.media_lst {
		margin-top: 12px;
		padding-top: 12px;
	}

	.media_lst .media:not(:last-child) {
		margin-bottom: 30px;
		margin-bottom: 15px;
	}

	.media_lst .media .media-header {
		margin-bottom: 4px;
	}

	.media_lst .media .media-header>img {
		margin: -5px 0;
		margin-right: 9px;
		width: 50px;
		height: 50px;
		float: left;
	}

	.media_lst .media .media-header>.cmt_usr_img {
		margin: -5px 0;
		margin-right: 9px;
		width: 50px;
		height: 50px;
		float: left;
	}

	.media_lst .media .media-header>.cmt_usr_img img {
		margin: 0;
		width: 50px;
		height: 50px;
	}

	.media_lst .media h4 {
		margin: 0;
		font-size: 12px;
		line-height: 17px;
	}

	.media_lst .media .usr_time {
		font-size: 10px;
		line-height: 17px;
		padding-left: 10px;
	}

	.media_lst .media p {
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 17px;
	}

	.media_lst .media_replies a {
		font-size: 10px;
		line-height: 14px;
	}

	.media_lst .media_view_m_replies {
		padding-top: 0;
		display: block;
	}

	.media_lst .media_view_m_replies a {
		margin-top: 6px;
	}

	.media_lst .media .cmt_usr_img {
		margin-top: 1px;
		max-width: 38px;
	}

	.media_lst .media .cmt_usr_img img {
		width: 38px;
		height: 38px;
	}

	.media_lst .media .cmt_repl_usr_img {
		margin-top: 1px;
		max-width: 30px;
	}

	.media_lst .media .cmt_repl_usr_img img {
		width: 30px;
		height: 30px;
	}

	.media_lst .media .editCommentData button {
		font-size: 10px;
		margin-top: 2px;
	}

	.media_lst .media .editReplyData button {
		font-size: 10px;
		margin-top: -2px;
	}

	.media_lst .btns-lft {
		display: contents;
	}

	.media_lst .btns-lft button {
		margin-right: 8px;
		font-size: 10px;
		line-height: 14px;
	}

	.media_lst .sub_media {}

	.media_lst .sub_media .media:not(:last-child) {
		margin-bottom: 12px;
	}

	.media_lst .sub_media .media-header {
		padding: 1px 0 0;
	}

	.media_lst .sub_media .media-header>a:not(.cmt_repl_usr_img) img {
		margin-top: -3px;
		margin-bottom: -3px;
		width: 36px;
		height: 36px;
		float: left;
	}

	.media_lst .sub_media .media-header>img,
	.media_lst .sub_media .media-header>.cmt_repl_usr_img,
	.media_lst .sub_media .media-header>a:not(.cmt_repl_usr_img) {
		margin-top: -3px;
		margin-bottom: -3px;
		width: 36px;
		height: 36px;
		float: left;
	}

	.media_lst .sub_media .media-header>.cmt_repl_usr_img img {
		margin: 0;
		width: 36px;
		height: 36px;
	}

	.media_lst .sub_media .media-header img.visible-xs {
		border-radius: 8px;
	}

	.media_lst .sub_media .media-header>a:not(.cmt_repl_usr_img) {
		margin-right: 9px;
	}

	.media_lst .sub_media .media-header>a:not(.cmt_repl_usr_img) img {
		margin-right: 0;
	}

	.media_lst .sub_media h4 {
		font-size: 12px;
		line-height: 17px;
	}

	.media_lst .sub_media h4>a.cmt_repl_usr_img {
		max-width: calc(100% - 58px);
	}

	.media_lst .sub_media .usr_time {
		font-size: 10px;
		line-height: 14px;
		white-space: nowrap;
	}

	.media_lst .sub_media p {
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 17px;
	}

	.media_lst .sub_media>div>.media:last-child {
		margin-bottom: 0
	}

	.media_lst .media.media_vConvo {
		margin: 0 0 12px;
	}

	/*.media_lst .media.media_vConvo .viewConvoCommentCls{margin-top:8px;}*/
	.media_lst .viewConvoCommentCls,
	.media_lst .specificPostCommentCls {
		font-size: 10px;
		line-height: 14px;
	}

	.media_lst .media.media_footer {
		margin-top: 14px;
	}

	.media_lst .media_footer>img {
		margin-right: 8px;
		max-width: 38px;
		height: 38px;
	}

	.media_lst .media_footer .form-element .form-control {
		height: 36px;
		padding-left: 10px;
		padding-right: 30px;
		font-size: 12px;
	}

	.media_lst .media_footer .form-element .comment-btn {
		width: 30px;
		background-size: 11px auto;
	}

	.media_lst .media>img+.media-body {
		max-width: calc(100% - 46px);
	}

	.media_lst .sub_media .media>img+.media-body {
		max-width: calc(100% - 56px);
	}

	.cmtySectionFront,
	.ui-tabs .cmtySectionFront {
		padding-top: 10px;
	}

	.cntLike-modal {
		padding: 0;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.cntLike-modal .modal-dialog {
		transform: translateY(-52%);
		top: 50%;
		position: relative;
	}

	.cntLike-modal .modal-content {
		padding: 16px 10px;
		width: calc(100% - 20px);
	}

	.cntLike-modal .modal-header button.close {
		top: 16px;
		right: 10px;
	}

	.cntLike-modal .headerBx {
		padding: 16px 0 10px;
		font-size: 18px;
		line-height: 24px;
	}

	.cntLike-modal .usersLikedList {
		min-height: 120px;
	}

	.cntLike-modal .userLstData {
		padding: 16px 0;
	}

	.cntLike-modal .usersLikedList>.userLstData {
		padding: 0 10px 0 0;
		width: calc(100% + 10px);
		height: 426px;
		max-height: calc(100vh - 240px);
	}

	.cntLike-modal .userLstData .cmt-card {
		padding: 6px 0;
	}

	.cntLike-modal .userLstData .cmt-card figure img {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}

	.cntLike-modal .userLstData .cmt-card .usr {
		flex-direction: row;
	}

	.cntLike-modal .userLstData .usr p {
		font-size: 14px;
		line-height: 20px;
	}

	.cntLike-modal .userLstData .usr .viewProfile {
		min-width: 16px;
		width: 16px;
		height: 16px;
		padding: 3px 0 3px 2px;
		font-size: 0px;
		border: none;
		text-indent: 999px;
		justify-content: flex-start;
	}

	.cntLike-modal .userLstData .viewProfile img {
		margin: 0;
	}

	.repModal .heading_title-box h1 {
		margin: 0;
	}

	.repModal .heading_title-box .w-r {
		box-shadow: none;
		background-color: transparent;
		padding: 0;
		bottom: 14px;
	}

	.repModal .Profile_section {
		border: none;
		padding: 0;
	}

	.repModal .modal-header button.close {
		right: 15px;
	}

	.repModal .reportPostModalCls {
		padding-bottom: 58px;
	}

	.cmt-card .card-head .hidden-thread-msg {
		font-size: 11px;
		line-height: 1;
	}

	.media_lst .sub_media .media_footer .form-element {
		margin: 2px 0;
	}

	.cmtySection .heading_title-box .w-l p {
		font-size: 13px;
		margin: -8px 0 12px;
		position: relative;
		z-index: 1;
	}

	.cmtySection .heading_title-box .w-l.w-100 p {
		margin: 8px 0 0px;
		font-size: 14px;
	}

	.cmtySection .heading_title-box .w-l p,
	.guest-crownconvos-section .heading_title-box p {
		margin-bottom: 5px;
	}

	.cmt-card .card-head h4 {
		font-size: 12px;
	}

	.media_lst .viewPRepliesCls {
		font-size: 10px;
		line-height: 14px;
	}

	.media_lst .gstAdCmtCls {
		font-size: 14px;
		padding: 10px 14px;
	}

	.media_lst .media_footer .form-element .form-control {
		max-width: calc(100% - 30px);
		padding-right: 5px;
		line-height: 16px;
		padding-top: 9px;
	}

	.media_lst .media_footer .form-element .emojionearea {
		padding: 0;
	}

	.media_lst .media_footer .form-element .emojionearea .emojionearea-editor {
		max-height: 36px;
		min-height: 36px;
		padding: 10px 22px 8px 10px;
		font-size: 12px;
	}

	.media_lst .media_footer .form-element .emojionearea .emojionearea-button {
		top: 6px;
	}

	.card-event-tag {
		font-size: 12px;
		line-height: 17px;
		background-size: 14px;
		margin-bottom: 8px;
	}

	.commBx .usersLikesSectioncls {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 16px;
	}

	.commLikeShareBx {
		padding-top: 12px;
	}

	.commLikeShareBx>div {
		font-size: 12px;
		line-height: 17px;
	}

	.commLikeShareBx .commentLink:before,
	.commLikeShareBx .shareLink:before {
		margin-right: 5px;
		height: 15px;
		width: 18px;
		background-size: 100% 100%;
		background-position: right center;
	}

	.commLikeShareBx .likes .fa {
		font-size: 17px;
	}

	.media_lst .viewPopUpRepliesCls {
		font-size: 10px;
		line-height: 14px;
	}

	/* End My Community */
	/* Comment Modal */
	.comment-modal {
		background-color: rgba(0, 0, 0, 0.7);
		padding: 0;
	}

	.comment-modal .modal-dialog {
		transform: translateY(-52%);
		top: 50%;
		position: relative;
	}

	.comment-modal .modal-content {
		max-width: calc(100% - 20px);
		border-radius: 20px;
	}

	.comment-modal .modal-header {
		padding: 16px 10px;
	}

	.comment-modal .modal-header .close {
		right: 18px;
		top: 30px;
		transform: translateY(0);
	}

	.comment-modal .heading {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.comment-modal .modal-body {
		padding: 16px 10px;
	}

	.comment-modal .modal-body .media_lst {
		padding-right: 10px;
		width: calc(100% + 10px);
	}

	.comment-modal .modal-body .media_lst::-webkit-scrollbar {
		width: 6px;
	}

	.comment-modal .modal-footer {
		padding: 16px 10px;
		min-height: 70px;
	}

	.comment-modal .modal-footer2 {
		min-height: 97px;
	}

	.comment-modal .emojionearea .emojionearea-picker {
		transform: scale(0.65) translate(35%, 30%);
	}

	.footer-heading {
		margin-bottom: 10px;
	}

	.footer-heading label {
		font-size: 12px;
		line-height: 17px;
	}

	.comment-modal .noCommentFd {
		padding: 22px 10px;
	}

	.comment-modal .noCommentFd img {
		width: 224px;
		max-width: 90%;
	}

	.comment-modal .modal-body .media_lst_NoComment {
		min-height: 296px;
	}

	.comment-modal .modal-footer .form-element .emojionearea.form-control,
	.comment-modal .modal-footer .form-element .emojionearea .emojionearea-editor {
		min-height: 36px;
		max-height: 76px;
		border-radius: 29px;
	}

	/* End Comment Modal */
}

@media (max-width:767px) and (min-width:560px) {

	/* My Community */
	.cmtySection .heading_title-box .w-l p {
		font-size: 13px;
		margin: 0px 0 -8px;
	}

	.cmtySection .heading_title-box .button {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cmtySection .heading_title-box .button2 {
		min-width: 116px;
	}

	.cmtySection .heading_title-box .filter-dv {
		margin-left: 12px;
	}

	/* End My Community */
}

@media (max-width:559px) {

	/* My story Lst */
	.storyLst .storyImgs li {
		margin: 0 7px 11px 0;
		max-width: calc(33.33% - 5px);
	}

	/* End My story Lst */
}

@media (max-width:479px) {

	/* My Community */
	.cmt-card .card-body .img-box iframe {
		min-height: 176px;
	}

	/* End My Community */
}

@media (max-width:359px) {}