/*
Theme Name: SHHEK

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */




/* WooCommerce review form match with SHHEK theme */
#review_form_wrapper,
#comments .comment-respond {
    max-width: 100%;
    margin-top: 34px;
    padding: 34px;
    border: 1px solid #eee7e2;
    border-radius: 18px;
    background: #fffaf8;
}

#review_form_wrapper #reply-title {
    display: block;
    margin-bottom: 8px;
    font-family: inherit;
    font-size: 28px;
    font-weight: 500;
    color: #1c1b1a;
}

#review_form_wrapper .comment-notes,
#review_form_wrapper label {
    font-size: 14px;
    letter-spacing: .04em;
    color: #333;
}

#review_form_wrapper .comment-form-rating {
    margin: 22px 0;
}

#review_form_wrapper .stars {
    margin-top: 10px;
}

#review_form_wrapper .stars a {
    font-size: 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    text-decoration: none;
}

#review_form_wrapper .stars a:before {
    content: "★";
    font-size: 30px;
    line-height: 1;
    color: #f2bdb2;
}

#review_form_wrapper .stars:hover a:before,
#review_form_wrapper .stars.selected a:before,
#review_form_wrapper .stars a.active:before {
    color: #1c1b1a;
}

#review_form_wrapper textarea,
#review_form_wrapper input[type="text"],
#review_form_wrapper input[type="email"],
#review_form_wrapper input[type="url"] {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #ded8d4;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: #1c1b1a;
}

#review_form_wrapper textarea {
    min-height: 130px;
    padding: 16px;
    border: 1px solid #ded8d4;
    border-radius: 14px;
    background: #fff;
    resize: vertical;
}

#review_form_wrapper .comment-form-author,
#review_form_wrapper .comment-form-email {
    display: inline-block;
    width: calc(50% - 12px);
    vertical-align: top;
}

#review_form_wrapper .comment-form-author {
    margin-right: 20px;
}

#review_form_wrapper .comment-form-cookies-consent {
    margin: 16px 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#review_form_wrapper .comment-form-cookies-consent input {
    accent-color: #1c1b1a;
}

#review_form_wrapper .form-submit input[type="submit"],
#review_form_wrapper #submit {
    width: 100%;
    min-height: 62px;
    border: 0;
    border-radius: 999px;
    background: #1c1b1a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: .25s ease;
}

#review_form_wrapper .form-submit input[type="submit"]:hover,
#review_form_wrapper #submit:hover {
    background: #f2bdb2;
    color: #1c1b1a;
}

@media (max-width: 767px) {
    #review_form_wrapper,
    #comments .comment-respond {
        padding: 24px 18px;
        border-radius: 14px;
    }

    #review_form_wrapper .comment-form-author,
    #review_form_wrapper .comment-form-email {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    #review_form_wrapper #reply-title {
        font-size: 24px;
    }
}


div#comments {
    display: none;
}


.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

.page-id-17 h1.entry-title {
    display: none;
}





/* ============================================================
   SHHEK CHECKOUT PAGE ONLY - page-id-16 FINAL POLISH
   ============================================================ */

.page-id-16 {
  background: #faf7f3 !important;
  color: #161311 !important;
}

.page-id-16 .entry-content,
.page-id-16 .wp-block-woocommerce-checkout,
.page-id-16 .wc-block-checkout {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 54px 32px 110px !important;
  box-sizing: border-box !important;
}

.page-id-16 h1.wp-block-post-title,
.page-id-16 .entry-title {
  display: none !important;
}

/* Main checkout layout */
.page-id-16 .wc-block-components-sidebar-layout {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  gap: 74px !important;
  align-items: flex-start !important;
}

.page-id-16 .wc-block-components-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.page-id-16 .wc-block-components-sidebar {
  width: 420px !important;
  max-width: 420px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Checkout sections */
.page-id-16 .wc-block-components-checkout-step {
  margin: 0 0 38px !important;
  padding: 0 0 38px !important;
  border-bottom: 1px solid #ded5cc !important;
}

.page-id-16 .wc-block-components-checkout-step:last-child {
  border-bottom: 0 !important;
}

.page-id-16 .wc-block-components-checkout-step__container,
.page-id-16 .wc-block-components-checkout-step__content {
  padding: 0 !important;
  margin: 0 !important;
}

.page-id-16 .wc-block-components-checkout-step__heading {
  margin: 0 0 24px !important;
}

.page-id-16 .wc-block-components-checkout-step__title {
  font-size: 27px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  color: #161311 !important;
  margin: 0 !important;
}

.page-id-16 .wc-block-components-checkout-step__description {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #655b52 !important;
  margin: 12px 0 0 !important;
}

/* Form grid */
.page-id-16 .wc-block-components-address-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

.page-id-16 .wc-block-components-address-form > *,
.page-id-16 .wc-block-components-text-input,
.page-id-16 .wc-block-components-combobox,
.page-id-16 .wc-block-components-country-input,
.page-id-16 .wc-block-components-state-input {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.page-id-16 .wc-block-components-address-form__country,
.page-id-16 .wc-block-components-address-form__address_1,
.page-id-16 .wc-block-components-address-form__address_2,
.page-id-16 .wc-block-components-address-form__phone {
  grid-column: 1 / -1 !important;
}

/* Inputs */
.page-id-16 input,
.page-id-16 select,
.page-id-16 textarea,
.page-id-16 button {
  box-sizing: border-box !important;
}

.page-id-16 .wc-block-components-text-input input,
.page-id-16 .wc-block-components-combobox input,
.page-id-16 .wc-block-components-country-input input,
.page-id-16 .wc-block-components-state-input input,
.page-id-16 .wc-block-components-address-form input,
.page-id-16 textarea {
  width: 100% !important;
  height: 62px !important;
  min-height: 62px !important;
  border: 1px solid #cfc5ba !important;
  border-radius: 0 !important;
  background: #fffdfa !important;
  color: #161311 !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  padding: 23px 15px 8px !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.page-id-16 textarea {
  height: auto !important;
  min-height: 118px !important;
  padding: 16px !important;
}

.page-id-16 .wc-block-components-text-input label,
.page-id-16 .wc-block-components-combobox label,
.page-id-16 .wc-block-components-country-input label,
.page-id-16 .wc-block-components-state-input label {
  color: #756a60 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.page-id-16 input:focus,
.page-id-16 textarea:focus {
  border-color: #161311 !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px #161311 !important;
}

/* Payment option */
.page-id-16 .wc-block-components-radio-control {
  border: 1px solid #d4cbc1 !important;
  border-radius: 0 !important;
  background: #fffdfa !important;
  overflow: hidden !important;
}

.page-id-16 .wc-block-components-radio-control__option {
  padding: 22px 50px !important;
  border-radius: 0 !important;
  background: #fffdfa !important;
}

.page-id-16 .wc-block-components-radio-control__option-checked {
  border-color: #161311 !important;
  box-shadow: inset 0 0 0 1px #161311 !important;
}

.page-id-16 .wc-block-components-radio-control__label {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #161311 !important;
}

.page-id-16 .wc-block-components-radio-control__description {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #4f4740 !important;
  margin-top: 10px !important;
}

/* Checkbox */
.page-id-16 .wc-block-components-checkbox {
  margin: 0 !important;
}

.page-id-16 .wc-block-components-checkbox label {
  font-size: 16px !important;
  color: #161311 !important;
}

/* Order summary card */
.page-id-16 .wc-block-components-sidebar {
  background: #f2ede7 !important;
  border: 1px solid #d1c7bc !important;
  border-radius: 0 !important;
  box-shadow: 0 28px 80px rgba(22, 19, 17, .09) !important;
  overflow: hidden !important;
  position: sticky !important;
  top: 118px !important;
}

.page-id-16 .wc-block-components-order-summary__title {
  padding: 26px 28px !important;
  margin: 0 !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  color: #161311 !important;
  border-bottom: 1px solid #d1c7bc !important;
}

.page-id-16 .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: flex-start !important;
  padding: 28px !important;
  border-bottom: 1px solid #d1c7bc !important;
}

.page-id-16 .wc-block-components-order-summary-item__image {
  width: 70px !important;
  height: 92px !important;
  margin: 0 !important;
}

.page-id-16 .wc-block-components-order-summary-item__image img {
  width: 70px !important;
  height: 92px !important;
  object-fit: cover !important;
  display: block !important;
  background: #e5ddd4 !important;
}

.page-id-16 .wc-block-components-order-summary-item__description {
  padding: 0 !important;
  min-width: 0 !important;
}

.page-id-16 .wc-block-components-product-name {
  display: block !important;
  font-size: 17px !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
  color: #161311 !important;
  margin: 0 0 10px !important;
}

.page-id-16 .wc-block-components-product-metadata,
.page-id-16 .wc-block-components-product-metadata * {
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #62584f !important;
}

.page-id-16 .wc-block-components-order-summary-item__total-price {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #161311 !important;
  white-space: nowrap !important;
}

.page-id-16 .wc-block-components-order-summary-item__quantity {
  background: #161311 !important;
  color: #fff !important;
  border: 0 !important;
  min-width: 23px !important;
  height: 23px !important;
  font-size: 12px !important;
}

/* Coupon + totals */
.page-id-16 .wc-block-components-panel__button {
  width: 100% !important;
  padding: 22px 28px !important;
  font-size: 16px !important;
  color: #161311 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 1px solid #d1c7bc !important;
  background: transparent !important;
}

.page-id-16 .wc-block-components-panel__content {
  padding: 20px 28px !important;
  border-bottom: 1px solid #d1c7bc !important;
}

.page-id-16 .wc-block-components-totals-wrapper {
  padding: 0 !important;
  border-bottom: 1px solid #d1c7bc !important;
}

.page-id-16 .wc-block-components-totals-item {
  padding: 22px 28px !important;
  font-size: 16px !important;
  color: #161311 !important;
}

.page-id-16 .wc-block-components-totals-footer-item {
  padding: 30px 28px !important;
}

.page-id-16 .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.page-id-16 .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 30px !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  color: #161311 !important;
}

/* Terms and button */
.page-id-16 .wc-block-checkout__terms,
.page-id-16 .wc-block-components-checkout-place-order__terms {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #4f4740 !important;
  margin: 24px 0 !important;
}

.page-id-16 .wc-block-components-button,
.page-id-16 button.wc-block-components-button {
  width: 100% !important;
  min-height: 62px !important;
  border-radius: 0 !important;
  border: 1px solid #161311 !important;
  background: #161311 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  transition: all .25s ease !important;
}

.page-id-16 .wc-block-components-button:hover {
  background: transparent !important;
  color: #161311 !important;
}

/* Notice */
.page-id-16 .wc-block-components-notice-banner {
  max-width: 1180px !important;
  margin: 0 auto 34px !important;
  border-radius: 0 !important;
}

/* Errors */
.page-id-16 .wc-block-components-validation-error {
  color: #b42318 !important;
  font-size: 13px !important;
  margin-top: 7px !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .page-id-16 .entry-content,
  .page-id-16 .wp-block-woocommerce-checkout,
  .page-id-16 .wc-block-checkout {
    padding: 44px 24px 90px !important;
  }

  .page-id-16 .wc-block-components-sidebar-layout {
    grid-template-columns: minmax(0, 1fr) 390px !important;
    gap: 40px !important;
  }

  .page-id-16 .wc-block-components-sidebar {
    width: 390px !important;
    max-width: 390px !important;
  }
}

/* Mobile / tablet */
@media (max-width: 900px) {
  .page-id-16 .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px !important;
  }

  .page-id-16 .wc-block-components-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    order: -1 !important;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .page-id-16 .entry-content,
  .page-id-16 .wp-block-woocommerce-checkout,
  .page-id-16 .wc-block-checkout {
    padding: 28px 14px 70px !important;
  }

  .page-id-16 .wc-block-components-address-form {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }

  .page-id-16 .wc-block-components-checkout-step__title {
    font-size: 23px !important;
  }

  .page-id-16 .wc-block-components-order-summary__title,
  .page-id-16 .wc-block-components-panel__button,
  .page-id-16 .wc-block-components-totals-item,
  .page-id-16 .wc-block-components-totals-footer-item,
  .page-id-16 .wc-block-components-panel__content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .page-id-16 .wc-block-components-order-summary-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 20px 18px !important;
  }

  .page-id-16 .wc-block-components-order-summary-item__image,
  .page-id-16 .wc-block-components-order-summary-item__image img {
    width: 58px !important;
    height: 76px !important;
  }

  .page-id-16 .wc-block-components-order-summary-item__total-price {
    grid-column: 2 !important;
    margin-top: 4px !important;
  }

  .page-id-16 .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  .page-id-16 .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 25px !important;
  }
}





/* ==============================
   SHHEK Contact Form 7 Final CSS
   ============================== */

.wpcf7 {
  width: 100%;
}

.wpcf7 form {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7 form p {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7 form br {
  display: none !important;
}

.wpcf7 .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 34px !important;
}

.wpcf7 .form-row .shhek-form-group {
  margin-bottom: 0 !important;
}

.wpcf7 .shhek-form-group {
  margin-bottom: 34px !important;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  outline: none !important;
}

.wpcf7 textarea {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  resize: vertical !important;
}

.wpcf7 input[type="submit"].contact-submit {
  width: 100% !important;
  height: 56px !important;
  margin-top: 6px !important;
  border-radius: 999px !important;
  background: #1b1a18 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: pointer !important;
}

.wpcf7 input[type="submit"].contact-submit:hover,
.wpcf7 input[type="submit"].contact-submit:focus {
  background: #1b1a18 !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

.wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 7px !important;
  font-size: 12px !important;
  color: #c62828 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.wpcf7 form .wpcf7-response-output {
     margin: 18px 0px 5px !important;
  padding: 13px 16px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #2e7d32 !important;
  background: rgba(46,125,50,.08) !important;
  color: #2e7d32 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #c62828 !important;
  background: rgba(198,40,40,.08) !important;
  color: #c62828 !important;
}

@media (max-width: 767px) {
  .wpcf7 .form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 0 !important;
  }

  .wpcf7 .shhek-form-group {
    margin-bottom: 26px !important;
  }
}









#newsletter-section .wpcf7{
  width:100%;
  max-width:560px;
  margin:34px auto 0!important;
}

#newsletter-section form.elevate__form{
  width:100%!important;
  max-width:560px!important;
  height:auto!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}

#newsletter-section form.elevate__form p{
  display:flex!important;
  align-items:stretch!important;
  width:100%!important;
  height:64px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.06)!important;
}

#newsletter-section form.elevate__form br{
  display:none!important;
}

#newsletter-section .wpcf7-form-control-wrap{
  flex:1 1 auto!important;
  min-width:0!important;
  display:block!important;
}

#newsletter-section .elevate__input{
  width:100%!important;
  height:64px!important;
  border:0!important;
  outline:0!important;
  padding:0 28px!important;
  background:transparent!important;
  color:#fff!important;
}

#newsletter-section .elevate__submit{
  width:190px!important;
  height:64px!important;
  margin:0!important;
  border:0!important;
  border-radius:0 999px 999px 0!important;
  background:#f2c7bd!important;
  color:#111!important;
  cursor:pointer!important;
}

#newsletter-section .elevate__submit:hover{
  background:#E5B6AB!important;
}

#newsletter-section .wpcf7-spinner,
#newsletter-section .wpcf7-not-valid-tip{
  display:none!important;
}

#newsletter-section .wpcf7-response-output{
  display:none!important;
}

#newsletter-section .shhek-newsletter-msg{
  width:100%;
  max-width:560px;
  margin:12px auto 0;
  padding:0;
  text-align:center;
  font-size:13px;
  line-height:1.4;
  background:transparent;
  border:0;
}

#newsletter-section .shhek-newsletter-msg.error{
  color:#ff4d4d;
}

#newsletter-section .shhek-newsletter-msg.success{
  color:#72d572;
}
#newsletter-section .shhek-newsletter-msg.success{
    color:#72d572;
    font-weight:500;
}

#newsletter-section .shhek-newsletter-msg.error{
    color:#ff4d4d;
    font-weight:500;
}

















#newsletter-section .wpcf7 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

#newsletter-section form.newsletter__form {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 70px !important;
  margin: 48px auto 0 !important;
  padding: 6px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden !important;
}

#newsletter-section form.newsletter__form p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

#newsletter-section .wpcf7-form-control-wrap {
  flex: 1 1 auto !important;
  display: block !important;
}

#newsletter-section .newsletter__input {
  width: 100% !important;
  height: 58px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  padding: 0 24px !important;
  color: #222 !important;
}

#newsletter-section .newsletter__submit {
  width: 170px !important;
  height: 58px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #28211f !important;
  color: #fff !important;
  cursor: pointer !important;
  margin: 0 !important;
}

#newsletter-section .newsletter__submit:hover {
  background: #000 !important;
}

#newsletter-section .wpcf7-spinner,
#newsletter-section .wpcf7-not-valid-tip {
  display: none !important;
}

#newsletter-section .wpcf7-response-output {
  margin: 12px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 13px !important;
}

#newsletter-section form.invalid .wpcf7-response-output,
#newsletter-section form.failed .wpcf7-response-output {
  color: #d93025 !important;
}

#newsletter-section form.sent .wpcf7-response-output {
  color: #2e7d32 !important;
}

@media (max-width: 640px) {
  #newsletter-section form.newsletter__form {
    height: 62px !important;
    margin-top: 34px !important;
  }

  #newsletter-section .newsletter__input {
    height: 50px !important;
    padding: 0 18px !important;
  }

  #newsletter-section .newsletter__submit {
    width: 130px !important;
    height: 50px !important;
  }
}













#newsletter-section .wpcf7{
  width:100%;
  max-width:560px;
  margin:48px auto 0 !important;
}

#newsletter-section .wpcf7 form.newsletter__form{
  display:block !important;
  width:100% !important;
  margin:0 auto !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
}

#newsletter-section .wpcf7 form.newsletter__form p{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  height:58px !important;
  margin:0 !important;
  padding:4px !important;
  border:1px solid rgba(0,0,0,.10) !important;
  border-radius:999px !important;
  background:#fff !important;
  overflow:hidden !important;
}

#newsletter-section .wpcf7 form.newsletter__form br{
  display:none !important;
}

#newsletter-section .wpcf7-form-control-wrap{
  flex:1 1 auto !important;
  display:block !important;
  min-width:0 !important;
}

#newsletter-section .newsletter__input{
  width:100% !important;
  height:50px !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  padding:0 22px !important;
  color:#222 !important;
  font-size:15px !important;
}

#newsletter-section .newsletter__submit{
  flex:0 0 150px !important;
  width:150px !important;
  height:50px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:#28211f !important;
  color:#fff !important;
  cursor:pointer !important;
}

#newsletter-section .newsletter__submit:hover{
  background:#000 !important;
}

#newsletter-section .wpcf7-spinner,
#newsletter-section .wpcf7-not-valid-tip{
  display:none !important;
}

#newsletter-section .wpcf7-response-output{
  /*display:block !important;*/
  width:100% !important;
  margin:12px auto 0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  text-align:center !important;
  font-size:13px !important;
  line-height:1.4 !important;
}

#newsletter-section form.invalid .wpcf7-response-output,
#newsletter-section form.failed .wpcf7-response-output,
#newsletter-section form.aborted .wpcf7-response-output{
  color:#d93025 !important;
}

#newsletter-section form.sent .wpcf7-response-output{
  color:#2e7d32 !important;
}

@media(max-width:640px){
  #newsletter-section .wpcf7{
    max-width:100% !important;
    margin-top:34px !important;
  }

  #newsletter-section .newsletter__submit{
    flex-basis:130px !important;
    width:130px !important;
  }

  #newsletter-section .newsletter__input{
    padding:0 16px !important;
  }
}








.shhek-footer-newsletter-cf7 input[type="submit"] {
  display: none !important;
}

.shhek-footer__form button {
  font-size: 24px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: rgba(255,255,255,.65) !important;
  text-align: right !important;
}

.shhek-footer__form {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.shhek-footer__form input[type="email"] {
  order: 1 !important;
}

.shhek-footer__form button {
  order: 2 !important;
}

.shhek-footer-newsletter-cf7 .wpcf7-form {
    margin: 0 !important;
    padding: 0 !important;
}

.shhek-footer-newsletter-cf7 p,
.shhek-footer-newsletter-cf7 br {
    display: none !important;
}

.shhek-footer-newsletter-cf7 .wpcf7-form-control-wrap {
    flex: 1 1 auto !important;
    display: block !important;
    margin: 0 !important;
}

.shhek-footer-newsletter-cf7 input[name="footer_email"] {
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

.shhek-footer-newsletter-cf7 input[type="submit"]{
    background: transparent !important;
    border: 0 !important;
    color: rgba(255,255,255,.65) !important;
    font-size: 36px !important;
    line-height: 1 !important;
    width: auto !important;
    min-width: auto !important;
    padding: 0 !important;
    margin-left: 12px !important;
    margin-right: 0 !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
}















/* ============================================================
   WELCOME MODAL CF7 - EXACT HTML LOOK FIX
   ============================================================ */
   
   
   /* ================================================================
   13.5 WELCOME MODAL CF7 FIX - ACTUAL HTML CSS BASED
   ================================================================ */

.welcome-modal .modal {
  max-width: 800px !important;
  padding: 0 !important;
  display: flex !important;
  overflow: hidden !important;
  background: var(--ivory) !important;
}

.welcome-modal__img {
  width: 45% !important;
  object-fit: cover !important;
  display: none !important;
}

@media (min-width: 768px) {
  .welcome-modal__img {
    display: block !important;
  }
}

.welcome-modal__content {
  flex: 1 !important;
  padding: clamp(2rem, 5vw, 4rem) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  position: relative !important;
}

.welcome-modal__content::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 200px !important;
  height: 200px !important;
  transform: translate(-50%, -50%) !important;
  background: url('https://pwblr.live/shek_website/wp-content/themes/shhek/custom-assets/images/monogram.png') no-repeat center center !important;
  background-size: contain !important;
  opacity: 0.05 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.welcome-modal__content > * {
  position: relative !important;
  z-index: 1 !important;
}

.welcome-modal__title {
  font-family: var(--ff-head) !important;
  font-size: clamp(2rem, 4vw, 2.8rem) !important;
  color: var(--espresso) !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  margin: 0 0 1rem !important;
}

.welcome-modal__desc {
  font-size: var(--fs-sm) !important;
  color: var(--clr-muted) !important;
  margin: 0 0 2rem !important;
  line-height: 1.6 !important;
}

.welcome-modal .wpcf7,
.welcome-modal .wpcf7 form {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.welcome-modal .wpcf7 form p {
  margin: 0 !important;
  padding: 0 !important;
}

.welcome-modal__form {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.welcome-modal__form .wpcf7-form-control-wrap {
  width: 100% !important;
  display: block !important;
}

.welcome-modal__form input[type="email"],
.welcome-modal__form .welcome-modal__email {
  width: 100% !important;
  padding: 1rem !important;
  background: var(--white) !important;
  border: 1px solid var(--clr-border) !important;
  border-radius: 0 !important;
  font-family: var(--ff-body) !important;
  font-size: var(--fs-sm) !important;
  color: var(--espresso) !important;
  box-shadow: none !important;
  outline: none !important;
}

.welcome-modal__form input[type="email"]:focus,
.welcome-modal__form .welcome-modal__email:focus {
  outline: none !important;
  border-color: var(--espresso) !important;
}

.welcome-modal__form input[type="submit"],
.welcome-modal__form .wpcf7-submit {
  width: 100% !important;
  margin-top:16px;
  padding: 1rem !important;
  background: var(--espresso) !important;
  border: 1px solid var(--espresso) !important;
  color: var(--white) !important;
  border-radius: 999px !important;
  font-family: var(--ff-body) !important;
  font-size: 11.2px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transform: none !important;
}

.welcome-modal__form input[type="submit"]:hover,
.welcome-modal__form .wpcf7-submit:hover {
  background: var(--charcoal) !important;
  border-color: var(--charcoal) !important;
  color: var(--white) !important;
  transform: scale(1.02) translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.welcome-modal .wpcf7-spinner {
  display: none !important;
}

.welcome-modal .wpcf7-not-valid-tip {
  margin-top: 7px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  color: #c62828 !important;
  text-align: left !important;
}

.welcome-modal .wpcf7-response-output {
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.welcome-modal__close-text {
  margin-top: 1.5rem !important;
  background: none !important;
  border: none !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--clr-muted) !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  padding: 0 !important;
  transform: none !important;
  box-shadow: none !important;
}

.welcome-modal__close-text:hover {
  color: var(--espresso) !important;
  background: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.welcome-modal__desc{
  font-size: var(--fs-sm);
  color: var(--clr-muted);
  line-height: 1.6;
  max-width: 340px;
  margin: 0 auto 2.5rem !important;
}   

.welcome-modal__form{
  gap:20px !important;
}

.welcome-modal__form input[type="email"],
.welcome-modal__form .wpcf7-submit{
  width:100% !important;
  max-width:none !important;
}

.welcome-modal__title{
  margin-bottom:16px !important;
}

.welcome-modal__desc{
  margin-bottom:40px !important;
}