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

/* Override Blocksy Style */
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Custom Tab */
#tab-cbu_custom_tab .is-layout-flex {
  margin-bottom: 30px;
}

#tab-cbu_custom_tab .is-layout-flow img {
  margin-bottom: 15px !important;
}

#tab-cbu_custom_tab .is-layout-flow h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #a3a3a3;
  font-family: "Inter", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42.36px;
}

/* .entry-content ul {
  list-style-type: inherit !important;
} */

.elementor-element ul {
  list-style-type: inherit !important;
}

.subscribe-section {
  text-align: center;
  color: #fff;
}

.subscribe-section h1 {
  color: #fff;
}

.subscribe-section form {
  position: relative;
  max-width: 600px;
  margin: 50px auto 0 auto;
}

.subscribe-section form input.email {
  border-width: 3px;
  border-radius: 8px;
  font-weight: 500;
}

@media (max-width: 689.98px) {
  .subscribe-section form input.email {
    height: 60px;
    padding: 0 150px 0 20px;
  }
}

@media (min-width: 690px) {
  .subscribe-section form input.email {
    font-size: 18px;
    height: 55px;
    padding: 0 170px 0 25px;
  }
}

.subscribe-section form .subscribe-field-group {
  position: relative;
}

.subscribe-section form .subscribe-field-group .button {
  position: absolute;
  top: 8px;
  right: 8px;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

@media (max-width: 689.98px) {
  .subscribe-section form .subscribe-field-group .button {
    min-height: 44px;
  }
}

@media (min-width: 690px) and (max-width: 999.98px) {
  .subscribe-section form .subscribe-field-group .button {
    padding: 0 30px;
    font-size: 18px;
  }
}

@media (min-width: 690px) {
  .subscribe-section form .subscribe-field-group .button {
    padding: 0 40px;
    min-height: 40px;
  }
}

#sib-form .form-gdpr-field {
  margin-top: 15px;
}

#sib-form .form-gdpr-field span {
  opacity: 0.7;
}

#sib-form .input--hidden {
  display: none;
}

#sib-form .newsletter-subscribe-message {
  font-size: 15px;
}

#sib-form .newsletter-subscribe-message:not(:empty) {
  margin-top: 15px;
}

#sib-form button {
  gap: 0.5em;
}

#sib-form button span {
  transition: opacity 0.2s ease;
}

#pay_on_behalf_of_company_field .woocommerce-input-wrapper input.input-radio {
  margin-right: 0.5em;
}

#pay_on_behalf_of_company_field .woocommerce-input-wrapper label.radio {
  display: inline-block;
  margin-right: 0.7em;
}

/* WooCommerce checkout page */
.woocommerce .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

/* Coupon List */
#coupons_list {
  background: #fcfcfc;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  margin-bottom: 30px;
}

.woocommerce-cart-form #coupons_list {
  margin-top: 25px;
}

#coupons_list h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

#coupons_list h4 {
  font-size: 18px;
}

/* Woocommerce Order */
.woocommerce-order .woocommerce-thankyou-order-details {
  margin-bottom: 35px;
}

.woocommerce-order .woocommerce-order-details {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 5px;
}

/* single-post */
.single-post article .entry-content p {
  text-align: justify;
}

/* FAQ */
.wp-block-faq-block-for-gutenberg-faq {
  padding: 10px;
  margin-bottom: 10px !important;
}
