@charset "utf-8";
/*
Theme Name: Baucraft
Theme URI: https://themeforest.net/item/baucraft-construction-wordpress-theme/
Description: Baucraft is a robust and professional WordPress theme tailored for construction companies, builders, contractors, and related businesses. With its modern design and powerful features, Baucraft offers a solid foundation to showcase your projects, services, and expertise in the construction industry. Packed with customization options, responsive layout, and seamless integration with popular plugins, Baucraft ensures a seamless and visually appealing online presence for your construction business.
Text Domain: baucraft
Author: Frenify
Author URI: http://themeforest.net/user/frenify
Version: 1.0.4
Tested up to: 6.7
Requires PHP: 7.4
License: Located in 'licensing' folder
License URI: license.txt
Tags: blog, magazine, post formats, SEO, interactive, user experience, autoloading, author box, navigation, page views, Hot Posts, responsive, customizable, performance, updates, premium addons.
*/
/*

	@Author: Frenify
	@URL: http://themeforest.net/user/frenify


	This file contains the styling for the actual theme, this
	is the file you need to edit to change the look of the
	theme.

	This files contents are outlined below.
	
	01) Root
	


*/

/*************************************************************************/
/* 01) Root
/*************************************************************************/
:root{
	--baucraft-bg-color: #fff;
	--baucraft-border-color: #d7d7ec;
	--baucraft-bbc: #fff;
	--baucraft-mc1: #ffd700;
	--baucraft-mc2: #4c8a8e;
	--baucraft-hc: #000;
	--baucraft-bc: #777;
	--hff: 'Heebo', sans-serif;
	--bff: 'Kanit', sans-serif;
	--adminbar-height: 32px;
	--baucraft-hor-logo-width: 350px;
}
@media(max-width: 1400px){
	:root{
		--baucraft-hor-logo-width: 300px;
	}
}
@media(max-width: 782px){
	:root{
		--adminbar-height: 46px;
	}
}
/*************************************************************************/
/* 02) Body
/*************************************************************************/
html{
	padding: 0px;
	margin: 0px;
}
*:after,
*:before,
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: var(--bff);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.33;
	font-weight: 400;
	color: var(--baucraft-bc);
	background-color: var(--baucraft-bbc);
	position: relative;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	
	cursor: default;
}
body,
html{
	width: 100%;
    margin: 0px;
    padding: 0px;
}
body{
	height: auto;
}
body{
	overflow: hidden;
}
html:after,
html:before{
	clear: both;
	display: table;
	content: '';
}
html{
	overflow-x: hidden;
}



.fn__clearfix:before,
.fn__clearfix:after{
	clear: both;
	display: table;
	content: '';
}

.fn__hidden_element{
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -999;
	border: none;
	outline: none;
	box-shadow: none;
	background: none;
}
.fn__abs_img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.fn__full_link,
.fn__abs_img,
.fn__overlay,
.fn__abs_color{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn__overlay{
	z-index: 1;
}
.fn__abs_color{
	z-index: 2;
}
.fn__content{
	position: relative;
	z-index: 2;
}
.fn__cursor_pointer{
	cursor: pointer;
}


/* Filter For some icons */
.baucraft_fn_social_list im.hov_svg,
.baucraft_fn_offcanvas_overlay .extra__button img,
.baucraft_fn_widget_followers .item:hover .icon img,
.fn__helpbar_ver .extra__button img,
.fn__helpbar_hor .extra__button img{
	filter: brightness(0) invert(1);
}


.fn__hor_header{
	position: relative;
	z-index: 99;
	background-color: var(--baucraft-bbc);
}
.page-template-default.page-container-full .fn__space_130{
	display: none;
}

/* Mega Menu: Portfolio */
.fn__hor_header .nav__hor > li.ready:hover > .baucraft_fn_megasub_portfolio{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: all .3s ease;
	transform: translateY(0px);
}
.fn__hor_header .baucraft_fn_megasub_portfolio{
	position: absolute;
	left: -575px;
	top: 100%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	width: 100vw;
	background-color: var(--baucraft-bg-color);
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(20px);
	transition: none;
}
.fn__hor_header .baucraft_fn_megasub_portfolio:after{
	content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
	left: var(--arrow-left-position);
    width: 0px;
    margin-left: -6px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--baucraft-border-color) transparent;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .no_posts{
	padding: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	font-weight: 500;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .list li{
	margin: 0;
	padding: 0;
	border-right: 1px solid var(--baucraft-border-color);
	flex: 1;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .list li:last-child{
	border-right: none;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .item{
	padding: 40px 40px 33px;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .item_img{
	width: 100px;
	height: 60px;
	margin-bottom: 13px;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .item h3{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .item .link{
	text-decoration: none;
	color: var(--baucraft-bc);
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 700;
	font-family: var(--hff);
	text-transform: uppercase;
	margin-bottom: 6px;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .item .link:hover{
	color: var(--baucraft-mc2);
}
.fn__hor_header .baucraft_fn_megasub_portfolio .see_all{
	position: absolute;
	right: 20px;
	bottom: -15px;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .see_all a{
	display: block;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	letter-spacing: 0;
	padding: 0 32px 0 15px;
	line-height: 28px;
	text-transform: uppercase;
	background-color: var(--baucraft-bg-color);
	border: 1px solid var(--baucraft-border-color);
	border-radius: 15px;
}
.fn__hor_header .baucraft_fn_megasub_portfolio .see_all a:hover{
	background-color: var(--baucraft-bbc);
}
.fn__hor_header .baucraft_fn_megasub_portfolio .see_all .fn__svg{
	display: block;
    position: absolute;
    transform: rotate(-45deg);
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
	margin-top: -8px;
}



/* Mega Menu: Service */
.fn__hor_header .nav__hor > li.ready:hover > .baucraft_fn_megasub_service{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: all .3s ease;
	transform: translateY(0px);
}
.fn__hor_header .baucraft_fn_megasub_service{
	position: absolute;
	left: -575px;
	top: 100%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	width: 100vw;
	background-color: var(--baucraft-bg-color);
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(20px);
	transition: none;
}
.fn__hor_header .baucraft_fn_megasub_service:after{
	content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
	left: var(--arrow-left-position);
    width: 0px;
    margin-left: -6px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--baucraft-border-color) transparent;
}
.fn__hor_header .baucraft_fn_megasub_service .no_posts{
	padding: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	font-weight: 500;
}
.fn__hor_header .baucraft_fn_megasub_service .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header .baucraft_fn_megasub_service .list li{
	margin: 0;
	padding: 0;
	border-right: 1px solid var(--baucraft-border-color);
	flex: 1;
}
.fn__hor_header .baucraft_fn_megasub_service .list li:last-child{
	border-right: none;
}
.fn__hor_header .baucraft_fn_megasub_service .item{
	padding: 40px 40px 35px;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.fn__hor_header .baucraft_fn_megasub_service .item h3{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 7px;
}
.fn__hor_header .baucraft_fn_megasub_service .fn__excerpt{
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.fn__hor_header .baucraft_fn_megasub_service .see_all{
	position: absolute;
	right: 20px;
	bottom: -15px;
}
.fn__hor_header .baucraft_fn_megasub_service .see_all a{
	display: block;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	letter-spacing: 0;
	padding: 0 32px 0 15px;
	line-height: 28px;
	text-transform: uppercase;
	background-color: var(--baucraft-bg-color);
	border: 1px solid var(--baucraft-border-color);
	border-radius: 15px;
}
.fn__hor_header .baucraft_fn_megasub_service .see_all a:hover{
	background-color: var(--baucraft-bbc);
}
.fn__hor_header .baucraft_fn_megasub_service .see_all .fn__svg{
	display: block;
    position: absolute;
    transform: rotate(-45deg);
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
	margin-top: -8px;
}



/* Mega Menu: Mega Menu */
.fn__hor_header .nav__hor > li.ready:hover > .fn__classic_sub{
	pointer-events: auto;
}
.fn__hor_header .nav__hor > li.ready:hover > .baucraft_fn_megasub_mega{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: all .3s ease;
	transform: translateY(0px);
}
.fn__hor_header .nav__hor > li.ready:hover > .baucraft_fn_megasub_mega .fn__classic_sub{
	pointer-events: auto;
}
.fn__hor_header .baucraft_fn_megasub_mega{
	position: absolute;
	left: -575px;
	top: 100%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	width: 100vw;
	background-color: var(--baucraft-bg-color);
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(20px);
	transition: none;
}
.fn__hor_header .baucraft_fn_megasub_mega .fn__classic_sub{
	z-index: auto;
	position: unset;
	border: none;
    top: auto;
    left: auto;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    min-width: inherit;
	margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu > li{
	margin: 0;
	padding: 35px 0 33px;
	border-right: 1px solid var(--baucraft-border-color);
	flex: 1;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu li li{
	margin-bottom: 14px;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu li li:last-child{
	margin-bottom: 0;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu > li > a{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 19px;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu > li:last-child{
	border-right: none;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_grandchild-menu:after{
	display: none;
}
.fn__hor_header .baucraft_fn_megasub_mega .baucraft_fn_submenu ul{
	margin: 0;
    padding: 0;
    position: unset;
    left: auto;
    width: auto;
    border: none;
    background-color: transparent;
    box-shadow: none;
    top: auto;
    list-style-type: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
}




/* Mega Menu for vertical menu */
.fn__ver_header.v_f .nav__hor .baucraft_fn_megasub{
	display: none;
}




/* Site Structure */
.baucraft-fn-wrapper{
	position: relative;
	z-index: 1;
	min-height: 700px;
	min-height: 100vh;
	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;
	transition: padding .3s ease;
}
.admin-bar .baucraft-fn-wrapper{
	min-height: calc(100vh - var(--adminbar-height));
}
.nav_ver_mini .baucraft-fn-wrapper{
	padding-left: 100px;
	width: 100%;
	position: relative;
}
.admin-bar.nav_ver_mini .baucraft_fn_searchbox{
	top: var(--adminbar-height);
}
.search-active.nav_ver_mini .baucraft_fn_searchbox{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.search-active.nav_ver_mini .baucraft-fn-wrapper{
	padding-left: 0;
}
.search-active .fn__ver_header.v_m{
	transform: translateX(-100%);
}
.nav_ver_mini .baucraft_fn_searchbox .search_closer{
	display: block;
}
.nav_ver_mini .baucraft_fn_searchbox{
	position: fixed;
	left: 100px;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: var(--baucraft-bg-color);
	width: auto;
	padding-right: 80px;
}
.nav_ver_full .baucraft-fn-wrapper{
	padding-left: 350px;
	width: 100%;
	position: relative;
	transition: all .5s ease;
}
.admin-bar.nav_ver_full .baucraft_fn_searchbox{
	top: var(--adminbar-height);
}
.search-active.nav_ver_full .baucraft-fn-wrapper{
	padding-left: 0;
}
.search-active .fn__ver_header.v_f{
	transform: translateX(-100%);
}
.search-active.nav_ver_full .baucraft_fn_searchbox.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	left: 0;
}
.nav_ver_full .baucraft_fn_searchbox .search_closer{
	display: block;
}
.nav_ver_full .baucraft_fn_searchbox{
	position: fixed;
	left: 350px;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: var(--baucraft-bg-color);
	width: auto;
	padding-right: 80px;
}
.search-active .baucraft_fn_searchbox.reg_search.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.baucraft_fn_searchbox.reg_search .search_closer{
	display: block;
}
.baucraft_fn_searchbox.reg_search{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color: var(--baucraft-bg-color);
	width: auto;
	padding-right: 80px;
}






/* Horizontal Helpbar */
.fn__helpbar_hor{
	height: 50px;
	border-bottom: 1px solid var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.fn__helpbar_hor .left_items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 0;
	overflow: hidden;
}
.fn__helpbar_hor .left_item{
	border-right: 1px solid var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 30px;
}
.fn__helpbar_hor .left_item:last-child{
	border-right: none;
}
.fn__helpbar_hor .extra__info ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -20px;
}
.fn__helpbar_hor .extra__info li{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	color: var(--baucraft-hc);
}
.fn__helpbar_hor .extra__info span{
	margin-right: 10px;
	height: 23px;
	line-height: 23px;
	background-color: var(--baucraft-border-color);
	border-radius: 2px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--baucraft-hc);
	text-transform: uppercase;
	font-family: var(--hff);
}
.fn__helpbar_hor .extra__info a{
	text-decoration: none;
	color: var(--baucraft-hc);
	position: relative;
	white-space: nowrap;
}
.fn__helpbar_hor .extra__info a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 3px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.fn__helpbar_hor .extra__info a:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}

.fn__helpbar_hor .right_items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0 20px;
	margin-left: auto;
}
.fn__helpbar_hor .right_item{
	margin-right: 10px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__helpbar_hor .right_item:last-child{
	margin-right: 0;
}
.fn__helpbar_hor .sidebar_item.opened:after,
.fn__helpbar_hor .sidebar_item.opened .sidebar__popup{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.fn__helpbar_hor .sidebar__popup{
	position: absolute;
	width: 370px;
	top: 100%;
	border: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bg-color);
	padding: 40px;
	padding-bottom: 0;
	padding-top: 0;
	right: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all .3s ease;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.fn__helpbar_hor .sidebar__popup:before{
	content: '';
	position: absolute;
	height: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
}
.fn__helpbar_hor .sidebar__popup:after{
	content: '';
	position: absolute;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
}
.fn__helpbar_hor .sidebar__popup .popup_in{
	max-height: 500px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.fn__helpbar_hor .sidebar_item:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0px;
	margin-left: -6px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent var(--baucraft-border-color) transparent;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.fn__helpbar_hor .extra__button{
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0 33px 0 15px;
	line-height: 28px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	border: 1px solid var(--baucraft-mc2);
	background-color: var(--baucraft-mc2);
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--hff);
	font-weight: 700;
}
.fn__helpbar_hor .extra__button:hover{
	background-color: transparent;
	color: var(--baucraft-hc);
	border-color: var(--baucraft-border-color);
}
.fn__helpbar_hor .extra__button .fn__svg{
	width: 12px;
	height: 12px;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	position: absolute;
	display: block;
}
.fn__helpbar_hor .sidebar__opener{
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0 33px 0 15px;
	line-height: 28px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--baucraft-hc);
	border: 1px solid var(--baucraft-border-color);
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--hff);
	font-weight: 700;
}
.fn__helpbar_hor .sidebar_item.opened .sidebar__opener .icon,
.fn__helpbar_hor .sidebar__opener:hover .icon{
	background-color: var(--baucraft-mc2);
}
.fn__helpbar_hor .sidebar_item.opened .sidebar__opener .icon:after,
.fn__helpbar_hor .sidebar__opener:hover .icon:after{
	border-top-color: #fff;
}
.fn__helpbar_hor .sidebar_item.opened .sidebar__opener .icon{
	transform: rotate(180deg);
}
.fn__helpbar_hor .sidebar__opener .icon{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -10px;
	background-color: var(--baucraft-border-color);
	border-radius: 100%;
	transition: all .3s ease;
}
.fn__helpbar_hor .sidebar__opener .icon:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: var(--baucraft-hc) transparent transparent transparent;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -4px;
	transition: all .3s ease;
}
.fn__helpbar_hor .sidebar__popup .widget_block{
	margin-bottom: 30px;
}
.fn__helpbar_hor .sidebar__popup .widget_block:last-child{
	margin-bottom: 0px;
}
.fn__helpbar_hor .sidebar__popup .wid-title .text{
	margin-bottom: 11px;
}
.fn__helpbar_hor .sidebar__popup p{
	font-size: 16px;
	margin-bottom: 20px;
}
.fn__helpbar_hor .sidebar__popup .textwidget{
	font-size: 16px;
}
.fn__helpbar_hor .sidebar__popup .textwidget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__helpbar_hor .sidebar__popup .textwidget li{
	margin-bottom: 10px;
}
.fn__helpbar_hor .sidebar__popup .textwidget li:last-child{
	margin-bottom: 0;
}
.fn__helpbar_hor .sidebar__popup .textwidget a{
	font-size: 16px;
	color: var(--baucraft-mc2);
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.fn__helpbar_hor .sidebar__popup .textwidget a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 2px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.fn__helpbar_hor .sidebar__popup .textwidget a:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}




.fn__hor_header .baucraft_fn_social_list li{
	margin-bottom: 0;
}
.fn__hor_header .baucraft_fn_searchbox{
	border-bottom: none;
}
.fn__logo__text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	color: var(--baucraft-hc);
}
.fn__ver_header.v_m .fn__logo__text{
	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;
}


/* Header: Vertical Full Navigation. */
.admin-bar .fn__ver_header.v_f{
	top: var(--adminbar-height);
}
.fn__ver_header.v_f{
	width: 350px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	background-color: var(--baucraft-bbc);
	border-right: 1px solid var(--baucraft-border-color);
	transition: all .3s ease;
}
.fn__ver_header.v_f .fn_header_in{
	height: 100%;
	width: 100%;
	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: space-between;
}
.fn__ver_header.v_f .header_middle{
	flex: auto;
}
.fn__ver_header.v_f .fn__logo{
	margin-right: -1px;
}
.fn__ver_header.v_f .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	padding: 30px 20px;
	height: 121px;
	text-decoration: none;
	background-color: var(--baucraft-lbc);
}
.fn__ver_header.v_f .fn__logo img{
	object-fit: cover;
}
.fn__ver_header.v_f .header_bottom{
	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;
}
.fn__helpbar_ver[data-top="off"][data-bottom="only_icon"],
.fn__helpbar_ver[data-top="off"][data-bottom="on"]{
	padding-top: 70px;
}
.fn__helpbar_ver[data-bottom="only_icon"]{
	min-height: 70px;
}
.fn__helpbar_ver .bar_bottom{
	padding: 30px 50px;
	border-top: 1px solid var(--baucraft-border-color);
	position: relative;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.fn__helpbar_ver .icon_bar__search{
	position: absolute;
	bottom: 100%;
	margin-bottom: -25px;
	right: -1px;
}
.fn__helpbar_ver .icon_bar__search a{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.fn__helpbar_ver .bar_top{
	padding: 30px 50px;
}
.fn__helpbar_ver .extra__info{
	margin-bottom: 27px;
}
.fn__helpbar_ver .extra__info ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__helpbar_ver .extra__info li{
	margin: 0;
	padding: 0;
	margin-bottom: 27px;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 20px;
}
.fn__helpbar_ver .extra__info a{
	text-decoration: none;
	color: var(--baucraft-hc);
	position: relative;
	white-space: nowrap;
}
.fn__helpbar_ver .extra__info a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 3px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.fn__helpbar_ver .extra__info a:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}
.fn__helpbar_ver .extra__info span{
	margin-bottom: 3px;
    height: 23px;
    line-height: 23px;
    background-color: var(--baucraft-border-color);
    border-radius: 2px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: var(--baucraft-hc);
    text-transform: uppercase;
    font-family: var(--hff);
}
.fn__helpbar_ver .extra__info li:last-child{
	margin-bottom: 0;
}
.fn__helpbar_ver .extra__button{
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0 39px 0 19px;
	line-height: 38px;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	border: 1px solid var(--baucraft-mc2);
	background-color: var(--baucraft-mc2);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .5px;
	font-family: var(--hff);
	font-weight: 700;
}
.fn__helpbar_ver .extra__button:hover{
	background-color: transparent;
	color: var(--baucraft-hc);
	border-color: var(--baucraft-border-color);
}
.fn__helpbar_ver .extra__button .fn__svg{
	width: 14px;
	height: 14px;
	right: 19px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	display: block;
}
.fn__ver_header.v_f .baucraft_fn_social_list{
	margin-bottom: -5px;
}
.fn__ver_header.v_f .nav__hor{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__ver_header.v_f .nav__hor > li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--baucraft-border-color);
	position: relative;
}
.fn__ver_header.v_f .nav__hor > li:first-child{
	border-top: 1px solid var(--baucraft-border-color);
}
.fn__ver_header.v_f .nav__hor > li > .fn__classic_sub{
	display: none;
}
.fn__ver_header.v_f .nav__hor > li > a{
    display: block;
    text-decoration: none;
    padding: 0 50px;
    color: var(--baucraft-hc);
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fn__ver_header.v_f .nav__hor > li > a span:after{
	content: ' /';
}
.fn__ver_header.v_f .nav__hor > li > a span:before{
	content: '/ ';
}
.fn__ver_header.v_f .nav__hor > li:hover > a{
	background-color: #f6f6fb;
    color: var(--baucraft-mc2);
}
.fn__ver_header.v_f .nav__hor > li.menu-item-has-children:hover > .fn__classic_sub{
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.fn__ver_header.v_f .fn__classic_sub{
	top: 0;
	left: 100%;
}
.more_popup .fn__classic_sub{
	top: 0;
	left: 100%;
}
.fn__hor_nav .fn__morenav .more_popup li:hover > ul,
.fn__hor_nav .fn__morenav .more_popup li:hover > .fn__classic_sub{
	transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.fn__hor_nav .fn__morenav .more_popup li .fn__classic_sub{
	top: -37px;
}
.fn__hor_nav .fn__morenav .more_popup li > ul{
	padding: 37px 0;
    padding-bottom: 34px;
	border: 1px solid var(--baucraft-border-color);
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    top: -38px;
}
.fn__classic_sub.reverse{
	left: auto;
	right: 100%;
}




/* Header: Vertical Mini Navigation. */
.admin-bar .fn__ver_header.v_m{
	top: var(--adminbar-height);
}
.fn__ver_header.v_m{
	width: 100px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	background-color: var(--baucraft-bbc);
	border-left: 1px solid var(--baucraft-border-color);
	border-right: 1px solid var(--baucraft-border-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fn__ver_header.v_m .fn_header_in{
	height: 100%;
	width: 100%;
	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: space-between;
}
.fn__ver_header.v_m .header_middle{
	flex: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
}
.fn__ver_header.v_m .baucraft_fn_social_list li:last-child{
	margin-bottom: 0;
}
.fn__ver_header.v_m .baucraft_fn_social_list ul{
	flex-direction: column;
}
.fn__ver_header.v_m .fn__logo{
	margin: 0 -1px;
}
.fn__ver_header.v_m .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	padding: 30px 10px;
	text-decoration: none;
	background-color: var(--baucraft-lbc);
}
.fn__ver_header.v_m .fn__logo img{
	max-height: 300px;
	object-fit: cover;
}
.fn__ver_header.v_m .header_bottom{
	border-top: 1px solid var(--baucraft-border-color);
	padding: 20px;
	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;
	-ms-align-items: center;
	align-items: center;
}
.fn__ver_header.v_m .ver__nav_iconbar{
	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;
}
.fn__ver_header.v_m .icon_bar__item{
	margin-bottom: 5px;
}
.fn__ver_header.v_m .icon_bar__item:last-child{
	margin-bottom: 0px;
}



/* Header: Horizontal Navigation. Left Logo. Right Menu */
.fn__hor_header.h_ll_rm .fn__hor_nav{
	justify-content: flex-end;
}
.fn__hor_header.h_ll_rm .nav__hor{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -10px;
}
.fn__hor_header.h_ll_rm .fn__hor_nav_wrapper .hnav_left{
	padding: 0 30px;
}
.fn__hor_header.h_ll_rm .fn__hor_nav .nav_in{
	flex: none;
}
.fn__hor_header.h_ll_rm .fn__hor_nav .fn__morenav{
	flex: none;
	border: none;
	opacity: 0;
	pointer-events: none;
	margin-left: 10px;
	visibility: hidden;
	position: absolute;
}
.fn__hor_header.h_ll_rm .fn__hor_nav .fn__morenav.active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	position: relative;
}
.fn__hor_header.h_ll_rm .nav__hor > li{
	margin: 0;
	margin-left: 10px;
	opacity: 0;
	pointer-events: none;
	position: relative;
}
.fn__hor_header.h_ll_rm .nav__hor > li.menu-item-has-children:after{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    margin-left: -6px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--baucraft-border-color) transparent;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.fn__hor_header.h_ll_rm .nav__hor > li.menu-item-has-children:hover:after{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fn__hor_header.h_ll_rm .nav__hor > li.ready{
	pointer-events: auto;
	animation: baucraft_menu_animation 500ms ease;
	opacity: 1;
	transition: opacity 0s 0s ease;
}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(1){animation-delay: 0ms;transition-delay: 500ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(2){animation-delay: 100ms;transition-delay: 600ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(3){animation-delay: 200ms;transition-delay: 700ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(4){animation-delay: 300ms;transition-delay: 800ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(5){animation-delay: 400ms;transition-delay: 900ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(6){animation-delay: 500ms;transition-delay: 1000ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(7){animation-delay: 600ms;transition-delay: 1100ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(8){animation-delay: 700ms;transition-delay: 1200ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(9){animation-delay: 800ms;transition-delay: 1300ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(10){animation-delay: 900ms;transition-delay: 1400ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(11){animation-delay: 1000ms;transition-delay: 1500ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(12){animation-delay: 1100ms;transition-delay: 1600ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(13){animation-delay: 1200ms;transition-delay: 1700ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(14){animation-delay: 1300ms;transition-delay: 1800ms;}
.fn__hor_header.h_ll_rm .nav__hor > li.ready:nth-child(15){animation-delay: 1400ms;transition-delay: 1900ms;}

.fn__hor_header.h_ll_rm .nav__hor > li.disabled{
	display: none;
}
.fn__hor_header.h_ll_rm .fn__hor_nav .fn__morenav:hover > a,
.fn__hor_header.h_ll_rm .nav__hor > li:hover > a{
	color: var(--baucraft-mc2);
	background-color: transparent;
}
.fn__hor_header.h_ll_rm .nav__hor > li > a span:after{
	content: ' /';
}
.fn__hor_header.h_ll_rm .nav__hor > li > a span:before{
	content: '/ ';
}
.fn__hor_header.h_ll_rm .fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ll_rm .nav__hor > li > a{
	text-align: center;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    color: var(--baucraft-hc);
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fn__hor_header.h_ll_rm[data-hl="with_menu"] .fn_header_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_rm[data-hl="with_menu"] .header_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 121px;
}
.fn__hor_header.h_ll_rm[data-hl="with_menu"] .header_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_rm[data-hl="with_menu"] .fn__logo{
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_rm[data-hl="with_menu"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}
.fn__hor_header.h_ll_rm[data-hl="with_menu"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .header_bottom,
.fn__hor_header.h_ll_rm[data-hl="full"] .header_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .header_bottom_left,
.fn__hor_header.h_ll_rm[data-hl="full"] .header_bottom_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 71px;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .header_bottom_right,
.fn__hor_header.h_ll_rm[data-hl="full"] .header_bottom_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_rm[data-hs="off"] .fn__logo,
.fn__hor_header.h_ll_rm[data-hl="full"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .fn__logo a,
.fn__hor_header.h_ll_rm[data-hl="full"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_rm[data-hs="off"] .fn__logo img,
.fn__hor_header.h_ll_rm[data-hl="full"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .header_bottom_left{
	height: 101px;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ll_rm[data-hs="off"] .nav__hor > li > a{
	height: 100px;
	line-height: 100px;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .fn__hor_nav_wrapper{
	height: 101px;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .hor__nav_iconbar{
	height: 100px;
}
.fn__hor_header.h_ll_rm[data-hs="off"] .baucraft_fn_searchbox input[type="text"],
.fn__hor_header.h_ll_rm[data-hs="off"] .fn__hor_nav_wrapper .baucraft_fn_searchbox{
	height: 100px;
}



/* Header: Horizontal Navigation. Left Logo. Left Menu */
.fn__hor_header.h_ll_lm .nav__hor{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -10px;
}
.fn__hor_header.h_ll_lm .fn__hor_nav_wrapper .hnav_left{
	padding: 0 30px;
}
.fn__hor_header.h_ll_lm .fn__hor_nav .nav_in{
	flex: none;
}
.fn__hor_header.h_ll_lm .fn__hor_nav .fn__morenav{
	flex: none;
	border: none;
	opacity: 0;
	pointer-events: none;
	margin-left: 10px;
	visibility: hidden;
	position: absolute;
}
.fn__hor_header.h_ll_lm .fn__hor_nav .fn__morenav.active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	position: relative;
}
.fn__hor_header.h_ll_lm .nav__hor > li{
	margin: 0;
	margin-left: 10px;
	opacity: 0;
	pointer-events: none;
	position: relative;
}
.fn__hor_header.h_ll_lm .nav__hor > li.ready{
	pointer-events: auto;
	animation: baucraft_menu_animation 500ms ease;
	opacity: 1;
	transition: opacity 0s 0s ease;
}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(1){animation-delay: 0ms;transition-delay: 500ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(2){animation-delay: 100ms;transition-delay: 600ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(3){animation-delay: 200ms;transition-delay: 700ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(4){animation-delay: 300ms;transition-delay: 800ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(5){animation-delay: 400ms;transition-delay: 900ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(6){animation-delay: 500ms;transition-delay: 1000ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(7){animation-delay: 600ms;transition-delay: 1100ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(8){animation-delay: 700ms;transition-delay: 1200ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(9){animation-delay: 800ms;transition-delay: 1300ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(10){animation-delay: 900ms;transition-delay: 1400ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(11){animation-delay: 1000ms;transition-delay: 1500ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(12){animation-delay: 1100ms;transition-delay: 1600ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(13){animation-delay: 1200ms;transition-delay: 1700ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(14){animation-delay: 1300ms;transition-delay: 1800ms;}
.fn__hor_header.h_ll_lm .nav__hor > li.ready:nth-child(15){animation-delay: 1400ms;transition-delay: 1900ms;}

.fn__hor_header.h_ll_lm .nav__hor > li.disabled{
	display: none;
}
.fn__hor_header.h_ll_lm .fn__hor_nav .fn__morenav:hover > a,
.fn__hor_header.h_ll_lm .nav__hor > li:hover > a{
	color: var(--baucraft-mc2);
	background-color: transparent;
}
.fn__hor_header.h_ll_lm .nav__hor > li > a span:after{
	content: ' /';
}
.fn__hor_header.h_ll_lm .nav__hor > li > a span:before{
	content: '/ ';
}
.fn__hor_header.h_ll_lm .fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ll_lm .nav__hor > li > a{
	text-align: center;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    color: var(--baucraft-hc);
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fn__hor_header.h_ll_lm[data-hl="with_menu"] .fn_header_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_lm[data-hl="with_menu"] .header_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 121px;
}
.fn__hor_header.h_ll_lm[data-hl="with_menu"] .header_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_lm[data-hl="with_menu"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_lm[data-hl="with_menu"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_lm[data-hl="with_menu"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .header_bottom,
.fn__hor_header.h_ll_lm[data-hl="full"] .header_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .header_bottom_left,
.fn__hor_header.h_ll_lm[data-hl="full"] .header_bottom_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 71px;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .header_bottom_right,
.fn__hor_header.h_ll_lm[data-hl="full"] .header_bottom_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_lm[data-hs="off"] .fn__logo,
.fn__hor_header.h_ll_lm[data-hl="full"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .fn__logo a,
.fn__hor_header.h_ll_lm[data-hl="full"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_lm[data-hs="off"] .fn__logo img,
.fn__hor_header.h_ll_lm[data-hl="full"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .header_bottom_left{
	height: 101px;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ll_lm[data-hs="off"] .nav__hor > li > a{
	height: 100px;
	line-height: 100px;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .fn__hor_nav_wrapper{
	height: 101px;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .hor__nav_iconbar{
	height: 100px;
}
.fn__hor_header.h_ll_lm[data-hs="off"] .baucraft_fn_searchbox input[type="text"],
.fn__hor_header.h_ll_lm[data-hs="off"] .fn__hor_nav_wrapper .baucraft_fn_searchbox{
	height: 100px;
}



/* Header: Horizontal Navigation. Left Logo. No Menu */
.fn__hor_header.h_ll_nm .hor__nav_iconbar{
	background-color: transparent;
	border-left: none;
}
.fn__hor_header.h_ll_nm[data-hl="with_menu"] .fn_header_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_nm[data-hl="with_menu"] .header_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 121px;
}
.fn__hor_header.h_ll_nm[data-hl="with_menu"] .header_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_nm[data-hl="with_menu"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_nm[data-hl="with_menu"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_nm[data-hl="with_menu"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .header_bottom,
.fn__hor_header.h_ll_nm[data-hl="full"] .header_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .header_bottom_left,
.fn__hor_header.h_ll_nm[data-hl="full"] .header_bottom_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 71px;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .header_bottom_right,
.fn__hor_header.h_ll_nm[data-hl="full"] .header_bottom_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_nm[data-hs="off"] .fn__logo,
.fn__hor_header.h_ll_nm[data-hl="full"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .fn__logo a,
.fn__hor_header.h_ll_nm[data-hl="full"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_nm[data-hs="off"] .fn__logo img,
.fn__hor_header.h_ll_nm[data-hl="full"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .header_bottom_left{
	height: 101px;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .fn__hor_nav_wrapper{
	height: 101px;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .hor__nav_iconbar{
	height: 100px;
}
.fn__hor_header.h_ll_nm[data-hs="off"] .baucraft_fn_searchbox input[type="text"],
.fn__hor_header.h_ll_nm[data-hs="off"] .fn__hor_nav_wrapper .baucraft_fn_searchbox{
	height: 100px;
}





/* Header: Horizontal Navigation. Middle Logo. Left Menu */
.fn__hor_header.h_ml_lm .header_middle{
	padding: 40px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__hor_header.h_ml_lm .nav__hor{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -10px;
}
.fn__hor_header.h_ml_lm .fn__hor_nav_wrapper .hnav_left{
	padding: 0 30px;
}
.fn__hor_header.h_ml_lm .fn__hor_nav .nav_in{
	flex: none;
}
.fn__hor_header.h_ml_lm .fn__hor_nav .fn__morenav{
	flex: none;
	border: none;
	opacity: 0;
	pointer-events: none;
	margin-left: 10px;
	visibility: hidden;
	position: absolute;
}
.fn__hor_header.h_ml_lm .fn__hor_nav .fn__morenav.active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	position: relative;
}
.fn__hor_header.h_ml_lm .nav__hor > li{
	margin: 0;
	margin-left: 10px;
	opacity: 0;
	pointer-events: none;
	position: relative;
}
.fn__hor_header.h_ml_lm .nav__hor > li.ready{
	pointer-events: auto;
	animation: baucraft_menu_animation 500ms ease;
	opacity: 1;
	transition: opacity 0s 0s ease;
}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(1){animation-delay: 0ms;transition-delay: 500ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(2){animation-delay: 100ms;transition-delay: 600ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(3){animation-delay: 200ms;transition-delay: 700ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(4){animation-delay: 300ms;transition-delay: 800ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(5){animation-delay: 400ms;transition-delay: 900ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(6){animation-delay: 500ms;transition-delay: 1000ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(7){animation-delay: 600ms;transition-delay: 1100ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(8){animation-delay: 700ms;transition-delay: 1200ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(9){animation-delay: 800ms;transition-delay: 1300ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(10){animation-delay: 900ms;transition-delay: 1400ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(11){animation-delay: 1000ms;transition-delay: 1500ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(12){animation-delay: 1100ms;transition-delay: 1600ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(13){animation-delay: 1200ms;transition-delay: 1700ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(14){animation-delay: 1300ms;transition-delay: 1800ms;}
.fn__hor_header.h_ml_lm .nav__hor > li.ready:nth-child(15){animation-delay: 1400ms;transition-delay: 1900ms;}

.fn__hor_header.h_ml_lm .nav__hor > li.disabled{
	display: none;
}
.fn__hor_header.h_ml_lm .fn__hor_nav .fn__morenav:hover > a,
.fn__hor_header.h_ml_lm .nav__hor > li:hover > a{
	color: var(--baucraft-mc2);
	background-color: transparent;
}
.fn__hor_header.h_ml_lm .nav__hor > li > a span:after{
	content: ' /';
}
.fn__hor_header.h_ml_lm .nav__hor > li > a span:before{
	content: '/ ';
}
.fn__hor_header.h_ml_lm .fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ml_lm .nav__hor > li > a{
	text-align: center;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    color: var(--baucraft-hc);
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}




/* Header: Horizontal Navigation. Middle Logo. Sorted Menu */
.fn__hor_header.h_ml_sm .header_middle{
	padding: 40px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__hor_header.h_ml_sm .nav__hor{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.fn__hor_header.h_ml_sm .nav__hor > li{
	flex: 1;
	margin: 0;
	padding: 0;
	min-width: 16.6666%;
	border-right: 1px solid var(--baucraft-border-color);
	position: relative;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	z-index: -9999;
}
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(1),
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(2),
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(3),
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(4),
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(5),
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(6){
	opacity: 1;
	position: relative;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}
.fn__hor_header.h_ml_sm .nav__hor > li.menu-item-has-children:after{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    margin-left: -6px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--baucraft-border-color) transparent;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.fn__hor_header.h_ml_sm .nav__hor > li.menu-item-has-children:hover:after{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fn__hor_header.h_ml_sm .nav__hor > li:nth-child(6),
.fn__hor_header.h_ml_sm .nav__hor > li:last-child{
	border-right: none;
}
.fn__hor_header.h_ml_sm .nav__hor > li > a{
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: var(--baucraft-hc);
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 16px;
	font-family: var(--hff);
	font-weight: 900;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fn__hor_header.h_ml_sm .nav__hor > li:hover > a{
	background-color: #f6f6fb;
	color: var(--baucraft-mc2);
}
.fn__hor_header.h_ml_sm .nav__hor > li > a span{
	position: relative;
}
.fn__hor_header.h_ml_sm .nav__hor > li > a span:after{
	content: ' /';
}
.fn__hor_header.h_ml_sm .nav__hor > li > a span:before{
	content: '/ ';
}
.h_ml_sm .fn__hor_nav .nav_in{
	flex: 6;
}
.h_ml_sm .fn__hor_nav .fn__morenav{
	flex: 1;
}


/* Header: Horizontal Navigation. Left Logo. Sorted Menu */
.fn__hor_header.h_ll_sm[data-hl="with_menu"] .fn_header_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_sm[data-hl="with_menu"] .header_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 121px;
}
.fn__hor_header.h_ll_sm[data-hl="with_menu"] .header_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_sm[data-hl="with_menu"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_sm[data-hl="with_menu"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_sm[data-hl="with_menu"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .header_bottom,
.fn__hor_header.h_ll_sm[data-hl="full"] .header_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .header_bottom_left,
.fn__hor_header.h_ll_sm[data-hl="full"] .header_bottom_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 71px;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .header_bottom_right,
.fn__hor_header.h_ll_sm[data-hl="full"] .header_bottom_right{
	width: 80%;
	width: calc(100% - var(--baucraft-hor-logo-width));
	max-width: calc(100% - var(--baucraft-hor-logo-width));
}
.fn__hor_header.h_ll_sm[data-hs="off"] .fn__logo,
.fn__hor_header.h_ll_sm[data-hl="full"] .fn__logo{
	height: 100%;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .fn__logo a,
.fn__hor_header.h_ll_sm[data-hl="full"] .fn__logo a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	background-color: var(--baucraft-lbc);
}
.fn__hor_header.h_ll_sm[data-hs="off"] .fn__logo img,
.fn__hor_header.h_ll_sm[data-hl="full"] .fn__logo img{
	max-width: 100%;
	max-height: 100%;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .header_bottom_left{
	height: 101px;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ll_sm[data-hs="off"] .nav__hor > li > a{
	height: 100px;
	line-height: 100px;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .fn__hor_nav_wrapper{
	height: 101px;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .hor__nav_iconbar{
	height: 100px;
}
.fn__hor_header.h_ll_sm[data-hs="off"] .baucraft_fn_searchbox input[type="text"],
.fn__hor_header.h_ll_sm[data-hs="off"] .fn__hor_nav_wrapper .baucraft_fn_searchbox{
	height: 100px;
}





/* Sticky */
.admin-bar .baucraft_fn_header_sticky.fn__hor_header.h_ll_sm{
	top: var(--adminbar-height);
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm{
	transform: translateY(-105%);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--baucraft-bbc);
	transition: .5s;
}
.frenify-sticky-nav-enabled .baucraft_fn_header_sticky.fn__hor_header.h_ll_sm{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .header_bottom_left{
	width: 20%;
	width: var(--baucraft-hor-logo-width);
	height: 71px;
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .fn__hor_nav .fn__morenav > a,
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .nav__hor > li > a{
	height: 70px;
	line-height: 70px;
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .fn__hor_nav_wrapper{
	height: 71px;
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .hor__nav_iconbar{
	height: 70px;
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .fn__hor_nav_wrapper .baucraft_fn_searchbox{
	height: 70px;
}
.baucraft_fn_header_sticky.fn__hor_header.h_ll_sm[data-hs="off"] .baucraft_fn_searchbox input[type="text"]{
	height: 70px;
}




.fn__hor_nav_wrapper{
	height: 71px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--baucraft-border-color);
	position: relative;
}
.fn__hor_nav_wrapper .baucraft_fn_searchbox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.search-active .fn__hor_nav{
	opacity: 0;
	visibility: hidden;
}
.search-active .fn__hor_nav_wrapper .baucraft_fn_searchbox.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.fn__hor_nav_wrapper .hnav_left{
	flex: auto;
	position: relative;
	min-width: 0;
}
.fn__hor_nav{
	height: 100%;
	width: 100%;
	position: relative;
	transition: all .3s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__hor_nav .nav_in{
	flex: 5;
	min-width: 0;
}
.fn__hor_nav .fn__morenav{
	flex: 1;
	min-width: 0;
	border-left: 1px solid var(--baucraft-border-color);
	position: relative;
}
.fn__hor_nav .fn__morenav .more_popup{
	z-index: 9;
    position: absolute;
    top: 100%;
    left: -1px;
    border: 1px solid var(--baucraft-border-color);
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    width: 272px;
    min-width: 100%;
    padding: 37px 0;
    padding-bottom: 34px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
}
.fn__hor_nav .fn__morenav:hover .more_popup{
	transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}




.hor__nav_iconbar{
	background-color: #f6f6fb;
	padding: 0px 20px;
	height: 70px;
	border-left: 1px solid var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hor__nav_iconbar .icon_bar__item:last-child{
	margin-right: 0;
}
.hor__nav_iconbar .icon_bar__item{
	margin-right: 5px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__icon_button{
	background-color: var(--baucraft-bg-color);
	border: 1px solid var(--baucraft-border-color);
}
.fn__icon_button .close:before{
	opacity: 0;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--baucraft-hc);
	display: block;
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
}
.fn__icon_button .close:after{
	opacity: 0;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--baucraft-hc);
	display: block;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
}
.search-active .search_button .woo__count,
.search-active .search_button .fn__svg,
.woo_cart_active .woo_button .woo__count,
.woo_cart_active .woo_button .fn__svg{
	opacity: 0;
}
.search-active .search_button .close:before,
.search-active .search_button .close:after,
.woo_cart_active .woo_button .close:before,
.woo_cart_active .woo_button .close:after{
	opacity: 1;
}
.woo_cart_active .icon_bar__woo:after{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.icon_bar__woo:after{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    margin-left: -6px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--baucraft-border-color) transparent;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.fn__icon_button .woo__count{
	display: block;
	position: absolute;
	background-color: var(--baucraft-mc1);
	color: #000;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	padding: 0 5px;
	height: 18px;
	border-radius: 18px;
	top: 4px;
	right: 4px;
	font-weight: 900;
	font-family: var(--hff);
	min-width: 18px;
}
.fn__icon_button{
	width: 50px;
	height: 50px;
	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: relative;
	text-decoration: none;
	color: var(--baucraft-hc);
	border-radius: 4px;
}
.fn__icon_button:hover{
	background-color: #efefef;
}
.fn__trigger{
	background-color: var(--baucraft-mc1);
	width: 50px;
	height: 50px;
	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: relative;
	text-decoration: none;
	color: #000;
	border-radius: 4px;
}
.fn__trigger .a{
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	top: 18px;
	left: 50%;
	margin-left: -10px;
	transition: all .3s ease;
}
.fn__trigger .b:before{
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #000;
	left: 13px;
	top: 24px;
	transition: all .3s ease;
}
.fn__trigger .b:after{
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 2px;
	background-color: #000;
	left: 31px;
	top: 24px;
	transition: all .3s ease;
}
.fn__trigger .c{
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	bottom: 18px;
	left: 50%;
	margin-left: -10px;
	transition: all .3s ease;
}
.baucraft_fn_mobnav.menu_opened .fn__trigger,
.fn__trigger:hover{
	background-color: #000;
}
.baucraft_fn_mobnav.menu_opened .fn__trigger .a,
.baucraft_fn_mobnav.menu_opened .fn__trigger .b:after,
.baucraft_fn_mobnav.menu_opened .fn__trigger .b:before,
.baucraft_fn_mobnav.menu_opened .fn__trigger .c,
.fn__trigger:hover .a,
.fn__trigger:hover .b:after,
.fn__trigger:hover .b:before,
.fn__trigger:hover .c{
	background-color: #fff;
}
.baucraft_fn_mobnav.menu_opened .fn__trigger .b:before,
.fn__trigger:hover .b:before{
	width: 6px;
}
.baucraft_fn_mobnav.menu_opened .fn__trigger .b:after,
.fn__trigger:hover .b:after{
	width: 15px;
	transform: translateX(-9px);
}




.fn__hor_header.h_ll_sm .nav__hor{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.fn__hor_header.h_ll_sm .nav__hor > li{
	flex: 1;
	margin: 0;
	padding: 0;
	min-width: 20%;
	border-right: 1px solid var(--baucraft-border-color);
	position: relative;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	z-index: -9999;
}
.fn__hor_header.h_ll_sm .nav__hor > li:nth-child(1),
.fn__hor_header.h_ll_sm .nav__hor > li:nth-child(2),
.fn__hor_header.h_ll_sm .nav__hor > li:nth-child(3),
.fn__hor_header.h_ll_sm .nav__hor > li:nth-child(4),
.fn__hor_header.h_ll_sm .nav__hor > li:nth-child(5){
	opacity: 1;
	position: relative;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}
.fn__hor_nav .fn__morenav:after,
.fn__hor_header.h_ll_sm .nav__hor > li.menu-item-has-children:after{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    margin-left: -6px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--baucraft-border-color) transparent;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.fn__hor_nav .fn__morenav:hover:after,
.fn__hor_header.h_ll_sm .nav__hor > li.menu-item-has-children:hover:after{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fn__hor_header.h_ll_sm .nav__hor > li:nth-child(5),
.fn__hor_header.h_ll_sm .nav__hor > li:last-child{
	border-right: none;
}

.fn__hor_nav .fn__morenav > a,
.fn__hor_header.h_ll_sm .nav__hor > li > a{
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: var(--baucraft-hc);
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 16px;
	font-family: var(--hff);
	font-weight: 900;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fn__hor_nav .fn__morenav:hover > a,
.fn__hor_header.h_ll_sm .nav__hor > li:hover > a{
	background-color: #f6f6fb;
	color: var(--baucraft-mc2);
}
.fn__hor_nav .fn__morenav > a > span,
.fn__hor_header.h_ll_sm .nav__hor > li > a span{
	position: relative;
}
.fn__hor_nav .fn__morenav > a > span:after,
.fn__hor_header.h_ll_sm .nav__hor > li > a span:after{
	content: ' /';
}
.fn__hor_nav .fn__morenav > a > span:before,
.fn__hor_header.h_ll_sm .nav__hor > li > a span:before{
	content: '/ ';
}



/* Preloader */
.baucraft_fn_preloader.ready{
	opacity: 0;
	visibility: hidden;
}
.baucraft_fn_preloader{
/*	display: none !important;*/
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: #fff;
}
.baucraft_fn_preloader .spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -38px;
	width: 76px;
    height: 76px;
    background: transparent;
    border-top: 4px solid var(--baucraft-hc);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s baucraft_preloader_spin linear infinite;
    animation: 1s baucraft_preloader_spin linear infinite;
}
.baucraft_fn_preloader .sq4{
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	padding: 0;
	border: none;
	outline: none;
	color: var(--baucraft-hc);
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
.baucraft_fn_preloader .sq4 div{
	position: absolute;
    width: 16px;
    height: 16px;
    background: currentColor;
    animation: baucraft_preloader_sq4 1.2s linear infinite;
}
.baucraft_fn_preloader .sq4 div:nth-child(1){
	top: 0;
	left: 0;
	animation-delay: 0s;
}
.baucraft_fn_preloader .sq4 div:nth-child(2){
	top: 0;
	right: 0;
	animation-delay: -0.4s;
}
.baucraft_fn_preloader .sq4 div:nth-child(3){
	bottom: 0;
	left: 0;
	animation-delay: -0.4s;
}
.baucraft_fn_preloader .sq4 div:nth-child(4){
	bottom: 0;
	right: 0;
	animation-delay: -0.8s;
}
@-webkit-keyframes baucraft_preloader_sq4 {
    0%,100% {
       opacity: 1;
    }
    50% {
        opacity: .5;
    }
}
@keyframes baucraft_preloader_sq4 {
    0%,100% {
       opacity: 1;
    }
    50% {
        opacity: .5;
    }
}
@-webkit-keyframes baucraft_preloader_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes baucraft_preloader_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/****************************************************/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #777777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #777777;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #777777;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #777777;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #777777;
}
::placeholder { /* Most modern browsers support this now. */
	color: #777777;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: var(--baucraft-hc);
	font-family: var(--hff);
	line-height: 1.22;
	letter-spacing: 0;
}
.fn__container{
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
}
.fn__container .fn__container{
	padding: 0;
}
/* COMMON */
.fn__svg {
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
.fn__tooltip_item{
	position: relative;
}
.fn__tooltip_item:hover .t_text{
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.fn__tooltip_item .t_text{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-10px);
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	width: max-content;
	padding: 6px 10px 4px;
	display: block;
	line-height: 15px;
	background-color: #000;
	border-radius: 13px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #fff;
	letter-spacing: .25px;
	left: 50%;
	transition: all .3s ease;
	pointer-events: none;
	max-width: 170px;
	text-align: center;
}
.fn__tooltip_item:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	margin-bottom: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	pointer-events: none;
	transform: translateY(-10px);
}
.fn__tooltip_item.rbg_item:after{
	border-top-color: var(--guff-mc1);
	transform: translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover:after{
	transform: translateY(-5px);
}
.fn__tooltip_item:hover:after{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fn__tooltip_item.rbg_item .t_text{
	background-color: var(--guff-mc1);
	color: #000;
	transform: translateX(-50%) translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover .t_text{
	transform: translateX(-50%) translateY(-5px);
}
.fn__tooltip_item.left_aligned.rbg_item .t_text{
	transform: translateY(-15px);
}
.fn__tooltip_item.left_aligned.rbg_item:hover .t_text{
	transform: translateY(-5px);
}
.fn__tooltip_item.left_aligned .t_text{
	left: 0;
	transform: translateY(-10px);
}
.fn__tooltip_item.left_aligned:hover .t_text{
	transform: translateY(0px);
}
.fn__tooltip_item.no_space:after{
	transform: translateY(-7px);
}
.fn__tooltip_item.no_space:hover:after{
	transform: translateY(3px);
}
.fn__tooltip_item.no_space .t_text{
	transform: translateX(-50%) translateY(-7px);
}
.fn__tooltip_item.no_space:hover .t_text{
	transform: translateX(-50%) translateY(3px);
}






/* Searchbox */
.baucraft_fn_searchbox{
	z-index: 2;
	width: 100%;
	position: relative;
	height: 70px;
	border-bottom: 1px solid var(--baucraft-border-color);
	padding-left: 80px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s ease;
}
.baucraft_fn_searchbox .search_closer{
	display: none;
	text-decoration: none;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	border-radius: 4px;
}
.baucraft_fn_searchbox .search_closer:hover{
	background-color: var(--baucraft-mc1);
}
.baucraft_fn_searchbox .search_closer:hover:after,
.baucraft_fn_searchbox .search_closer:hover:before{
	background-color: #000;
}
.baucraft_fn_searchbox .search_closer:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--baucraft-hc);
	display: block;
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
}
.baucraft_fn_searchbox .search_closer:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--baucraft-hc);
	display: block;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
}
.baucraft_fn_searchbox .search{
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 50px;
}
.baucraft_fn_searchbox .search span{
	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: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: var(--baucraft-border-color);
	pointer-events: none;
	border-radius: 100%;
	color: var(--baucraft-hc);
}
.baucraft_fn_searchbox .search input[type="submit"]{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	background-color: transparent !important;
}
.baucraft_fn_searchbox input[type="text"]{
	display: block;
	height: 70px;
	padding: 0 10px;
	width: 100%;
	border: none;
	border-right: 0;
	background-color: transparent!important;
}




/* Retina Logo */
.mobile_retina_logo,
.retina_logo{
	display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.1),(min-device-pixel-ratio: 1.1),(min-resolution: 120dpi){
	.mobile_retina_logo,
	.retina_logo{display: block;}
	.mobile_logo,
	.desktop_logo{display: none;}
}








/* Mobile Navigation */
.baucraft_fn_mobnav{
	display: none;
}
.baucraft_fn_mobnav .mob_top{
	background-color: var(--baucraft-bbc);
	position: relative;
	width: 100%;
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
	height: 101px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.baucraft_fn_mobnav .fn__logo{
	width: 274px;
	max-width: 60%;
	min-width: 0;
	margin: -1px 0;
}
.baucraft_fn_mobnav .fn__logo a{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background-color: var(--baucraft-lbc);
}
.baucraft_fn_mobnav .right__triggers{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px;
}
.baucraft_fn_mobnav .right__triggers > a{
	margin-right: 10px;
}
.baucraft_fn_mobnav .right__triggers > a:last-child{
	margin-right: 0;
}
.baucraft_fn_mobnav .mob_bot{
	display: none;
	background-color: var(--baucraft-bbc);
	overflow: hidden;
}
.baucraft_fn_mobnav .mob_bot_in{
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
}
.baucraft_fn_mobnav .baucraft_fn_social_list{
	padding: 10px 30px 5px;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.baucraft_fn_mobnav .baucraft_fn_social_list ul{
	justify-content: center;
}
.baucraft_fn_mobnav.menu_opened{
	
}
.fn__mob_nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__mob_nav > li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__mob_nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__mob_nav > li:last-child{
	border-bottom: none;
}
.fn__mob_nav > li > a{
	height: 68px;
    text-decoration: none;
    display: block;
    padding: 0 30px;
	padding-right: 90px;
    position: relative;
    line-height: 68px;
    font-size: 30px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 900;
    font-family: var(--hff);
    color: var(--baucraft-hc);
}
.fn__mob_nav > li > a .text:before{
	content: '/ ';
}
.fn__mob_nav > li > a .text:after{
	content: ' /';
}
.fn__mob_nav li:hover > a{
	color: var(--baucraft-mc2);
}
.fn__mob_nav > .menu-item-has-children > a > .icon{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	border: 1px solid var(--baucraft-border-color);
	right: 20px;
	top: 50%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 5px;
	transition: all .3s ease;
}
.fn__mob_nav > .menu-item-has-children > a > .icon:after{
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -1px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__mob_nav > .menu-item-has-children > a > .icon:before{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__mob_nav > .menu-item-has-children > a:hover> .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__mob_nav > .menu-item-has-children > a:hover > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__mob_nav > .menu-item-has-children > a:hover > .icon{
	background-color: #000;
}
.fn__mob_nav > .menu-item-has-children.active > a > .icon{
	background-color: #000;
}
.fn__mob_nav > .menu-item-has-children.active > a > .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__mob_nav > .menu-item-has-children.active > a > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg) scale(0);
}
.fn__mob_nav .sub-menu{
	display: none;
	margin: 0;
	padding: 32px 15px 29px;
	list-style-type: none;
	border-top: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bbc);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.fn__mob_nav .sub-menu ul{
	box-shadow: none;
	border: none;
	margin-left: 20px;
	padding: 11px 0 5px;
}
.fn__mob_nav .sub-menu a{
	font-size: 16px;
	display: block;
	padding: 3px 20px;
	font-weight: 500;
	text-decoration: none;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	position: relative;
	line-height: 25px;
}
.fn__mob_nav .sub-menu li{
	margin-bottom: 6px;
}
.fn__mob_nav .sub-menu li:last-child{
	margin-bottom: 0;
}
.fn__mob_nav .sub-menu .menu-item-has-children > a > .icon{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	border: 1px solid var(--baucraft-border-color);
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	border-radius: 3px;
	transition: all .3s ease;
}
.fn__mob_nav .sub-menu .menu-item-has-children > a > .icon:after{
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -1px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__mob_nav .sub-menu .menu-item-has-children > a > .icon:before{
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__mob_nav .sub-menu .menu-item-has-children > a:hover> .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__mob_nav .sub-menu .menu-item-has-children > a:hover > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__mob_nav .sub-menu .menu-item-has-children > a:hover > .icon{
	background-color: #000;
}
.fn__mob_nav .sub-menu .menu-item-has-children.active > a > .icon{
	background-color: #000;
}
.fn__mob_nav .sub-menu .menu-item-has-children.active > a > .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__mob_nav .sub-menu .menu-item-has-children.active > a > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg) scale(0);
}




















/* Sub Menu */
.fn__classic_sub .baucraft_fn_submenu li.menu-item-has-children:hover > ul{
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.fn__hor_header.h_ll_rm .nav__hor > li.menu-item-has-children:hover > .fn__classic_sub,
.fn__hor_header.h_ml_lm .nav__hor > li.menu-item-has-children:hover > .fn__classic_sub,
.fn__hor_header.h_ll_lm .nav__hor > li.menu-item-has-children:hover > .fn__classic_sub,
.fn__hor_header.h_ml_sm .nav__hor > li.menu-item-has-children:hover > .fn__classic_sub,
.fn__hor_header.h_ll_sm .nav__hor > li.menu-item-has-children:hover > .fn__classic_sub{
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.fn__classic_sub{
	z-index: 9;
	position: absolute;
	top: 100%;
	margin-left: -1px;
	border: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bg-color);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	width: 272px;
	min-width: 100%;
	min-width: calc(100% + 2px); /* Because of borders*/
	padding: 37px 0;
	padding-bottom: 34px; /* Heebo */
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	pointer-events: none;
}
.fn__hor_nav .fn__morenav .more_popup ul,
.fn__classic_sub .baucraft_fn_submenu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__hor_nav .fn__morenav .more_popup li,
.fn__classic_sub .baucraft_fn_submenu li{
	position: relative;
	margin-bottom: 11px;
}
.fn__hor_nav .fn__morenav .more_popup li:last-child,
.fn__classic_sub .baucraft_fn_submenu li:last-child{
	margin-bottom: 0;
}
.fn__hor_nav .fn__morenav .more_popup a,
.fn__classic_sub .baucraft_fn_submenu a{
	font-weight: 500;
	font-size: 16px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	padding: 0 40px;
	display: block;
	text-decoration: none;
}
.fn__hor_nav .fn__morenav .more_popup li:hover > a,
.fn__classic_sub .baucraft_fn_submenu li:hover > a{
	color: var(--baucraft-mc2);
}
.baucraft_fn_grandchild-menu{
	margin: 0;
	padding: 37px 0;
	padding-bottom: 34px; /* Heebo */
	position: absolute;
	left: 100%;
	width: 272px;
	border: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bg-color);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	top: -38px;
	list-style-type: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	pointer-events: none;
}
.baucraft_fn_grandchild-menu:after{
	top: 40px;
	content: '';
	position: absolute;
	right: 100%;
	margin-right: 1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent var(--baucraft-border-color) transparent transparent;
}







/* All bordered Links */
.fn__blink{
	text-decoration: none;
    color: var(--baucraft-hc);
    position: relative;
	white-space: nowrap;
}
.fn__blink:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 3px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.fn__blink:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}






/* Off-canvas Overlay */
.fn_menu_description{
	display: none;
}
.admin-bar .baucraft_fn_offcanvas_overlay{
	top: var(--adminbar-height);
}
.offcanvas_overlay_active .baucraft_fn_offcanvas_overlay{
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}
.baucraft_fn_offcanvas_overlay{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--baucraft-bbc);
	z-index: 9999;
	pointer-events: none;
	transition: all .3s ease;
}
.fn__offc_closer{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: var(--baucraft-mc1);
	display: block;
	text-decoration: none;
	position: absolute;
	cursor: pointer;
	top: 20px;
	right: 20px;
	outline: 2px solid #f6f6fb;
	z-index: 5;
}
.fn__offc_closer:before{
	content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px;
	transition: all .3s ease;
}
.fn__offc_closer:hover:before{
	transform: rotate(-45deg);
}
.fn__offc_closer:hover:after{
	transform: rotate(-135deg);
}
.fn__offc_closer:after{
	content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px;
	transition: all .3s ease;
}
.baucraft_fn_offcanvas_overlay .overlay_in{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.baucraft_fn_offcanvas_overlay .overlay_right_inner{
	padding: 120px 50px;
}
.baucraft_fn_offcanvas_overlay .overlay_right{
	width: 400px;
	border-left: 1px solid var(--baucraft-border-color);
	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;
	background-color: #f6f6fb;
	position: relative;
}
.baucraft_fn_offcanvas_overlay .overlay_right:before{
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
	content: '';
	z-index: 3;
}
.baucraft_fn_offcanvas_overlay .overlay_right:after{
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
	content: '';
	z-index: 3;
}
.baucraft_fn_offcanvas_overlay .overlay_left{
	width: 350px;
	border-right: 1px solid var(--baucraft-border-color);
	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;
}
.baucraft_fn_offcanvas_overlay .fn__logo{
	height: 121px;
	width: 100%;
	width: calc(100% + 1px);
}
.baucraft_fn_offcanvas_overlay .fn__logo a{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
	text-decoration: none;
	background-color: var(--baucraft-lbc);
}
.baucraft_fn_offcanvas_overlay .bottom_part{
	margin-top: auto;
	padding: 30px 50px;
	position: relative;
	border-top: 1px solid var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.baucraft_fn_offcanvas_overlay .middle_part{
	flex: auto;
	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: flex-end;
	padding: 30px 50px;
}
.baucraft_fn_offcanvas_overlay .extra__info{
	margin-bottom: 27px;
}
.baucraft_fn_offcanvas_overlay .middle_part > *:last-child{
	margin-bottom: 0;
}
.baucraft_fn_offcanvas_overlay .extra__info ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_offcanvas_overlay .extra__info li{
	margin: 0;
	padding: 0;
	margin-bottom: 27px;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 20px;
}
.baucraft_fn_offcanvas_overlay .extra__info a{
	text-decoration: none;
	color: var(--baucraft-hc);
	position: relative;
	white-space: nowrap;
}
.baucraft_fn_offcanvas_overlay .extra__info a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 3px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.baucraft_fn_offcanvas_overlay .extra__info a:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}
.baucraft_fn_offcanvas_overlay .extra__info span{
	margin-bottom: 3px;
    height: 23px;
    line-height: 23px;
    background-color: var(--baucraft-border-color);
    border-radius: 2px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: var(--baucraft-hc);
    text-transform: uppercase;
    font-family: var(--hff);
}
.baucraft_fn_offcanvas_overlay .extra__info li:last-child{
	margin-bottom: 0;
}
.baucraft_fn_offcanvas_overlay .extra__button{
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0 39px 0 19px;
	line-height: 38px;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	border: 1px solid var(--baucraft-mc2);
	background-color: var(--baucraft-mc2);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .5px;
	font-family: var(--hff);
	font-weight: 700;
}
.baucraft_fn_offcanvas_overlay .extra__button:hover{
	background-color: transparent;
	color: var(--baucraft-hc);
	border-color: var(--baucraft-border-color);
}
.baucraft_fn_offcanvas_overlay .extra__button .fn__svg{
	width: 14px;
	height: 14px;
	right: 19px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	display: block;
}
.baucraft_fn_offcanvas_overlay .overlay_middle{
	flex: auto;
	padding: 120px 0;
}
.baucraft_fn_offcanvas_overlay .widget_block{
	margin-bottom: 60px;
}
.baucraft_fn_offcanvas_overlay .widget_block:last-child{
	margin-bottom: 0px;
}
.baucraft_fn_offcanvas_overlay .widget_block.widget_media_image:not(:last-child){
	margin-bottom: 30px;
}
.baucraft_fn_offcanvas_overlay .wid-title .text{
	margin-bottom: 11px;
}
.baucraft_fn_offcanvas_overlay p{
	font-size: 16px;
	margin-bottom: 20px;
}
.baucraft_fn_offcanvas_overlay .textwidget{
	font-size: 16px;
}
.baucraft_fn_offcanvas_overlay .textwidget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_offcanvas_overlay .textwidget li{
	margin-bottom: 10px;
}
.baucraft_fn_offcanvas_overlay .textwidget li:last-child{
	margin-bottom: 0;
}
.baucraft_fn_offcanvas_overlay .textwidget a{
	font-size: 16px;
	color: var(--baucraft-mc2);
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.baucraft_fn_offcanvas_overlay .textwidget a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 2px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.baucraft_fn_offcanvas_overlay .textwidget a:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}



.fn__scroll_y,
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .list,
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .list,
.fn__ver_header.v_m .header_middle,
.fn__ver_header.v_f .header_middle,
.baucraft_fn_offcanvas_overlay .middle_part,
.baucraft_fn_offcanvas_overlay .overlay_right_inner,
.baucraft_fn_offcanvas_overlay .overlay_middle{
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
  	scrollbar-color: transparent transparent;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .list::-webkit-scrollbar,
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .list::-webkit-scrollbar,
.fn__scroll_y::-webkit-scrollbar,
.fn__ver_header.v_m .header_middle::-webkit-scrollbar,
.fn__ver_header.v_f .header_middle::-webkit-scrollbar,
.baucraft_fn_offcanvas_overlay .middle_part::-webkit-scrollbar,
.baucraft_fn_offcanvas_overlay .overlay_right_inner::-webkit-scrollbar,
.baucraft_fn_offcanvas_overlay .overlay_middle::-webkit-scrollbar {
	width: 0px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .list::-webkit-scrollbar-thumb,
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .list::-webkit-scrollbar-thumb,
.fn__scroll_y::-webkit-scrollbar-thumb,
.fn__ver_header.v_m .header_middle::-webkit-scrollbar-thumb,
.fn__ver_header.v_f .header_middle::-webkit-scrollbar-thumb,
.baucraft_fn_offcanvas_overlay .middle_part::-webkit-scrollbar-thumb,
.baucraft_fn_offcanvas_overlay .overlay_right_inner::-webkit-scrollbar-thumb,
.baucraft_fn_offcanvas_overlay .overlay_middle::-webkit-scrollbar-thumb {
	background-color: transparent;
}






/* Off-canvas menu */
.fn__offc_nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__offc_nav li{
	margin: 0;
	padding: 0;
	position: relative;
}
.fn__offc_nav > li{
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__offc_nav > li:last-child{
	border-bottom: none;
}
.fn__offc_nav > li > a{
	height: 98px;
	text-decoration: none;
	display: block;
	padding: 0 50px;
	padding-right: 90px;
	position: relative;
	line-height: 98px;
	font-size: 48px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 900;
	font-family: var(--hff);
	color: var(--baucraft-hc);
}
.fn__offc_nav > li > a .text:before{
	content: '/ ';
}
.fn__offc_nav > li > a .text:after{
	content: ' /';
}
.fn__offc_nav li:hover > a{
	color: var(--baucraft-mc2);
}
.fn__offc_nav > .menu-item-has-children > a > .icon{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	border: 1px solid var(--baucraft-border-color);
	right: 20px;
	top: 50%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 5px;
	transition: all .3s ease;
}
.fn__offc_nav > .menu-item-has-children > a > .icon:after{
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -1px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__offc_nav > .menu-item-has-children > a > .icon:before{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__offc_nav > .menu-item-has-children > a:hover> .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__offc_nav > .menu-item-has-children > a:hover > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__offc_nav > .menu-item-has-children > a:hover > .icon{
	background-color: #000;
}
.fn__offc_nav > .menu-item-has-children.active > a > .icon{
	background-color: #000;
}
.fn__offc_nav > .menu-item-has-children.active > a > .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__offc_nav > .menu-item-has-children.active > a > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg) scale(0);
}
.fn__offc_nav .sub-menu{
	display: none;
	margin: 0;
	padding: 32px 15px 29px;
	list-style-type: none;
	border-top: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bbc);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.fn__offc_nav .sub-menu ul{
	box-shadow: none;
	border: none;
	margin-left: 20px;
	padding: 11px 0 5px;
}
.fn__offc_nav .sub-menu a{
	font-size: 16px;
	display: block;
	padding: 3px 35px;
	font-weight: 500;
	text-decoration: none;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	position: relative;
	line-height: 25px;
}
.fn__offc_nav .sub-menu li{
	margin-bottom: 6px;
}
.fn__offc_nav .sub-menu li:last-child{
	margin-bottom: 0;
}
.fn__offc_nav .sub-menu .menu-item-has-children > a > .icon{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	border: 1px solid var(--baucraft-border-color);
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	border-radius: 3px;
	transition: all .3s ease;
}
.fn__offc_nav .sub-menu .menu-item-has-children > a > .icon:after{
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -1px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__offc_nav .sub-menu .menu-item-has-children > a > .icon:before{
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
	background-color: #000;
	transition: all .3s ease;
}
.fn__offc_nav .sub-menu .menu-item-has-children > a:hover> .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__offc_nav .sub-menu .menu-item-has-children > a:hover > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__offc_nav .sub-menu .menu-item-has-children > a:hover > .icon{
	background-color: #000;
}
.fn__offc_nav .sub-menu .menu-item-has-children.active > a > .icon{
	background-color: #000;
}
.fn__offc_nav .sub-menu .menu-item-has-children.active > a > .icon:before{
	background-color: #fff;
	transform: rotate(-180deg);
}
.fn__offc_nav .sub-menu .menu-item-has-children.active > a > .icon:after{
	background-color: #fff;
	transform: rotate(-180deg) scale(0);
}




/* Social List */

.baucraft_fn_social_list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -5px;
}
.baucraft_fn_social_list li{
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}
.baucraft_fn_social_list a{
	display: block;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 30px;
	height: 30px;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 100%;
	color: var(--baucraft-hc);
	position: relative;
	overflow: hidden;
}
.baucraft_fn_social_list a:hover{
	border-color: var(--baucraft-mc2);
	background-color: var(--baucraft-mc2);
}
.baucraft_fn_social_list .fn__svg{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	transition: all .3s ease;
	display: block;
}
.baucraft_fn_social_list .hov_svg{
	transform: translateY(28px) scale(0);
	color: #fff;
}
.baucraft_fn_social_list a:hover .reg_svg{
	transform: translateY(-28px) scale(0);
}
.baucraft_fn_social_list a:hover .hov_svg{
	transform: translateY(0px) scale(1);
}





/* Animation */

@keyframes baucraft_menu_animation {
  0% {
	transform: translateX(15px);
	opacity: 0;
  }
  100% {
	transform: translateX(0);
	opacity: 1;
  }
}







/* Fixed submenu */
/* For vetical full navigation */
#baucraft_fn_fixedsub{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 0px;
	background-color: var(--baucraft-bg-color);
	
	transition: all .5s ease;
}
#baucraft_fn_fixedsub.opened{
	opacity: 1;
	visibility: visible;
}
#baucraft_fn_fixedsub .fn__classic_sub{
	margin: 0;
	position: relative;
	width: 272px;
	max-width: 100%;
	min-width: 100%;
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
	background-color: transparent;
	padding: 37px 0;
	padding-bottom: 34px;
	border: 1px solid var(--baucraft-border-color);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#baucraft_fn_fixedsub .fn__classic_sub:after{
	content: '';
	position: absolute;
	right: 100%;
	top: 29px; /* 70 / 2 - 6*/
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent var(--baucraft-border-color) transparent transparent;
}



#baucraft_fn_fixedsub[data-layout="service"]{
	top: 0 !important;
}
.admin-bar #baucraft_fn_fixedsub[data-layout="service"]{
	top: var(--adminbar-height) !important;
}
.admin-bar #baucraft_fn_fixedsub[data-layout="service"] .baucraft_fn_megasub_service .list{
	height: calc(100vh - var(--adminbar-height));
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service{
	width: 384px;
	border: 1px solid var(--baucraft-border-color);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	position: relative;
	margin-left: -1px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .list{
	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: 100vh;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .list li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--baucraft-border-color);
	flex: 1;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .list li:last-child{
	border-bottom: none;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .item{
	padding: 40px 40px 35px;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .item h3{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 7px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .fn__excerpt{
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .see_all{
	position: absolute;
	right: -21px;
	top: 200px;
	margin-top: -15px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .see_all a{
	display: block;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	letter-spacing: 0;
	padding: 0 32px 0 15px;
	line-height: 28px;
	text-transform: uppercase;
	background-color: var(--baucraft-bg-color);
	border: 1px solid var(--baucraft-border-color);
	border-radius: 15px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .see_all a:hover{
	background-color: #efefef;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_service .see_all .fn__svg{
	display: block;
    position: absolute;
    transform: rotate(-45deg);
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
	margin-top: -8px;
}




#baucraft_fn_fixedsub[data-layout="portfolio"]{
	top: 0 !important;
}
.admin-bar #baucraft_fn_fixedsub[data-layout="portfolio"]{
	top: var(--adminbar-height) !important;
}
.admin-bar #baucraft_fn_fixedsub[data-layout="portfolio"] .baucraft_fn_megasub_portfolio .list{
	height: calc(100vh - var(--adminbar-height));
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio{
	width: 384px;
	border: 1px solid var(--baucraft-border-color);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	position: relative;
	margin-left: -1px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .list{
	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: 100vh;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .list li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--baucraft-border-color);
	flex: 1;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .item{
	padding: 40px 40px 33px;
	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;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .item_img{
	width: 100px;
	height: 60px;
	margin-bottom: 13px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .item h3{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .item .link{
	text-decoration: none;
	color: var(--baucraft-bc);
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 700;
	font-family: var(--hff);
	text-transform: uppercase;
	margin-bottom: 6px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .item .link:hover{
	color: var(--baucraft-mc2);
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .see_all a{
	display: block;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	letter-spacing: 0;
	padding: 0 32px 0 15px;
	line-height: 28px;
	text-transform: uppercase;
	background-color: var(--baucraft-bg-color);
	border: 1px solid var(--baucraft-border-color);
	border-radius: 15px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .see_all a:hover{
	background-color: #efefef;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .see_all .fn__svg{
	display: block;
    position: absolute;
    transform: rotate(-45deg);
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
	margin-top: -8px;
}
#baucraft_fn_fixedsub .baucraft_fn_megasub_portfolio .see_all{
	position: absolute;
	right: -21px;
	top: 200px;
	margin-top: -15px;
}



.fn-line-list{
	list-style-type: none;
	margin-left: 0;
}
.fn-line-list li{
	position: relative;
	padding-left: 21px;
}
.fn-line-list li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 12px;
	height: 1px;
	background-color: var(--baucraft-hc);
}


/* 404 Page */
.baucraft_fn_protected,
.baucraft_fn_404{
	padding: 180px 0 50px;
	text-align: center;
}
.baucraft_fn_protected .icon_404,
.baucraft_fn_404 .icon_404{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 33px;
	color: var(--baucraft-hc);
}
.baucraft_fn_protected .icon_404 .fn__svg,
.baucraft_fn_404 .icon_404 .fn__svg{
	width: 146px;
	height: 146px;
	display: block;
}
.baucraft_fn_protected .fn__title,
.baucraft_fn_404 .fn__title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.baucraft_fn_protected .fn__desc,
.baucraft_fn_404 .fn__desc{
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	margin-bottom: 24px;
}
.baucraft_fn_protected .container-custom,
.baucraft_fn_404 .container-custom{
	max-width: 535px;
	margin: 0 auto;
}
.baucraft_fn_protected form,
.baucraft_fn_404 form{
	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;
}
.baucraft_fn_protected input[type="text"],
.baucraft_fn_protected input[type="password"],
.baucraft_fn_404 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;
}
.baucraft_fn_protected .search,
.baucraft_fn_404 .search{
	margin: -1px;
	margin-left: 0;
	position: relative;
	background-color: var(--baucraft-mc2);
	border-radius: 5px;
}
.baucraft_fn_protected .search:hover,
.baucraft_fn_404 .search:hover{
	background-color: var(--baucraft-mc1);
}
.baucraft_fn_protected .search:hover input[type="submit"],
.baucraft_fn_404 .search:hover input[type="submit"]{
	color: #000;
}
.baucraft_fn_protected .search:hover .fn__svg,
.baucraft_fn_404 .search:hover .fn__svg{
	color: #000;
}
.baucraft_fn_protected input[type="submit"],
.baucraft_fn_404 input[type="submit"]{
	border: none !important;
	position: relative;
	background-color: transparent !important;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #fff;
	height: 100%;
	padding: 0 51px 0 30px;
	z-index: 2;
	display: block;
	width: 100%;
}
.baucraft_fn_protected input[type="submit"]{
	padding-right: 30px;
}
.baucraft_fn_protected .search .fn__svg,
.baucraft_fn_404 .search .fn__svg{
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
	color: #fff;
	transition: all .3s ease;
	width: 14px;
	height: 14px;
}







/* Totop Button */
.baucraft_fn_totop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background-color: var(--baucraft-mc1);
	color: #000;
	border-radius: 5px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: top 0s ease, transform 1s ease, opacity .5s ease, visibility .5s ease;
}
.baucraft_fn_totop .fn__svg{
	width: 22px;
	height: 22px;
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	transform: rotate(-90deg);
}
.baucraft_fn_totop.active{
	opacity: 1;
	visibility: visible;
}






/* Sidebar */
.baucraft_fn_hassidebar .sidebarpage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -60px;
}
.baucraft_fn_leftsidebar{
	width: 66.6666%;
	padding-top: 80px;
	padding-left: 60px;
	overflow: hidden;
}
.baucraft_fn_rightsidebar{
	width: 33.33333%;
	padding-left: 60px;
	padding-top: 80px;
}
.baucraft_fn_rightsidebar .sidebar_in{
	position: sticky;
	top: 50px;
}







/* Blog List: All layouts */
.fn__blog_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__blog_list .post_item{
	margin: 0;
	padding: 0;
	width: 100%;
}
.fn__blog_list .post_item:first-child .blog__item{
	padding-top: 0;
}
.blog__item{
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.blog__item .fn__meta_holder{
	margin-bottom: 16px;
}
.blog__item .post__title{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 16px;
}
.blog__item .fn__desc p{
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}
.blog__item .post__image{
	flex: 1;
	margin-right: 40px;
	position: relative;
}
.blog__item .post__image .fn__sticky_icon{
	left: 20px;
	top: 20px;
}
.blog__item.has_image .post__content{
	flex: 1;
	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;
}
.blog__item.has_image .list_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.blog__item .post__content{
	position: relative;
}
.blog__item .post__content .fn__sticky_icon{
	right: 0;
	top: 0;
}
.fn__blog_image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.fn__blog_image img{
	border-radius: 5px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}



/* Blog List: Classic Layout */
.fn__blog_list.fn__blog_list_classic .list_in{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn__blog_list.fn__blog_list_classic .post__image{
	margin-right: 0;
	margin-left: 0;
}
.fn__blog_list.fn__blog_list_classic .fn__blog_image{
	margin-bottom: 30px;
}


/* Blog List: Mixed Layout */
.fn__blog_list.fn__blog_list_mixed .post_item:nth-of-type(3n) .list_in{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn__blog_list.fn__blog_list_mixed .post_item:nth-of-type(3n) .post__image{
	margin-right: 0;
	margin-left: 0;
}
.fn__blog_list.fn__blog_list_mixed .post_item:nth-of-type(3n) .fn__blog_image{
	margin-bottom: 30px;
}





/* Meta Holder */
.fn__meta_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.fn__meta_holder .meta__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;
	padding-left: 14px;
	position: relative;
}
.fn__meta_holder .meta__date:after{
	width: 4px;
	height: 4px;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -2px;
	background-color: currentColor;
	border-radius: 100%;
}
.fn__meta_holder .fn__category_link{
	margin-right: 10px;
}
.fn__category_link{
	padding: 0px 15px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: var(--baucraft-mc2);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--hff);
	border-radius: 4px;
	position: relative;
}
.fn__category_link:hover{
	background-color: var(--baucraft-mc1);
	color: #000;
}



/* Read More and arrow icon */
.fn__read_more{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__read_more a{
	position: relative;
	height: 28px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-right: 43px;
	text-decoration: none;
	-ms-align-items: center;
	align-items: center;
}
.fn__read_more .text{
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	color: var(--baucraft-hc);
	letter-spacing: .5px;
	font-family: var(--hff);
	text-transform: uppercase;
	position: relative;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fn__read_more .text:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.fn__read_more a:hover .text:after{
    width: 0;
    left: 0;
    right: auto
}
.fn__read_more a:hover .fn__arr_icon{
	background-color: #000;
	color: #fff;
}
.fn__read_more .fn__arr_icon{
	right: 0;
	top: 0;
}
.fn__arr_icon{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	border-radius: 4px;
	background-color: var(--baucraft-mc1);
	color: #000;
	transition: all .3s ease;
}
.fn__arr_icon .fn__svg{
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}








/* Pagination */
.baucraft_fn_pagination{
	padding-top: 35px;
}
.baucraft_fn_pagination ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.baucraft_fn_pagination li{
	margin: 5px 0 5px 10px;
	padding: 0;
}
.baucraft_fn_pagination a,
.baucraft_fn_pagination span{
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bg-color);
	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: var(--baucraft-hc);
}
.baucraft_fn_pagination a:hover,
.baucraft_fn_pagination .current{
	border-color: var(--baucraft-mc1);
	background-color: var(--baucraft-mc1);
}



footer[class^="baucraft_fn_footer_"]{
	margin-top: auto;
}
/* Footer: Widgetized Social Footer */
.baucraft_fn_footer_w_social{
	background-color: #131314;
	width: 100%;
	color: #75757d;
	position: relative;
	z-index: 22
		
}
.baucraft_fn_footer_w_social .footer_w_social_wrapper{
	padding: 100px 0 42px;
}
.baucraft_fn_footer_w_social .w_cols{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
}
.baucraft_fn_footer_w_social .w_col{
	flex: 1;
	padding-left: 50px;
	margin-bottom: 50px;
	min-width: 25%;
}
.baucraft_fn_footer_w_social .widget_block{
	margin-bottom: 30px;
}
.baucraft_fn_footer_w_social .widget_block:last-child{
	margin-bottom: 0px;
}
.baucraft_fn_footer_w_social .wp-block-search__label,
.baucraft_fn_footer_w_social .wid-title .text{
	color: #fff;
	font-weight: 600;
}
.baucraft_fn_footer_w_social .widget_nav_menu .menu a:not(:hover){
	color: #75757d;
}



/* Footer Subscribe Form (for mailchimp) */
.mc4wp-form,
.baucraft_fn_subscribe{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
.baucraft_fn_subscribe .subscribe_holder{
	position: relative;
}
.baucraft_fn_subscribe .subscribe_holder:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	pointer-events: none;
	-webkit-mask-image: url(framework/svg/mail.svg);
	-o-mask-image: url(framework/svg/mail.svg);
	mask-image: url(framework/svg/mail.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: #75757d;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
.baucraft_fn_subscribe .subscribe_holder input[type="email"],
.baucraft_fn_subscribe .subscribe_holder input[type="text"]{
	border: none;
	border-bottom: 1px solid #303134;
	padding: 0 38px 0 30px;
	display: block;
	width: 100%;
	border-radius: 0;
	outline: none;
	color: #ccc;
}
.baucraft_fn_subscribe .subscribe_holder input[type="email"]:-webkit-autofill,
.baucraft_fn_subscribe .subscribe_holder input[type="text"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #131314 inset;
	box-shadow: 0 0 0 1000px #131314 inset;
	-webkit-text-fill-color: var(--baucraft-mc2);
	text-fill-color: var(--baucraft-mc2);
	font-size: 16px;
	font-family: var(--bff);
}
.baucraft_fn_subscribe .subscribe_holder input[type="email"]:focus,
.baucraft_fn_subscribe .subscribe_holder input[type="text"]:focus{
	background-color: transparent;
	border-bottom-color: var(--baucraft-mc2);
}
.baucraft_fn_subscribe .subscribe_holder input[type="submit"]{
	background-color: transparent;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	position: absolute;
	z-index: 2;
	width: 28px;
	height: 28px;
	right: 0;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
}
.baucraft_fn_subscribe .subscribe_holder input[type="submit"]:hover + .arrow{
	background-color: var(--baucraft-mc1);
}
.baucraft_fn_subscribe .subscribe_holder .arrow{
	position: absolute;
	width: 28px;
	height: 28px;
	pointer-events: none;
	z-index: 3;
	right: 0;
	top: 50%;
	margin-top: -14px;
	background-color: #6f6f76;
	display: block;
	border-radius: 5px;
	transition: all .3s ease;
}
.baucraft_fn_subscribe .subscribe_holder .arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	-webkit-mask-image: url(framework/svg/right-arr.svg);
	-o-mask-image: url(framework/svg/right-arr.svg);
	mask-image: url(framework/svg/right-arr.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: #000;
	display: block;
    transform: rotate(-45deg);
}
.baucraft_fn_subscribe .agree{
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 25px;
	line-height: 16px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.baucraft_fn_subscribe .agree a{
	color: inherit;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.baucraft_fn_subscribe .agree a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 3px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.baucraft_fn_subscribe .agree a:hover:after {
    width: 100%;
    width: 0;
    left: 0;
    right: auto
}
.mc4wp-form > label{
	display: none;
}
.mc4wp-form .mc4wp-alert p{
	margin-top: 15px;
}
.fn__checkbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}
.fn__checkbox input{
	opacity: 0;
	visibility: hidden;
}
.fn__checkbox .checkmark{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #303134;
	border-radius: 3px;
}
.fn__checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid var(--baucraft-mc2);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fn__checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Footer Social Icons */
.baucraft_fn_footer_social_list{
	width: 100%;
	border-top: 1px solid #303134;
	border-bottom: 1px solid #303134;
}
.baucraft_fn_footer_social_list .social_in{
	border-left: 1px solid #303134;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.baucraft_fn_footer_social_list .social_list{
	flex: 5;
	min-width: 0;
}
.baucraft_fn_footer_social_list .more_list{
	flex: 1;
	min-width: 0;
	border-right: 1px solid #303134;
	position: relative;
}
.baucraft_fn_footer_social_list .social_list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_footer_social_list .social_list li{
	flex: 1;
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	border-right: 1px solid #303134;
	min-width: 20%;
}
.baucraft_fn_footer_social_list .more_list > span,
.baucraft_fn_footer_social_list .social_list a{
	height: 70px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--hff);
	color: #75757d;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 15px 20px;
	cursor: pointer;
}
.baucraft_fn_footer_social_list .social_list a:hover{
	color: #ccc;
}
.baucraft_fn_footer_social_list .social_list .text{
	display: block;
	line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	position: relative;
	top: 1px;
}
.baucraft_fn_footer_social_list .social_list .icon{
	position: relative;
	width: 30px;
	min-width: 30px;
	height: 30px;
	display: block;
	border-radius: 100%;
	color: #75757d;
	margin-right: 11px;
	border: 1px solid #4c4f54;
	overflow: hidden;
}
.baucraft_fn_footer_social_list .social_list .fn__svg{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	transition: all .3s ease;
}
.baucraft_fn_footer_social_list .hov_svg{
	transform: translateY(28px) scale(0);
	color: #ccc;
}
.baucraft_fn_footer_social_list a:hover .reg_svg{
	transform: translateY(-28px) scale(0);
}
.baucraft_fn_footer_social_list a:hover .hov_svg{
	transform: translateY(0px) scale(1);
}
.baucraft_fn_footer_social_list .more_popup{
	position: absolute;
	min-width: 100%;
	width: 260px;
	bottom: 100%;
	right: 0;
	background-color: var(--baucraft-bg-color);
	border: 1px solid var(--baucraft-border-color);
	z-index: 29;
	padding: 0 39px;
	transition: all .3s ease;
	transform: translateY(-20px);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.baucraft_fn_footer_social_list .more_list:hover > span{
	color: #ccc;
}
.baucraft_fn_footer_social_list .more_list:hover .more_popup{
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.baucraft_fn_footer_social_list .more_popup:before{
	z-index: 1;
	content: '';
	position: absolute;
	height: 44px;
	top: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
}
.baucraft_fn_footer_social_list .more_popup:after{
	z-index: 1;
	content: '';
	position: absolute;
	height: 44px;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(4px);
}
.baucraft_fn_footer_social_list .popup_in{
	max-height: 450px;
    padding-bottom: 44px;
    padding-top: 44px;
}
.baucraft_fn_footer_social_list .more_popup ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_footer_social_list .more_popup li{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.baucraft_fn_footer_social_list .more_popup li:last-child{
	margin-bottom: 0;
}
.baucraft_fn_footer_social_list .more_popup a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 30px;
	-ms-align-items: center;
	align-items: center;
	font-size: 16px;
	color: #000;
	font-weight: 900;
	font-family: var(--hff);
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 5px 0;
}
.baucraft_fn_footer_social_list .more_popup a:hover{
	color: var(--baucraft-mc2);
}
.baucraft_fn_footer_social_list .more_popup .text{
	line-height: 1;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	top: 1px;
}
.baucraft_fn_footer_social_list .more_popup .icon{
	width: 30px;
	height: 30px;
	display: block;
	border: 1px solid var(--baucraft-border-color);
	position: relative;
	color: #000;
	min-width: 30px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 100%;
}
.baucraft_fn_footer_social_list .more_popup .hov_svg{
	color: inherit;
}
.baucraft_fn_footer_social_list .more_popup .fn__svg{
	width: 14px;
	height: 14px;
	transition: all .3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
}




/* Footer: Simple */
.baucraft_fn_footer_simple{
	background-color: #131314;
	padding: 24px 0;
}
.baucraft_fn_footer_simple p{
	margin: 0;
	padding: 0;
}
.baucraft_fn_footer_simple a{
	color: var(--baucraft-bc);
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.baucraft_fn_footer_simple a:after{
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.baucraft_fn_footer_simple a:hover:after{
	width: 0;
    left: 0;
    right: auto
}
/* Footer Custom */
.baucraft_fn_footer_custom:after,
.baucraft_fn_footer_custom:before{
	content: '';
	clear: both;
	display: table;
}



/* Page Title */
.baucraft_fn_pagetitle .fn__title{
	font-size: 48px;
	margin: 0;
	font-family: var(--hff);
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 68px 0 64px;
}
.baucraft_fn_leftsidebar .baucraft_fn_pagetitle .fn__title:first-child{
	margin-top: -12px;
}
.baucraft_fn_pagetitle .category_description{
	margin-top: -55px;
	padding-bottom: 18px;
}
.baucraft_fn_pagetitle .category_description:last-child{
	padding-bottom: 74px;
}
.baucraft_fn_pagetitle .category_description p{
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: var(--baucraft-bc);
	font-family: var(--bff);
	max-width: 600px;
}
.baucraft_fn_pagetitle .posts_published{
	margin: 0;
	padding: 0;
	font-size: 18px;
    font-weight: 400;
    color: var(--baucraft-hc);
    line-height: 1.33;
    font-family: var(--bff);
    letter-spacing: 0;
	padding-bottom: 74px;
}
.baucraft_fn_leftsidebar .baucraft_fn_pagetitle .fn__title{
	padding-top: 0;
}
.baucraft_fn_leftsidebar .baucraft_fn_breadcrumbs{
	padding-top: 0;
}
.baucraft_fn_pagetitle .baucraft_fn_breadcrumbs + .fn__title{
	padding-top: 62px;
}






/* BreadCrumbs */
.baucraft_fn_breadcrumbs{
	padding-top: 33px;
	color: var(--baucraft-bc);
	font-size: 16px;
	letter-spacing: 0;
	font-family: var(--bff);
	line-height: 1.5;
}
.baucraft_fn_breadcrumbs .breadcrumbs{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
.baucraft_fn_breadcrumbs li{
	margin: 0;
	padding: 0;
	display: inline;
}
.baucraft_fn_breadcrumbs a{
	text-decoration: none;
	color: var(--baucraft-hc);
	position: relative;
	text-transform: capitalize;
	white-space: nowrap;
}
.baucraft_fn_breadcrumbs a:after{
	content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.baucraft_fn_breadcrumbs a:hover:after {
    width: 100%;
    left: 0;
    right: auto
}
.baucraft_fn_breadcrumbs .fn__svg{
	width: auto;
	height: 9px;
}
.baucraft_fn_breadcrumbs .separator{
	margin: 0 11px 0 6px;
}



/* Blog Single */
.fn__blogsingle__content{
	margin: 0;
	padding: 0;
}
.fn__blogsingle__content .fn__meta_holder{
	margin-bottom: 5px;
}
.fn__blogsingle__content .fn__meta_holder .fn__category_link{
	margin-bottom: 10px;
}
.fn__blogsingle__content .fn__title{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-family: var(--hff);
	font-weight: 600;
	color: var(--baucraft-hc);
	line-height: 1.22;
}
.fn__blogsingle__content .post__header{
	margin-bottom: 45px;
}
.fn__blogsingle__content .post_top_content{
	margin-bottom: 54px;
}
.baucraft_fn_single > .fn__image_format{
	padding-top: 74px;
	margin: 0;
	margin-bottom: -30px;
}
.fn__image_format{
	margin-bottom: 50px;
}
.fn__image_format img{
	border-radius: 5px;
}






/* Tags */
.baucraft_fn_tags 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;
    align-items: center;
    margin-left: -4px;
	margin-top: -4px;
}
.baucraft_fn_tags li{
	margin: 0;
	padding: 0;
	margin-left: 4px;
	margin-top: 4px;
}
.baucraft_fn_tags a{
	text-decoration: none;
    color: var(--baucraft-hc);
    font-size: 14px !important;
    font-weight: 600;
    font-family: var(--hff);
	text-transform: uppercase;
}
.baucraft_fn_tags a:after{
	content: ',';
}
.baucraft_fn_tags a:before{
	content: '#';
	color: var(--baucraft-mc2);
}
.baucraft_fn_tags li:last-child a:after{
	content: '';
}
.baucraft_fn_tags a:hover{
	color: var(--baucraft-mc2);
}




/* Author Information Box */
.author .baucraft_fn_author_info{
	border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	margin-bottom: 80px;
}
.author .baucraft_fn_author_info .fn_desc{
	max-width: 600px;
}
.baucraft_fn_author_info{
	border-radius: 5px;
	width: 100%;
	padding: 59px 79px;
	border: 1px solid var(--baucraft-border-color);
	background-color: #f6f6fb;
}
.baucraft_fn_author_info .title_holder{
	flex: auto;
	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;
}
.baucraft_fn_author_info .info_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	margin-bottom: 25px;*/
}
.baucraft_fn_author_info .baucraft_fn_social_list{
	margin-top: 11px;
}
.baucraft_fn_author_info .img_holder{
	width: 100px;
	min-width: 100px;
	margin-right: 30px;
}
.baucraft_fn_author_info .img_holder img{
	border-radius: 5px;
}
.baucraft_fn_author_info .fn_title{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
.baucraft_fn_author_info .info_bottom{
	margin-top: 24px;
}
.baucraft_fn_author_info .info_bottom p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--bff);
	color: var(--baucraft-bc);
}
.baucraft_fn_author_info .posts_published{
	font-size: 18px;
	font-weight: 400;
	color: var(--baucraft-hc);
	line-height: 1.33;
	font-family: var(--bff);
	letter-spacing: 0;
	margin-top: 18px;
	margin-bottom: -6px;
}








/* Comments */
.baucraft_fn_comments{
	margin-top: 60px;
}
.fn__comments{
	border-radius: 5px;
	width: 100%;
	padding: 55px 79px;
	border: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bg-color);
	overflow: hidden;
}
.respond-title .fn_title{
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-weight: 600;
	color: var(--baucraft-hc);
	font-size: 30px;
}
.fn__comments .respond_comment{
	margin: -55px -79px -55px;
	background-color: #f6f6fb;
}
.fn__comments .respond_comment .comment-respond{
	padding: 55px 79px 55px;
}
.fn__comments .comment .comment-respond{
	padding: 30px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f6f6fb;
    border: 1px solid var(--baucraft-border-color);
}
.fn__comments .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__comments .children{
	margin: 0;
	padding: 0;
	margin-left: 40px;
	list-style-type: none;
}
.fn__comments .comment-list{
	padding: 5px 0 82px;
}
.fn__comments .comment_top:last-child .comment-list{
	padding-bottom: 0;
}
.fn__comments .comment{
	margin: 0;
	padding: 0;
}
.fn__comments .comment-body{
	padding: 26px 0;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__comments .list > .comment:last-child .comment-body{
	border-bottom-color: transparent;
}
.fn__comments .comment-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 24px;
}
.fn__comments .comment-top .img{
	width: 60px;
	min-width: 60px;
	margin-right: 20px;
}
.fn__comments .comment-top .img img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}
.fn__comments .commment-text-wrap{
	flex: auto;
	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;
}
.fn__comments .author{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 4px;
}
.fn__comments .author_meta{
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 24px;
}
.fn__comments .date_meta{
	margin-right: 20px;
}
.fn__comments .comment-edit-link{
	height: 24px;
	line-height: 22px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: .25px;
	font-weight: 600;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 12px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	text-transform: uppercase;
	padding: 0 14px;
	margin-right: 5px;
}
.fn__comments .comment-reply:hover,
.fn__comments .comment-edit-link:hover{
	background-color: #efefef;
}
.fn__comments .comment-reply{
	height: 24px;
	line-height: 22px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: .25px;
	font-weight: 600;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 12px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	text-transform: uppercase;
	padding: 0 14px;
	padding-left: 27px;
	position: relative;
	margin-right: 5px;
}
.fn__comments .comment-reply .fn__svg{
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	left: 9px;
}
.fn__comments .comment-reply-link{
	color: var(--baucraft-hc);
}
.fn__comments .comment-reply-link:after{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	position: absolute;
}
.fn__comments .comment-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.fn__comments .comment-text p:last-child{
	margin-bottom: 0;
}
.fn__comments .required-field-message .required{
	color: #ff0000;
}
.fn__comments .comment-reply-title{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 6px;
}
.fn__comments .comment-reply-title + .comment-form{
	margin-top: 31px;
}
.fn__comments .logged-in-as{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 34px;
}
.fn__comments .logged-in-as a{
	color: var(--baucraft-hc);
	position: relative;
	white-space: nowrap;
}
.fn__comments .logged-in-as a:after{
	content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.fn__comments .logged-in-as a:hover:after {
    width: 100%;
    left: 0;
    right: auto
}
.fn__comments .comment-form .logged-in-as{
	margin-bottom: 34px;
}
.fn__comments .comment-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.fn__comments .comment-form > *{
	margin-bottom: 20px;
	width: 100%;
	padding-left: 20px;
}
.fn__comments .input-holder.input-half{
	width: 50%;
}
.fn__comments .input-holder.no-space{
	margin-bottom: 0;
}
.fn__comments .input-holder input,
.fn__comments .input-holder textarea{
	display: block;
	max-width: 100%;
}
.fn__comments .comment-form-cookies-consent{
	font-size: 14px;
	font-weight: 300;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 16px;
}
.fn__comments .comment-form-cookies-consent label{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#cancel-comment-reply-link{
	font-size: medium;
	color: var(--baucraft-hc);
}
.post.pingback{
	margin: 0;
	padding: 0;
}
.post.pingback p{
	margin: 0;
	padding: 0;
}
.pingback a{
	color: var(--baucraft-mc2);
	text-decoration: underline;
	border: none;
	margin-right: 20px;
}
.pingback a:hover{
	text-decoration: none;
}
.fn_checkbox input{
	width: 16px;
	height: 16px;
	background-color: transparent;
	display: block;
	margin-right: 8px;
}





/* Blog, Page Style: Full */
.baucraft_fn_index[data-page-style="boxed"] .fn__container,
.baucraft_fn_index[data-page-style="full"] .fn__container{
	max-width: 1120px;
}


/* Sticky Icon */
.fn__sticky_icon{
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: var(--baucraft-mc1);
	color: #000;
	border-radius: 100%;
}
.fn__sticky_icon .fn__svg{
	width: 20px;
	height: 20px;
	margin-top: 1px;
}






/* Similar Posts */
.baucraft_fn_related_posts{
	padding-top: 56px;
}
.baucraft_fn_related_posts .related_title{
/*	padding: 0 80px;*/
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	margin-bottom: 30px;
}
.baucraft_fn_related_posts ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_related_posts li{
	margin: 0;
	padding: 0;
}
.baucraft_fn_related_posts li:last-child .blog__item_list{
	border-bottom: none;
	padding-bottom: 0;
}
.baucraft_fn_related_posts li:first-child  .blog__item_list{
	padding-top: 0;
}





/* Page Links */
.baucraft_fn_pagelinks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.baucraft_fn_pagelinks .title{
	display: none;
}
.baucraft_fn_pagelinks .post-page-numbers{
	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: 0 10px 10px 0;
}
.baucraft_fn_pagelinks .post-page-numbers.current,
.baucraft_fn_pagelinks .post-page-numbers:hover{
	border-color: var(--baucraft-mc1);
    background-color: var(--baucraft-mc1);
}









/* Projects Page */
.baucraft_fn_projects .baucraft_fn_pagination{
	padding-top: 75px;
}
.baucraft_fn_projects_page .project_item,
.baucraft_fn_projects_page .project_items{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.baucraft_fn_projects_page .project_item{
	margin-bottom: 20px;
}
.baucraft_fn_projects_page .project_item:last-child{
	margin-bottom: 0;
}
.fn__project_list_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__project_list_item .item_in{
	height: 100%;
	border-radius: 5px;
    overflow: hidden;
}
.fn__project_list_item .item__right{
	flex: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.fn__project_list_item .item__left{
	width: 470px;
	min-width: 470px;
	margin-right: 20px;
}
.fn__project_list_item .item__info{
	border: 2px solid var(--baucraft-border-color);
	border-radius: 5px;
	background-color: var(--baucraft-bg-color);
	padding: 64px 40px 40px;
	position: relative;
	min-height: 470px;
	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;
}
.fn__project_list_item .item__info .title{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 14px;
	max-width: 260px;
}
.fn__project_list_item .item__info .fn__excerpt{
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
	max-width: 260px;
	margin-left: auto;
	margin-top: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}
.fn__project_list_item .item__info .fn__read_more{
	justify-content: flex-end;
}
.fn__project_cat_link{
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	max-width: calc(100% - 12px);
	text-transform: uppercase;
	height: 24px;
	line-height: 25px;
	padding: 0 11px;
	background-color: #f6f6fb;
	font-family: var(--hff);
	font-size: 12px;
	font-weight: 500;
	color: var(--baucraft-bc);
	border-radius: 5px;
}
.fn__project_cat_link:hover{
	background-color: #efefef;
	color: var(--baucraft-mc2);
}



/* Project Layout: List 01 */
.gallery__items{
	width: 100%;
}
.baucraft_fn_projects_list_01 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}
.baucraft_fn_projects_list_01 .gallery__items img{
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


/* Project Layout: List 02 */
.baucraft_fn_projects_list_02 .gallery__items{
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 20px;
	min-height: 100%;
}
.baucraft_fn_projects_list_02 .gallery__item{
	height: 470px;
}
.baucraft_fn_projects_list_02 .project_item:nth-of-type(2n) .gallery__items{
	grid-template-columns: 1fr 2fr;
}
.baucraft_fn_projects_list_02 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* Project Layout: List 03 */
.baucraft_fn_projects_list_03 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 20px;
	min-height: 100%;
}
.baucraft_fn_projects_list_03 .gallery__item{
	height: 470px;
}
.baucraft_fn_projects_list_03 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* Project Layout: List 04 */
.baucraft_fn_projects_list_04 .gallery__items{
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 20px;
	min-height: 100%;
}
.baucraft_fn_projects_list_04 .gallery__item{
	height: 470px;
}
.baucraft_fn_projects_list_04 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* Project Layout: List 05 */
.baucraft_fn_projects_list_05 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
}
.baucraft_fn_projects_list_05 .gallery__item{
	max-height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_05 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_05 .project_item:nth-of-type(2n+1) .gallery__item:first-child{
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3;
}
.baucraft_fn_projects_list_05 .project_item:nth-of-type(2n) .gallery__item:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 4;
}


/* Project Layout: List 06 */
.baucraft_fn_projects_list_06 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_06 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_06 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_06 .project_item:nth-of-type(2n+1) .gallery__item:first-child{
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3;
}
.baucraft_fn_projects_list_06 .project_item:nth-of-type(2n) .gallery__item:nth-child(3){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 3;
	grid-column-end: 5;
}


/* Project Layout: List 07 */
.baucraft_fn_projects_list_07 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_07 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_07 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_07 .gallery__item:first-child{
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3;
}


/* Project Layout: List 08 */
.baucraft_fn_projects_list_08 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_08 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_08 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_08 .gallery__item:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 4;
}


/* Project Layout: List 09 */
.baucraft_fn_projects_list_09 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_09 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_09 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_09 .gallery__item:nth-child(3){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 3;
	grid-column-end: 5;
}


/* Project Layout: List 10 */
.baucraft_fn_projects_list_10 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_10 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_10 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* Project Layout: List 11 */
.baucraft_fn_projects_list_11 .gallery__items{
	display: grid;
	grid-template-columns: 1.3fr 1.3fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_11 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_11 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_11 .project_item:nth-of-type(2n+1) .gallery__item:nth-child(3){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end:3;
}
.baucraft_fn_projects_list_11 .project_item:nth-of-type(2n) .gallery__items{
	grid-template-columns: 1fr 1.3fr 1.3fr;
}
.baucraft_fn_projects_list_11 .project_item:nth-of-type(2n) .gallery__item:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 4;
}


/* Project Layout: List 12 */
.baucraft_fn_projects_list_12 .gallery__items{
	display: grid;
	grid-template-columns: 1.3fr 1.3fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_12 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_12 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_12 .gallery__item:nth-child(1){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end:3;
}


/* Project Layout: List 13 */
.baucraft_fn_projects_list_13 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1.3fr 1.3fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_13 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_13 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_13 .gallery__item:nth-child(3){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end:4;
}


/* Project Layout: List 14 */
.baucraft_fn_projects_list_14 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_14 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_14 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_14 .gallery__item:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end:3;
}
.baucraft_fn_projects_list_14 .gallery__item:nth-child(3){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 3;
	grid-column-end:4;
}


/* Project Layout: List 15 */
.baucraft_fn_projects_list_15 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
	grid-template-rows: 1fr 1fr;
}
.baucraft_fn_projects_list_15 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_15 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_15 .gallery__item:nth-child(1){
	grid-row-start: 1;
	grid-row-end: 3;
}
.baucraft_fn_projects_list_15 .gallery__item:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
}


/* Project Layout: List 16 */
.baucraft_fn_projects_list_16 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
	grid-template-rows: 1fr 1fr;
}
.baucraft_fn_projects_list_16 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_16 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_16 .gallery__item:nth-child(1){
	grid-row-start: 1;
	grid-row-end: 3;
}
.baucraft_fn_projects_list_16 .gallery__item:nth-child(3){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-start: 3;
}


/* Project Layout: List 17 */
.baucraft_fn_projects_list_17 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_17 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_17 .gallery__items img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.baucraft_fn_projects_list_17 .gallery__item:nth-child(2) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.baucraft_fn_projects_list_17 .gallery__item:nth-child(2) img{
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
}



/* Project Layout: List 18 */
.baucraft_fn_projects_list_18 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_18 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_18 .gallery__item img{
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.baucraft_fn_projects_list_18 .project_item:nth-of-type(2n+1) .gallery__item:nth-child(2) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.baucraft_fn_projects_list_18 .project_item:nth-of-type(2n) .gallery__item:nth-child(1) .item_in,
.baucraft_fn_projects_list_18 .project_item:nth-of-type(2n) .gallery__item:nth-child(3) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}



/* Project Layout: List 19 */
.baucraft_fn_projects_list_19 .gallery__items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_19 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_19 .item__right{
	height: 470px;
}
.baucraft_fn_projects_list_19 .gallery__item{
	transition: all .5s ease;
	flex: 1;
	overflow: hidden;
}
.baucraft_fn_projects_list_19 .gallery__item img{
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.baucraft_fn_projects_list_19 .gallery__item:hover{
	flex: 4;
}



/* Project Layout: List 20 */
.baucraft_fn_projects_list_20 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_20 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_20 .gallery__item img{
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.baucraft_fn_projects_list_20 .project_item:nth-of-type(2n+1) .gallery__item:nth-child(1) .item_in,
.baucraft_fn_projects_list_20 .project_item:nth-of-type(2n) .gallery__item:nth-child(3) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.baucraft_fn_projects_list_20 .gallery__item:nth-child(2) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}



/* Project Layout: List 21 */
.baucraft_fn_projects_list_21 .gallery__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_21 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_21 .gallery__item img{
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.baucraft_fn_projects_list_21 .gallery__item:nth-child(2) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.baucraft_fn_projects_list_21 .gallery__item:nth-child(1) .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}



/* Project Layout: List 22 */
.baucraft_fn_projects_list_22 .gallery__item{
	height: 100%;
	max-height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_22 .gallery__items{
	height: 100%;
	width: 100%;
}
.baucraft_fn_projects_list_22 .item__right{
	height: 470px;
}
.baucraft_fn_projects_list_22 .gallery__item img{
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
}



/* Project Layout: List 23 */
.baucraft_fn_projects_list_23 .gallery__items{
	display: grid;
	grid-template-columns: 2.9fr 2.25fr 2.9fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	gap: 20px;
	height: 470px;
	overflow: hidden;
}
.baucraft_fn_projects_list_23 .gallery__item{
	overflow: hidden;
	max-height: 470px;
}
.baucraft_fn_projects_list_23 .item__right{
	height: 470px;
}
.baucraft_fn_projects_list_23 .gallery__item{
	overflow: hidden;
}
.baucraft_fn_projects_list_23 .gallery__item img{
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-start: 2;
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(3){
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: flex-end;
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(3) .item_in{
	height: auto;
	width: 98px;
	min-width: 98px;
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(3) img{
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.baucraft_fn_projects_list_23 .count{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 20px;
	margin: 0;
	width: 98px;
	height: 98px;
	border: 2px solid var(--baucraft-border-color);
	border-radius: 100%;
	background-color: var(--baucraft-bbc);
	margin-right: 20px;
	min-width: 98px;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: var(--hff);
	color: var(--baucraft-hc);
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(4){
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(4) .item_in{
	height: auto;
	width: 98px;
	min-width: 98px;
	margin-right: 20px;
}
.baucraft_fn_projects_list_23 .gallery__item:nth-child(4) img{
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.baucraft_fn_projects_list_23 .icon{
	width: 40px;
	min-width: 40px;
	position: relative;
	height: 40px;
}
.baucraft_fn_projects_list_23 .icon span{
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 3px;
	background-color: var(--baucraft-border-color);
}
.baucraft_fn_projects_list_23 .icon span:nth-child(1){left: 0px;top: 0px;}
.baucraft_fn_projects_list_23 .icon span:nth-child(2){left: 0px;top: 15px;}
.baucraft_fn_projects_list_23 .icon span:nth-child(3){left: 15px;top: 15px;}
.baucraft_fn_projects_list_23 .icon span:nth-child(4){left: 0px;top: 30px;}
.baucraft_fn_projects_list_23 .icon span:nth-child(5){left: 15px;top: 30px;}
.baucraft_fn_projects_list_23 .icon span:nth-child(6){left: 30px;top: 30px;}






/* Project Layout: Double Thumbnail #1 &  Double Thumbnail #1 */
.fn__project_doublethumb_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	column-gap: 20px;
	gap: 20px;
}
.fn__project_doublethumb_item .item{
	height: 470px;
	max-height: 470px;
	flex: 1;
}
.fn__project_doublethumb_item .gallery__item,
.fn__project_doublethumb_item .gallery__item div{
	height: 100%;
}
.fn__project_doublethumb_item .gallery__item img{
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.fn__project_doublethumb_item .item__info{
	border: 2px solid var(--baucraft-border-color);
	border-radius: 5px;
	background-color: var(--baucraft-bg-color);
	padding: 64px 40px 40px;
	position: relative;
	min-height: 100%;
	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;
}
.fn__project_doublethumb_item .item__info .title{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 14px;
	max-width: 260px;
}
.fn__project_doublethumb_item .item__info .fn__excerpt{
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
	max-width: 260px;
	margin-left: auto;
	margin-top: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}
.fn__project_doublethumb_item .item__info .fn__read_more{
	justify-content: flex-end;
}




/* Project Layout: Double Thumbnail #1 */
.baucraft_fn_projects_double_thumb1 .fn__container{
	max-width: 100%;
	padding: 0 20px;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+1) .item:nth-child(1){
	order: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+1) .item:nth-child(2){
	order: 1;
	flex: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+1) .item:nth-child(3){
	order: 3;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+2) .item:nth-child(2){
	flex: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+3) .item:nth-child(1){
	order: 3;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+3) .item:nth-child(2){
	order: 1;
	flex: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+3) .item:nth-child(3){
	order: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+4) .item:nth-child(1){
	order: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+4) .item:nth-child(2){
	order: 1;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n+4) .item:nth-child(3){
	order: 3;
	flex: 2;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n) .item:nth-child(1){
	order: 3;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n) .item:nth-child(2){
	order: 1;
}
.baucraft_fn_projects_double_thumb1 .project_item:nth-of-type(5n) .item:nth-child(3){
	order: 2;
	flex: 2;
}


/* Project Layout: Double Thumbnail #2 */
.baucraft_fn_projects_double_thumb2 .fn__container{
	max-width: 100%;
	padding: 0 20px;
}
.baucraft_fn_projects_double_thumb2 .item:nth-child(1){
	order: 2;
}
.baucraft_fn_projects_double_thumb2 .item:nth-child(2){
	order: 1;
	flex: 2;
}
.baucraft_fn_projects_double_thumb2 .item:nth-child(3){
	order: 3;
}


/* Project Layout: Carousel */
.baucraft_fn_projects_carousel .fn__container{
	max-width: 100%;
	padding: 0 50px;
}
.baucraft_fn_projects_carousel .gallery__item img{
	min-width: 100%;
	display: block; 
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.baucraft_fn_projects_carousel .item__info{
	border: 2px solid var(--baucraft-border-color);
    border-radius: 5px;
    background-color: var(--baucraft-bg-color);
    padding: 48px 40px;
    position: relative;
	height: 144px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__project_carousel_item{
	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;
}
.baucraft_fn_projects_carousel .owl-item:nth-of-type(2n) .fn__project_carousel_item{
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.baucraft_fn_projects_carousel .owl-item:nth-of-type(2n) .fn__project_carousel_item .item__info{
	margin-bottom: 0;
}
.baucraft_fn_projects_carousel .owl-item:nth-of-type(2n) .fn__project_carousel_item .gallery__item{
	margin-bottom: 20px;
}
.baucraft_fn_projects_carousel .title{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.baucraft_fn_projects_carousel .title span{
	-webkit-line-clamp: 1;
    line-clamp: 1;
}
.baucraft_fn_projects_carousel{
	position: relative;
}
.fn__slider_nav a.disabled{
/*	cursor: not-allowed;*/
	opacity: 0;
}
.fn__slider_nav a{
	position: absolute;
	z-index: 2;
	width: 80px;
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	color: #000;
	top: 50%;
	margin-top: -40px;
	overflow: hidden;
}
.fn__slider_nav a:not(.disabled):hover{
	background-color: var(--baucraft-mc1);
}
.fn__slider_nav .prev .fn__svg{
	transform: rotate(180deg);
}
.fn__slider_nav .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
	position: relative;
	z-index: 2;
}
.fn__slider_nav .prev{
	left: 20px;
}
.fn__slider_nav .next{
	right: 20px;
}
.fn__slider_nav .next span{
	content: '';
	position: absolute;
	z-index: 1;
	background-color: var(--baucraft-mc1);
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	display: block;
	pointer-events: none;
}
@keyframes baucraft_fn_projects_carousel {
	0% {
		width: 0;
	}
	99% {
		width: 100%;
	}
	100% {
		width: 100%;
	}
}



/* Limited Main Title */
.fn__limited_title span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.fn__limited_title a{
	color: var(--baucraft-hc);
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.fn__limited_title a:hover{
	background-size: 100% 2px;
}



/*************************************************************************/
/* 31) Magic Cursor
/*************************************************************************/
body.elementor-editor-active .frenify-cursor{
	display: none;
}
.frenify-cursor[data-default="no"]{opacity: 0;}
.frenify-cursor[data-default="no"].cursor-inner{
	transition: opacity .3s ease;
}
.frenify-cursor[data-default="no"].cursor-inner.cursor-hover,
.frenify-cursor[data-default="no"].cursor-inner.cursor-slider{opacity: 1;}
.frenify-cursor[data-link="no"].cursor-inner.cursor-hover{opacity: 0;}
.frenify-cursor[data-slider="no"].cursor-inner.cursor-slider{opacity: 0;}
.frenify-cursor{
	position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
.frenify-cursor.mouse-down .fn-cursor{
	transform: scale(.9);
}
.cursor-link{
    width: 30px;
    height: 30px;
	margin-left: -15px;
    margin-top: -15px;
    border: 2px solid rgba(0,0,0,.5);
    z-index: 10000000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cursor-outer{
    z-index: 10000000;
    -webkit-transition: transform .15s ease-out, opacity 1s ease-out;
    transition: transform .15s ease-out, opacity 1s ease-out;
}
.cursor-outer .fn-cursor{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.5);
}
.cursor-inner .fn-cursor{
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
	background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5sease-out;
    transition: all .5s ease-out;
}
.cursor-outer.cursor-slider,
.cursor-outer.cursor-hover{
	opacity: 0;
    -webkit-transition: transform .15s ease-out, opacity .2s ease;
    transition: transform .15s ease-out, opacity .2s ease;
}
.cursor-inner{
    z-index: 10000001;
    -webkit-transition: transform .2s ease-out, opacity 1s ease-out;
    transition: transform .2s ease-out, opacity 1s ease-out;
}
.cursor-inner.cursor-hover .fn-cursor{
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,.1);
}
.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor{
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 5px solid rgba(0,0,0,.5);
}
.cursor-inner.cursor-slider.cursor-hover span:after,
.cursor-inner.cursor-slider.cursor-hover span:before{
	background-color: #fff;
}
.cursor-inner.cursor-slider .fn-left,
.cursor-inner.cursor-slider .fn-right{
	opacity: 1;
	visibility: visible;
}
.cursor-inner.cursor-slider .fn-left:after{left: -26px;}
.cursor-inner.cursor-slider .fn-left:before{left: -26px;}
.cursor-inner.cursor-slider .fn-right:after{right: -26px;}
.cursor-inner.cursor-slider .fn-right:before{right: -26px;}

.cursor-inner .fn-left,
.cursor-inner .fn-right{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.cursor-inner .fn-left:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	left: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-left:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	left: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-right:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	right: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-right:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	right: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}




.fn__excerpt{
	margin: 0;
	padding: 0;
}
.fn__excerpt br{
	display: block;
	margin: 0;
	padding: 0;
	content: '';
	margin-bottom: 24px;
}





/* Portfolio Single */
[class^="baucraft_fn_projectsingle"] .project_content_in > *:last-child{
	margin-bottom: 0;
}
[class^="baucraft_fn_projectsingle"] .project_content{
	margin-bottom: 100px;
}
.baucraft_fn_project_pnb[data-status="no"]{
	margin-top: -100px;
}
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) h1,
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) h2,
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) h3,
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) h4,
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) h5,
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) h6{
	font-weight: 900;
}
[class^="baucraft_fn_projectsingle"] .project_content :not(.elementor) ul{
	color: var(--baucraft-hc);
	font-weight: 500;
}
.fn__project_info_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 36px;
	column-gap: 50px;
}
.fn__project_info_holder .info_left{
	width: 460px;
	min-width: 460px;
}
.fn__project_info_holder .info_right{
	flex: auto;
}
.fn__project_info_holder .info_right p{
	margin-bottom: 28px;
}
.fn__project_hero_info ul,
.fn__project_info_holder .info_left ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.fn__project_hero_info li,
.fn__project_info_holder .info_left li{
	margin: 0;
	padding: 0;
	padding-left: 30px;
	width: 50%;
	margin-bottom: 28px;
}
.fn__project_hero_info li strong,
.fn__project_info_holder .info_left strong{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: var(--baucraft-hc);
	text-transform: uppercase;
	font-family: var(--bff);
	letter-spacing: 0;
	margin-bottom: 4px;
}
.fn__project_hero_info li .info_value,
.fn__project_info_holder .info_left .info_value{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: var(--baucraft-bc);
	font-family: var(--bff);
}
.fn__project_hero_info li a,
.fn__project_info_holder .info_left a{
	text-decoration: none;
	display: inline-block;
	color: var(--baucraft-mc2);
}


.fn__project_title{
	font-size: 48px;
    color: var(--baucraft-hc);
    margin: 0;
    font-family: var(--hff);
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 56px 0 64px;
}





.elementor .fn__moving_img{
	margin-bottom: 0px;
}
.fn__moving_img{
	position: relative;
	overflow: hidden;
	height: 600px;
	height: 75vh;
	min-height: 600px;
	width: 100%;
	margin-bottom: 100px;
}
.fn__moving_img img{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	height: 140%;
	object-fit: cover;
}




.baucraft_fn_full_page_template .baucraft_fn_pagetitle .fn__title{
	max-width: 660px;
}
.elementor iframe{
	display: block;
}



.fn__gallery_2_1{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
	margin-bottom: 40px;
}
.fn__gallery_2_1 .item_in{
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.fn__gallery_2_1 .item_caption{
	border-radius: 0 0 5px 5px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0px 20px;
	min-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__gallery_2_1 .item_caption h4{
	font-size: 16px;
	font-family: var(--bff);
	color: #75757d;
	font-weight: 400;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fn__gallery_2_1 .gallery__item{
	padding-left: 60px;
	margin-bottom: 60px;
	width: 50%;
}
.fn__gallery_2_1 .gallery__item:nth-of-type(3n){
	width: 100%;
}
.fn__gallery_2_1 .gallery__item img{
	width: 100%;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}









.baucraft_fn_project_pnb[data-status="prev"] .next__item{
	opacity: 0;
	pointer-events: none;
}
.baucraft_fn_project_pnb[data-status="next"] .prev__item{
	opacity: 0;
	pointer-events: none;
}
.baucraft_fn_project_pnb .pnb_holder{
	border-radius: 10px;
	width: 100%;
	border: 1px solid var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}
.baucraft_fn_project_pnb .pnb_holder:after{
	content: '';
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: var(--baucraft-border-color);
	position: absolute;
}
.baucraft_fn_project_pnb .pnb__item{
	flex: 1;
	padding: 50px;
	text-align: center;
	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;
	-ms-align-items: center;
	align-items: center;
}
.baucraft_fn_project_pnb .fn__read_more{
	margin-bottom: 14px;
}
.baucraft_fn_project_pnb .fn_title{
	font-weight: 600;
	font-size: 36px;
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	margin-bottom: 29px;
}
.baucraft_fn_project_pnb .fn_title span{
	-webkit-line-clamp: 1;
    line-clamp: 1;
}
.baucraft_fn_project_pnb .item_image{
	width: 186px;
	height: 140px;
	overflow: hidden;
	border-radius: 5px;
	margin-top: auto;
}
.baucraft_fn_project_pnb .item_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




/* Project Single: Slider Layout */
.baucraft_fn_projectsingle_slider .fn__project_info_holder{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.baucraft_fn_projectsingle_slider .fn__project_info_holder .info_left{
	width: 100%;
	min-width: 100%;
	margin-bottom: 61px;
}
.baucraft_fn_projectsingle_slider .fn__project_info_holder .info_left li{
	width: 230px;
	max-width: 100%;
}
.baucraft_fn_projectsingle_slider .fn__project_info_holder .info_right{
	margin-bottom: 30px;
}
.fn__gallery_carousel{
	position: relative;
	width: 100%;
}
.fn__gallery_carousel .item_in{
	position: relative;
	height: 600px;
    height: 75vh;
    min-height: 600px;
}
.fn__gallery_carousel .item_in img{
	height: 100%;
	display: block;
	object-fit: cover;
	min-width: 100%;
}
.fn__gallery_carousel .item_caption{
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 20px;
    min-height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.fn__gallery_carousel .item_caption h4{
	font-size: 16px;
    font-family: var(--bff);
    color: #75757d;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






.fn__gallery_zigzag{
	margin-bottom: 100px;
	margin-top: -400px;
}
.fn__gallery_zigzag .item_caption{
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 20px;
    min-height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
	transform: translateX(100%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
}
.fn__gallery_zigzag .item_caption h4{
	font-size: 16px;
    font-family: var(--bff);
    color: #75757d;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fn__gallery_zigzag .item_in{
	overflow: hidden;
	position: relative;
}
.fn__gallery_zigzag .gallery__item:nth-of-type(4n+1){
	width: 40%;
	margin-left: auto;
	margin-top: -127px;
}
.fn__gallery_zigzag .gallery__item:first-child{
	margin-top: 0;
}
.fn__gallery_zigzag .gallery__item:nth-of-type(4n+2){
	width: 20%;
	padding: 0 20px;
	margin: 0 auto;
	margin-top: -127px;
}
.fn__gallery_zigzag .gallery__item:nth-of-type(4n+3){
	width: 40%;
	margin-top: -127px;
}
.fn__gallery_zigzag .gallery__item:nth-of-type(4n){
	width: 20%;
	padding: 0 20px;
	margin: 0 auto;
	margin-top: -127px;
}
.fn__gallery_zigzag .item_in{
	transform: scale(0);
	transform-origin: top right;
}
.fn__gallery_zigzag .item_in img{
	aspect-ratio: 7 / 5;
	object-fit: cover;
	min-width: 100%;
	overflow: hidden;
}
.fn__gallery_zigzag .gallery__item:nth-of-type(4n+1):not(:first-child) .item_in,
.fn__gallery_zigzag .gallery__item:nth-of-type(4n) .item_in{
	transform-origin: top left;
}
.fn__gallery_zigzag .gallery__item:nth-of-type(4n+1):not(:first-child):not(.ready) .item_caption,
.fn__gallery_zigzag .gallery__item:nth-of-type(4n):not(.ready) .item_caption{
	transform: translateX(-100%);
}
.fn__gallery_zigzag .gallery__item.ready .item_caption{
	transform: translateX(0);
	opacity: 1;
	pointer-events: auto;
}








.fn__project_hero_info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__project_hero_info .fn__project_title{
	padding-top: 0;
}
.fn__project_hero_info .info_left{
	width: 620px;
	min-width: 620px;
	padding: 100px;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__project_hero_info .info_right{
	flex: auto;
}
.fn__project_hero_info .fn__moving_img{
	margin-bottom: 0;
}



.baucraft_fn_projectsingle_hero_content .fn__excerpt{
	margin: 90px 0;
}







.fn__services_classic_list + .baucraft_fn_pagination{
	padding-top: 75px;
}




.fn__services_classic_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.fn__services_classic_list_item{
	margin: 0;
	padding: 19px 0;
	border-top: 1px solid var(--baucraft-border-color);
	position: relative;
}
.fn__services_classic_list_item .fn__full_link{
	z-index: 3;
}
.fn__services_classic_list_item:last-child{
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__services_classic_list_item .item_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 140px;
	-ms-align-items: center;
	align-items: center;
}
.fn__services_classic_list_item .item__right{
	flex: auto;
	min-width: 0;
	clip-path: inset( -100vw -100vw -100vw 0 );
}
.fn__services_classic_list_item:hover .item__right .title{
	transform: translateX(-500px);
	transform: translateX(var(--service-indent));
}
.fn__services_classic_list_item .item__left{
	width: 235px;
	min-width: 235px;
	margin-right: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__services_classic_list_item .item_img{
	width: 185px;
	height: 140px;
}
.fn__services_classic_list_item .img_space{
	width: 100%;
	height: 100%;
	background-color: #daecf5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 100px;
	font-weight: 900;
	line-height: 100px;
	line-height: 103px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
}
.fn__services_classic_list_item .item_img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.fn__services_classic_list_item .count{
	width: 50px;
	height: 80px;
	border: 1px solid var(--baucraft-border-color);
	border-right: none;
	padding: 9px 12px;
}
.fn__services_classic_list_item:hover .count span{
	transform: translateY(22px);  /* 80 - 9*2 - 1*2 - 16 = 44 / 2 = 22 */
}
.fn__services_classic_list_item .count span{
	line-height: 1;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	display: block;
	transition: all 2s ease;
}
.fn__services_classic_list_item .title{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0;
	font-size: 100px;
	font-family: var(--hff);
    transition: all 2s ease;
	position: relative;
	top: 4px; /* font family Heebo */
}
.fn__services_classic_list_item .title a{
	color: var(--baucraft-hc);
}






@media(min-width: 1041px){
	body.frenify-sticky-enabled{
		overflow: visible;
	}
}
.fn__services_sticky_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.fn__services_sticky_wrapper .service_page_left{
	flex: 1;
}
.fn__services_sticky_wrapper .service_page_left .item_img.active{
	opacity: 1;
	transform: scale(1);
}
.fn__services_sticky_wrapper .service_page_left .img_space{
	width: 100%;
	height: 100%;
	background-color: #daecf5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 100px;
	font-weight: 900;
	line-height: 100px;
	line-height: 103px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
}
.fn__services_sticky_wrapper .service_page_left .item_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0.9);
	transition: all .7s ease;
	transform-origin: left center;
}
.fn__services_sticky_wrapper .service_page_left .item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fn__services_sticky_wrapper .service_page_left .left_inner{
	position: sticky;
	top: 0;
	height: 600px;
	height: 100vh;
}
.fn__services_sticky_wrapper .service_page_right{
	flex: 1;
}
.fn__services_sticky_list{
	margin: 0;
	padding: 0 80px;
	list-style-type: none;
}
.fn__services_sticky_list_item{
	margin: 0;
	padding: 0;
	margin-bottom: 200px;
}
.fn__services_sticky_list .title_holder{
	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;
	max-width: 450px;
}
.fn__services_sticky_list .title_holder .count{
	width: 80px;
	height: 60px;
	border: 1px solid var(--baucraft-border-color);
	padding: 9px 12px;
	margin-bottom: 25px;
}
.fn__services_sticky_list .title_holder .count span{
	line-height: 1;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	display: block;
}
.fn__services_sticky_list .title_holder .title{
	margin: 0;
	padding: 0;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 60px;
}
.fn__services_sticky_list .desc_holder{
	padding-left: 120px;
	max-width: 570px;
}
.fn__services_sticky_list .fn__excerpt{
	margin-bottom: 70px;
}
.fn__services_sticky_wrapper + .baucraft_fn_pagination{
	padding-top: 75px;
}





















.fn__circle_read_more{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__circle_read_more a{
	text-decoration: none;
	width: 150px;
	height: 150px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	font-weight: 900;
	letter-spacing: .5px;
	text-transform: uppercase;
	border-radius: 100%;
	padding: 0 20px;
}
.fn__circle_read_more .text{
	position: relative;
	z-index: 3;
	display: block;
	line-height: 23px;
}
.fn__circle_read_more .fn__arr_icon{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	transition: .5s;
}
.fn__circle_read_more a:hover .fn__arr_icon{
	background-color: #000;
	color: #fff;
}
.fn__circle_read_more a:hover .bg{
	border-color: var(--baucraft-mc1);
}
.fn__circle_read_more .bg{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 2px solid var(--baucraft-bc);
	border-radius: 100%;
	overflow: hidden;
	pointer-events: none;
	transition: .5s;
}









/* Coming Soon Page */
.fn__countdown__inline{
	text-align: center;
}
.fn__countdown__inline[data-align="left"]{
	text-align: left;
}
.fn__countdown__inline[data-align="right"]{
	text-align: right;
}
.fn__countdown__boxed{
	position: relative;
}
.fn__countdown__boxed[data-align="left"] ul{
	justify-content: flex-start;
}
.fn__countdown__boxed[data-align="right"] ul{
	justify-content: flex-end;
}
.fn__countdown__boxed ul{
	margin: 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;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.fn__countdown__boxed li{
	margin: 0 0 30px 0px;
	padding-left: 20px;
}
.fn__countdown__boxed .item{
	width: 140px;
	border: 1px solid var(--baucraft-border-color);
	height: 140px;
	border-radius: 5px;
	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;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
.fn__countdown__boxed .item:after{
	content: '';
	position: absolute;
	top: -2px;
	background-color: var(--baucraft-mc1);
	width: 30px;
	left: 50%;
	margin-left: -15px;
	height: 3px;
}
.fn__countdown__boxed .count{
	margin-bottom: 5px;
}
.fn__countdown__boxed .count h3{
	font-size: 48px;
	letter-spacing: 0;
	margin: 0;
	font-weight: 900;
}
.fn__countdown__boxed span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: var(--baucraft-hc);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: var(--hff);
	position: absolute;
	height: 20px;
	line-height: 20px;
	bottom: -10px;
	left: 11px;
	right: 11px;
	background-color: var(--baucraft-bbc);
	z-index: 2;
	border-radius: 10px;
}






.fn__service_title{
	font-size: 48px;
    color: var(--baucraft-hc);
    margin: 0;
    font-family: var(--hff);
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 56px 0 0;
}
.baucraft_fn_servicesingle_classic .fn__moving_img{
	border-radius: 5px;
}
.baucraft_fn_servicesingle_classic .service_content{
	padding: 0 80px;
}



/* Contact Form 7 */
.fn__contact_form .form__fields{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -20px;
	flex-wrap: wrap;
}
.fn__contact_form br{
	display: none;
}
.fn__contact_form .form_field{
	width: 100%;
	padding-left: 20px;
	margin-bottom: 21px;
}
.fn__contact_form .half_field{
	width: 50%;
}
.fn__contact_form .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: var(--baucraft-hc);
	font-family: var(--bff);
	letter-spacing: 0;
	margin-bottom: 4px;
}
.fn__contact_form textarea,
.fn__contact_form input:not([type="submit"]){
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.fn__contact_form textarea{
	height: 120px;
}
.fn__contact_form select {
    /* Remove default arrow in Firefox and IE */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	height: 40px;
    
    /* Optional: Add some padding to prevent text from overlapping with the arrow */
    padding-right: 30px; /* Adjust the padding as needed */
}
.fn__contact_form .select_wrapper{
	position: relative;
}
.fn__contact_form .select_wrapper:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 18px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: var(--baucraft-hc) transparent transparent transparent;
	pointer-events: none;
}
/* Hide the arrow in IE */
.fn__contact_form select::-ms-expand {
    display: none;
}







/* Dark Mode */
.fn__mode_dark .fn__project_doublethumb_item .item__info{
	border-color: #4c4f54;
	background-color: #131314;
}
.fn__mode_dark .fn__limited_title a{
	color: #fff;
}
.fn__mode_dark .fn__project_doublethumb_item .item__info .fn__excerpt{
	color: #75757d;
}
.fn__mode_dark .fn__read_more .text{
	color: #fff;
}
.fn__mode_dark .fn__read_more .text:after{
	background-color: #75757d;
}
.fn__mode_dark .fn__project_cat_link{
	background-color: #2b2b2c;
	color: #75757d;
}
.fn__mode_dark .fn__project_cat_link:hover{
	color: var(--baucraft-mc2);
}
.fn__mode_dark .fn__project_list_item .item__info{
	border-color: #4c4f54;
	background-color: #131314;
}
.fn__mode_dark .fn__circle_read_more a{
	color: #fff;
}
.fn__mode_dark .fn__circle_read_more .bg{
	border-color: #4c4f54;
}
.fn__mode_dark .fn__cs_counter .item{
	border-color: #4c4f54;
	background-color: #131314;
}
.fn__mode_dark .fn__cs_counter .item p{
	color: #fff;
}
.fn__mode_dark .fn__cs_counter .item h3{
	color: #75757d;
}





/* Responsive */
@media(max-width: 1440px){
	.baucraft_fn_hassidebar .sidebarpage{
		margin-left: -40px;
	}
	.baucraft_fn_leftsidebar,
	.baucraft_fn_rightsidebar{
		padding-left: 40px;
	}
	.fn__services_classic_list_item .title,
	.fn__cs_slider .title{
		font-size: 80px;
	}
	.fn__cs_hover_image_text p{
		font-size: 96px;
	}
}
@media(max-width: 1300px){
	.fn__offc_nav > li > a{
		height: 68px;
		line-height: 68px;
		font-size: 30px;
	}
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+1),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+3),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+2){
		width: 33.3333%;
	}
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+1),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+3),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+2){
		margin-top: -40px;
	}
}
@media(max-width: 1200px){
	.fn__gallery_zigzag{
		margin-top: 0;
	}
	.fn__services_classic_list_item .title,
	.fn__cs_slider .title{
		font-size: 70px;
	}
	.fn__cs_hover_image_text p{
		font-size: 80px;
	}
	.fn__services_sticky_list{
		padding: 0 40px;
	}
}
@media(max-width: 1040px){
	.baucraft_fn_offcanvas_overlay{
		display: none;
	}
	.fn__cs_working_process .working_process{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__cs_working_process .working_process_left{
		flex: auto;
		padding-right: 0;
		margin-bottom: 70px;
	}
	.fn__project_info_holder .info_left{
		width: 100%;
		min-width: 100%;
	}
	.fn__project_info_holder{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_projects_carousel .fn__container{
		padding: 0 20px;
	}
	.baucraft_fn_hassidebar .sidebarpage{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_leftsidebar,
	.baucraft_fn_rightsidebar{
		width: 100%;
	}
	.baucraft_fn_leftsidebar{
		margin-bottom: 40px;
	}
	.baucraft_fn_searchbox.reg_search{
		position: fixed;
		background-color: var(--baucraft-bg-color);
		width: auto;
		padding-right: 80px;
	}
	.admin-bar .baucraft_fn_searchbox.reg_search{
		top: var(--adminbar-height);
	}
	.baucraft_fn_header{
		display: none;
	}
	.baucraft_fn_mobnav{
		display: block;
	}
	.nav_ver_full .baucraft-fn-wrapper,
	.nav_ver_mini .baucraft-fn-wrapper{
		padding-left: 0;
	}
	.nav_ver_full .baucraft_fn_searchbox,
	.nav_ver_mini .baucraft_fn_searchbox{
		left: 0;
	}
	.baucraft_fn_searchbox{
		height: 101px;
	}
	.baucraft_fn_searchbox input[type="text"]{
		height: 100px;
	}
	.frenify-cursor{display: none;}
	.fn__services_sticky_list{
		padding: 0 20px;
	}
	.fn__services_sticky_list .desc_holder{
		padding-left: 0;
		max-width: 100%;
	}
	.fn__services_sticky_list_item{
		margin-bottom: 50px;
	}
	.fn__services_sticky_list_item:last-child{
		margin-bottom: 0;
	}
	.fn__services_sticky_wrapper .service_page_left{
		display: none;
	}
	.fn__cs_counter .item p{
		font-size: 50px;
	}
	.fn__cs_clients li{
		width: calc(25% + var(--client-border-width));
	}
	.fn__cs_posts__sticky .right_part .item{
		width: 100%;
	}
	.fn__cs_posts__sticky .right_part_in{
		padding: 60px 20px;
	}
	.fn__cs_posts__sticky{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__cs_posts__sticky .left_part,
	.fn__cs_posts__sticky .right_part{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}
@media(max-width: 768px){
	.fn__accordion_content_in{
		padding-left: 20px;
		padding-right: 20px;
	}
	.fn__accordion_head{
		padding-left: 20px;
	}
	.fn__pricing_table .pricing_btn a{
		padding: 0 20px;
	}
	.fn__pricing_table .title_holder{
		padding: 28px 20px 21px;
	}
	.fn__pricing_table .content_holder{
		padding: 30px 20px;
	}
	.fn__pricing_table .content_holder li{
		margin-bottom: 20px;
	}
	.fn__pricing_table .pricing_plan{
		font-size: 20px;
	}
	.fn__pricing_table .pricing_price{
		font-size: 30px;
	}
	.blog__item.has_image .list_in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__blog_image{
		margin-bottom: 30px;
	}
	.baucraft_fn_servicesingle_classic .service_content{
		padding: 0px;
	}
	.fn__cs_working_process .working_hours_item .bottom_decor{
		margin-right: 2px;
	}
	.fn__cs_working_process .working_hours_item{
		padding-left: 20px;
	}
	.fn__cs_working_process .working_hours_item .item_left_in:after{
		width: 110px;
		left: -20px;
	}
	.fn__cs_working_process .working_hours_item .item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__cs_working_process .working_hours_item .item_left{
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.fn__cs_working_process .working_hours_item .item_right{
		width: 100%;
	}
	.baucraft_fn_protected .fn__title, .baucraft_fn_404 .fn__title{
		font-size: 30px;
	}
	.baucraft_fn_protected form, .baucraft_fn_404 form{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		border: none;
		background-color: transparent;
	}
	.baucraft_fn_protected input[type="text"], .baucraft_fn_protected input[type="password"], .baucraft_fn_404 input[type="text"]{
		flex: auto;
		margin-bottom: 10px;
		background-color: #f6f6fb;
    	border: 1px solid var(--baucraft-border-color);
		text-align: center;
	}
	.baucraft_fn_protected .search, .baucraft_fn_404 .search{
		margin: 0;
	}
	.fn__blog_list.fn__blog_list_mixed .post_item .list_in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__blog_list.fn__blog_list_mixed .post_item .post__image{
		margin-right: 0;
		margin-left: 0;
	}
	.fn__blog_list.fn__blog_list_mixed .post_item .fn__blog_image{
		margin-bottom: 30px;
	}
	.baucraft_fn_projects_carousel .fn__container{
		padding: 0 10px;
	}
	.baucraft_fn_mobnav .baucraft_fn_social_list{
		padding-left: 20px;
		padding-right: 20px;
	}
	.baucraft_fn_searchbox.reg_search .search_closer{
		right: 20px;
	}
	.baucraft_fn_searchbox.reg_search{
		padding-left: 70px;
		padding-right: 70px;
	}
	.baucraft_fn_searchbox.reg_search .search{
		left: 20px;
	}
	.fn__mob_nav > li > a{
		font-size: 20px;
		padding: 0 20px;
		height: 48px;
		line-height: 48px;
	}
	.fn__mob_nav > .menu-item-has-children > a > .icon{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.fn__mob_nav > .menu-item-has-children > a > .icon:after{
		height: 14px;
		margin-top: -7px;
	}
	.fn__mob_nav > .menu-item-has-children > a > .icon:before{
		width: 14px;
		margin-left: -7px;
	}
	.fn__mob_nav .sub-menu .menu-item-has-children > a > .icon{
		right: 10px;
	}
	.baucraft_fn_protected input[type="submit"],
	.baucraft_fn_404 input[type="submit"]{
		height: 40px;
	}
	.fn__gallery_2_1 .gallery__item{
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.fn__gallery_2_1{
		margin-left: -20px;
	}
	.fn__service_title,
	.baucraft_fn_pagetitle .fn__title,
	.fn__project_title{
		font-size: 40px;
	}
	.fn__project_hero_info .info_left{
		padding: 40px 20px;
		width: 100%;
		min-width: 100%;
	}
	.fn__project_hero_info{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_project_pnb .pnb__item{
		padding: 20px;
	}
	.baucraft_fn_project_pnb .fn_title{
		font-size: 30px;
	}
	.baucraft_fn_project_pnb .pnb_holder{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_project_pnb .prev__item{
		border-bottom: 1px solid var(--baucraft-border-color);
	}
	.baucraft_fn_project_pnb .pnb_holder:after{
		display: none;
	}
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+2){
		padding: 0 10px;
	}
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+1),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+3),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n),
	.fn__gallery_zigzag .gallery__item:nth-of-type(4n+2){
		margin-top: -20px;
	}
	.baucraft_fn_projects_list_23 .count{
		display: none;
	}
	.fn__project_list_item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_projects_list_18 .gallery__items,
	.baucraft_fn_projects_list_09 .gallery__items,
	.baucraft_fn_projects_list_07 .gallery__items,
	.baucraft_fn_projects_list_06 .gallery__items,
	.baucraft_fn_projects_list_05 .gallery__items{
		height: auto;
	}
	.fn__project_list_item .item__info .title{
		font-size: 30px;
	}
	.fn__project_list_item .item__info{
		padding: 20px;
		min-height: inherit;
	}
	.fn__project_list_item .item__left{
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.baucraft_fn_totop{
		right: 20px;
		bottom: 20px;
	}
	.fn__project_doublethumb_item .item{
		order: unset !important;
	}
	.fn__project_doublethumb_item .gallery__item img{
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.fn__project_doublethumb_item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__services_classic_list_item .title{
		transition: color .5s ease !important;
	}
	.fn__services_classic_list_item:hover .title{
		color: var(--baucraft-mc2);
	}
	.fn__cs_slider .title_holder{
		padding-bottom: 130px;
	}
	.fn__cs_slider .slider__nav .prev{
		left: 20px;
	}
	.fn__cs_slider .slider__nav .next{
		right: 20px;
	}
	.fn__cs_slider .slider__nav a{
		top: auto;
		margin-top: 0;
		bottom: 50px;
		width: 34px;
		height: 34px;
	}
	.fn__cs_slider .slider__nav .fn__svg{
		width: 16px;
		height: 16px;
	}
	.fn__cs_clients li{
		width: calc(50% + var(--client-border-width));
	}
	.fn__cs_counter li{width: 100%;}
	
	.fn__services_classic_list_item .title{
		white-space: normal;
		font-size: 30px;
		transform: none !important;
	}
	.fn__services_classic_list_item .item__left{
		margin-right: 20px;
	}
	.fn__services_classic_list_item .count{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.fn__services_classic_list_item .count span{
		transform: none !important;
	}
	.fn__cs_slider .title:after{
		width: 50px;
	}
	.fn__cs_slider .title{
		font-size: 50px;
		padding-left: 80px;
	}
	.fn__cs_hover_image_text p{
		font-size: 40px;
		line-height: 1.2;
	}
	.fn__cs_posts__sticky .left_part .title_holder{
		bottom: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		max-width: inherit;
		padding: 20px;
	}
	.fn__cs_posts__sticky .left_part .post__title{
		margin-bottom: 26px;
	}
	.fn__cs_posts__sticky .right_part .item{
		padding: 20px;
	}
	.fn__cs_posts__sticky .right_part .img_holder{
		margin-right: 20px;
	}
	.baucraft_fn_footer_w_social .w_col{
		padding-left: 20px;
		width: 100%;
		flex: auto;
	}
	.baucraft_fn_footer_w_social .w_cols{
		margin-left: -20px;
		flex-wrap: wrap;
	}
	.baucraft_fn_footer_social_list .social_list ul{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_footer_social_list .social_in{
		border: none;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.baucraft_fn_footer_social_list .more_popup{
		position: relative;
		width: 100%;
		min-width: 100%;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		padding: 0;
		border: none;
		bottom: auto;
		left: auto;
		top: auto;
		right: auto;
		background-color: transparent;
		transform: none !important;
	}
	.baucraft_fn_footer_social_list .popup_in{
		max-height: inherit;
		padding: 0;
	}
	.baucraft_fn_footer_social_list .more_popup .icon{
		border-color: #4c4f54;
		color: #75757d;
	}
	.baucraft_fn_footer_social_list .more_popup li{
		border-bottom: 1px solid #303134;
		margin: 0;
	}
	.baucraft_fn_footer_social_list .more_popup a{
		height: 50px;
		padding: 15px 10px;
		color: #75757d;
	}
	.baucraft_fn_footer_social_list .more_popup a:hover{
		color: #ccc;
	}
	.baucraft_fn_footer_social_list .more_popup:before,
	.baucraft_fn_footer_social_list .more_popup:after,
	.baucraft_fn_footer_social_list .more_list > span{
		display: none;
	}
	.baucraft_fn_footer_social_list .social_list li{
		border: none;
		border-bottom: 1px solid #303134;
	}
	.baucraft_fn_footer_social_list .fn__container{
		padding: 0;
	}
	.baucraft_fn_footer_social_list{
		border: none;
	}
	.baucraft_fn_footer_social_list .social_list a{
		height: 50px;
		justify-content: flex-start;
	}
}
@media(max-width: 480px){
	.baucraft_fn_footer_social_list .social_list a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.fn__container{padding: 0 10px;}
	.fn__cs_posts__sticky .right_part .item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__cs_posts__sticky .right_part .img_holder{
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.fn__services_classic_list_item .item_img{
		width: 100%;
	}
	.fn__services_classic_list_item .item_in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0;
		height: auto;
		-ms-align-items: flex-start;
		align-items: flex-start;
		text-align: center;
	}
	.fn__services_classic_list_item .item__left{
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		min-width: 100%;
	}
	.fn__services_classic_list_item .title{
		text-transform: none;
		font-weight: 600;
	}
	.fn__cs_clients li{
		width: calc(100% + var(--client-border-width));
	}
	.fn__cs_slider .title{
		padding-left: 0;
	}
	.fn__cs_slider .title:after{
		display: none;
	}
	.fn__cs_awards .item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__cs_awards .col_1,
	.fn__cs_awards .col_2,
	.fn__cs_awards .col_3,
	.fn__cs_awards .col_4{
		padding-left: 0;
		padding-right: 0;
		flex: auto;
		text-align: left;
	}
	.fn__cs_awards .col_4:empty{display: none;}
	.fn__cs_awards .item.no .col_1,
	.fn__cs_awards .item.no .col_2,
	.fn__cs_awards .item.no .col_3,
	.fn__cs_awards .item.no .col_4{
		border-right: none;
		padding-left: 0;
		padding-right: 0;
	}
}
