#pvt-main {
	padding-bottom: 20px;
}

/* box-title */
.box-title {
	margin-bottom: 30px;
}
.box-title .post-title {
	margin-bottom: 25px;
}
.box-title .post-title h1 {
	margin: 0;
	font-size: 36px;
	line-height: 1.3;
	font-family: 'UTM-AvoBold', sans-serif;
}

/* box-sidebar */
.box-sidebar .items {
	display: inline-block;
	vertical-align: middle;
}
.box-sidebar .items li {
	float: left;
}
.box-sidebar .items li:not(:last-child) {
	margin-right: 10px;
}
.box-sidebar .items li a {
	display: block;
	padding: 20px 30px;
	border-radius: 4px;
	background: #f2f2f2;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.box-sidebar .items li a.active,
.box-sidebar .items li a:hover {
	color: #ffffff;
	background: #005cbf;
	background-image: linear-gradient(to right, #005cbf , #0b73e4);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

/* entry */
.entry {
	line-height: 1.6;
	margin-bottom: 20px;
}

/* box-date */
.box-date {
    color: #888888;
	margin-bottom: 20px;
}

/* box-share */
.box-share {
	overflow: hidden;
    margin-bottom: 30px;
}
.box-share ul {
    padding: 10px;
    overflow: hidden;
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.box-share li {
    float: left;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
}