/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/*
General Custom CSS
================================================== */

.html_header_top.html_header_sticky #header {
  position: fixed !important;
}

/* Center logo in header */
span.logo > a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.responsive #top .logo {
  display: flex !important;
}

/* Remove underline from menu */
.avia-menu-fx {
  display: none !important;
  opacity: 0;
}

#footer .widget {
  font-size: 0.9rem;
}

/* Scrollbar */

::-webkit-scrollbar {
  width: 0.5vw;
  height: 0.5vw;
}

::-webkit-scrollbar-thumb {
  background: rgb(44, 44, 44) !important;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0) !important;
}

html {
  background: transparent;
}

body {
  overflow: overlay !important;
}

/*
  Desktop Styles
  ================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {}

/*
  Mobile Styles
  ================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
	.main_color.container_wrap_first.container_wrap {
		margin-top: 80px;	
	}
}
