
/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/
.header-default .navbar-nav .nav-item {
	padding: 5px !important;
}

.galleries #gallery-0 {
	margin-bottom: 1.5rem !important;
}

.rpb-hero .hero-video .autoplay-video {
	top: -15%;
}

@media (max-width:767px) {
	mobile-hide {
		display: none !important;
	}
}

@media (min-width:767px) {
	mobile-show {
		display: none !important;
	}
}

.header-default .theme-logo {
	max-height: 80px !important;
}
