.widget_block{
	margin-bottom: 60px;
}
.widget_block:last-child{
	margin-bottom: 0;
}
.wp-block-search__label,
.wid-title .text{
	display: block;
	font-size: 18px;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	padding: 0;
	margin-bottom: 23px;
}
.wid-title .text a{
	color: var(--baucraft-hc);
}


.wp-block-group .wid-title .text,
.widget_tag_cloud .wid-title .text,
.widget_meta .wid-title .text,
.widget_pages .wid-title .text,
.widget_nav_menu .wid-title .text,
.widget_recent_entries .wid-title .text,
.widget_text .wid-title .text{
	margin-bottom: 18px;
}

/* Widget Archive */
.wp-block-archives,
.widget_archive ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-archives li,
.widget_archive li{
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 26px;
	padding-left: 14px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--hff);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.wp-block-archives li:last-child,
.widget_archive li:last-child{
	margin-bottom: 0;
}
.wp-block-archives li:after,
.widget_archive li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    background-color: currentColor;
    border-radius: 100%;
}
.wp-block-archives a,
.widget_archive a{
	display: block;
	text-decoration: none;
	color: var(--baucraft-hc);
}
.wp-block-archives a:hover,
.widget_archive a:hover{
	color: var(--baucraft-mc2);
}
.widget_archive .count{
	display: block;
	width: 26px;
	height: 26px;
	background-color: var(--baucraft-mc1);
	color: #000;
	font-weight: 600;
	text-align: center;
	line-height: 26px;
	border-radius: 5px;
	margin-left: 8px;
	font-size: 12px;
}

/* Widget Pages */
.widget_pages ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_pages li{
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	position: relative;
	padding-left: 14px;
}
.widget_pages li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.widget_pages a{
	padding: 0;
	font-size: 16px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: var(--baucraft-hc);
    font-family: var(--hff);
    position: relative;
    line-height: 25px;
}
.widget_pages a:hover{
	color: var(--baucraft-mc2);
}
.widget_pages ul ul{
	margin-left: 15px;
	padding-top: 5px;
	display: none;
	overflow: hidden;
}
.widget_pages li:last-child{
	margin-bottom: 0;
}
.widget_pages .page_item_has_children > a:before{
	display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    background-color: var(--baucraft-border-color);
    border-radius: 100%;
    transition: all .3s ease;
	content: '';
}
.widget_pages .page_item_has_children > a:after{
	content: '';
    position: absolute;
    width: 0px;
    height: 0px;
	right: 6px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: var(--baucraft-hc) transparent transparent transparent;
    top: 50%;
    margin-top: -2px;
    transition: all .3s ease;
}
.widget_pages .page_item_has_children.active > a:after,
.widget_pages .page_item_has_children:hover > a:after{
	border-top-color: #fff;
}
.widget_pages .page_item_has_children.active > a:before,
.widget_pages .page_item_has_children:hover > a:before{
	background-color: var(--baucraft-mc2);
}
.widget_pages .page_item_has_children.active > a:after{
	transform: rotate(-180deg);
}

/* Widget Categories */
.widget_categories ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_categories li{
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 26px;
	padding-left: 14px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--hff);
	display: grid;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	margin-bottom: 10px;
}
.widget_categories li:last-child{
	margin-bottom: 0;
}
.widget_categories li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.widget_categories a{
	display: block;
	text-decoration: none;
	color: var(--baucraft-hc);
}
.widget_categories a:hover{
	color: var(--baucraft-mc2);
}
.widget_categories .count{
	display: block;
	width: 26px;
	height: 26px;
	background-color: var(--baucraft-mc1);
	color: #000;
	font-weight: 600;
	text-align: center;
	line-height: 26px;
	border-radius: 5px;
	margin-left: 8px;
	font-size: 12px;
}
.widget_categories ul ul{
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3;
	margin-top: 10px;
}




/* Widget Meta */
.widget_meta ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_meta li{
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 26px;
	padding-left: 14px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--hff);
	margin-bottom: 10px;
}
.widget_meta li:last-child{
	margin-bottom: 0;
}
.widget_meta li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.widget_meta a{
	display: block;
	text-decoration: none;
	color: var(--baucraft-hc);
}
.widget_meta a:hover{
	color: var(--baucraft-mc2);
}




/* Widget Recent Comments */
.wp-block-latest-comments,
.widget_recent_comments ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.widget_recent_comments li{
	margin: 0;
	padding: 15px 0;
	position: relative;
	line-height: 26px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--bff);
	border-bottom: 1px solid var(--baucraft-border-color);
}
.wp-block-latest-comments a,
.widget_recent_comments a{
	display: inline;
	text-decoration: none;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	font-weight: 600;
	text-transform: capitalize;
}
.wp-block-latest-comments a:hover,
.widget_recent_comments a:hover{
	color: var(--baucraft-mc2);
}







/* Widget Recent Posts */
.widget_recent_entries ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_recent_entries li{
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 26px;
	padding-left: 14px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--hff);
	margin-bottom: 10px;
}
.widget_recent_entries li:last-child{
	margin-bottom: 0;
}
.widget_recent_entries li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.widget_recent_entries a{
	display: block;
	text-decoration: none;
	color: var(--baucraft-hc);
}
.widget_recent_entries a:hover{
	color: var(--baucraft-mc2);
}







/* Widget RSS */
.widget_rss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_rss li{
	margin: 0;
	padding: 15px 0;
	position: relative;
	line-height: 26px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--bff);
	border-bottom: 1px solid var(--baucraft-border-color);
}
.widget_rss a{
	display: inline;
	text-decoration: none;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	font-weight: 500;
	font-size: 16px;
}
.widget_rss .rsswidget{
	margin-right: 10px;
}
.widget_rss a:hover{
	color: var(--baucraft-mc2);
}
.widget_rss .rssSummary{
	margin: 10px 0;
}
.widget_rss .rss-date{
	padding: 0px 15px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: var(--baucraft-mc2);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--hff);
    border-radius: 4px;
	margin-right: 10px;
}



/* Widget Search */
.wp-block-search__inside-wrapper,
.search-wrapper{
	background-color: #f6f6fb;
    border: 1px solid var(--baucraft-border-color);
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.wp-block-search__inside-wrapper input[type="search"],
.search-wrapper input[type="text"]{
	border: none;
    margin: 0;
    padding: 0 20px;
    background-color: transparent !important;
    flex: 1;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.wp-block-search__inside-wrapper .wp-element-button,
.search-wrapper input[type="submit"]{
	border: none !important;
    position: relative;
    background-color: var(--baucraft-mc2) !important;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: var(--hff);
    color: #fff;
	height: 42px;
    padding: 0 30px;
    z-index: 2;
	border-radius: 5px;
	margin: -1px -1px -1px 0;
}
.wp-block-search__inside-wrapper .wp-element-button:hover,
.search-wrapper input[type="submit"]:hover{
	background-color: var(--baucraft-mc1) !important;
	color: #000;
}



/* Widget Tagcloud */
.wp-block-tag-cloud, .tagcloud{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -4px;
}
.wp-block-tag-cloud a, .tagcloud a{
	text-decoration: none;
    color: var(--baucraft-hc);
    font-size: 14px !important;
    font-weight: 600;
    font-family: var(--hff);
    margin-left: 4px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.wp-block-tag-cloud a:after, .tagcloud a:after{
	content: ',';
}
.wp-block-tag-cloud a:before, .tagcloud a:before{
	content: '#';
	color: var(--baucraft-mc2);
}
.wp-block-tag-cloud a:last-child:after, .tagcloud a:last-child:after{
	content: '';
}
.wp-block-tag-cloud a:hover, .tagcloud a:hover{
	color: var(--baucraft-mc2);
}



/* Widget Menu */
.widget_nav_menu .menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_nav_menu .menu li{
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	position: relative;
	padding-left: 14px;
}
.widget_nav_menu .menu li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.widget_nav_menu .menu a{
	padding: 0;
	font-size: 16px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: var(--baucraft-hc);
    font-family: var(--hff);
    position: relative;
    line-height: 25px;
}
.widget_nav_menu .menu a:hover{
	color: var(--baucraft-mc2);
}
.widget_nav_menu .menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 15px;
	padding-top: 5px;
	display: none;
	overflow: hidden;
}
.widget_nav_menu .menu li:last-child{
	margin-bottom: 0;
}
.widget_nav_menu .menu .menu-item-has-children > a:before{
	display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    background-color: var(--baucraft-border-color);
    border-radius: 100%;
    transition: all .3s ease;
	content: '';
}
.widget_nav_menu .menu .menu-item-has-children > a:after{
	content: '';
    position: absolute;
    width: 0px;
    height: 0px;
	right: 6px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: var(--baucraft-hc) transparent transparent transparent;
    top: 50%;
    margin-top: -2px;
    transition: all .3s ease;
}
.widget_nav_menu .menu .menu-item-has-children.active > a:after,
.widget_nav_menu .menu-item-has-children:hover > a:after{
	border-top-color: #fff;
}
.widget_nav_menu .menu .menu-item-has-children.active > a:before,
.widget_nav_menu .menu .menu-item-has-children:hover > a:before{
	background-color: var(--baucraft-mc2);
}
.widget_nav_menu .menu .menu-item-has-children.active > a:after{
	transform: rotate(-180deg);
}




/* Widget Text */
.textwidget p:last-child{
	margin: 0;
	padding: 0;
}


/* Widget Block: Recent Posts */
.wp-block-latest-posts.wp-block-latest-posts__list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 26px;
	padding-left: 14px;
	color: var(--baucraft-bc);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--hff);
	margin-bottom: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{
	margin-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list a{
	display: block;
	text-decoration: none;
	color: var(--baucraft-hc);
}
.wp-block-latest-posts.wp-block-latest-posts__list a:hover{
	color: var(--baucraft-mc2);
}






/* Widget Block: Categories */
.wp-block-categories-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: -10px;
	margin-left: -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.wp-block-categories-list .cat-item{
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
}
.wp-block-categories-list a{
	display: block;
	text-decoration: none;
	padding: 0 14px;
	color: var(--baucraft-hc);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--hff);
	letter-spacing: 0;
	line-height: 40px;
	height: 42px;
	border: 1px solid #d7d7ed;
	border-radius: 5px;
	position: relative;
}
.wp-block-categories-list a:hover{
	background-color: #efefef;
}


.baucraft_fn_rightsidebar .widget_block:first-child .wid-title{
	margin-top: -4px;
}




/* Custom: Frenify Company Info */
.baucraft_fn_widget_company_info{
	background-color: #f6f6fb;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
	padding: 49px 39px 44px;
	position: relative;
}
.baucraft_fn_widget_company_info:after{
	position: absolute;
	content: '';
	right: -1px;
	bottom: -1px;
	-webkit-mask-image: url(../svg/company-bg.svg);
	-o-mask-image: url(../svg/company-bg.svg);
	mask-image: url(../svg/company-bg.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: var(--baucraft-border-color);
	opacity: .5;
	width: 119px;
	height: 119px;
}
.baucraft_fn_widget_company_info .w_logo{
	margin-bottom: 25px;
}
.baucraft_fn_widget_company_info .desc{
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}
.baucraft_fn_widget_company_info .baucraft_fn_social_list ul{
	flex-wrap: wrap;
}








/* Custom Widget: Frenify Top Articles */
.baucraft_fn_widget_top_articles{
	position: relative;
}
.baucraft_fn_widget_top_articles .fn__meta_holder{
	margin-bottom: 12px;
}
.baucraft_fn_widget_top_articles .item_img img{
	border-radius: 5px;
}
.baucraft_fn_widget_top_articles .counter{
	width: 40px;
	height: 40px;
	line-height: 41px;
	text-align: center;
	padding: 0 5px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #000;
	font-size: 14px;
	font-family: var(--hff);
	color: #fff;
	letter-spacing: 0;
	border-radius: 100%;
	font-weight: 900;
}
.baucraft_fn_widget_top_articles .title_holder{
	position: relative;
	margin: 0;
	padding: 30px 0 23px;
	padding-left: 60px;
	min-height: 40px;
}
.baucraft_fn_widget_top_articles .item:last-child .title_holder{padding-bottom: 0;}
.baucraft_fn_widget_top_articles .item:last-child{
	border-bottom: none;
}
.baucraft_fn_widget_top_articles .item{
	position: relative;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.baucraft_fn_widget_top_articles .fn_title{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
}
.baucraft_fn_widget_top_articles .fn__category_link,
.baucraft_fn_widget_top_articles .fn_title a{
	position: relative;
	z-index: 2;
}




/* Custom Widget: Frenify Followers */
.baucraft_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;
}
.baucraft_fn_widget_followers li{
	width: 33.3333%;
	margin: 0;
	padding: 0;
	border: 1px solid var(--baucraft-border-color);
	margin-top: -1px;
	margin-left: -1px;
}
.baucraft_fn_widget_followers .fn__full_link{
	z-index: 2;
}
.baucraft_fn_widget_followers .item{
	padding-top: 100%;
	position: relative;
}
.baucraft_fn_widget_followers .item_in{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	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;
	padding: 10px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.baucraft_fn_widget_followers .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 60px;
	height: 60px;
	min-height: 60px;
	border: 2px solid var(--baucraft-border-color);
	border-radius: 100%;
	margin-bottom: 9px;
	color: var(--baucraft-hc);
	transition: all .5s ease;
}
.baucraft_fn_widget_followers .icon .fn__svg{
	width: 24px;
	height: 24px;
	transition: none;
}
.baucraft_fn_widget_followers .text_wrapper{
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	text-transform: uppercase;
}
.baucraft_fn_widget_followers .text_wrapper span{
	display: block;
	transition: all .5s ease;
}
.baucraft_fn_widget_followers .text_wrapper .count{
	position: absolute;
	transform: translateX(100%);
	left: 0;
	top: 0;
	right: 0;
}
.baucraft_fn_widget_followers .item:hover .count{
	transform: translateX(0);
}
.baucraft_fn_widget_followers .item:hover .subtitle{
	transform: translateX(-100%);
}
.baucraft_fn_widget_followers .item:hover .icon{
	color: #fff;
	border-color: var(--baucraft-bbc);
}
.fn__icon-facebook .item:hover .icon{
	background-color: #4267B2;
}
.fn__icon-twitter .item:hover .icon{
	background-color: #03a9f4;
}
.fn__icon-pinterest .item:hover .icon{
	background-color: #cb2027;
}
.fn__icon-linkedin .item:hover .icon{
	background-color: #007ab9;
}
.fn__icon-behance .item:hover .icon{
	background-color: #4176fa;
}
.fn__icon-vimeo .item:hover .icon{
	background-color: #19b2e5;
}
.fn__icon-google .item:hover .icon{
	background-color: #DB4437;
}
.fn__icon-youtube .item:hover .icon{
	background-color: #f61c0d;
}
.fn__icon-instagram .item .icon{
	background-color: var(--baucraft-bbc);
  	background: radial-gradient(circle at 30% 107%, var(--baucraft-bbc) 0%, var(--baucraft-bbc) 5%, var(--baucraft-bbc) 45%, var(--baucraft-bbc) 60%, var(--baucraft-bbc) 90%);
}
.fn__icon-instagram .item:hover .icon{
	background-color: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.fn__icon-github .item:hover .icon{
	background-color: #4078c0;
}
.fn__icon-flickr .item:hover .icon{
	background-color: #0d64d2;
}
.fn__icon-dribbble .item:hover .icon{
	background-color: #ea4c88;
}
.fn__icon-dropbox .item:hover .icon{
	background-color: #1976d2;
}
.fn__icon-paypal .item:hover .icon{
	background-color: #002987;
}
.fn__icon-picasa .item:hover .icon{
	background-color: #ae75c5;
}
.fn__icon-soundcloud .item:hover .icon{
	background-color: #fa3b00;
}
.fn__icon-whatsapp .item:hover .icon{
	background-color: #29a71a;
}
.fn__icon-skype .item:hover .icon{
	background-color: #00a9f0;
}
.fn__icon-slack .item:hover .icon{
	background-color: #36c6ff;
}
.fn__icon-wechat .item:hover .icon{
	background-color: #2dc100;
}
.fn__icon-rocketchat .item:hover .icon{
	background-color: #f5455c;
}
.fn__icon-telegram .item:hover .icon{
	background-color: #039be5;
}
.fn__icon-vk .item:hover .icon{
	background-color: #4169e1;
}
.fn__icon-rss .item:hover .icon{
	background-color: #f78422;
}





/* Custom Widget: Frenify Social Icons */
.baucraft_fn_widget_social .baucraft_fn_social_list ul{
	flex-wrap: wrap;
}



/* Custom Widget: Frenify Custom Category */
.baucraft_fn_widget_ccategory .fn__read_more{
	margin-top: 30px;
}


/* Custom Widget: Frenify Custom Categories */
.baucraft_fn_ccategories .category__item{
	position: relative;
}
.baucraft_fn_ccategories ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: -10px;
    margin-left: -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.baucraft_fn_ccategories li{
	margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
}
.baucraft_fn_ccategories a{
	display: block;
	text-decoration: none;
	padding: 0 14px;
	color: var(--baucraft-hc);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--hff);
	letter-spacing: 0;
	line-height: 40px;
	height: 42px;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
	position: relative;
}
.baucraft_fn_ccategories a:hover{
	background-color: #efefef;
}
.baucraft_fn_ccategories .cat_title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.baucraft_fn_ccategories .count{
	width: 26px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-align: center;
	padding: 0 2px;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--hff);
	color: #000;
	background-color: var(--baucraft-mc1);
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 8px;
}





/* Custom Widget: Frenify Working Hours */
.baucraft_fn_widget_social{
	font-size: 16px;
	line-height: 22px;
	color: var(--baucraft-bc);
}
.baucraft_fn_widget_social ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_widget_social li{
	margin: 0;
	padding: 4px 0 5px;
	border-bottom: 1px dashed var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	flex-wrap: nowrap;
}
.baucraft_fn_widget_social li:last-child{
	border-bottom-color: transparent;
}
.baucraft_fn_widget_social .wh_value{
	color: var(--baucraft-mc2);
	white-space: nowrap;
}
.fn__helpbar_hor .sidebar__popup .baucraft_fn_widget_social .wid-title .text{
	margin-bottom: 8px;
}
.fn__helpbar_hor .sidebar__popup .baucraft_fn_widget_social .wh_desc{
	margin-bottom: 15px;
}

/* WordPress Block */
.wp-block-post-template{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-post-template .wp-block-post{
	position: relative;
    margin: 0;
    padding: 30px 0 23px;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.wp-block-post-template .wp-block-post-title{
	margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
}
.wp-block-post-template .wp-block-post-date{
	height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--hff);
    color: var(--baucraft-bc);
    text-transform: uppercase;
    display: block;
    position: relative;
	margin-top: 1px;
}
.wp-block-post-template .wp-block-post-excerpt{
	margin-top: 18px;
}

.wp-block-query-pagination{
	margin-top: 25px;
	margin-bottom: 25px;
}
.wp-block-query-pagination>.wp-block-query-pagination-numbers{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;	
}
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a{
	text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid var(--baucraft-border-color);
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
    color: #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination-numbers .current{
	border-color: var(--baucraft-mc1);
    background-color: var(--baucraft-mc1);
}
.wp-block-latest-comments__comment-excerpt > *:last-child{
	margin-bottom: 0;
}


.wp-block-post-featured-image img{
	border-radius: 5px;
	margin-bottom: 24px;
}

.wp-block-comments .wp-block-comments-title{
	margin: 0;
    padding: 0;
    font-family: var(--hff);
    font-weight: 600;
    color: var(--baucraft-hc);
    font-size: 30px;
	margin-bottom: 31px;
}

.wp-block-comment-template{
	margin: 0;
	padding: 0;
	list-style-type: none;
}





.wp-block-rss{
	margin: 0;
	padding: 0;
}
.wp-block-rss .wp-block-rss__item{
	margin: 0;
    padding: 13px 0 11px;
    position: relative;
    line-height: 26px;
    color: var(--baucraft-bc);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--bff);
    border-bottom: 1px solid var(--baucraft-border-color);
}
.wp-block-rss .wp-block-rss__item-title{
    text-decoration: none;
    color: var(--baucraft-hc);
    text-transform: uppercase;
    font-family: var(--hff);
    font-weight: 600;
    font-size: 14px;
}
.wp-block-rss .wp-block-rss__item-title a{
	color: var(--baucraft-hc);
}
.wp-block-rss .wp-block-rss__item-title a:hover{
	color: var(--baucraft-mc2);
}




.wp-block-page-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-page-list li{
	margin: 0;
    padding: 0;
    margin-bottom: 11px;
    position: relative;
    padding-left: 14px;
}
.wp-block-page-list li:after{
	width: 4px;
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-color: currentColor;
    border-radius: 100%;
}
.wp-block-page-list a{
	padding: 0;
	font-size: 14px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: var(--baucraft-hc);
    font-family: var(--hff);
    position: relative;
    line-height: 25px;
	text-transform: uppercase;
}
.wp-block-page-list a:hover{
	color: var(--baucraft-mc2);
}
.wp-block-page-list .wp-block-navigation__submenu-container{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 15px;
	padding-top: 5px;
	display: none;
	overflow: hidden;
}
.wp-block-page-list li:last-child{
	margin-bottom: 0;
}
.wp-block-page-list .has-child > a:before{
	display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    background-color: var(--baucraft-border-color);
    border-radius: 100%;
    transition: all .3s ease;
	content: '';
}
.wp-block-page-list .has-child > a:after{
	content: '';
    position: absolute;
    width: 0px;
    height: 0px;
	right: 6px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: var(--baucraft-hc) transparent transparent transparent;
    top: 50%;
    margin-top: -2px;
    transition: all .3s ease;
}
.wp-block-page-list .has-child.active > a:after,
.wp-block-page-list .has-child:hover > a:after{
	border-top-color: #fff;
}
.wp-block-page-list .has-child.active > a:before,
.wp-block-page-list .has-child:hover > a:before{
	background-color: var(--baucraft-mc2);
}
.wp-block-page-list .has-child.active > a:after{
	transform: rotate(-180deg);
}


.wp-block-table{
	overflow-y: hidden;
}

.post_content blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote{
	padding: 52px 50px;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
	position: relative;
}
.post_content blockquote > *:last-child,
.wp-block-quote > *:last-child{
	margin-bottom: 0;
}
.wp-block-quote:after,
.post_content blockquote:after{
	width: 60px;
	height: 60px;
	display: block;
	content: '';
	background-color: var(--baucraft-mc1);
	border-radius: 5px;
	right: -1px;
	bottom: -1px;
	position: absolute;
}
.wp-block-quote:before,
.post_content blockquote:before{
	content: '';
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../svg/quote.svg);
	-o-mask-image: url(../svg/quote.svg);
	mask-image: url(../svg/quote.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: var(--baucraft-hc);
	z-index: 2;
}
.post_content blockquote p,
.wp-block-quote p{
	font-family: 'Lora';
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-style: italic;
}
.wp-block-quote p cite,
.post_content blockquote p cite{
	margin-top: 20px;
}
.post_content blockquote cite,
.wp-block-quote cite{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	color: var(--baucraft-hc);
	padding-left: 50px;
	position: relative;
	font-style: normal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.post_content blockquote cite:after,
.wp-block-quote cite:after{
	width: 40px;
	height: 2px;
	background-color: var(--baucraft-hc);
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.wp-block-quote.has-text-align-right cite{
	text-align: right;
	padding-right: 50px;
	padding-left: 0;
	justify-content: flex-end;
}
.wp-block-quote.has-text-align-right cite:after{
	left: auto;
	right: 0;
}
.wp-block-quote.has-text-align-right:before{
	right: auto;
	left: 16px;
}
.wp-block-quote.has-text-align-right:after{
	right: auto;
	left: -1px;
}
.wp-block-pullquote{
	text-align: left;
}




.wp-block-group.has-background{
	padding: 20px;
}
.wp-block-group > *:last-child{
	margin-bottom: 0;
}


.post_content > *,
.post_content .wp-block-cover,
.post_content .wp-block-media-text,
.post_content .wp-block-audio,
.post_content .wp-block-gallery,
.post_content .wp-block-image,
.post_content .wp-block-buttons,
.post_content .wp-block-columns,
.post_content .wp-block-latest-posts.wp-block-latest-posts__list,
.post_content .wp-block-search,
.post_content .wp-block-search__text-button,
.post_content ul.wp-block-rss.wp-block-rss,
.post_content .wp-block-rss,
.post_content .wp-block-archives,
.post_content .wp-block-calendar,
.post_content .wp-block-categories-list,
.post_content ol.wp-block-latest-comments{
	margin-bottom: 30px;
}
.post_content > *:nth-last-child(2){
	margin-bottom: 0;
}
.post_content > *:nth-last-child(1){
	margin-bottom: 46px;
}
.post_content :not(.elementor):not([class^="wp-block"]):not([class^="widget_block"]) a{
	color: var(--baucraft-mc2);
	text-decoration: underline;
}
.post_content :not(.elementor):not([class^="wp-block"]):not([class^="widget_block"]) a:hover{
	text-decoration: none;
}






/* Custom Widget: Services */
.baucraft_fn_widget_services .item{
	padding: 9px 0;
	border-bottom: 1px solid var(--baucraft-border-color);
	position: relative;
}
.baucraft_fn_widget_services .item.active .counter,
.baucraft_fn_widget_services .item.active .fn_title,
.baucraft_fn_widget_services .item:hover .counter,
.baucraft_fn_widget_services .item:hover .fn_title{
	color: var(--baucraft-mc2);
}
.baucraft_fn_widget_services .item:last-child{
	border-bottom-color: transparent;
}
.baucraft_fn_widget_services .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.baucraft_fn_widget_services .counter{
	width: 40px;
	min-width: 40px;
	height: 30px;
	border: 1px solid var(--baucraft-border-color);
	font-family: var(--hff);
	font-weight: 900;
	color: var(--baucraft-hc);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 28px;
	text-align: center;
	margin-right: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.baucraft_fn_widget_services .fn_title{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--hff);
	letter-spacing: 0;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}