/* .full-width {
  display:block;
  margin:30px 0;
}
.full-width img {
  display: block;
  width:100%;
} */
/* line 10, stdin */
#adminmenu {
  position: relative;
  margin-top: 0; }
  /* line 14, stdin */
  #adminmenu::before {
    content: "";
    display: block;
    position: relative;
    margin: 0;
    padding: 25px 15px;
    background-color: #26292c;
    /* CHOOSE COLOR */
    background-image: url(/app/themes/rancilio-theme/dist/images/site-brand-white.png);
    /* CHOOSE LOGO */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    opacity: 0.7; }
    @media screen and (max-width: 960px) and (min-width: 783px) {
      /* line 14, stdin */
      #adminmenu::before {
        background-image: url(/app/themes/rancilio-theme/dist/images/site-brand-white.png);
        padding: 15px;
        height: auto; } }

/* line 36, stdin */
.text-xs {
  font-size: 0.75rem; }

/* line 40, stdin */
.text-sm {
  font-size: 0.875rem; }

/* line 44, stdin */
.text-base,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem; }

/* line 54, stdin */
.text-lg {
  font-size: 1.125rem; }

/* line 58, stdin */
.text-xl {
  font-size: 1.25rem; }

/* line 62, stdin */
.text-2xl {
  font-size: 1.5rem; }

/* line 66, stdin */
.text-3xl {
  font-size: 1.875rem; }

/* line 70, stdin */
.text-4xl {
  font-size: 2.25rem; }

/* line 74, stdin */
.text-5xl {
  font-size: 3rem; }

/* line 78, stdin */
.text-6xl {
  font-size: 4rem; }

/* line 83, stdin */
.btn-underline {
  @apply relative
    tracking-widest
    text-black
    inline-block
    border-b
    border-solid
    border-black
    pb-1
    leading-none
    mt-10;
  font-variant: small-caps; }
  /* line 98, stdin */
  .btn-underline:hover {
    @apply text-gray-500 border-gray-500; }

/* line 103, stdin */
.btn-underline-white {
  @apply relative tracking-widest text-white inline-block border-b border-solid border-white pb-1 leading-none mt-10;
  font-variant: small-caps;
  text-shadow: 1px 1px 2px gray; }
  /* line 109, stdin */
  .btn-underline-white:hover {
    @apply text-gray-500 border-gray-500; }

/* line 114, stdin */
.btn-border-white {
  @apply inline-block border border-solid border-white text-white uppercase px-6 py-4 rounded-full;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px gray; }
  /* line 120, stdin */
  .btn-border-white:hover {
    @apply bg-gray-200; }

/* line 125, stdin */
.btn-bg-white {
  @apply inline-block bg-white text-black uppercase px-6 py-4 rounded-full;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  /* line 130, stdin */
  .btn-bg-white:hover {
    @apply bg-gray-200; }

/* line 135, stdin */
.btn-border-black {
  @apply inline-block border border-solid border-black text-black uppercase px-6 py-4 rounded-full;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px gray; }
  /* line 141, stdin */
  .btn-border-black:hover {
    @apply bg-gray-200; }

/* line 146, stdin */
.btn-bg-black {
  @apply inline-block bg-black text-white uppercase px-6 py-4 rounded-full;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  /* line 151, stdin */
  .btn-bg-black:hover {
    @apply bg-gray-200; }

/* line 156, stdin */
.rancilio-fields-title {
  background-color: #292c3b;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  color: #eee; }
  /* line 163, stdin */
  .rancilio-fields-title .acf-label,
  .rancilio-fields-title .acf-label label {
    margin: 0;
    font-weight: 400;
    color: #eee; }

/* line 173, stdin */
.acf-postbox .acf-flexible-content .acf-fc-layout-handle {
  background-color: #292c3b;
  color: white; }

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