.post-top {
	/*border-bottom:1px solid [main_bordcolor];
	padding-bottom:6px;
	margin-bottom:6px;*/
	position: relative;
}

.post-top h2 {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 600;
	margin: 0;
}

.post-top p {
	color: #6b604f;
}

.post-top h2 span {
	font-size: 13px;
	color: #6b604f;
	font-weight: 300;
	font-style: italic;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
}

.post-top h2 span a {
	color: #0076d4;
}

.post-top h2 span.green {
	font-style: normal;
}

.post-top h2 span.green * {
	color: #00a565 !important;
}

.owner-name {
	font-size: 13px;
	color: #9d9992;
	font-weight: 300;
	font-style: italic;
}

.owner-name a {
	font-size: 16px;
}

.post-meta-icon {
	font-size: 0;
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	top: 6px;
	right: 0;
}

.post-meta-icon li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 28px;
	position: relative;
}

.post-meta-icon li a {
	font-size: 18px;
	line-height: 18px;
	color: #a69d91;
}

.post-meta-icon li a i.clr {
	color: #fff;
	font-size: 12px;
	width: 28px;
	height: 28px;
	background-color: #00aeff;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	margin-top: -4px;
	display: block;
}

.post-meta-icon li.approved-status {
	margin-right: -15px;
}

.post-meta-icon li.approved-status a {
	font-size: 14px;
	color: inherit;
	padding: 2px 7px;
}

.post-meta-icon li.approved-status a i {
	color: #3C3;
}

.post-meta-icon li.approved-status a:hover {
	background-color: rgba(0, 0, 0, .1);
}

.post-meta-icon li.approved-status.disable a {
	cursor: default;
	color: #a8a8a8;
}

.post-meta-icon li.approved-status.disable a i {
	color: #a8a8a8;
}

.post-meta-icon li.approved-status.disable a:hover {
	background: none;
}

.post-meta-icon li .more_box {
	top: 25px;
}

.post-meta-icon li .arrow:after {
	border-bottom-color: #000;
	left: 96%;
	bottom: 100%;
}

.post-meta-icon li a.info {
	color: #22282b;
}

.inherit {
	color: inherit;
}

.inherit i {
	font-size: 14px;
}

.container {
	padding: 20px 17px 0;
	border: 1px solid [main_bordcolor];
	background-color: #fff;
}

.post-page-tab {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: -1px;
	padding-top: 10px;
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.post-page-tab li {
	display: table-cell;
	vertical-align: top;
	position: relative;
	border: 1px solid [main_bordcolor];
	width: 14%;
}

.post-page-tab li.mobile-sub-nav,
.post-page-tab li.tab-sub-nav {
	display: none;
}

.post-page-tab li a {
	font-size: 13px;
	color: #838383;
	font-weight: 300;
	line-height: 36px;
	text-align: left;
	text-transform: uppercase;
	display: block;
	padding: 3px 0 1px 15px;
	margin-bottom: -1px;
	border-bottom: none;
	background-color: #efefef;
}

.post-page-tab li a>span {
	font-size: 14px;
	color: #d5d6d6;
	display: block;
	float: right;
	margin: 0 15px 0 0px;
}

.post-page-tab li a.current,
.post-page-tab li a.active {
	color: #020202;
	border-top: 1px solid [main_bordcolor];
	border-bottom: 1px solid #fff;
	background-color: #fff;
	margin-top: -1px;
}

.post-page-tab li a.current>span {
	color: #22282b;
}

.share-update {
	font-size: 13px;
	color: #6f695f;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.share-update a {
	font-size: 14px;
	color: #9d9992;
	font-weight: 300;
	font-style: italic;
	padding-left: 14px;
	text-transform: none;
}

.post-box {
	border: 1px solid [main_bordcolor];
	margin-bottom: 15px;
}

.post-box textarea {
	font-size: 14px;
	color: #6b665e;
	font-weight: 400;
	padding: 15px;
	height: 81px;
	border: none;
	background: none;
}

.post-box-meta {
	padding: 10px 16px 10px 22px;
	border-top: 1px solid [main_bordcolor];
}

.post-box-meta:after,
.post-box-meta:before {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.post-box-meta ul {
	font-size: 0;
	letter-spacing: 0;
	line-height: normal;
	margin-top: 5px;
}

.post-box-meta ul li {
	font-size: 14px;
	color: #9d9992;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 15px;
}

.post-box-meta ul li:after {
	content: ".";
	color: #9d9992;
	display: block;
	font-size: 40px;
	line-height: 0;
	text-align: center;
	width: 15px;
	position: absolute;
	right: 0;
	top: -3px;
}

.post-box-meta ul li:first-child {
	padding: 0 10px 0 0;
}

.post-box-meta ul li:first-child:after,
.post-box-meta ul li:last-child:after {
	display: none;
}

.post-box-meta ul li a {
	font-size: 14px;
	color: #9d9992;
	font-weight: 300;
	font-style: italic;
	line-height: normal;
}

.post-box-meta ul li a.current,
.post-box-meta ul li a:hover {
	color: #da0e47;
}

.post-box-meta .button {
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 600 !important;
	margin: 0 !important;
	height: auto !important;
	line-height: 26px;
	background: #484848 !important;
	padding: 0 !important;
	min-width: 120px;
}

.post-box-meta .button.disable {
	opacity: .5;
}

.upload-box {
	border-top: 1px solid [main_bordcolor];
	padding: 25px;
	position: relative;
}

.upload-box .close {
	font-size: 0;
	text-indent: -100000px;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/markit/tag-close.png) 50% 50% no-repeat;
}

.upload-preview {
	width: 84px;
	height: 84px;
	float: left;
	margin-right: 9px;
	position: relative;
}

.upload-preview .video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../images/play-icon.png) 50% 50% no-repeat rgba(51, 51, 51, .63);
}

.upload-preview.file {
	text-align: center;
	background-color: #004e77;
}

.upload-preview.file i {
	font-size: 37px;
	color: #f3f3f3;
	line-height: 84px;
}

.upload-desc {
	overflow: hidden;
}

.upload-desc p.upload-title {
	font-size: 17px;
	color: #6f695f;
	font-weight: 300;
	line-height: normal;
	padding: 0;
	margin: 0 0 5px;
}

.upload-desc p.upload-success {
	font-size: 11px;
	color: #41a6e6;
	font-weight: 300;
	line-height: normal;
	font-style: italic;
	padding: 0;
	margin: 0 0 10px;
}

.upload-desc input[type='text'] {
	font-size: 13px;
	color: #868686;
	font-weight: 300;
	font-style: italic;
	width: 70%;
	height: 31px;
	background: #fff;
	border: 1px solid #f2e1ca;
	padding: 0 8px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.upload-desc .edit-link {
	font-size: 14px;
	color: #dbba8e;
	line-height: 31px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.post-block {
	border-bottom: 1px solid [main_bordcolor];
	margin: 0 -17px -1px;
	padding: 15px 17px 7px;
}

.post-block:first-child {
	padding-top: 0;
}

.post-block:last-child {
	border-bottom: none;
	/*padding-bottom:0;*/
}

.post-data {
	padding: 0 0 0 51px;
}

.comment-editor ul {
	list-style: inside;
	font-size: 13px;
}

.comment-editor ol {
	list-style: inside;
	list-style-type: decimal;
	font-size: 13px;
}

.user-meta {
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 5px;
}

.user-meta span {
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	font-style: italic;
	color: #6b6150;
	display: block;
}

.user-meta span.rgt {
	float: right;
	margin: -5px 40px 0 0;
}

.user-meta span i {
	font-size: 4px;
	margin: 0 6px;
	position: relative;
	top: -2px;
}

.user-meta span.to {
	font-style: normal;
}

.user-meta span.to a {
	color: inherit;
}

.user-meta span.to i {
	font-size: 13px;
	top: 0;
}

.user-meta a {
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}

.user-meta img {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

a.more {
	font-size: 11px;
	font-weight: 400;
	color: inherit;
}

.post-meta {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 18px;
	margin-top: -5px;
}

.post-meta li {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #6f695f;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.post-meta li:last-child {
	margin-right: 0;
}

.post-meta li a {
	color: inherit;
	font-style: normal;
}

.post-meta li a:hover {
	color: #da0e47;
}

.post-meta li a i,
.red-icon {
	color: #dd013f;
	margin-right: 4px;
}

.amber-icon {
	color: #ffbf00;
	margin-right: 4px;
}

.post-meta li.more-link {
	float: right;
	margin: 2px 0 0;
}

.post-meta li.more-link a {
	font-size: 0;
	text-indent: -100000px;
	width: 30px;
	height: 17px;
	display: block;
	background: url([more_link_png]) 50% 50% no-repeat;
}

.post-meta li.more-link a.active {
	background-color: #fffefc;
	border: 1px solid [main_bordcolor];
	border-bottom: 1px solid #fffefc;
	position: relative;
	z-index: 999;
}

.post-meta li.more-link .more_box {
	top: 16px;
	/*width:176px;*/
	right: 0;
	z-index: 99;
}

.post-meta li.more-link .dropdown {
	background-color: #fffefc !important;
	border: 1px solid [main_bordcolor] !important;
	padding: 12px 17px !important;
}

.post-meta li.more-link .dropdown li {
	font-size: 13px;
	color: #005886;
	font-weight: 300;
	line-height: 25px;
	font-style: normal;
	padding: 0;
}

.post-meta li.more-link .dropdown li input[type="checkbox"] {
	margin-top: 7px;
	float: left;
	margin-right: 10px;
}

.post-meta li.more-link .dropdown li a {
	width: auto;
	height: auto;
	font-size: 13px !important;
	color: #3a7594 !important;
	font-weight: 300 !important;
	line-height: 25px !important;
	padding: 0 0 0 10px !important;
	margin-bottom: 4px !important;
	background: none;
}

.post-meta li.more-link .dropdown li:last-child a {
	margin-bottom: 0 !important;
}

.main_comment_section {
	border-top: 1px dotted [main_bordcolor];
	padding-top: 6px;
}

.main_comment_section.no_sept {
	display: none;
	border: none;
	padding: 0;
}

.comment-row .user {
	float: left;
}

.comment-row .comment .reply-user {
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	line-height: 18px;
	margin: 0;
}

.comment-row .comment {
	margin-left: 40px;
}

.comment-row .comment .liking {
	color: #6b665e;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 5px;
}

.comment-row .comment textarea {
	font-size: 14px;
	color: #ad8f6c;
	font-weight: 300;
	height: 34px;
	background: none;
	margin: 0 0 15px;
	border: 1px solid [main_bordcolor];
}

.comment-row .comment p {
	font-size: 13px;
	line-height: 20px;
	word-wrap: break-word;
}

.comment-row .comment p.comment-user {
	margin-bottom: 5px;
}

.comment-row .comment p.comment-user span {
	color: #6b6150;
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 14px;
}

.comment-row .comment .post-meta {
	margin-bottom: 14px;
	margin-top: -11px;
}

.comment-row .comment .post-meta li {
	color: #8f8a80;
	font-size: 13px;
	font-weight: 300;
	margin-right: 5px;
}

.comment-row .comment .post-meta li:after {
	content: ".";
	display: inline-block;
	font-size: 32px;
	margin-left: 5px;
	margin-top: -10px;
	vertical-align: top;
}

.comment-row .comment .post-meta li:last-child:after {
	display: none;
}

.comment-row .comment p small {
	font-size: 12px;
}


/*Column Switch
-----------------------------*/

.switch-column .wrapper {
	position: relative;
}

.switch-column .col2 {
	padding-top: 50px;
}

.switch-column .post-top {
	position: static;
}

.switch-column .post-meta-icon {
	right: 0;
	top: 39px;
}

.rightbar-main {
	font-size: 15px;
	color: #4e5253;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0;
	margin: 0 0 10px;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	position: relative;
}

.rightbar-main:after {
	bottom: 100%;
	left: 186px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(173, 173, 173, 0);
	border-bottom-color: #adadad;
	border-width: 5px;
	margin-left: -5px;
}

.post-meta-icon li.project_side_switch_icon a {
	color: #0076d4;
}

.customBtn {
	background: #000;
	border-radius: 999px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	opacity: 1;
	outline: 0 solid transparent;
	padding: 5px 18px;
	border: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline-block;
	transition: all 0.4s ease;
}

.customBtn:hover {
	background-color: #595959;
	color: #fff;
}