/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 24 2025 | 04:11:09 (pm)
/*
/******* Do not edit this file *******/

/*---REMOVE EXTRA SPACE ON FRONT PAGE CONTENT AREA---*/
.bd-layoutitemsbox-15 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}


/*---DIVIDES---*/
.half {
	float: left;
	width: 50%;
}
.third {
	float: left;
	width: 33%;
}

/*---IMAGES---*/
.w_border {
	border: 1px solid #efefef;
	box-shadow: 1px 1px 2px #000000;
	margin: 7px;
}

/*---EVENTS LIST WIDGET---*/
.tribe-list-widget {
	padding: 0 !important;
}

.type-tribe_events {
    padding: 10px 0 !important;
}

.tribe-events-list-widget ol li {
    margin-bottom: 0 !important
}

.bd-postheader-4 {
    display: none;
}

/*---REMOVE BULLETS---*/
.rpwe-block ul>li:before, #tribe-bar-form ul>li:before, .tribe-events-sub-nav li:before, #wpfb-filebrowser-1 li:before, #wpfb-filebrowser-2 li:before {
    content: none!important;
}

button>a {
    color: #000000;
}

button a.ut-btn {
    color: white !important;
}

/*Start CSS for gold menu */
div.bd-vmenu-1:first-child ul.bd-menu-23>li:first-child span {
    color: gold;
    font-weight: bold;
}

div.bd-vmenu-1:first-child ul.bd-menu-23>li:first-child{
    background-color: dimgrey;
}
/*End CSS for gold menu*/

/*---MOBILE---*/
@media only screen and (max-width: 760px) {
    .half, .third {
		width: 100%;
	}
	.staff_table, .staff_table thead, .staff_table tbody, .staff_table th, .staff_table td, .staff_table tr {
		display: block;
	}
	.staff_table thead tr {
	    display: none;
	}
}