/* here you can put your own css to customize and override the theme */
.page-header .page-logo .logo-default {
	width: 100px !important;
}

.widget-carousel .carousel-indicators {
	display: none !important;
}

.quick-nav {
	top: 10px;
	margin-top: 10px;
}

.page-header .burger-trigger .menu-trigger>img {
  width: 65px;
  height: 65px;
}

.page-header .burger-trigger .menu-trigger {
	padding: 2px 2px !important;
}

.menu-trigger{
	cursor: default !important;
}

.about-header {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
	.about-header {
		background-size: contain !important;
		height: 142px;
	}
}

.widget-gradient{
	background-position: unset !important;
}

.widget-avindig{
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center !important;
}