/* ==========================================================================
   Margins
   ========================================================================== */
.no-margin { margin: 0 !important; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }

.mr-0 { margin-right: 0 !important; }
.ml-0 { margin-left: 0 !important; }

/* ==========================================================================
   Paddings
   ========================================================================== */
.no-padding { padding: 0 !important; }

.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }

.pr-0 { padding-right: 0 !important; }
.pl-0 { padding-left: 0 !important; }

.col-pr-0 { padding-right: 5px !important; }
.col-pl-0 { padding-left: 5px !important; }

@media only screen and (max-width : 992px) {
	.col-pr-0 { padding-right: 15px !important; }
	.col-pl-0 { padding-left: 15px !important; }
}

/* ==========================================================================
   Misc
   ========================================================================== */
.text-fessup { color: #351abb !important; }
.text-quote-icon, .filtered { color: #dcdcdc !important; }
.text-quote-icon-left { margin-right: 4px; color: #a2e3d6 !important; }
.text-quote-icon-right { margin-left: 4px; color: #a2e3d6 !important; }
.text-or { text-decoration: underline; color: #e90a0a; }

.youtubeVid {
	height: 500px;
    margin: 20px 0 0;
    width: 100%;
}

/* ==========================================================================
   Alert Message Boxes
   ========================================================================== */
.alertMsg {
    padding: 10px 30px 10px 50px;
    position: relative;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
}
	.alertMsg a {
		color: #ffffff;
		display: block;
		font-size: 14pt;
		opacity: 0.4;
		position: absolute;
		right: 10px;
		text-decoration: none;
		top: 8px;
	}
		.alertMsg a:hover { opacity: 0.8; }

.alertMsg .msgIcon {
    color: #ffffff;
    font-size: 22px !important;
    left: 15px;
    position: absolute;
    top: 9px;
}

.alertMsg.default {
	border-color: #cacaca;
	background-image: linear-gradient(#f0f0f0, #e3e3e3);
	color: #555555;
}
	.alertMsg.default .msgIcon { color: #555555; }
	.alertMsg.default a { color: #555555; }

.alertMsg.primary {
	border-color: #296283;
	background-image: linear-gradient(#3b8dbd, #357faa);
	color: #ffffff;
}
.alertMsg.info {
	border-color: #2c8485;
	background-image: linear-gradient(#3fbdbf, #39aaac);
	color: #ffffff;
}
.alertMsg.success {
	border-color: #2c8544;
	background-image: linear-gradient(#3fbf61, #39ac57);
	color: #ffffff;
}
.alertMsg.warning {
	border-color: #995e0d;
	background-image: linear-gradient(#df8a13, #c87b11);
	color: #ffffff;
}
.alertMsg.danger {
	border-color: #852c30;
	background-image: linear-gradient(#bf3f44, #ac393d);
	color: #ffffff;
}

.bg-alert {
    background-color: #fef4ef !important;
    border: 2px solid #fbeee6 !important;
    color: #555555 !important;
	font-size: 85%;
}
.text-alert { font-weight: 400; }
.text-alert small {
	font-weight: 300;
	line-height: 25px;
	color: #999999;
}

/* ==========================================================================
   Side Bar
   ========================================================================== */
.sidebar p { font-size: 14px; }
.listed li {
    background: #fcfcfc none repeat scroll 0 0;
    border-left: 2px solid #cccccc;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 2px 5px 2px 10px;
	transition: all 0.2s ease-in-out 0s;
}
	.listed li:hover {  background: #fafafa none repeat scroll 0 0; }
	.listed li::after {
		clear: both;
		content: "";
		display: table;
	}

/* ==========================================================================
   Search Field
   ========================================================================== */
.search-box {
	position: relative;
	height: 30px;
	width: 100%;
}

.search-box .search-input {
	background-color: #fcfcfc;
    background-image: none;
	border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    color: #202b33;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    padding: 8px 16px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.search-box .search-input:focus {
	background-color: #fafafa;
	border-color: #351abb;
}

.search-box .search-input::-webkit-input-placeholder { color: #777777; }
.search-box .search-input::-moz-placeholder { color: #777777; opacity: 1; }
.search-box .search-input:-ms-input-placeholder { color: #777777; }

.search-box .search-icon {
	content: '';
	position: absolute;
	z-index: 0;
	top: 6px;
	right: 1px;
	bottom: 1px;
	width: 30px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #351abb;
	transition: transform 0.2s ease;
}

.search-box .search-button {
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 1px;
	bottom: -5px;
	width: 50px;
	border: none;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* ==========================================================================
   Confession Bar
   ========================================================================== */
.confess-bar {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-top: 10px;
}
.confess-bar p.quip {
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	text-transform: uppercase;
	margin: 12px 0 0 10px;
}
.confess-btn { text-align: right; }

@media only screen and (max-width : 992px) {
	.confess-bar p.quip, .confess-btn { text-align: center; }
	.confess-bar { padding-bottom: 20px; }
}

/* ==========================================================================
   Discussion Timeline
   ========================================================================== */
.com_timeline { margin: 0 auto; }
	.com_timeline::after {
		content: '';
		display: table;
		clear: both;
	}

#com_timeline {
	position: relative;
	margin: 20px 0;
}

.com_timeline-block {
	position: relative;
	margin: 20px 0;
}
	.com_timeline-block::after {
		clear: both;
		content: "";
		display: table;
	}
	.com_timeline-block:first-child { margin-top: 0; }
	.com_timeline-block:last-child { margin-bottom: 0; }

.com_timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}
	.com_timeline-img img {
		display: block;
		width: 65px;
		height: 65px;
		position: relative;
		left: 50%;
		top: 50%;
		margin-left: -35px;
		margin-top: -35px;
	}
	.com_timeline-img.timeline-pic { background: #ffffff; }

.com_timeline-content {
	position: relative;
	margin-left: 80px;
	background: #ffffff;
	padding: 10px 15px;
	border: 1px solid #f0f0f0;
}
	.com_timeline-content::after {
		clear: both;
		content: "";
		display: table;
	}
	.com_timeline-content::before {
		content: '';
		position: absolute;
		top: 10px;
		right: 100%;
		height: 0;
		width: 0;
		border: 10px solid transparent;
		border-right: 10px solid #f0f0f0;
	}
	
.com_timeline-content.topicPost {
	position: relative;
	margin-left: 80px;
	background: #fffbf9;
	padding: 10px 15px;
	border: 1px solid #fbeee6;
}
	.com_timeline-content.topicPost::after {
		clear: both;
		content: "";
		display: table;
	}
	.com_timeline-content.topicPost::before {
		content: '';
		position: absolute;
		top: 10px;
		right: 100%;
		height: 0;
		width: 0;
		border: 10px solid transparent;
		border-right: 10px solid #fbeee6;
	}

.com_timeline-content p, .com_timeline-content .timeline-date { font-size: 16px; }
	.com_timeline-content p { line-height: 1.6; }
.com_timeline-content .timeline-date { display: block; }
	.com_timeline-content .timeline-date { font-size: 14px; color: #555555; }
	.com_timeline-content .timeline-date.postedBy { font-size: 14px; color: #351abb; }
	.com_timeline-content .timeline-date small { color: #a0a0a0; }

/* ==========================================================================
   Confession Box Lists
   ========================================================================== */
.list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.list-item {
	display: flex; 
	padding: 5px;
	width: 100%;
}

.list-content {
	border: 1px solid #eeeeee;
	background: #fcfcfc;
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	width: 100%;
	transition: all 0.2s ease-in-out 0s;
}
	.list-content:hover {
		border: 1px solid #351abb;
		background: #ffffff;
	}
	.list-content h3 { margin-top: 0; }
	.list-content p { flex: 1 0 auto; }
	.list-content img {
		margin-bottom: 20px;
		max-height: 250px;
	}
	
.list-content.list-ad {
	border: 1px solid transparent;
	background: transparent;
	opacity: 1;
	text-align: center;
}
	.list-content.list-ad:hover {
		border: 1px solid transparent;
		background: transparent;
		opacity: 0.85;
	}
	
.list-content .vid {
	margin-bottom: 20px;
}

@media all and (min-width: 40em) {
	.list-item { width: 50%; }
}

.confess-data {
	border-top: 1px solid #eeeeee;
	color: #999999;
	padding-top: 8px;
}

.confess-data ul {
	padding-left: 0;
	margin-bottom: 0;
}

.confess-data li {
	width: 32%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-right: solid 1px #eeeeee;
}
	.confess-data li a { color: #999999; }
	.confess-data li a:hover { color: #351abb; }
	.confess-data li:last-child { border: none; }
	.confess-data li span {
		display: block;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 300;
	}
	

/* ==========================================================================
   Tags
   ========================================================================== */
.tagCloud { }
	.tagCloud a {
		color: #f0f0f0;
		border-left: 1px solid #5a3440;
		text-decoration: none;
		padding: 2px 6px;
		background: #351abb;
		margin: 0 0 4px;
		font-size: 14px;
		opacity: 1;
		display: inline-block;
	}
		.tagCloud a:hover { opacity: 0.75; }
		
/* ==========================================================================
   Social Share
   ========================================================================== */
.shareBtns { }
	.shareBtns a {
		color: #f0f0f0;
		text-decoration: none;
		padding: 2px 6px;
		margin: 0 0 4px;
		font-size: 14px;
		opacity: 1;
		display: inline-block;
		min-width: 25px;
		text-align: center;
	}
	.shareBtns a.facebook {
		background: #3b5998;
		border-left: 1px solid #213f7b;
	}
	.shareBtns a.google {
		background: #d32f2f;
		border-left: 1px solid #bd1f1f;
	}
	.shareBtns a.linkedin {
		background: #007fb1;
		border-left: 1px solid #026b92;
	}
	.shareBtns a.twitter {
		background: #00acee;
		border-left: 1px solid #0295cc;
	}
		.shareBtns a:hover { opacity: 0.75; }

/* ==========================================================================
   Sidebar Ads
   ========================================================================== */
.banner-ads { margin-top: 20px; }
	.banner-ads a img { margin-bottom: 20px; }

.banner-ads a { opacity: 0.85; }
	.banner-ads a:hover { opacity: 1; }
	
.text-ads {
	display: block;
	margin-top: 0;
	background: #fcfcfc none repeat scroll 0 0;
    border: 0;
	padding: 4px 8px;
}
.text-ad-preview {
	max-width: 250px;
	margin: 0 auto 20px;
	text-align: center;
}

/* ==========================================================================
   Sign In
   ========================================================================== */
.container .signin-logo {
	margin: 10% auto 0;
	text-align: center;
}
.container .signin {
	margin: 5% auto 2%;
	border: 10px solid #c4f3e9;
    background-image: linear-gradient(#351abb, #8f081a);
	padding: 20px 25px 15px 20px;
}

.signin form .help-block { color: #f0f0f0; }
.signin form .help-block a { color: #ffffff; }
	.signin form .help-block a:hover { color: #f0f0f0; text-decoration: none; }
	.signin form .help-block a i { margin-right: 4px; }

.container .signin .signup-form,
.container .signin .resetpass-form,
.container .signin .why-div,
.container .signin .resend {
	display: none;
}

.why-div hr {
	border-color: #29c4a1;
}

.whyHead {
	color: #f0f0f0;
	text-align: center;
	margin: 20px 0;
}

.why-box { margin-bottom: 10px; }
	.why-box .square {
		width: 100px;
		min-height: 40px;
		margin-right: 0;
		text-align: center !important;
		background-color: transparent;
		padding: 10px 10px 0 0;
	}

.faIcon-lg {
	color: #ffffff;
	font-size: 3em !important;
}

.why-box h4, .why-box p, .resend p { color: #f0f0f0 !important; }
	.why-box h4 {
		font-size: 18px;
		font-weight: 400;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.why-box p { font-size: 14px; }
	
.footerLinks a {
	padding: 0 15px;
	border-right: 1px solid #dcdcdc;
	font-size: 14px;
}
.footerLinks a:last-of-type {
	border-right: 0;
}