Theme Name:     Oria Child
Theme URI:      http://www.trainingandengineering.altervista.org
Description:    Tema Child per il tema Oria
Author:         Qui Angelo
Author URI:     http://www.trainingandengineering.altervista.org
Template:       oria
Version:        0.1.0
*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title {
	text-align: center;
	margin: 15px 0;
}

.entry-title,
.entry-title a {
	color: #1c1c1c;
	text-decoration: none;
}
.entry-title a {
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.entry-title a:hover {
	color: #7faeef;
}

.blog-entry-header .entry-title {
	font-size: 28px;
}
.single-thumb {
	margin-bottom: 30px;
	text-align: center;
}
.entry-thumb {
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.entry-thumb:hover {
	opacity: 0.7;
}
.entry-meta {
	padding: 0 5px 5px;
	text-align: center;
	display: none;
}
.entry-data,
.entry-data a,
.entry-footer,
.entry-footer a,
.entry-meta,
.entry-meta a {
	color: #B5BBC5;
}
.entry-data,
.entry-meta,
.entry-footer
.read-more {
	font-size: 13px;
}
.entry-data,
.entry-footer {
	clear: both;
	text-align: center;
	display: none;
}
.edit-link {
	margin-left: 5px;
}

.read-more {
	display: table;
	text-align: center;
	border: 1px solid;
	color: #EF997F;
	padding: 5px 10px;
	margin: 30px auto 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.read-more:hover {
	background-color: #7faeef;
	color: #fff;
	text-decoration: none;
}
.single .tags-links::before,
.single .edit-link::before,
.single .byline::before,
.cat-links::before {
	content: '/';
	margin: 0 5px;
}
.single .cat-links::before {
	content: '';
}
