/*Bard colors on top*/
.full-width-no-box #header {
	background-color: #ad1a1f;
}

.full-width-no-box #header_section #header {
    background-color: #ad1a1f !important;
}

.main-nav {
	background-color: #ad1a1f;
	background-image: none;
}

.full-width-no-box .main-nav {
	background-color: #ad1a1f;
	background-image: none;
}

.full-width-no-box .menu {
/* background-color: #585858; */
	background-image: none;
}

.site-name a {
	display: none;
}

.site-description {
	display: none;
}

#logo {
	z-index: 100;
	margin: 0 auto;
	float: none;
}

/*not sticky on mobile*/
@media only screen and (max-width: 910px) {
	#sticky-header {
		display: none !important;
	}
}

/*@media only screen and (max-width: 910px) {
	#sticky-header {
		position: unset;
	}
}*/
/*@media only screen and (max-width: 910px) {
	#sticky-header {
		position: relative;
	}
}*/
.menu {
	background-image: none;
	background-color: #ad1a1f;
}

.full-width-no-box .menu {
	background-color: #ad1a1f;
	background-image: none;
}

.menu a {
	border: none;
	text-shadow: none;
}

.menu a:hover {
	background-image: none;
	background-color: #a11a1f;
}

ul.menu > li:hover {
	background-color: #ad1a1f;
	color: #ffffff;
}

ul.menu > li:hover {
	background-color: #ad1a1f;
	color: #ffffff;
}

/*Bard colors in content area body*/
a {
	color: #ad1a1f;
}

a:hover {
	color: #dbcbcb;
}

body {
	background-color: #ededed;
}

/*Bard colors in footer*/
.full-width-no-box #footer-wrapper .footer_div {
	background-color: #333;
	padding: 2% 0;
	margin-bottom: 10px;
}

.social_div {
	background-color: #333;
	padding: 2% 0;
}

/*tribe events*/
h2.tribe-events-title a {
	font-size: medium;
	margin: 0;
}

.list-dayname {
	display: none;
}

.list-daynumber {
	display: none;
}

/*no social media on posts*/
.sharedaddy {
	display: none;
}

/*elementor hover slider*/
.lli-hover-scale, .lli-hover-slideout {
	transition: all .35s ease-in-out !important;
}

.lli-hover-box:hover .lli-hover-scale {
	transform: scale(1.02);
	box-shadow: 0 10px 10px 15px rgba(0,0,0,0.3);
}

.lli-hover-box:not(:hover) .lli-hover-slideout {
	transform: translate(0,-100%);
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background: #666666;
}