/*
Theme Name: FPF ANO
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

.page-template-template-our-view article {
	padding: 25px;
    margin: 0 0 20px;
	background: #f7f7f7;
	display: flex;
	flex-wrap: nowrap;
}

.page-template-template-our-view article img {
	width: 100%;
	max-width: 315px;
	display: block;
	flex-basis: 28%;
}


.page-template-template-our-view .thumb-wrap {
	flex-basis: 30%;
}

.page-template-template-our-view .meta-wrap {
	flex-basis: 70%;
}

.page-template-template-our-view .read-more {
	display: flex;
	align-items: center;
}


.page-template-template-our-view .read-more a {
	color: #444;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
}

.page-template-template-our-view .read-more a:hover {
	text-decoration: underline;
}

.page-template-template-our-view .read-more::after {
    content: "\f061";
    font-family: 'FontAwesome';
	font-size: 10px;
	padding-left: 3px;
	color: black;
}