/*
Theme Name: sd-viblock-theme
Theme URI: 
Author: SpectrumDigital.nz
Author URI: https://spectrumdigital.nz
Description: Custom theme for ViBlock
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.2
Version: 0.9.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: sd-viblock-theme
Tags: 
*/

/* Container for the posts */
.viblock-post-layout .stk-block-posts__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.stk-block {
  z-index: auto !important;
}

/* Individual post card */
.stk-block-posts__item {
  background: #fff;
  overflow: hidden;
}

.stk-block-posts__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

form.wsf-form {
  .wsf-fields {
    margin: 0;
  }
  .wsf-field-wrapper {
    border-bottom: #000 solid 1px;
    padding: 0;

    &:has(button) {
      border-bottom: none;
    }
    .wsf-label-wrapper {
      padding: 0;
    }
    button.wsf-button { 
      background: #fff !important;
      border-color: #fff;
      border-radius: 9999px;
      color: #000;
    }
    input {
      background: none !important;
    }
  }
}
.wp-block-ollie-mega-menu__menu-container .wp-block-navigation-item__label {
  font-size: 66px;
  line-height: 1.2;
}
.head h1 {
  font-size: clamp(54px, calc(3.375rem + ((1vw - 3.2px) * 4.8214)), 108px);
  lineHeight: clamp(5.063rem, 3.808vw + 4.206rem, 8.775rem);
}
