/* ---- [ Alert Boxes ] ---- */

.alert {
	margin-bottom: 30px;
	border-radius: 2px;
	padding:25px;
	position:relative;
	}

.alert h4 {
	margin-top: 0;
	color: inherit;
	}

.alert .alert-link {
	font-weight: bold;
	}

.alert a {
	color: #3399e6;
}
.alert p,
.alert ul {
	margin-bottom: 15px;
	}

.alert .fa {
	position:absolute;
	top:25px;
	left:20px;
	opacity:0.2;
	color:#000;
	display: none; /* added this to remove - tenika */

	}

.alert p:last-child,
.alert ul:last-child {
	margin-bottom: 0;
	}

.alert-message {
	display:block;
	/* padding:0 45px; */
	padding: 0 45px 0 0;
	}

.alert-dismissable {}

.alert-dismissable .close {
	position: relative;
	top: 0;
	right: 0px;
	color:#000;
	opacity: 0.4;
	font-size:18px;
	font-weight:normal;
	}

.alert-dismissable .close:hover {
	opacity: 0.8;
	}

.alert-general,
.alert-warning,
.alert-success,
.alert-info,
.alert-danger {
	color:#333;
	color: rgba(0,0,0,0.7);
	border-color: #eee;
	border-color: rgba(0, 0, 0, 0.04);
	}

.alert-success .alert-link {
	color: #2b542c;
	}

.alert-info .alert-link {
	color: #245269;
	}

.alert-warning .alert-link {
	color: #66512c;
	}

.alert-danger .alert-link {
	color: #843534;
	}

.alert-general {
	background-color:#fafafa;
	}

.alert-success {
	background-color:#DCF5DC;
	}

.alert-info {
	background-color: #DCE9F5;
	}

.alert-warning {
	background-color: #F7EFE6;
	}

.alert-danger {
	background-color: #F0DFDF;
	}

/* -------------------[ Divider Shortcode ]------------------- */

.divider-sc {
	clear:both;
	display:block;
	margin: 0 auto;
	padding:0;
	height:1px;
	}

.div-dotted {
	background: url(images/dotted-line.png) 0 0 repeat-x;
	}

.div-shadow {
	height: 9px;
	background: url(images/div-shadow.png) 50% 50% repeat-x;
	background-size:100% 9px;
	}

.div-single {
	border-bottom:1px solid #ddd;
	}

.div-double {
	border-top:1px solid #ddd;
	height:6px;
	border-bottom:1px solid #ddd;
	}
	
/* -----------------[ One Third Shortcode]----------------- */

@media (min-width: 768px) {
	.col-one-third {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 33.33333333%;
	}
}	


/* -------------------[ Posts Grouped by Category ]------------------- */

@media (min-width: 768px) {
	.col-post-full {
		width: 100%;
	}
}

@media only screen and (max-width: 560px) {
	html .post-by-cat .col-post-full article.hentry {
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	
	html .post-by-cat .first-post .entry-content,
	html .post-by-cat .col-post-full .even .entry-content,
	html .post-by-cat .col-post-full .even .first-post .entry-content {
		height: auto;
	}
}

.post-by-cat h2.feat-title {
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	padding: 10px 20px;
	line-height: 24px;
	font-size: 24px;
	letter-spacing: 0;
}

.post-by-cat h2.feat-title a {
	color: #fff;
}

.post-by-cat .entry-content {
	font-size: 16px !important;
}

.post-by-cat h2.entry-title {
	font-size: 18px !important;
	letter-spacing: 0 !important;
	font-family: 'Source Sans Pro',sans-serif !important;
	text-transform: inherit;
}

.post-by-cat h2.entry-title a {
	font-weight: 900 !important;
}


.post-by-cat {overflow: hidden}


.post-by-cat .cat-box {
	margin-bottom:30px;
	}

.post-by-cat article.hentry {
	margin:0;
	padding:20px 0 5px;
	background: url(images/dotted-line.png) bottom left repeat-x;
	}

.post-by-cat .thumbnail {
	margin:0;
	float:left;
	max-width:none;
	width:80px;
	height:80px;
	}

.post-by-cat .large-thumbnail,
.post-by-cat .medium-thumbnail,
.post-by-cat .entry-video,
.post-by-cat .col-post-full .even .thumbnail {
	margin:0 0 20px;
	float:none;
	max-width:none;
	width:100%;
	height:auto;
	}

.post-by-cat .entry-title {
	font-size:16px;
	margin-bottom:0;
	line-height:1.4em;
	}

.post-by-cat .entry-content,
.post-by-cat article.page .entry-content {
	padding:0;
	background:transparent;
	overflow:hidden;
	margin-bottom:10px;
	line-height:1.5em;
	height:6.3em;
	margin-left:95px;
	}

.post-by-cat .entry-meta {
	margin:0 0 15px 0;
	padding:0;
	background-image:none; 
	line-height:14px;
	}

.post-by-cat .entry-content p {
	margin-bottom:0;
	}

.post-by-cat .first-post .entry-title,
.post-by-cat .col-post-full .even .entry-title {
	font-size:18px;
	margin-bottom:10px;
	line-height:1.3em;
	}

.post-by-cat .first-post .entry-content,
.post-by-cat .col-post-full .even .entry-content,
.post-by-cat .col-post-full .even .first-post .entry-content {
	height:8.6em;
	margin-bottom:10px;
	margin-left:0;
	}

.post-by-cat article.page.first-post .entry-content,
.post-by-cat .col-post-full .even article.page .entry-content,
.post-by-cat .col-post-full .even article.page.first-post .entry-content {
	height:8.6em;
	margin-bottom:10px;
	margin-left:0;
	}

.post-by-cat .formaticon {
	display:none;
	}

.post-by-cat .post-clear {
	margin:0 15px;
	padding:0;
	height:0;
	float:none;
	clear:both;
	width:auto;
	}

.post-by-cat .col-post-full article.hentry {
	margin:0;
	float:right;
	width:50%;
	padding-left:0;
	clear:right;
	}

.post-by-cat .col-post-full article.first-post {
	margin:0;
	padding:20px 20px 0 0;
	width:50%;
	float:left;
	height:100%;
	display:block;
	background:transparent;
	}

.post-by-cat .col-post-full .entry-meta {
	margin-bottom:10px;
	}

.col-post-full .even .cat-box-wrap {
	margin-right:-20px;
	}

.post-by-cat .col-post-full .even article.hentry,
.post-by-cat .col-post-full .even article.first-post {
	margin:0;
	padding: 20px 20px 0 0;
	width:50%;
	float:left;
	height:auto;
	display:block;
	background:transparent;
	clear:none;
	}
