/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.bp-ideapush-item-inner {
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.bp-ideapush-item {
	display: flex;
	align-items: center;
}

.bp-ideapush-featured-image {
	width: 28%;
	height: 100%;
}

.bp-ideapush-featured-image img.wp-post-image {
	width: 100%;
	height: 180px;
	border-radius: 8px;
	object-fit: cover;
}

.ps-ideapush-item-contents {
	width: 72%;
	padding-left: 3%;
}

.ps-ideapush-item-contents h3.post-title {
	margin: 0 0 10px !important;
	display: block;
}

.ps-ideapush-item-contents h3.post-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.bp-ideapush-meta-list {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.bp-ideapush-tooltips {
	display: flex;
	cursor: pointer;
	align-items: center;
	gap: 2px;
	position: relative;
	color: #666;
}

.bp-ideapush-tooltips:after {
	content: attr(title);
	display: none;
	position: absolute;
	left: 15px;
	right: auto;
	transform: translateX(-50%);
	bottom: 30px;
	padding: 4px 15px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: #111;
	border-radius: 50px;
	width: auto;
}

.bp-ideapush-tooltips:before {
	content: "";
	position: absolute;
	z-index: 999;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	bottom: 100%;
	display: none;
	width: 0;
	height: 0;
	border-top: 10px solid #111;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
}

.bp-ideapush-tooltips:hover:after,
.bp-ideapush-tooltips:hover:before {
	display: block;
}

.bp-ideapush-item-meta-status.approved,
.bp-ideapush-item-meta-status.declined,
.bp-ideapush-item-meta-status.open,
.bp-ideapush-item-meta-status.reviewed,
.bp-ideapush-item-meta-status.in-progress,
.bp-ideapush-item-meta-status.completed {
	background-color: #def2df;
	color: #4caf50;
	padding: 5px 12px;
	display: block;
	line-height: 1;
	font-size: 14px;
	border-radius: 5px !important;
}

.bp-ideapush-item-meta-status.declined {
	background-color: #ffe9e8;
	color: #f05d55;
}

.bp-ideapush-item-meta-status.open {
	background-color: #dff1f9;
	color: #4eb5e1;
}

.bp-ideapush-item-meta-status.reviewed {
	background-color: #feefd9;
	color: #ffa834;
}

.bp-ideapush-item-meta-status.in-progress {
	background-color: #e8e8e8;
	color: #808387;
}

.bp-ideapush-item-meta-status.completed {
	background-color: #d9d9d9;
	color: #414042;
}

.post-content {
	margin-top: 15px;
}

.bp-ideapush-item-meta-votes {
	padding: 5px 10px;
	border: 2px solid #eee;
	border-radius: 8px !important;
	line-height: normal;
}

.bp-ideapush-item-meta-votes.bp-ideapush-tooltips:after {
	left: 20px;
	bottom: 40px;
}

.post-date {
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 3px;
	color: #666;
}

.bp-ideapush-meta-list span.dashicons {
	color: #333;
	font-size: 20px;
}


/*Two Column Layout*/

.two_column_layout .bp-ideapush-inner-wrapper {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
}

.two_column_layout .bp-ideapush-item-inner {
	border: 1px solid #e3e3e3;
	padding: 15px;
	border-radius: 10px !important;
	width: 49%;
	margin-bottom: 10px;
}

.two_column_layout .bp-ideapush-item {
	flex-wrap: wrap;
}

.two_column_layout .bp-ideapush-featured-image {
	width: 100%;
}

.two_column_layout .bp-ideapush-featured-image img.wp-post-image {
	height: 250px;
	margin-bottom: 20px;
}

.two_column_layout .ps-ideapush-item-contents {
	width: 100%;
	padding-left: 0;
}


/*Pagination*/

.bp-ideapush-list-wrapper .navigation.pagination {
	display: flex;
	gap: 7px;
	justify-content: center;
}

.bp-ideapush-list-wrapper .page-numbers {
	background: #eee;
	padding: 8px 10px;
	border-radius: 100px;
	width: 32px;
	font-size: 14px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bp-ideapush-list-wrapper a.prev.page-numbers,
.bp-ideapush-list-wrapper a.next.page-numbers {
	width: auto;
	padding: 5px 20px;
}

.bp-ideapush-list-wrapper span.page-numbers.current {
	background: #fff;
	border: 2px solid #ccc;
}

.bp-ideapush-list-wrapper.two_column_layout .navigation.pagination {
	margin-top: 20px;
}

/*Activity Post*/
.bp-ideapush-post-img-link img {
    width: 100%;
}
.bp-ideapush-content-wrp {
    padding: 20px 20px 0;
}
.bp-ideapush-content-wrp p {
    padding: 0 !important;
}
a.bp-ideapush-post-title-link h3.bp-ideapush-post-title {
    margin: 0;
}







@media only screen and (max-width: 629px) {
	.bp-ideapush-item-inner {
		border: 1px solid #eee;
		padding: 15px;
		border-radius: 10px !important;
	}
	.bp-ideapush-item {
		flex-wrap: wrap;
	}
	.bp-ideapush-featured-image {
		width: 100%;
	}
	.bp-ideapush-featured-image img.wp-post-image {
		height: 280px;
		margin-bottom: 20px;
	}
	.ps-ideapush-item-contents {
		width: 100%;
		padding-left: 0;
	}
	.two_column_layout .bp-ideapush-inner-wrapper {
		gap: 0;
	}
	.two_column_layout .bp-ideapush-item-inner {
		width: 100%;
	}
}

.single-idea .ac-form {
	display: block;
}

.single-idea .ac-reply-cancel {
	display: none;
}

/*Activity Comment*/
.bp-ideapush-comments-wrap.activity-comments ul {
	margin: 0;
	padding: 0;
	display: block;
}
.bp-ideapush-comments-wrap.activity-comments ul li {
	margin: 20px 0 0;
	padding:20px 15px;
	background: #fff;
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
}
.bp-ideapush-comments-wrap.activity-comments li div.acomment-avatar {
	margin: 0 20px 0 0;
	text-align: left;
	line-height: 0;
	float: left;
	width: auto;
}
.bp-ideapush-comments-wrap.activity-comments li .acomment-avatar img.avatar {
	border: 2px solid #ccc;
	border-radius: 100px;
	width: 50px;
}
.bp-ideapush-comments-wrap.activity-comments li .acomment-meta {
	color: inherit;
	overflow: visible;
	padding-left: 0;
}
.bp-ideapush-comments-wrap.activity-comments li .acomment-meta a {
	font-weight: 600;
}
.bp-ideapush-comments-wrap.activity-comments li .acomment-content {
	border-left: 0;
	margin: 0 0 0 70px;
	padding: 0;
}
.bp-ideapush-comments-wrap.activity-comments ul li .comment-container .acomment-options,
.bp-ideapush-comments-wrap.activity-comments li .action {
	background: transparent;
	line-height: 1;
	margin-left: 70px;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}
.bp-ideapush-comments-wrap.activity-comments ul li .comment-container .acomment-options a,
.bp-ideapush-comments-wrap.activity-comments li .action a{
	font-weight: bold;
}
.single.single-idea .comments-area .comment-list li,
.single.single-idea .comment-list ol li {
	margin: 1rem 0 20px;
	box-shadow: none;
}
.bp-ideapush-comments-wrap.activity-comments ul li ul li {
	border-radius: 0;
	border: none;
	border-top: 1px solid #e8e8e8;
}

.bp-ideapush-comments-wrap.activity-comments form.ac-form,
.bp-ideapush-comments-wrap.activity-comments form.replyform {
	padding: 1em 0;
	margin-top: 15px;
	display: flex;
}
.bp-ideapush-comments-wrap.activity-comments form.ac-form .ac-reply-content{
	width: 100%;
}
.bp-ideapush-comments-wrap.activity-comments form.ac-form .ac-reply-avatar img,
.bp-ideapush-comments-wrap.activity-comments form.replyform .ac-reply-avatar img {
	max-width: 60px !important;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	border-radius: 100px;
	border: 1px solid #ccc;
}
.bp-ideapush-comments-wrap.activity-comments form.ac-form .ac-reply-content .ac-textarea textarea {
	background: #fff;
	height: 80px;
	margin-left: 5px;
}
.acomment-meta-time a.activity-time-since {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    opacity: 0.8;
}

.bp-ideapush-comments-wrap.activity-comments li .acomment-meta a.activity-time-since{
	font-size: 13px;
    opacity: 0.8;
}

nav#subnav ul.subnav li.bp-wbcom-ideapush a{
	display: flex !important;
	align-items: center;
}
li.bp-wbcom-ideapush a span.publish_post_count {
	padding: 0 0px 0px 5px !important;
}
.bp-ideapush-inner-wrapper div#message {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.bp-ideapush-comments-wrap.activity-comments form.replyform {
	display: flex;
	gap: 18px;
}
.bp-ideapush-comments-wrap.activity-comments form.replyform .ac-reply-content {
	width: 100%;
}
.bp-ideapush-comments-wrap.activity-comments form.replyform .ac-textarea {
	margin-bottom: 8px;
}
.bp-ideapush-comments-wrap.activity-comments form.replyform textarea.reply_text{
	height: 80px;
}

/*Reign Theme*/
.theme-reign-theme.single.single-idea .comments-area .comment-list li article.comment-body {
	padding: 20px 15px;
	border: 1px solid #e8e8e8;
}
.reign-theme .item-body-inner-wrapper li#idea-personal-li a::before,
.reign-theme li#bp-ideadpush-integration-personal-li a::before,
.theme-buddyx-pro li#bp-ideadpush-integration-personal-li a#user-bp-ideadpush-integration::before,
.theme-buddyx-pro ul.subnav .bp-wbcom-ideapush a::before {
	content: "\f0eb";
	font-weight: 500;
}

/*BuddyBoss Platform*/
.bp-ideapush-comments-wrap.activity-comments .ac-textarea div.ac-input.bp-suggestions {
    height: 80px;
}

.bpsts-reaction-box,
.youzify .bpsts-reaction-box {
    background: #fff;
    border-radius: 100px;
    z-index: 99;
    position: absolute;
    bottom: 22px;
    padding: 2px 10px;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.3s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.15);
}

.bpsts-reaction-parent:hover .bpsts-reaction-box,
.youzify .bpsts-reaction-parent:hover .bpsts-reaction-box {
    visibility: visible;
    opacity: 1;
    bottom: 100%;
    transition: all 0.3s;
}