.current-menu-item, .current-lang {
	font-weight: bold;
}
.storefront-breadcrumb, .entry-header img, #dashboard-desc, .return-to-shop{
	display: none;
}
.site-header{
	padding: 0px;
	border: none;
}
.project-title{
	margin-top: 30px;
	text-align: left;
}
.col-full{
}
#sansusi-header{
	width: 100wv;
	display: flex;
	justify-content: space-between;
}
.sansusi-header-item{
	padding: 20px;
}
#site-logo{
	font-weight: bold;
}
.menu{
	margin: 0px;
}
#sansusi-menu{
	margin-top: 5px;
}
#sansusi-menu li{
	list-style-type: none;
	float: left;
	display: block;
	padding: 5px 10px;
}

#menu-language-switch li{
	list-style-type: none;
	float: left;
	display: block;
	padding: 5px 10px;		
}
#site-tools{
	display: flex;
}
.site-tools-item{
	padding: 5px 7px;
}
.site-tools-item img{
	margin-top: 5px;
	cursor: pointer;
}
#social-links{
	float: right;
	width: 200px;
	display: flex;
	gap: 10px;
}
#social-links img{
	width: 50px;
}
#social-links-contacts{
	display: flex;
	gap: 10px;
	margin-bottom: 30px
}
#social-links-contacts img{
	width: 30px;
}

#post-thumbnail{
	width: 100%;
	height: 30vh;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;		
}

.project-item, .event-item, .shop-item{
	position: relative;
	padding: 10px;
	margin: 10px;
}
.project-thumbnail-wrapper, .event-thumbnail-wrapper, .shop-thumbnail-wrapper{
	width: 20vw;
	height: 20vw;
	background-color: black;
	overflow: hidden;
	border-radius: 7px;
}

.project-thumbnail-wrapper img, .event-thumbnail-wrapper img, .shop-thumbnail-wrapper img{
}
.project-thumbnail-title, .event-thumbnail-title, .shop-thumbnail-title{
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 90%;
	text-align: left;
}
.project-thumbnail-title span, .event-thumbnail-title span, .shop-thumbnail-title span{
	font-size: 20px;
	padding: 3px 5px;
	background-color: white;
	color: black;
	line-height: 38px;
	border: 0.5px solid black;
	letter-spacing: 2px;

}
.history-back-url{
	text-decoration: underline;
	display: block;
	margin-bottom: 30px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: black;
	color: white;
}
.homepage-block{
	clear: both;
}
#homepage-content{
	text-align: justify;
	font-size: 18px;
	margin-top: 30px;
}
#homepage-events, #sansusi-projects, #shop-products, #shop-events{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.product_meta, ul.wc-tabs{
	display: none;
}
#tab-description{
	width: 100%;
}
.added_to_cart{
	margin-top: 5px;
}
.entry-title{
	text-align: left;
}
.entry-content, .site-content{
	font-size: 18px;
	text-align: justify;
}
.add_to_cart_inline {
	text-align: center;
}
.add_to_cart_inline a{
	white-space: nowrap;
}
.wp-block-button__link{
	border-radius: 0px;
}
.supporter-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.supporter-list-logo-wrapper
{
	width: 160px;
	height: 150px;
}
.woocommerce-MyAccount-navigation-link{
	list-style: none;
    display: block;
    padding: 10px 0px;
    white-space: nowrap;
    margin: 0px;
    width: 193px;
}
.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.woocommerce-MyAccount-navigation-link.is-active{
	font-weight: bold;
}
#biedribas-statuti{
	background-color: black;
	color: white;
	padding: 10px 20px;
	font-size: 20px;
	width: 220px;
	border-radius: 7px;
}
#sansusi-menu-mobile{
	display: none;
}

#sansusi-menu-mobile-list{
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	background-color: white;
	padding-top: 10px;
}
#sansusi-menu-mobile-list li{
	list-style: none;
	width: 80vw;
	margin-left: 10vw;
	height: 50px;
}
#sansusi-menu-mobile-button{ 
    border: 3px solid black;
    width: 50px;
    height: 50px;
	background-image: url('/wp-content/uploads/sansusi/menu-burger.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 2px;
}
#sansusi-menu-mobile-button.close{
	background-image: url('/wp-content/uploads/sansusi/menu-close.svg');
}
@media screen and (max-width: 768px) /*MOBILE*/
{
	#sansusi-menu{
		display: none;
	}
	#sansusi-menu-mobile{
		display: block;
	}
	.site-tools-item{
		display: none;
	}
	.site-tool-mobile{
		display: block;
	}
	#menu-language-switch li{
		padding: 5px 3px;
	}
	.project-thumbnail-wrapper, .event-thumbnail-wrapper, .shop-thumbnail-wrapper{
		width: 60vw;
		height: 60vw;
	}
}
