/* NAVIGATION STYLES */

@media (max-width: 1200px) {
  .main-header-container {
    justify-content: center;
  }
  .main-header-container .ast-main-header-bar-alignment {
    margin-left: 0;
  }
  #primary-menu {
    justify-content: center;
  }
}
.navigation-button span {
  display: inline-block;
  background: transparent;
  border: 1px solid hsl(318, 61%, 11%);
  padding: 5px 10px;
  line-height: 1;
}
.navigation-button:hover span {
  color: white;
  background: #5b2e48;
}

/* PAGE LAYOUT:: NON BEAVER BUILDER LAYOUTS */
body.page:not(.fl-builder) {
  background: #f5f5f5;
}
body.page:not(.fl-builder) main {
  margin-top: 40px;
  margin-bottom: 40px;
  background: white;
}
body.page:not(.fl-builder) main,
body.page:not(.page-template-default) main {
  padding: 30px 20px;
}
@media (min-width: 900px) {
  body.page:not(.fl-builder) main,
  body.page:not(.page-template-default) main {
    padding: 50px 100px;
  }
}

body.page:not(.fl-builder) #content > .ast-container {
  max-width: 1200px;
}
body.page:not(.fl-builder) #content article {
  padding: 0;
}
#culture_Widget .form-group {
  margin-bottom: 20px;
}
