/**
 * POST CSS
 * @author Rajesh Kumar
**/
.jfh-interested-btn {
	background: #fff;
	color: #9F9F9F;
	border: 1px solid #ccc;
	box-shadow: none;
}
.jfh-interested-btn i.material-icons{
	display:none;
}
.jfh-interested-btn + .btn {
	margin-left: 8px;
}
.btn+.jfh-interested-btn{
	margin-top:10px;
}
#event-information-modal .modal-dialog{
	max-width:400px;
	width:100%;
}
.register_event_modal_content{
	width:100%;
	max-width:345px;
	margin:auto;
}
.btn.disabled, .btn:disabled{
	background-color: #DFDFDF;
	color: #9F9F9F;
	opacity: 1;
}
.register_event_modal_content form>div{
	margin-bottom:20px;
}
.register_event_modal_content .center{
	text-align:center;
}
.register_event_modal_content .black-text{
	color:#000;
}
.event-register-time {
	border: 1px solid #ccc;
	position: relative;
	list-style:none;
	padding-left:0px;
}
.event-register-time li {
	padding: 10px 20px;
	display: block;
	font-size: 12px;
	color: #8c8c8c;
	list-style:none;
}
.event-register-time li img {
	margin-right: 10px;
}
.event-register-time li.loc {
	border-top: 1px solid #ccc;
}
.grey-text {
	color: #8c8c8c !important;
}
.price-holder.right-align{
	text-align:right;
}
.post-result-title {
	font-size: 1.2rem;
}
.post-title {
	font-size: 20px;
	color: #222;
	margin: 0 0 1rem 0;
}
.post-title a {
	font-size: 18px;
	color: #222;
}
.post-details {
	color: #7b7b7b;
	font-size: 12px;
}
.post-result {
	padding: 0 1rem;
}
.post-social-section iframe, 
.post-social-section .fb-like.fb_iframe_widget.fb_iframe_widget_fluid > span {
	max-width: 100%;
}
.post-result p,
.post-content-section p, 
.post-content-section h4, 
.post-content-section h5, 
.post-content-section h6 {
	font-size: 14px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
}
.post-body-section img {
	max-width: 100%;
	height: auto;
}
.event-action-container p.reg-txt{
	margin:0px;
}
.post-body-section iframe,
.post-body-section blockquote,
.post-body-section table {
	vertical-align: middle;
	padding-right: 0px;
	margin: 8px;
	max-width: 100%;
	height: auto;
}
.post-body-section p>iframe {
	display: block;
	margin: 8px auto;
}
.post-body-section ul {
	list-style-type:disc;
	list-style-position:inside;
}
.post-body-section ul li {
	list-style-type:disc;
	font-size: 14px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
}
.post-body-section ol {
	list-style-position:inside;
}
.post-body-section ol li {
	font-size: 14px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
}
.post-body-section h1,
.post-body-section h2,
.post-body-section h3,
.post-body-section h4,
.post-body-section h5,
.post-body-section h6 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	line-height: normal;
	color: #222222;
	font-weight: normal;
}
.post-body-section h1 {
	font-size: 25px;
}
.post-body-section h2 {
	font-size: 20px;
}
.post-body-section h3 {
	font-size: 18px;
}
.post-body-section h4 {
	font-size: 16px;
}
.post-body-section h5 {
	font-size: 14px;
}
.post-body-section h6 {
	font-size: 12px;
}
.price-holder{
	color: #444185;
	font-size: 14px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 36px;
	height: 36px;
	display: inline-block;
}
div.price-holder{
	display: block;
	line-height: normal;
	height: auto;
	margin: 0;
	margin-bottom: 8px;
	text-align: center;
}
.text-registration-status{
	margin:0px!important;
}
/* Small devices (landscape phones, less than 768px)*/
/* medium & large devices (landscape phones, greater than 768px)*/
@media only screen and (min-width : 768px) {
	.post-card {
		padding: 1rem 0;
		border-bottom: 1px solid #dee2e6;
	}
	.post-result .post-card:last-child {
		border-bottom: 0;
	}
}
@media only screen and (max-width : 767.98px) {
	.post-card {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border: 1px solid rgba(0,0,0,.125);
		border-radius: .25rem;
		margin: 1rem 0;
		padding-bottom:1rem;
	}
	.post-card .post-image {
		padding: 0px;
	}
	.post-card .card-image {
		width: 100%;
		border-radius: .25rem .25rem 0 0;
	}
	.post-card .post-body {
		padding: 1rem;
	}
	.post-body-section h1 {
		font-size: 22px;
	}
	.post-body-section h2 {
		font-size: 17px;
	}
	.post-body-section h3 {
		font-size: 15px;
	}
	.post-body-section h4 {
		font-size: 13px;
	}
	.post-body-section h5 {
		font-size: 12px;
	}
	.post-body-section h6 {
		font-size: 11px;
	}
}