.dpt-flex-wrap {
	display: flex;

	width: 100%;
	margin: 0 auto;

	flex-wrap: wrap;
}

.dpt-entry {
	width: 100%;
	max-width: 100%;

	flex-basis: 100%;
}

.dpt-wrapper.multi-col.col-nr-1 .dpt-entry {
	width: 100%;
	max-width: 100%;

	flex-basis: 100%;
}

.dpt .dpt-wrapper,
.block-editor-page .dpt-wrapper {
	margin-top: -10px !important;
	margin-bottom: -10px;
}

.dpt .dpt-wrapper .dpt-entry,
.block-editor-page .dpt-wrapper .dpt-entry {
	padding-top: 10px;
	padding-bottom: 10px;
}

.dpt .hentry .dpt-wrapper,
.block-editor-page .hentry .dpt-wrapper {
	margin-bottom: 10px;
}

.dpt-wrapper {
	font-size: 16px;
	line-height: 1.5;

	clear: both;

	box-sizing: border-box;
}

.dpt-wrapper *,
.dpt-wrapper *:before,
.dpt-wrapper *:after {
	box-sizing: inherit;
	min-width: 0;
}

.dpt-wrapper.r-text {
	text-align: right;
}

.dpt-wrapper.c-text {
	text-align: center;
}

.dpt-featured-content {
	position: relative;

	margin: 0 0 10px;
}

.dpt-featured-content .dpt-permalink {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
}

.no-thumbnail .dpt-featured-content:after,
.dpt-cropped .dpt-featured-content:after {
	display: block;

	width: 100%;

	content: '';

	background-color: rgba(197, 197, 197, 0.5);
}

.no-thumbnail .dpt-featured-content:after,
.dpt-cropped.land1 .dpt-featured-content:after {
	padding-top: 75%;
}

.dpt-cropped.land2 .dpt-featured-content:after {
	padding-top: 66.66%;
}

.dpt-cropped.port1 .dpt-featured-content:after {
	padding-top: 133.33%;
}

.dpt-cropped.port2 .dpt-featured-content:after {
	padding-top: 150%;
}

.dpt-cropped.wdscrn .dpt-featured-content:after {
	padding-top: 56.25%;
}

.dpt-cropped.squr .dpt-featured-content:after {
	padding-top: 100%;
}

.dpt-cropped .dpt-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
}

.dpt-cropped .dpt-thumbnail img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.dpt-cropped.topleftcrop .dpt-thumbnail {
	background-position: top left;
}

.dpt-cropped.topleftcrop .dpt-thumbnail img {
	-o-object-position: top left;
	   object-position: top left;
}

.dpt-cropped.topcentercrop .dpt-thumbnail {
	background-position: top center;
}

.dpt-cropped.topcentercrop .dpt-thumbnail img {
	-o-object-position: top center;
	   object-position: top center;
}

.dpt-cropped.bottomleftcrop .dpt-thumbnail {
	background-position: bottom left;
}

.dpt-cropped.bottomleftcrop .dpt-thumbnail img {
	-o-object-position: bottom left;
	   object-position: bottom left;
}

.dpt-cropped.bottomcentercrop .dpt-thumbnail {
	background-position: bottom center;
}

.dpt-cropped.bottomcentercrop .dpt-thumbnail img {
	-o-object-position: bottom center;
	   object-position: bottom center;
}

.dpt .sub-entry h2.dpt-title,
.block-editor-page .sub-entry h2.dpt-title {
	line-height: 1.5 !important;

	margin: 0 !important;
	padding: 0 !important;
}

.dpt .sub-entry h2.dpt-title,
.dpt .sub-entry h2.dpt-title a,
.block-editor-page .sub-entry h2.dpt-title,
.block-editor-page .sub-entry h2.dpt-title a {
	font-size: 16px;
}

.dpt .sub-entry a.dpt-title-link,
.block-editor-page .sub-entry a.dpt-title-link {
	color: #222;
}

.dpt .sub-entry a.dpt-title-link:hover,
.dpt .sub-entry a.dpt-title-link:focus,
.block-editor-page .sub-entry a.dpt-title-link:hover,
.block-editor-page .sub-entry a.dpt-title-link:focus {
	color: #666;
}

.dpt .dpt-excerpt,
.block-editor-page .dpt-excerpt {
	margin-top: 5px;
}

.dpt .dpt-excerpt p,
.block-editor-page .dpt-excerpt p {
	margin: 0 !important;
}

.dpt .dpt-excerpt,
.dpt .dpt-excerpt p,
.dpt .dpt-excerpt a,
.block-editor-page .dpt-excerpt,
.block-editor-page .dpt-excerpt p,
.block-editor-page .dpt-excerpt a {
	font-size: 15px;
	line-height: 1.765;
}

.dpt .dpt-categories,
.dpt .dpt-meta,
.block-editor-page .dpt-categories,
.block-editor-page .dpt-meta {
	font-size: 13px;
	line-height: 1.9843;

	display: block;

	letter-spacing: 2px;
}

.dpt .dpt-categories a,
.dpt .dpt-meta a,
.block-editor-page .dpt-categories a,
.block-editor-page .dpt-meta a {
	color: #666;
}

.dpt .dpt-categories a:hover,
.dpt .dpt-categories a:focus,
.dpt .dpt-meta a:hover,
.dpt .dpt-meta a:focus,
.block-editor-page .dpt-categories a:hover,
.block-editor-page .dpt-categories a:focus,
.block-editor-page .dpt-meta a:hover,
.block-editor-page .dpt-meta a:focus {
	text-decoration: underline;
}

.dpt .dpt-thumbnail img,
.block-editor-page .dpt-thumbnail img {
	display: block;

	max-width: 100%;
	margin: 0 !important;
	padding: 0;

	border-width: 0;
}

.dpt-entry-wrapper {
	position: relative;
}

.dpt-entry-wrapper a,
.dpt-entry-wrapper a:hover,
.dpt-entry-wrapper a:focus {
	text-decoration: none !important;

	border-width: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.dpt-categories {
	margin-top: 5px;
}

.dpt-meta {
	margin-bottom: 5px;
}

.dpt-author {
	display: inline-block;

	margin-right: 5px;
}

.dpt-date {
	display: inline-block;

	margin-left: 5px;
}

.dpt-grid2 .dpt-featured-content,
.dpt-slider1 .dpt-featured-content {
	margin-bottom: 0;
}

.dpt-grid2 .sub-entry,
.dpt-slider1 .sub-entry {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;

	width: 100%;
	height: auto;
	min-height: calc( 1.5 * 2em + 30px);
	padding: 10px 20px 20px;
}

.dpt-grid2 .sub-entry a.dpt-title-link,
.dpt-slider1 .sub-entry a.dpt-title-link {
	color: #fff !important;
}

.dpt-grid2 a.dpt-permalink,
.dpt-grid2 a.dpt-permalink:hover,
.dpt-grid2 a.dpt-permalink:focus,
.dpt-slider1 a.dpt-permalink,
.dpt-slider1 a.dpt-permalink:hover,
.dpt-slider1 a.dpt-permalink:focus {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, transparent 75%) !important;
}

.dpt-grid2 a,
.dpt-grid2 .dpt-meta,
.dpt-slider1 a,
.dpt-slider1 .dpt-meta {
	color: #fff !important;
}

.dpt-slider1.flickity-enabled:not(.dpt-cropped) .dpt-entry {
	top: 50%;

	transform: translateY(-50%);
}

.dpt-list2 .dpt-entry-wrapper {
	display: flex;

	align-items: flex-start;
	align-content: flex-start;
}

.dpt-list2 .dpt-featured-content {
	margin: 0 10px 0 0;

	flex-basis: 75px;
}

.dpt-list2 .sub-entry {
	display: flex;
	flex-direction: column;

	flex: 1;
	justify-content: center;
	align-self: stretch;
}

.dpt-list2 .dpt-categories {
	margin-top: 2.5px;

	letter-spacing: 0;
}

.dpt-list2 .dpt-meta {
	margin-bottom: 2.5px;

	letter-spacing: 0;
}

.dpt-list2 h2.dpt-title {
	line-height: 1.25;
}

.dpt-list2.right-al .dpt-featured-content {
	margin: 0 0 0 10px;

	order: 2;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.dpt,
.wp-block {
	/* draggable */
	/* ---- flickity-button ---- */
	/* ---- previous/next buttons ---- */
	/* right to left */
	/* ---- page dots ---- */
}

.dpt .flickity-enabled,
.wp-block .flickity-enabled {
	position: relative;
}

.dpt .flickity-enabled:focus,
.wp-block .flickity-enabled:focus {
	outline: none;
}

.dpt .flickity-viewport,
.wp-block .flickity-viewport {
	position: relative;

	overflow: hidden;

	height: 100%;
}

.dpt .flickity-slider,
.wp-block .flickity-slider {
	position: absolute;

	width: 100%;
	height: 100%;
}

.dpt .flickity-enabled.is-draggable,
.wp-block .flickity-enabled.is-draggable {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	-webkit-tap-highlight-color: transparent;
}

.dpt .flickity-enabled.is-draggable .flickity-viewport,
.wp-block .flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor:         grab;
}

.dpt .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down,
.wp-block .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor:         grabbing;
}

.dpt .flickity-button,
.wp-block .flickity-button {
	position: absolute;

	display: none;

	padding: 0 !important;

	color: #333 !important;
	border: none;
	background: rgba(255, 255, 255, 0.5) !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.dpt .flickity-button:hover,
.wp-block .flickity-button:hover {
	cursor: pointer;

	color: #333 !important;
	background: white !important;
}

.dpt .flickity-button:focus,
.wp-block .flickity-button:focus {
	color: #333 !important;
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.dpt .flickity-button:active,
.wp-block .flickity-button:active {
	opacity: 0.6;
}

.dpt .flickity-button:disabled,
.wp-block .flickity-button:disabled {
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;

	opacity: 0.3;
}

.dpt .flickity-button-icon,
.dpt .flickity-button-icon .arrow,
.wp-block .flickity-button-icon,
.wp-block .flickity-button-icon .arrow {
	fill: #333 !important;
}

.dpt .flickity-prev-next-button,
.wp-block .flickity-prev-next-button {
	top: 50%;

	width: 40px;
	height: 40px;
	/* vertically center */

	transform: translateY(-50%);

	border-radius: 4px;
}

.dpt .flickity-prev-next-button.previous,
.wp-block .flickity-prev-next-button.previous {
	left: 10px;
}

.dpt .flickity-prev-next-button.next,
.wp-block .flickity-prev-next-button.next {
	right: 10px;
}

.dpt .flickity-rtl .flickity-prev-next-button.previous,
.wp-block .flickity-rtl .flickity-prev-next-button.previous {
	right: 10px;
	left: auto;
}

.dpt .flickity-rtl .flickity-prev-next-button.next,
.wp-block .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.dpt .flickity-prev-next-button .flickity-button-icon,
.wp-block .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 50%;
	height: 50%;

	transform: translate(-50%, -50%);
}

.dpt .flickity-page-dots,
.wp-block .flickity-page-dots {
	line-height: 1;

	display: block;

	width: 100%;
	margin: 10px 0;
	padding: 0;

	list-style: none;

	text-align: center;
}

.dpt .flickity-rtl .flickity-page-dots,
.wp-block .flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.dpt .flickity-page-dots .dot,
.wp-block .flickity-page-dots .dot {
	display: inline-block;

	width: 10px;
	height: 10px;
	margin: 0 8px;

	cursor: pointer;

	opacity: 0.25;
	border-radius: 50%;
	background: #333;
}

.dpt .flickity-page-dots .dot.is-selected,
.wp-block .flickity-page-dots .dot.is-selected {
	opacity: 1;
}

@media only screen and (min-width: 600px) {

	.multi-col .dpt-entry {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}

	.multi-col.mob-wrap .dpt-entry,
	.multi-col.tab-wrap .dpt-entry,
	.multi-col.wide-wrap .dpt-entry {
		width: 33.33%;
		max-width: 33.33%;
		flex-basis: 33.33%;
	}

	.dpt-wrapper.multi-col.col-nr-2 .dpt-entry {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}

	.dpt-wrapper.multi-col.col-nr-3.mob-wrap .dpt-entry,
	.dpt-wrapper.multi-col.col-nr-3.tab-wrap .dpt-entry,
	.dpt-wrapper.multi-col.col-nr-3.wide-wrap .dpt-entry {
		width: 33.33%;
		max-width: 33.33%;
		flex-basis: 33.33%;
	}

	.dpt .multi-col,
	.block-editor-page .multi-col {
		width: calc( 100% + 20px);
		max-width: calc( 100vw - 20px);
		margin-right: -10px;
		margin-left: -10px;
	}

	.dpt .multi-col .dpt-entry,
	.block-editor-page .multi-col .dpt-entry {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media only screen and (min-width: 768px) {

	.dpt-list1 .dpt-entry-wrapper {
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
	}

	.dpt-list1 .dpt-featured-content {
		margin: 0 20px 0 0;
		flex-basis: 33.33%;
	}

	.dpt-list1 .sub-entry {
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: center;
		align-self: stretch;
	}

	.dpt-list1.right-al .dpt-featured-content {
		margin: 0 0 0 20px;
		order: 2;
	}

	.dpt .flickity-button,
	.wp-block .flickity-button {
		display: inline-block;
	}

	.dpt .flickity-page-dots,
	.wp-block .flickity-page-dots {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {

	.dpt-wrapper.multi-col.col-nr-4.wide-wrap .dpt-entry {
		max-width: 25%;
		flex-basis: 25%;
	}

	.dpt-wrapper.multi-col.col-nr-5.wide-wrap .dpt-entry {
		max-width: 20%;
		flex-basis: 20%;
	}

	.dpt-wrapper.multi-col.col-nr-6.wide-wrap .dpt-entry {
		max-width: 16.6666%;
		flex-basis: 16.6666%;
	}

	.dpt-wrapper.multi-col.col-nr-7.wide-wrap .dpt-entry {
		max-width: 14.28%;
		flex-basis: 14.28%;
	}

	.dpt-wrapper.multi-col.col-nr-8.wide-wrap .dpt-entry {
		max-width: 12.5%;
		flex-basis: 12.5%;
	}

	.dpt-wrapper.wide-wrap {
		font-size: 18px;
	}

	.wide-wrap .dpt .sub-entry h2.dpt-title,
	.wide-wrap
	.dpt .sub-entry h2.dpt-title a,
	.wide-wrap
	.block-editor-page .sub-entry h2.dpt-title,
	.wide-wrap
	.block-editor-page .sub-entry h2.dpt-title a {
		font-size: 18px;
	}
}
