@charset "utf-8";


#footer{
	background-color: #000;
	border: none;
	padding: 40px 0 20px;
	min-width: auto;
	width: auto;
}
#footer_inner{
    padding: 0;
    margin: 0;
    width: auto;
}
#footer_banner_area{
	padding: 0;
	display: flex;
	float: none;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#footer_banner_area a {
    display: block;
    max-width: 150px;
}
#footer_banner_area a img{}



#footer_bottom {
    background: #000;
    height: auto;
    min-width: auto;
    width: auto;
    padding: 0 20px;
}
#footer_bottom_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    max-width: initial;
    padding: 0;
}
#footer_social_link {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 130px;
    flex-wrap: nowrap;
}

#footer_social_link>li {
    margin-right: 0;
}
#footer_social_link>li>a {
    border: none;
}
#footer_social_link>li>a::after {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#footer_social_link>li>a>img {
	display: none;
}

#footer_social_link .twitter {}
#footer_social_link .twitter a {}
#footer_social_link .twitter a::after {
	/* background-image: url("https://www.wisebk.com/wp-content/uploads/2023/07/logo_white_twitter.png"); */
	background-image: url("https://www.wisebk.com/wp-content/uploads/2023/11/x_twitter_logo_white_transparent.png");
}
#footer_social_link .twitter a img {}
#footer_social_link .twitter a span {}

#footer_social_link .facebook {}
#footer_social_link .facebook a {}
#footer_social_link .facebook a::after {
	background-image: url("https://www.wisebk.com/wp-content/uploads/2023/07/logo_white_facebook.png");
}
#footer_social_link .facebook a img {}
#footer_social_link .facebook a span {}

#footer_social_link .flickr {}
#footer_social_link .flickr a {}
#footer_social_link .flickr a::after {
	background-image: url("https://www.wisebk.com/wp-content/uploads/2023/07/logo_white_line.png");
}
#footer_social_link .flickr a img {}
#footer_social_link .flickr a span {}

#footer_social_link .pint a::after {
	background-image: url("https://www.wisebk.com/wp-content/uploads/2025/11/youtube_icon_grey.png");
}

#footer_social_link .insta a::after {
	background-image: url("https://www.wisebk.com/wp-content/uploads/2024/05/Instagram_logo_white.png");
}

#footer_social_link .rss {
    display: none;
}
#footer_social_link .rss a.target_blank {}
#footer_social_link .rss a.target_blank img {}


#footer_bottom_menu {
    margin-bottom: 30px;
}

#footer_bottom_menu .menu {
    display: flex;
    flex-wrap: wrap;
}



#footer_bottom_menu .menu .menu-item {}
#footer_bottom_menu .menu .menu-item a{
    color: #fff;
    padding: 0 10px;
    line-height: 2.2em;
    text-align: left;
}

#footer_bottom_inner #copyright {
    background: #000;
	color: #fff;
    margin-bottom: 40px;
}
#footer_bottom_inner #copyright a {
    color: #fff;
}
#footer_social_link:after{
	content: none;
}


/*============================
#footer_search_form
============================*/
#footer_search_form {
	display: block;
    margin-bottom: 30px;
	width: 50%;
	max-width: 320px;
}
#footer_search_form form.searchandfilter {
    margin-bottom: 0;
}
#footer_search_form form.searchandfilter  {}
#footer_search_form form.searchandfilter  ul {
    border-radius: 20px;
    overflow: hidden;
}
#footer_search_form form.searchandfilter  ul li {
    width: 50%;
    margin: 0;
    display: flex;
}
#footer_search_form form.searchandfilter  ul li input {
    border: none;
    height: 25px;
    font-size: 70%;
    padding: 0 20px;
    line-height: 1em;
}
#footer_search_form form.searchandfilter  ul li input[type="text"] {}
#footer_search_form form.searchandfilter  ul li input[type="hidden"] {}
#footer_search_form form.searchandfilter  ul li input[type="submit"] {
    background-color: #0099b8 !important;
}
#footer_search_form form.searchandfilter  ul li input[type="submit"]::before {
content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
    height: auto;
    line-height: initial;
}


.glider { height: 0; }
.glider.draggable { height: auto; }







@media screen and (max-width:770px) {

#footer_search_form {
	width: 60%;
}


#footer_bottom{}
#footer_bottom_inner{}


#footer_bottom_menu {}
#footer_bottom_menu .menu {}
#footer_bottom_menu .menu .menu-item {}
#footer_bottom_menu .menu .menu-item a{}


}


@media screen and (max-width:640px) {


#footer_search_form {
	width: 80%;
}

#footer_bottom{}
#footer_bottom_inner{}


#footer_bottom_menu {
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
#footer_bottom_menu .menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 60px;
}
#footer_bottom_menu .menu .menu-item {
    border-bottom: 1px solid #333;
    width: 100%;
}
#footer_bottom_menu .menu .menu-item a{
    padding: 3px 0;
    border: none;
}


}


@media screen and (max-width:499px) {

#footer_search_form {
	width: 100%;
}


#footer_bottom{}
#footer_bottom_inner{}


#footer_bottom_menu {}
#footer_bottom_menu .menu {}
#footer_bottom_menu .menu .menu-item {}
#footer_bottom_menu .menu .menu-item a{}



}


@media screen and (max-width:399px) {




#footer_bottom{}
#footer_bottom_inner{}

#footer_bottom_menu {}
#footer_bottom_menu .menu {}
#footer_bottom_menu .menu .menu-item {}
#footer_bottom_menu .menu .menu-item a{}




}



