<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------------
* Author: web-zone.org
* @package DMCWZ Apps Functions
* Description: General plugin css
* ------------------------------------------------------------------------------ */

/*
General styles
*/

.hidden {
	display: none;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}


/*
Widget - General styles
*/
[class^="dmcwzaf-css-widget-"] {
	word-break: break-word; /* For mobile devices and older browsers */
	overflow-wrap: anywhere;
}

.dmcwzaf-css-align-center {
	text-align: center;
}

.dmcwzaf-css-align-left {
	text-align: left;
}


/* 
Common for widgets 
*/
.dmcwzaf-css-widget-big-bio-content,
.dmcwzaf-css-widget-bio-card-vert,
.dmcwzaf-css-widget-bio-card-horiz {
	font-family: "Jost", Helvetica, Arial, sans-serif;
}

/*
Widget - DMCWZ single slider with new posts
*/
.dmcwzaf-css-widget-owl-slide-one-box {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.dmcwzaf-css-widget-owl-slide-one-box p {
	margin-bottom: 0;
}

/* Support for preview - Block widget */
.dmcwzaf-css-widget-owl-slide-one-box a {
	max-width: 300px;
}

/* Remove the slider navigation block with all padding */
.dmcwzaf-css-owl-slide-one-widget .owl-dots {
	display: none;
}


/*
Widget - DMCWZ framed banner
*/
.dmcwzaf-css-widget-banner-box {
	container-type: inline-size;
	container-name: banner;
	overflow: hidden;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.dmcwzaf-css-widget-banner-hover:hover {
	box-shadow: 0.01em 0.01em 0.3em rgba(0, 0, 0, 0.5);
	transition: 0.2s;
}

.dmcwzaf-css-widget-banner-box a {
	position: relative;
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.dmcwzaf-css-widget-banner-content {
	max-width: 90%;
	position: absolute;
	padding: 15px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dmcwzaf-css-widget-banner-box h2,
.dmcwzaf-css-widget-banner-button {
	margin: 20px auto;
}

.dmcwzaf-css-widget-banner-box h2 {
    font-size: 22px;
}

.dmcwzaf-css-widget-banner-button {
	background: rgba(0, 0, 0, 0.7);
    color: #fffffe;
	padding: 8px 20px;
	font-size: 16px;
}

.dmcwzaf-css-widget-banner-button:hover {
	box-shadow: 0.01em 0.01em 0.3em rgba(0, 0, 0, 0.5);
	transition: 0.2s;
}

.dmcwzaf-css-widget-banner-bottom-text {
	margin: 15px 0 0;
	text-align: center;
}

@container banner (max-width: 290px) {
	.dmcwzaf-css-widget-banner-content {
		padding: 10px;
	}
	.dmcwzaf-css-widget-banner-box h2,
	.dmcwzaf-css-widget-banner-button {
		margin: 10px auto;
	}
	.dmcwzaf-css-widget-banner-box h2 {
		font-size: 16px;
	}
	.dmcwzaf-css-widget-banner-button {
		padding: 6px 14px;
	}
}

@media (max-width: 300px) {
	.dmcwzaf-css-widget-banner-box h2 {
		font-size: 0.875em;
	}
}


/*
Widget - DMCWZ contact card
*/

.dmcwzaf_bio_card_widget {
	container-type: inline-size;
	container-name: bio-card;
	font-size: 16px;
	line-height: 1.5;
}

.dmcwzaf-css-widget-bio-card-vert,
.dmcwzaf-css-widget-bio-card-horiz {
	padding: 10px;
	border-radius: 3px;
	display: flex;
	justify-content: flex-start;
	max-width: 320px;
	margin: 0 auto;
}

.dmcwzaf-css-widget-bio-card-vert {
	flex-direction: column;
	align-items: center;
}

.dmcwzaf-css-widget-bio-card-horiz {
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}

.dmcwzaf-css-widget-bio-card-horiz .dmcwzaf-css-widget-bio-card-left {
	max-width: 30%;
}

.dmcwzaf-css-widget-bio-card-left &gt; div:last-child:not(:first-child) {
	margin-top: 10px;
}

.dmcwzaf-css-widget-bio-card-left-img {
	display: flex;
	justify-content: center;
}

.dmcwzaf-css-widget-bio-card-left-img img {
	border-radius: 5px;
}

.dmcwzaf-css-widget-bio-card-left-link {
	text-align: center;
	overflow-wrap: anywhere;
	line-height: 1.3;
}

.dmcwzaf-css-widget-bio-card-right {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	float: right;
	/* padding-left: 10px; */
}

.dmcwzaf-css-widget-bio-card-vert .dmcwzaf-css-widget-bio-card-right {
	align-content: space-around;
	padding-left: 5px;
	padding-right: 5px;
}

.dmcwzaf-css-widget-bio-card-right-l {
	padding: 0;
	border-bottom: none;
	font-size: 14px;
    line-height: 2.2;
	list-style-type: none;
	overflow-wrap: anywhere;
}

.dmcwzaf-css-widget-bio-card-right-l:before {
    content: "";
    display: inline-block;
    background: #dd9922;
    width: 12px;
    height: 12px;
    border-radius: 15%;
	margin-right: 7px;
}

.dmcwzaf-css-widget-bio-card-right-h {
	margin: 5px 0;
	font-size: 18px;
    line-height: 1.4;
	overflow-wrap: anywhere;
}

.dmcwzaf-css-widget-bio-card-vert .dmcwzaf-css-widget-bio-card-right-h {
	text-align: center;
	margin-top: 5px;
}

.dmcwzaf-css-widget-bio-card-text {
	text-align: center;
	margin: 15px 10px;
}

@container bio-card (max-width: 280px) {
	.dmcwzaf-css-widget-bio-card-horiz {
		flex-wrap: wrap;
	}
	.dmcwzaf-css-widget-bio-card-left {
		max-width: 100%;
	}
}

@media (max-width: 320px) {
	.dmcwzaf-css-widget-bio-card-horiz .dmcwzaf-css-widget-bio-card-right {
		align-content: space-around;
		padding-left: 5px;
		padding-right: 5px;
	}
	.dmcwzaf-css-widget-bio-card-left {
		margin-bottom: 5px;
	}
}


/*
Widget - DMCWZ contact
*/

/* common */
.dmcwzaf-css-widget-big-bio {
	container-type: inline-size;
	container-name: big-bio;
	max-width: 500px;
	margin: 0 auto;
	background: #707070;
	color: #fff;
	border-radius: 1px;
}

.dmcwzaf-css-widget-big-bio-img {
	text-align: center;
	padding: 20px 20px 0;
}

.dmcwzaf-css-widget-big-bio-img img {
	max-width: 100%;
	border-radius: 5px;
}

.dmcwzaf-css-widget-big-bio-content {
	padding: 10px 20px 20px;
}

.dmcwzaf-css-widget-big-bio-h {
	font-size: 26px;
}

.dmcwzaf-css-widget-big-bio p {
	background: rgba(0, 0, 0, 0.1);
	margin: 10px 0 0;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
}


/* design-2 */
.dmcwzaf-css-widget-big-bio.dmcwzaf-css-bio-design-2 {
	margin-top: 120px;
}
.dmcwzaf-css-bio-design-2 .dmcwzaf-css-widget-big-bio-img img {
	border: 1px solid #707070;
	outline: 1px solid #fff;
	margin-top: -120px;
}


/* design-3 */
.dmcwzaf-css-widget-big-bio.dmcwzaf-css-bio-design-3 {
	margin-top: 40px;
}

.dmcwzaf-css-bio-design-3 .dmcwzaf-css-widget-big-bio-img {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.dmcwzaf-css-bio-design-3 .dmcwzaf-css-widget-big-bio-img img {
	border: 1px solid #707070;
	outline: 1px solid #fff;
	margin-top: -20px;
	margin-bottom: -20px;
}
.dmcwzaf-css-bio-design-3 .dmcwzaf-css-widget-big-bio-content {
	border-radius: 5px;
}
.dmcwzaf-css-widget-big-bio.dmcwzaf-css-bio-design-3 p {
	background: none;
	padding: 5px;
}


/* img circle */
.dmcwzaf-css-bio-img-circle .dmcwzaf-css-widget-big-bio-img img {
	border-radius: 100%;
	border-width: 5px;
	outline-width: 5px;
}

@container big-bio (max-width: 290px) {
	.dmcwzaf-css-widget-big-bio-content {
		padding: 15px;
	}
	.dmcwzaf-css-widget-big-bio-h {
		font-size: 22px;
	}
}


/*
Widget - DMCWZ list of posts with pictures
*/

.dmcwzaf_post_list_widget {
	container-type: inline-size;
	container-name: list-post;
}

.dmcwzaf-css-widget-list-post {
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-start;
}

.dmcwzaf-css-widget-list-post-size-1 .dmcwzaf-css-widget-list-post-left {
	min-width: 75px;
	width: 75px;
}

.dmcwzaf-css-widget-list-post-size-2 .dmcwzaf-css-widget-list-post-left {
	min-width: 100px;
	width: 100px;
}

.dmcwzaf-css-widget-list-post-size-3 .dmcwzaf-css-widget-list-post-left {
	min-width: 130px;
	width: 130px;
}

.dmcwzaf-css-widget-list-post-right {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	font-size: 16px;
	line-height: 1.5;
}

.dmcwzaf-css-widget-list-post-right a {
	margin-top: -5px;
}

.dmcwzaf-css-widget-list-post-date {
	margin-top: 4px;
	font-size: 80%;
}

@container list-post (max-width: 290px) {
	.dmcwzaf-css-widget-list-post-size-3 {
		flex-direction: column;
	}
	.dmcwzaf-css-widget-list-post-size-3 .dmcwzaf-css-widget-list-post-right {
		padding: 10px 0 0;
	}
}
@container list-post (max-width: 260px) {
	.dmcwzaf-css-widget-list-post-size-2 {
		flex-direction: column;
	}
	.dmcwzaf-css-widget-list-post-size-2 .dmcwzaf-css-widget-list-post-right {
		padding: 10px 0 0;
	}
}
@container list-post (max-width: 235px) {
	.dmcwzaf-css-widget-list-post-size-1 {
		flex-direction: column;
	}
	.dmcwzaf-css-widget-list-post-size-1 .dmcwzaf-css-widget-list-post-right {
		padding: 10px 0 0;
	}
}


/*
Widget - DMCWZ grid with latest posts
*/

.dmcwzaf_post_bulk_widget {
	container-type: inline-size;
	container-name: list-bulk;
}

.dmcwzaf-css-widget-bulk-posts {
	display: grid;
	justify-content: center;
	margin-bottom: 12px;
}

.dmcwzaf-css-widget-bulk-posts-1 {
	grid-template-columns: repeat(3, 1fr);
	gap: 11.5px;
}
.dmcwzaf-css-widget-bulk-posts-2 {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.dmcwzaf-css-widget-bulk-posts-3 {
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

.dmcwzaf-css-widget-bulk-post-child {
	display: grid;
	align-items: start;
    justify-content: space-evenly;
}

.dmcwzaf-css-widget-bulk-post-child img:hover {
	box-shadow: 0.01em 0.01em 0.3em rgba(0, 0, 0, 0.5);
	transition: 0.2s;
}

@container list-bulk (min-width: 320px) {
	.dmcwzaf-css-widget-bulk-posts-1 {
		grid-template-columns: repeat(auto-fill, minmax(0, 92px));
	}
	.dmcwzaf-css-widget-bulk-posts-2 {
		grid-template-columns: repeat(auto-fill, minmax(0, 144px));
	}
	.dmcwzaf-css-widget-bulk-posts-3 {
		grid-template-columns: repeat(auto-fill, minmax(0, 300px));
	}
}


/*
Widget - DMCWZ List of Links
*/

.dmcwzaf-css-widget-list-link {
	margin-bottom: 5px;
}</pre></body></html>