/*
  Theme Name: Bob Snail (Version 1.1)
  Author: Webnauts
  Author URI: https://webnauts.pro/
  Description: Theme for Bob Snail site. With additional page "Shelf Health" (21.11.2022)
  Version: 1.1
  Text Domain: bob
*/

@import url("assets/css/style.min.css");

* {
  overflow-wrap: normal !important;
}

.visually-hidden,
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.form__block br {
  display: none;
}

.form__block .wpcf7-form-control-wrap {
  position: static;

  width: 100%;
}

.form__block .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  left: 0;

  color: #e62856;
}

.form__block .wpcf7-not-valid-tip,
.form .wpcf7-response-output {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.video {
  background-color: #000000;
}

.grecaptcha-badge {
  display: none;
}

.text {
  padding: 156px 0;

  @media (max-width: 767px) {
    padding: 90px 0;
  }
}

.text__title {
  margin-bottom: 50px;

  @media (max-width: 767px) {
    padding-top: 30px;

    text-align: left;
  }
}

.text__content {
  font-family: "Circe";
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;

  color: #043314;

  @media (max-width: 767px) {
    font-size: 17px;
    line-height: 20px;
  }

  * + * {
    margin-top: 30px;

    @media (max-width: 767px) {
      margin-top: 15px;
    }
  }

  h2,
  h3,
  h4,
  h5 {
    font-weight: 700;

    text-transform: uppercase;
  }

  h2 {
    font-size: 45px;
    line-height: 50px;

    @media (max-width: 767px) {
      font-size: 35px;
      line-height: 40px;
    }
  }

  h3 {
    font-size: 35px;
    line-height: 40px;

    @media (max-width: 767px) {
      font-size: 25px;
      line-height: 30px;
    }
  }

  h4 {
    font-size: 30px;
    line-height: 35px;

    @media (max-width: 767px) {
      font-size: 20px;
      line-height: 25px;
    }
  }

  h5 {
    font-size: 25px;
    line-height: 30px;

    @media (max-width: 767px) {
      font-size: 17px;
      line-height: 20px;
    }
  }

  h6 {
    font-size: 20px;
    line-height: 35px;

    @media (max-width: 767px) {
      font-size: 15px;
      line-height: 20px;
    }
  }
}
