
.blog-details-button.blue {
	background-color: #2196f3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bcdffb), to(#2196f3));
	background-image: linear-gradient(to bottom, #bcdffb 0%, #2196f3 100%);
}
.blog-details-button.green {
	background-color: #4caf50;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9e7ca), to(#4caf50));
	background-image: linear-gradient(to bottom, #c9e7ca 0%, #4caf50 100%);
}
.blog-details-button.yellow {
	background-color: #fdd835;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fef3c2), to(#fdd835));
	background-image: linear-gradient(to bottom, #fef3c2 0%, #fdd835 100%);
}
.blog-details-button.red {
	background-color: #f44336;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc6c2), to(#f44336));
	background-image: linear-gradient(to bottom, #fbc6c2 0%, #f44336 100%);
}
.blog-details-button.orange {
	background-color: #ffa500;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe4b2), to(#ffa500));
	background-image: linear-gradient(to bottom, #ffe4b2 0%, #ffa500 100%);
}

.blog-details-button:not(:first-child) { margin-left: -5px; }
.blog-details-button:first-child { border-top-left-radius: 10px; }
.blog-details-button:last-child { border-top-right-radius: 10px; }

.blog-details-button {
	flex: 1 100%;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	display: inline-block;
	padding: 2px 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e0e0e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	border-color: #bdbdbd;
	color: black;
}

.blog-details-button:last-child:hover,
a.blog-details-button:focus,
a.blog-details-button:hover {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

.blog-details-group {
	display: none;
}

.blog-body {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
}

.blog-description > span {
	padding: 20px;
	font-size: 1.8em;
}
.blog-description > span:after {
	content: "\f10e";
	font-family: FontAwesome;
	margin-left: 5px;
}

.blog-description > span:before {
	content: "\f10d";
	font-family: FontAwesome;
	margin-right: 5px;
}

.blog-description {
	flex: 1 25%;
	display: flex;
	align-items: center;
	max-height: 225px;
	text-align: center;
	background: #dbe9f0;
	border-top-right-radius: 15px;
	word-break: break-all;
    word-break: break-word;
}

.blog-details {
	text-align: center;
	max-height: 225px;
	flex: 1 25%;
	font-size: 1.2em;
	background: #dbe9f0;
	border-top-left-radius: 15px;
	padding-top: 8px;
}

.blog-details > dl {
	padding-top: 5px;
	text-align: initial;
}

.blog-details > span {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 5px;
}

.blog-details > hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.blog-actions {
	background: #dbe9f0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom: solid 1px dimGray;
	text-align: center;
	min-width: 360px;
}

.blog-actions > * {
	margin-left: 2px;
	margin-right: 2px;
}

.blog-image {
	flex: 0 0 350px;
}

.blog-text {
	flex: 1 100%;
	font-size: 1.5em;
	padding-top: 20px;
	word-break: break-all;
    word-break: break-word;
}

.blog-footer {
	height: 20px;
	width: 100%;
	background: #dbe9f0;
	margin-bottom: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.blog-title {
	flex: 1 100%;
	color: black;
	margin-left: 5px;
	margin-bottom: 10px;
}

@media all and (max-width: 850px) {
	/* Screens uptil 800px */
	.blog-details {
		display: none;
	}
	.blog-details-group {
		display: flex;
		display: flex;
		flex-flow: row nowrap;
		align-content: stretch;
		width: 100%;
	}
	.blog-description {
		border-top-right-radius: 0;
	}
}

@media all and (max-width: 600px) {
	/* Screens uptil 600px */
	.blog-body > * {
		flex: 1 100%;
	}
	.blog-title {order: 1;}
	.blog-details-group {order: 2;}
	.blog-description {order: 3;}
	.blog-image {order: 4; text-align: center;}
	.blog-actions { order: 5; }
	.blog-text {order: 6; }
	.blog-footer {order: 7; }

	.blog-description > span {
		font-size: 1.3em;
	}

	.blog-details-group > div > span,
	.blog-details-group > a > span,
	.blog-details-group > div:last-child {
		display: none;
	}
	.blog-details-button:nth-child(5) { border-top-right-radius: 10px; }
}

.blog-rating {
	color: #ffd700;
}

.view-edits-popup {
	display: none;
	position:absolute;
	font-size: 1.2em;
	z-index: 50;
	max-width: 400px;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-60%, -25%);
	transform: translate(-60%, -25%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
}

.view-edits-popup > div {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
}

.view-edits-close-extra {
	width: 25px;
	height: 25px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: rgba(0,0,0,0.8);
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.view-edits-close-extra:hover {
	background: rgba(0,0,0,1);
	text-decoration: none;
}

.view-edits-delete {
	float: right;
}

/* Wobble Horizontal & Icon Grow
 *
 * Courtesty of Hover.css
 * github.com/IanLunn/Hover
 */
@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Grow */
.hvr-icon-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	padding-right: 1.6em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-grow:before {
	content: "\f06e";
	position: absolute;
	right: 0.2em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
	-webkit-transform: scale(1.3) translateZ(0);
	transform: scale(1.3) translateZ(0);
}
