/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


 /* Contact Form 7 */


 .cf7-custom__row {
   margin-bottom: 0.5rem;
 }

 .cf7-custom__btn  {
    font-size: 18px;
    background: transparent;
    color: #fff;
 }

  .cf7-custom__btn input {
    padding: 10px 50px;
  }

 .cf7-custom__btn-purple .wpcf7-submit{
    padding: 10px 50px;
    font-size: 18px;
    background: #6f46ea;;
    color: #fff;
 }


.post h2 {
		position: relative;
    padding: 0 25px;
    line-height: 1.15;
}

.entry-card h2{
  padding: 0;
line-height: 1.5;
}

.post h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 4px;
    height: 100%;
    background: #6F46EA;
    border-radius: 10px;
}
.entry-card h2::before {
  display: none;
}



 /* Treningi - produkty */

 /* Ogólne */
 @media screen and (max-width: 767px) {
  .stk-block.stk-block-spacer.space-100 {
    height: 50px !important;
  }

 }

 /* Hero */
  @media screen and (max-width: 767px) {

  .hero-section {
    padding: 40px 0 0 !important;
  }

  .ct-container-full {
    padding-top: 25px !important;
  }

  .hero-section .entry-header {
    padding-bottom: 20px !important;
  }

  .hero-section .entry-header .ct-breadcrumbs{ 
    margin-top: 5px;

  }

  .hero__img-column {
    justify-content: center;
    /* order: -1 !important; */

  }

  .hero__img-column .stk-column-wrapper {
    margin: 0 !important;
  }
 }

 @media screen and (max-width: 400px) {

  .post .hero-section {
    padding: 0 !important;
  }

  /* h1 {
    font-size: 38px !important;
  } */

 

  /* h4 {
    font-size: 20px !important;
  }  */

 

  .cf7-custom__row input::placeholder,
  .cf7-custom__row textarea::placeholder,
  .cf7-custom__row select {
    font-size: 14px;
  }


 }
