/*
Theme Name: wp_rollupschool
Theme URI: https://walaszczyk.studio/
Author: ŁW
Author URI: https://walaszczyk.studio/
Description: Wordpress Template made by ŁW
Version: 1.1
Tags: lw
Text Domain: wp_rollupschool
*/

html .w-background-video--control {
  z-index: 100;
}

.image-cover video {
  z-index: 1;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .text-size-regular > p, .text-size-small > p {
    margin-bottom: 1.5rem;
  }

  .text-size-regular p:last-child, .text-size-small p:last-child {
    margin-bottom: 0;
  }


  .grecaptcha-badge { 
    visibility: hidden !important;
  }
  
  html .wpcf7 form.invalid .wpcf7-response-output, html .wpcf7 form.unaccepted .wpcf7-response-output, html .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    margin: 0px;
    margin-top: 0rem;
    padding: 0px;
    padding-top: 1rem;
    border: none;
    border-top: 1px solid var(--dark-green);
    font-size: 0.875rem;
  }
  
  .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  }
  
  .wpcf7-acceptance label {
    font-weight: 400;
  }
  
  .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0rem;
  }

  .service_tab-grid .plus-wrapper {
    background-color: var(--main-purple);
  }

  .service_tab-grid .home-tabs_content {
    grid-area: 1 / 2 / 2 / 4;
  }