#subtitlediv {

	#tie-sub-title {
		padding: 3px 8px;
		font-size: 1.7em;
		line-height: 100%;
		height: 1.7em;
		width: 100%;
		outline: 0;
		margin: 0 0 3px;
		background-color: #fff;
	}
}

.tie-upload-image {
	padding-right: 55px !important;
	padding-left: 55px !important;
	display: block !important;
	float: none !important;
	margin: 15px auto 0 !important;
}

.tie-gallery-items {

	li {
		position: relative;
		width: 18.4%;
		float: left;
		margin-right: 2%;

		&:nth-child(5n+5) {
			margin: 0;
		}

		&:nth-child(5n+6) {
			clear: left;
		}
	}

	.gallery-img {
		position: relative;
		display: inline-block;
		float: none;

		img {
			margin: 0;
			width: 100%;
			height: auto;
			max-height: 120px;
			object-fit: cover;
		}
	}
}

.tie_post_head-options,
.tie_post_layout-options,
.post_layout-options{
	display: none;
}

.column-tie_post_views{
	width: 5.5em;
}

.taxonomy-category #edittag{
	max-width: 100% !important;
}
