/**
 * Theme Name:   Astra Child - Rikkes Pølsevogn
 * Description:  Optimeret child theme kun til forsiden
 * Version:      1.0.3
 * Template:     astra
 */



/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
@media (min-width: 1100px) {
  /* Normal state */
  header#masthead.site-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  /* Logo shrink */
  header#masthead.site-header.shrink img {
    transform: scale(0.5);
  }
  header#masthead.site-header img {
    transition: transform 0.3s ease;
  }
}

@media (max-width: 1350px) {
  .ast-custom-button {
    display: none !important;
  }
}





/* ==========================================================================
   FULLWIDTH & LAYOUT - FIXED VERSION
   ========================================================================== */
@media (max-width: 759px) {
  .wp-block-columns.fullwidth-mobile {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}





/* ==========================================================================
   BUTTONS & FORMS
   ========================================================================== */
.field-wrap input[type="submit"], 
.field-wrap button {
    width: 100% !important;
    display: block !important;
    background-color: orange;
    color: black;
    font-size: 20px; /* tekststørelse kontakt */
}

.field-wrap input[type="submit"]:hover, 
.field-wrap button:hover {
    background-color: green !important;
    color: white !important;
    cursor: pointer;
}