/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 .gform_required_legend {
   display: none;
}
 #header-menu-2 {
    max-width: 1290px;
    width: 100%;
    margin: 0 !important;
}

/* Fix för Stackable kort - knappar längst ner */
/* .stk-block-card .stk-block-card__content {
    display: flex;
    height: 100%;
} */

/* .stk-block-card .stk-block-card__content .stk-block-content {
    display: flex;
  
} */

.stk-block-content .stk-inner-blocks {
    
}

/* .stk-block-card .stk-block-button-group {
    margin-top: auto !important;
}
 */

/*  .stk-block-heading__text {
    height: 70px !important;
 }
 */
 /* .stk-block-text__text {
    height: 80px !important;
 } */

/*  .wp-block-stackable-card {
    min-width: 380px !important;
 } */

 .wp-block-stackable-card .stk-container {
    display: flex;
    flex-direction: column;
    height: 100%;
 }

 .stk-block-card__content {
    flex-grow: 1 !important;
 }

 .wp-block-stackable-card .stk-container .stk-block-content {
    flex-grow: 1 !important;
    justify-content: space-between !important;
 }

