/** Generic - Not Vuetify specific, as soon as you have a custom template have this.  */
/** Extremely important to have the header as is like the other divi pages */
@media screen and (min-width: 1080px) {
  .container {
    max-width: 1080px !important;
  }
}
#top-header .container {
  padding-bottom: 0;
}

#main-header .container {
  padding: 0;
  width: 80%;
}

/* This solves an issue when v-select dropdown shows in the bottom right corner */
#app .container, #app {
  position: static;
}

/* otherwise the min height is 100vh this creates problem for small pages. */
.v-application--wrap {
  min-height: auto;
}

/** Vuetify Specific Starts Here */
input {
  border: none !important;
}

[v-cloak] {
  display: none !important;
}

/*# sourceMappingURL=output_vuetify.css.map */
