.daho_fn_offcanvas_overlay .widget_block h2.wp-block-heading,
#sidebar .widget_block h2.wp-block-heading{
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	position: relative;
	color: var(--daho-hc);
	font-family: var(--daho-hff);
	margin-bottom: 35px;
	font-weight: 700;
	letter-spacing: .5px;
	padding-bottom: 5px;
}
.daho_fn_offcanvas_overlay .widget_block h2.wp-block-heading .title-enhancer,
#sidebar .widget_block h2.wp-block-heading .title-enhancer{
	position: absolute;
	z-index: 1;
	content: "";
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: var(--daho-border-color);
}
.daho_fn_offcanvas_overlay .widget_block h2.wp-block-heading .title-enhancer:before,
#sidebar .widget_block h2.wp-block-heading .title-enhancer:before{
	position: absolute;
	z-index: 10;
	content: "";
	bottom: -2px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 6px;
	border-radius: 6px;
	background-color: var(--daho-mainColor);
	box-shadow: 0px 1px 5px var(--daho-mainColor3);
}

.widget_block:not(:last-child){
	margin-bottom: 30px;
}


.wp-block-latest-comments,
.wp-block-latest-posts__list,
.wp-block-archives-list,
.wp-block-categories-list,
#recentcomments,
.widget_rss ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul{
	margin: 0;
	list-style-type: none;
}
.widget_nav_menu ul ul,
.widget_pages ul ul{
	padding-left: 10px;
	padding-top: 7px;
}
#recentcomments li,
.wp-block-latest-comments li,
.wp-block-latest-posts__list li,
.wp-block-archives-list li,
.wp-block-categories-list li,
.widget_rss li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_archive li{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--daho-contentFont);
	color: var(--daho-hc);
	position: relative;
}
#recentcomments li:last-child,
.wp-block-latest-comments li:last-child,
.wp-block-latest-posts__list li:last-child,
.wp-block-archives-list liv,
.wp-block-categories-list li:last-child,
.widget_rss li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_categories li:last-child,
.widget_archive li:last-child{
	margin-bottom: 0px;
}
#recentcomments a,
.wp-block-latest-comments a,
.wp-block-latest-posts__list a,
.wp-block-archives-list a,
.wp-block-categories-list a,
.widget_rss a,
.widget_recent_entries a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_categories a,
.widget_archive a{
	color: var(--daho-hc);
}
#recentcomments a:hover,
.wp-block-latest-comments a:hover,
.wp-block-latest-posts__list a:hover,
.wp-block-archives-list a:hover,
.wp-block-categories-list a:hover,
.widget_rss a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_archive a:hover{
	color: var(--daho-mainColor);
}
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){
	line-height: 1.3;
}
.tagcloud a{
	line-height: 1.4;
	margin-right: 5px;
	position: relative;
	color: var(--daho-hc);
}
.tagcloud a:hover{
	color: var(--daho-mainColor);
}
.tagcloud a:before{
	content: "#";
}

.widget_block .daho-fn-more{
	display: none;
}
.widget_rss ul li{
	margin-bottom: 20px;
}
.rss-date{
	font-weight: 700;
}
.rssSummary{
	margin: 5px 0px;
}
.widget_rss cite{
	font-weight: 700;
}

/* CALENDAR */
.widget_block .wp-calendar-table{
	max-width: 100%;
	min-width: 100%;
}
.widget_block .wp-calendar-nav a{
	color: var(--daho-hc);
}
.widget_block select{
	min-width: 100%;
	max-width: 100%;
}
.textwidget p{
	font-size: 16px;
	margin-bottom: 20px;
}
.textwidget .wp-caption a{
	display: inline-block;
}
.widget_search input[type="search"],
.widget_block .searchform input[type="text"]{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background-color: var(--daho-bg2);
}
.widget_search .wp-block-search__label{
	padding-bottom: 10px;
	display: inline-block;
}
.widget_search .wp-block-search__inside-wrapper{
	display: block;
}
.widget_search .wp-block-search__inside-wrapper button{
	margin-left: 0px;
}


/* CUSTOM WIDGET: CATEGORIES */
.daho-fn-widget-categories ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	height: auto;
	overflow: hidden;
	transition: all 0.5s ease;
}
.daho-fn-widget-categories li{
	max-width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	margin-bottom: 5px;
}
.daho-fn-widget-categories .cat-item{
	border-radius: 30px;
	height: 40px;
	position: relative;
	text-align: center;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	border: 2px solid var(--daho-border-color);
	color: var(--daho-hc);
}
.daho-fn-widget-categories .cat-item:hover{
	border-color: var(--daho-mainColor);
	color: var(--daho-mainColor);
}
.daho-fn-widget-categories .cat-item .cat-title{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--daho-hff);
	flex-basis: auto;
	text-align: left;
	white-space: nowrap;
	padding-left: 20px;
	letter-spacing: .5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1; /* number of lines to show */
	line-clamp: 1; 
	-webkit-box-orient: vertical;
	position: relative;
	top: 1px;
}
.daho-fn-widget-categories .cat-item .cat-details{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 3px;
}
.daho-fn-widget-categories .cat-item .count{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	border-radius: 40px;
	background-color: var(--daho-bc);
	font-family: var(--daho-hff);
	color: #fff;
	transition: .3s;
	overflow: hidden;
}
.daho-fn-widget-categories .cat-item .count{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.daho-fn-widget-categories a:not([data-color=""]):hover{
	border-color: var(--daho-catColor);
	color: var(--daho-catColor);
}
.daho-fn-widget-categories a:not([data-color=""]) .cat-color{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-left: 5px;
	background-color: var(--daho-catColor);
}

.daho-fn-widget-categories .more-less-wrap{
	display: flex;
	justify-content: center;
}
.daho-fn-widget-categories a.more-less{
	position: relative;
	text-decoration: none;
	letter-spacing: 2px;
	margin-top: 5px;
	color: var(--daho-hc);
	font-family: var(--daho-hff);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.daho-fn-widget-categories a.more-less:hover{
	color: var(--daho-mainColor);
}
.daho-fn-widget-categories a.more-less:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	left: -40px;
	top: 8px;
	background-color: var(--daho-hc);
}
.daho-fn-widget-categories a.more-less:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	right: -40px;
	top: 8px;
	background-color: var(--daho-hc);
}
.daho-fn-widget-categories a.more-less span.less{
	display: none;
}
.daho-fn-widget-categories a.more-less.less span.more{
	display: none;
}
.daho-fn-widget-categories a.more-less.less span.less{
	display: block;
}

/* CUSTOM WIDGET: ABOUT */
.daho-fn-widget-author .img_decors:after{
	display: block;
	position: absolute;
	width: 260px;
	height: 20px;
	background-color: var(--daho-mainColor);
	opacity: .28;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -130px;
	content: '';
	border-radius: 20px;
}
.daho-fn-widget-author .img_decors span:before,
.daho-fn-widget-author .img_decors span:after{
	display: block;
	position: absolute;
	width: 240px;
	height: 6px;
	background-color: var(--daho-mainColor);
	opacity: .28;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -120px;
	content: '';
	border-radius: 6px;
}
.daho-fn-widget-author .img_decors span:before{
	transform: rotate(15deg);
}
.daho-fn-widget-author .img_decors span:after{
	transform: rotate(-15deg);
}
.daho-fn-widget-author .info_img{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.daho-fn-widget-author .info_img .img_holder{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.daho-fn-widget-author .info_img .img_holder img{
	width: 200px;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transform: scale(1);
    transition: all .5s ease;
	display: block;
}
.daho-fn-widget-author .info_img:hover .img_holder img{
	transform: scale(1.05);
}
.daho-fn-widget-author .info_img .full_link{
	position: absolute;
	z-index: 10;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.daho-fn-widget-author .info_desc{
	text-align: center;
}
.daho-fn-widget-author .info_desc .fn_title{
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--daho-hff);
	color: var(--daho-hc);
}
.daho-fn-widget-author .info_desc .fn_title:hover{
	color: var(--daho-mainColor);
}
.daho-fn-widget-author .info_desc .fn_desc{
	margin-bottom: 17px;
	display: block;
}
.daho-fn-widget-author .author-social{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.daho-fn-widget-author .author-social li{
	margin-bottom: 0px;
}
.daho-fn-widget-author .author-social a{
	text-decoration: none;
	color: var(--daho-bc);
	position: relative;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.daho-fn-widget-author .author-social a:hover{
	color: var(--daho-mainColor);
}
.daho-fn-widget-author .author-social .fn--svg{
	width: 18px;
	height: 18px;
	fill: var(--daho-bc);
}
.daho-fn-widget-author .author-social a:hover .fn--svg{
	fill: var(--daho-mainColor);
}

/* CUSTOM WIDGET: TOP ARTICLES */
.daho-fn-widget-articles ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.daho-fn-widget-articles ul li{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--daho-border-color);
}
.daho-fn-widget-articles ul li:first-child{
	padding-top: 0;
}
.daho-fn-widget-articles ul li:last-child{
	margin-bottom: 0px;
	border-width: 0px;
	padding-bottom: 0px;
}
.daho-fn-widget-articles .daho-fn-article{
	margin-bottom: 0px;
}
.daho-fn-widget-articles .daho-fn-article .entry-meta{
	margin-bottom: 0px;
}
.daho-fn-widget-articles div.title-wrap{
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.daho-fn-widget-articles div.title-wrap > div{
	flex: auto;
}
.daho-fn-widget-articles div.title-wrap .count{
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-width;
	min-width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: 700;
	font-family: var(--daho-hff);
	color: var(--daho-whiteColor);
	background-color: var(--daho-bc);
}
.daho-fn-widget-articles div.title-wrap .title{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	font-family: var(--daho-hff);
	min-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.daho-fn-widget-articles div.title-wrap .title a{
	text-decoration: none;
}
.daho-fn-widget-articles .post_img{
	margin-bottom: 20px;
}
.daho-fn-widget-articles .post_img a{
	display: block;
}
.daho-fn-widget-articles .post_img .img_holder{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
}
.daho-fn-widget-articles .post_img .img_holder img{
	width: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    transform: tran(1);
    transition: all .5s ease;
}
.daho-fn-widget-articles .post_img:hover .img_holder img{
	transform: scale(1.05);
}

/* CUSTOM WIDGET: SOCIAL */
.daho-fn-widget-social{
	position: relative;
	padding-top: 5px;
}
.daho-fn-widget-social ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.daho-fn-widget-social ul li{
	margin-bottom: 0px;
}
.daho-fn-widget-social ul a{
	text-decoration: none;
	color: var(--daho-bc);
	position: relative;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.daho-fn-widget-social ul a:hover{
	color: var(--daho-mainColor);
}
.daho-fn-widget-social ul .fn--svg{
	width: 18px;
	height: 18px;
}







/* CUSTOM WIDGET: FOLLOWERS */
.daho_fn_widget_followers ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.daho_fn_widget_followers li{
	width: 50%;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}
.daho_fn_widget_followers .fn__full_link{
	z-index: 2;
}
.daho_fn_widget_followers .item{
	border-radius: var(--daho-border-radius);
	border: 2px solid var(--daho-border-color);
	height: 70px;
	padding: 16px 18px;
	position: relative;
}
.daho_fn_widget_followers .text_wrapper{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .25px;
	text-transform: uppercase;
	color: var(--daho-hc);
	font-family: var(--daho-hff);
	font-weight: 700;
	display: block;
	position: relative;
}
.daho_fn_widget_followers .item:hover .text_wrapper .subtitle{
	transform: translateX(-100%);
}
.daho_fn_widget_followers .item:hover .text_wrapper .count{
	transform: translateX(0%);
}
.daho_fn_widget_followers .text_wrapper .count{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translateX(100%);
}
.daho_fn_widget_followers .text_wrapper span{
	line-height: inherit;
	display: block;
	transition: .5s;
}
.daho_fn_widget_followers .icon{
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -20px;
	background-color: var(--daho-bc);
	border-radius: 100%;
	color: #fff;
}
.daho_fn_widget_followers .icon .fn--svg{
	width: 18px;
	height: 18px;
	display: block;
}







.daho-fn-widget-donation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.daho-fn-widget-donation li{
	margin: 0;
	padding: 0;
}
.daho-fn-widget-donation li:not(:last-child){
	margin-bottom: 10px;
}
.daho-fn-widget-donation .fn__full_link{
	z-index: 3;
}
.daho-fn-widget-donation .item:hover{
	background-color: var(--daho-bbc);
}
.daho-fn-widget-donation .item{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 2px solid var(--daho-border-color);
	border-radius: 5px;
	-ms-align-items: center;
	align-items: center;
}
.daho-fn-widget-donation .left_part{
	padding: 18px 20px;
	flex: 0 0 82px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.daho-fn-widget-donation .right_part{
	padding: 18px 18px 18px 30px;
	flex: auto;
	position: relative;
}
.daho-fn-widget-donation .right_part:before,
.daho-fn-widget-donation .right_part:after{
	content: '';
	position: absolute;
	width: 2px;
	background-color: var(--daho-border-color);
	top: 50%;
}
.daho-fn-widget-donation .right_part:before{
	height: 40px;
	margin-top: -20px;
	left: 0;
}
.daho-fn-widget-donation .right_part:after{
	height: 20px;
	margin-top: -10px;
	left: 7px;
}
.daho-fn-widget-donation .right_part h4{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
}








.daho-fn-widget-company-info{
	text-align: center;
}
.daho-fn-widget-company-info .img{
	margin-bottom: 20px;
}
.daho-fn-widget-company-info .desc{
	margin-bottom: 19px;
}
.daho-fn-widget-company-info ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.daho-fn-widget-company-info ul li{
	margin-bottom: 0px;
}
.daho-fn-widget-company-info ul a{
	text-decoration: none;
	color: var(--daho-bc);
	position: relative;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.daho-fn-widget-company-info ul a:hover{
	color: var(--daho-mainColor);
}
.daho-fn-widget-company-info ul .fn--svg{
	width: 18px;
	height: 18px;
}









.daho_fn_widget_beta_followers ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.daho_fn_widget_beta_followers li{
	margin: 0;
	padding: 0;
}
.daho_fn_widget_beta_followers li:not(:last-child){
	margin-bottom: 10px;
}
.daho_fn_widget_beta_followers .item:hover{
	opacity: .8;
}
.daho_fn_widget_beta_followers .item{
	position: relative;
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 0;
	background-color: var(--daho-bc);
	color: #fff;
	font-size: 16px;
	letter-spacing: .25px;
	font-family: var(--daho-hff);
	font-weight: 600;
	transition: .3s;
}
.daho_fn_widget_beta_followers .subtitle{
	padding: 0 16px;
	flex: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.daho_fn_widget_beta_followers .count{
	flex: 0 0 74px;
	border-left: 1px solid rgba(255,255,255,.2);
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}









.daho-fn-widget-top-recent-articles .posts-filter{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
	position: relative;
	margin-bottom: 18px;
}
.daho-fn-widget-top-recent-articles .recent-posts-list{
	display: none;
}
.daho-fn-widget-top-recent-articles .posts-filter{
	border-bottom: 2px solid var(--daho-border-color);
	margin-top: -17px;
}
.daho-fn-widget-top-recent-articles .posts-filter:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	background-color: var(--daho-border-color);
	height: 20px;
	top: 50%;
	margin-top: -16px;
}
.daho-fn-widget-top-recent-articles .posts-filter .ccc{
	display: block;
	position: absolute;
    z-index: 10;
    content: "";
    bottom: -4px;
    left: 25px;
    width: 120px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--daho-mainColor);
    box-shadow: 0px 1px 5px var(--daho-mainColor3);
	transition: .3s;
}
.daho-fn-widget-top-recent-articles .posts-filter a{
	flex: 1;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--daho-hff);
	color: var(--daho-hc);
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 17px;
	padding-bottom: 17px;
}
.daho-fn-widget-top-recent-articles .posts-filter a:hover{
	color: var(--daho-mainColor);
}
.daho-fn-widget-top-recent-articles .posts-filter a:first-child{
	margin-right: 1px;
}
.daho-fn-widget-top-recent-articles .posts-filter a:last-child{
	margin-left: 1px;
}
.daho-fn-widget-top-recent-articles ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.daho-fn-widget-top-recent-articles li{
	margin: 0;
	padding: 10px 0;
}
.daho-fn-widget-top-recent-articles li:last-child{
	padding-bottom: 0;
}
.daho-fn-widget-top-recent-articles li:not(:last-child){
	border-bottom: 2px solid var(--daho-border-color);
}
.daho-fn-widget-top-recent-articles .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.daho-fn-widget-top-recent-articles .img_holder{
	width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 100%;
    margin-right: 20px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.daho-fn-widget-top-recent-articles .overlay_in{
	height: 100%;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.daho-fn-widget-top-recent-articles .img_holder[data-has-image=""] div{
	background-color: #8bb7bb;
    color: var(--daho-hc);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
	height: 100%;
	font-family: var(--daho-hff);
}
.daho-fn-widget-top-recent-articles .fn_title{
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 19px;
}
.daho-fn-widget-top-recent-articles .posted-on{
	font-size: 12px;
}













.daho-fn-widget-beta-categories ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.daho-fn-widget-beta-categories li{
	margin: 0;
	padding: 0;
	position: relative;
}
.daho-fn-widget-beta-categories li:not(:last-child){
	margin-bottom: 10px;
}
.daho-fn-widget-beta-categories .cat-image{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.daho-fn-widget-beta-categories .cat-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 1.5s;
}
.daho-fn-widget-beta-categories .cat-image:after{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.daho-fn-widget-beta-categories a:hover .cat-image img{
	transform: scale(1.2);
}
.daho-fn-widget-beta-categories a{
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	height: 100px;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	column-gap: 30px;
	position: relative;
	box-shadow: var(--daho-box-shadow20);
}
.daho-fn-widget-beta-categories .cat-title{
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.daho-fn-widget-beta-categories .count{
	font-weight: 700;
	font-size: 14px;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	background-color: rgba(255,255,255,0.3);
}
.daho-fn-widget-beta-categories .cat-title,
.daho-fn-widget-beta-categories .count{
	position: relative;
	z-index: 2;
	display: block;
	white-space: nowrap;
	font-family: var(--daho-hff);
	text-overflow: ellipsis;
}





/* Blocks */


.wp-block-navigation .wp-block-page-list{
	margin: 0;
}
.wp-block-post-template.wp-block-post-template{
	margin: 20px 0;
}
.wp-block-post-title{
	margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 19px;
}
.wp-block-post-date{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--daho-hff);
}
.entry-content-in ol li, .entry-content-in ul li{
	margin-bottom: 10px;
}
.entry-content-in ol li .wp-block-post-date,
.entry-content-in ul li .wp-block-post-date{
	margin-bottom: 10px;
}
.wp-block-post-author__content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.wp-block-comments-title{
	font-size: 30px;
}
.entry-content-in ol, .entry-content-in ul{
	margin-left: 20px;
	margin-right: 0;
}
.wp-block-post-comments-form .comment-reply-title{
	font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.wp-block-post-comments-form .logged-in-as{
	margin-bottom: 24px;
}
.wp-block-post-comments-form .comment-form-comment{
	margin-bottom: 20px;
}


.daho-fn-sidebar ul.wp-block-rss,
.daho-fn-sidebar .wp-block-latest-posts.wp-block-latest-posts__list,
.daho-fn-sidebar .wp-block-latest-comments,
.daho-fn-sidebar .wp-block-categories-list,
.daho-fn-sidebar .wp-block-archives-list{
	list-style-type: none;
}
ul.wp-block-rss,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-comments,
.wp-block-categories-list,
.wp-block-archives-list{
	list-style-type: disc;
}
.wp-block-rss__item,
.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.wp-block-categories-list li,
.wp-block-archives-list li{
	color: var(--daho-bc);
}
.has-avatars.wp-block-latest-comments{
	margin-left: 0;
}

.wp-block-tag-cloud a{
	font-size: 14px !important;
	font-weight: 700;
	font-family: var(--daho-hff);
	color: var(--daho-bc);
	text-decoration: none;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.wp-block-tag-cloud a:before{
	color: var(--daho-mainColor);
}
.wp-block-table{
	overflow-y: hidden;
}
.has-background{
	padding: 20px;
}