/* --- Global CSS --- */
.alignwide {
	margin-left: 0px;
	margin-right: 0px;
}

a:hover {
	color: #581ec2;
}

input#submit:hover, input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus {
	background-image: linear-gradient(to right, #8f4ff6 , #581ec2) !important;
}

.wp-block-coblocks-shape-divider {
	color: #110090 !important;
}

hr {
	background: linear-gradient(to right, #eaffff, #581ec2, #110090, #581ec2, #eaffff) !important;
	margin: 2rem 0 !important;
  height: 5px !important;
  line-height: 5px !important;
}
hr.is-style-line::before {
	height: 0px !important;
}

/* --- VW CSS --- */
.custom-background {
	background-color: #eaffff !important;
}

#menu-navbar {
	float: right;
}

/* Search box navbar padding fix */
@media only screen and (max-width: 1000px) {
	.search-box {
		padding-left: 24px;
	}
	.search-box i, .toggle-nav i {
		background: #581ec2;
	}
}

@media only screen and (max-width: 767px) {
	.search-box {
		text-align: right;
	}
	.toggle-nav {
		text-align: left;
	}
	.header-menu .col-lg-8 > div:nth-child(1) {
		padding-left: 0px;
	}
}

/* Do not display page titles */
.vw-page-title {
	display: none;
}

/* Align navbar logo in center */
.logo {
	text-align: center;
}

/* Fix gradient on header and footer */
.home-page-header, #footer-2, #footer {
  background-image: linear-gradient(to right, #b7ddf3 , #86abc0);
}

/* Scroll up bottom */
.scrollup i {
  background-image: linear-gradient(to right, #b7ddf3 , #86abc0);
}




/* --- WP Forms CSS --- */
.contact-form label {
	font-size: 14px !important;
}

.contact-submit:hover, .contact-submit:focus {
	background-image: linear-gradient(to right, #8f4ff6 , #581ec2) !important;
	color: #1f2732 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	transition: 0.2s !important;
}

.contact-submit {
	padding: 20px 30px !important;
	border-radius: 25px !important;
	background-color: var(--wp--preset--color--black) !important;
	color: white !important;
	border: none !important;
}
.contact-message textarea {
	height: 200px !important;
}



/* --- Events CSS --- */
:root {
  --tec-color-link-accent: blue;
  --tec-color-link-accent-hover: #581ec2;
}

#tribe-events-search-container button {
  background: black;
}

#tribe-events-search-container button:hover, button:focus {
	background-image: linear-gradient(to right, #8f4ff6 , #581ec2) !important;
}



/* --- Page CSS --- */
/* Fix bg gradient */
.custom-bg {
  background: #b7ddf3;
}

.blue-gradient-h button:hover, .blue-gradient-h a:hover, .blue-gradient-h button:focus, .blue-gradient-h a:focus {
		background-image: linear-gradient(to right, #8f4ff6 , #581ec2) !important;
}

.home-slide-show img {
	width: 100vw !important;
	max-height: none !important;
}
.home-slide-show .swiper-pagination{
	position: absolute !important;
}
.home-slide-show * {
	transition-duration: 2000ms !important;
}

/* Adjust Blog Image Header */
.blog-image img {
	width: auto !important;
}

/* Fix margin */
.contact-wrapper {
	margin-left: 80px;
	margin-right: 80px;
}

/* Services Page Images */
.service-image img {
	width: auto;
	height: 200px;
}



/* --- Footer --- */
.footer-wrapper {
	margin-top: 1.75em;
	white-space: nowrap;
}

.footer-wrapper p {
	margin: 0;
}


/* --- Multi-purpose classes --- */
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#maincontent .story{background: #fff;margin: 20px auto;padding: 20px}
#maincontent .story h2{margin-bottom:30px}
.story .story-button{background:#000!important;color:#fff;padding:10px 20px;margin-top:30px;display:inline-block;}