article.entry {
	margin-top: 30px;
	background-color: #FFF;
	color: #444;
	margin-bottom: 60px;
	box-shadow: 0px 8px 6px -6px #333;
	padding-bottom: 30px;
}

article.entry ul, article.entry ol {
	margin-top: 10px;
}

article.entry ul > li, article.entry ol > li {
	margin-bottom: 10px;
}

article.entry h2 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;	
}

article.entry h3 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

article.entry .timeline-wrap, article.entry .access-wrap {
	position: absolute;
	font-size: 20px;
	right: 4%;
	color: #aaa;
	top: -40px;
	z-index: 2;
}

article.entry .access-wrap {
	right: auto;
	left: 4%;
}

article.entry .no-preview {
	display: none;
}

article.entry.full .no-preview {
	display: block;
}

article.entry section.content img {
	max-width: 100%;
}

article.entry > hr {
	margin: 0;
	border-top: 1px solid #ccc;
}

article.entry section.title {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
}

article.entry section.title p {
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
	font-family: Roboto, sans-serif;
	margin: 0;
}

article.entry section.title p > strong {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
}

article.entry section.title h3 {
	margin: 5px 0;
	line-height: 28px;
	font-weight: 600;
	font-size: 24px;
}

article.entry section.title h6 > strong {
	font-size: 18px;
	position: relative;
	top: 1px;
}

article.entry section.slider {
	max-height: 400px;
	overflow: hidden;
}

article.entry .content.timeline {
	margin-top: 0px;
	text-align: center;
	padding-top: 0;
}

article.entry .content.timeline ul > li {
	color: #aaa;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

tr[data-draft] > td {
	background-color: #faebcc;
}

.slider-wrap .next, .slider-wrap .prev {
	display: block;
	width: 40px;
	color: #FFF;
	background: #000;
	opacity: 0.5;
	font-size: 38px;
	text-align: center;
	transition: all 0.3s;
	position: absolute;
	cursor: pointer;
	top: 50%;
	padding-bottom: 4px;
}

.slider-wrap:hover .next {
	right: 20px;
}

.slider-wrap:hover .prev {
	left: 20px;
}

.slider-wrap .next:hover, .slider-wrap .prev:hover {
	opacity: 0.75;
}

.slider-wrap .next {
	right: -200px;
}

.slider-wrap .prev {
	left: -200px;
}

article.entry.full section.slider {
	max-height: none;
	overflow: visible;
}

article.entry.full section.slider img {
	opacity: 1;
}

article.entry section.slider img {
	width: 100%;
	max-width: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
}

article.entry section.slider.show img {
	opacity: 1;
}

article.entry section.content {
	padding: 20px 20px 0px 20px;
	box-shadow: none;

}

article.entry section.content p {
	font-family: "Roboto", sans-serif;
}

article.entry section.content .continue, article.entry section.content p.wordcount {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
}

article.entry section.content .continue {
	margin-top: 5px;
}

article.entry section.content p.wordcount {
	font-weight: normal;
	margin-bottom: 10px;
}

article.entry section.content p {
	margin-bottom: 20px;
}

.daily-photo {
	text-align: center;

}
article.entry section.foot {
	padding: 0px 20px 20px 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}

article.entry section.foot .tags {
	text-align: right;
}

article.entry hr.no-image:first-child {
	margin-top: -60px;
}

ul.related-posts > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
	font-size: 13px;
	color: #999;
	line-height: 15px;
}

ul.related-posts > li:after {
	content: "";
	display: block;
	clear: both;
}

ul.related-posts > li:last-child {
	border-bottom: none;
}

.related-post-image {
	width: 30%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-right: 10px;
}

.related-post-image > img {
	opacity: 0;
	width: 100%;
}

.related-post-text .related-post-date{
	font-size: 12px;
	color: #999;
}

.related-post-text h6, section.content h6.related-post-title {
    font-size: 14px;
    margin: 3px 0;
    overflow: hidden;
    line-height: 20px;
    text-align: left;
}

.related-post-text .related-post-comments {
	font-size: 10px;
}

.tags:after {
	content: '';
	display: block;
	clear: both;
}

section.content .tags a{
	display: block;
	float: left;
	padding: 2px 5px;
	margin-right: 2px;
	margin-bottom: 3px;
	text-transform: uppercase;
	border: 1px solid #ececec;
	background: rgba(35, 58, 114, 0.13);
	font-size: 11px;
	transition: all .2s;
	text-align: center;
}

section.content .tags a:hover {
	color: #fff;
	background: rgba(35, 58, 114, 1);
}

/* ADMIN TOOLS */

section.content ul.tools > li {
	padding: 3px 0;
	border-bottom: 1px solid #f8f8f8;
}

.category {
	display: block;
	margin: 0;
	line-height: 1.6;
	font-size: 12px;
	padding: 2px 0;
}

.category > input[type=checkbox] {
	margin: 0;
	position: relative;
	top: 2px;
}

.cat-depth-1 {
	margin-left: 20px;
}

.cat-depth-2 {
	margin-left: 40px;
}

.cat-depth-3 {
	margin-left: 50px;
}

a[data-link="new-category"]{
	display: block;
	text-align: right;
}

ul.product-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0px;
	position: relative;
}

ul.product-gallery > li {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 1.25% 1.25% 1.25% 1.25%;
	position: relative;
	float: left;
}

ul.product-gallery > li a {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: center;
	text-shadow: 0px 0px 1px #333;
	background: #FFF;
	color: #333;
	border: 1px solid #ccc;
	transition: all 0.3s;
	padding: 0 4px;
	cursor: pointer;
}

ul.product-gallery > li a[data-gallery-rotate] {
	left: 5px; 
	right: auto;
}

ul.product-gallery > li a:hover {
	background-color: #FF8080;
	color: white;
}

ul.product-gallery > li a[data-gallery-rotate]:hover {
	background-color: #5cb85c;
	color: #FFF;
}

ul.product-gallery.col2 > li {
	width: 47.5%;
}

ul.product-gallery.col3 > li {
	width: 30.83%;
}

ul.product-gallery.col4 > li {
	width: 22.5%;
}

ul.product-gallery > li > img {
	width: 100%;
	height: auto;
}

.ui-sortable-placeholder {
	visibility: visible !important;
	box-shadow: 0 0 5px #ccc;
}

div.paginator {
	text-align: center;
}

div.paginator > ul.pagination {
	border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #5278cf;
}

ul.image-list img {
	width: 64px;
	height: auto;
	border: 1px solid #CCC;
	float: left;
}

ul.image-list > li {
	border-bottom: 1px solid #CCC;
	padding: 10px 6px;
	transition: all 0.3s ease;
	overflow: hidden;
}

ul.image-list > li:hover {
	background-color: rgba(35, 58, 114, 0.13) !important;
}

ul.image-list > li:nth-child(odd) {
	background-color: #f8f8f8;
}

ul.image-list > li:after {
	display: block;
	content: ' ';
	clear: both;
}

ul.image-list > li:nth-child(n+4) {
	max-height: 0px;
	padding: 0;
	opacity: 0;

}

ul.image-list.open > li:nth-child(n+4){
	max-height: 400px;
	padding: 10px 2px;
	opacity: 1;
}

ul.image-list .list-content {
	font-size: 11px;
	padding-left: 10px;
	margin-left: 64px;
}

ul.image > li > .image-thumb ~ .list-content {
	margin-left: 70px;
	padding-left: 0;
}

ul.image-list .words {
	color: #BBB;
	font-size: 10px;
}

ul.image-list h6 {
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.image-list .mock-image {
	width: 64px;
	height: 48px;
	border: 1px solid #ccc;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #CCC;
	float: left;
}

/* TIMELINE DROPDOWN */

.timeline-wrap ul.sub {
	position: absolute;
	top: -10000px;
	right: -30px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.23);
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.timeline-wrap ul.sub > li {
	padding: 0 10px;
	margin-top: -15px;
	transition: all 0.3s ease;
	margin-bottom: 0;
}

.timeline-wrap ul.sub > li:first-child:after {
	position: absolute;
    right: 60px;
    top: -6px;
    width: 0;
    height: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    transition: all 0.3s;
}

.timeline-wrap:hover ul.sub > li:first-child:after {
	position: absolute;
  	right: 32px;
    top: -6px;
    width: 0;
    height: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    transition: all 0.3s;
}

.timeline-wrap:hover ul.sub {
	display: block;
	opacity: 1;
	top: auto;
}

.timeline-wrap:hover ul.sub > li {
	margin-top: 0;

}



/* LEGACY FIXES */

.content table[align=left] {
	margin-right: 10px;
}

.content blockquote {
	font-size: 13px;
	background-color: rgba(35, 58, 114, 0.03);
}