.mepr-signup-form {
  display: flex;
  flex-wrap: wrap;
}

.mepr-signup-form .mp-form-row {
  width: 47.5% !important;
  margin: 0 12px 17px !important;
}

.mepr-signup-form .mepr_price {
  width: 100%;
}

.mepr-signup-form .mepr_email {
  width: 97% !important;
}

.mepr-signup-form .mepr-payment-methods-wrapper {
  width: 100%;
}

.mepr-signup-form .mepr-payment-methods-wrapper .mepr-payment-methods-icons {
  padding-left: 10px;
}

.mepr-signup-form .mepr-payment-methods-wrapper .mp-form-row {
  width: 97% !important;
}

.mepr-signup-form .mp-form-submit {
  padding-left: 10px;
}

.thank-you {
  margin-bottom: 30px;
}

.player {
  display: none !important;
}

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

  .mepr-signup-form {
    display: block;
  }

  .mepr-signup-form .mp-form-row {
    width: 100% !important;
    margin: 0 0 17px !important;
  }

  .mepr-signup-form .mepr_price {
    width: 100%;
  }

  .mepr-signup-form .mepr_email {
    width: 100% !important;
  }

  .mepr-signup-form .mepr-payment-methods-wrapper {
    width: 100%;
  }

  .mepr-signup-form .mepr-payment-methods-wrapper .mp-form-row {
    width: 100% !important;
  }

}











/* ===================
    About Page Latest 25-06-25
====================*/

.page-template-template-about-latest .gridlove-site-header {
  margin-bottom: 0 !important;
}

/* commom padding */
.commoVpadding_xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.commoVpadding_lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.commoVpadding_md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.commoVpadding_sm {
  padding-top: 50px;
  padding-bottom: 50px;
}




.about_banner_section {
  background-color: #e7eef2;
}

.about_banner_content .about_banner_title {
  font-size: clamp(32px, 5vw, 54px) !important;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0;
}

.about_text_section {
  background-color: #5d737f;
}

.about_text_section .row {
  justify-content: center;
}

.about_text p {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.5;
}

.resource_section {
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
}

.resource_img_bg {
  position: absolute;
  width: 41.666667%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.resource_section .row {
  align-items: center;
  row-gap: 20px;
}

.resource_img {
  max-width: 300px;
  margin: 0 auto;
}

.resource_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_box h2 {
  font-size: clamp(25px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.content_box p {
  margin-bottom: 0;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}

.resource_text h2 {
  color: #000;
}

.resource_text p {
  color: #000;
}


.recognitions_section {
  background-color: #e7edf1;
}

.recognitions_section .row {
  row-gap: 20px;
}

.recognitions_col {
  flex: 1;
  padding: 0 15px;
}

.recognitions_title h2 {
  font-size: clamp(25px, 4vw, 44px);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 40px;
}

.recognitions_item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c1c8ce;
}

.tag {
  display: inline-block;
  background-color: #d7dade;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}

.recognitions_link {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
  position: relative;
  padding-left: 40px;
}

.recognitions_link:hover {
  text-decoration: underline;
  color: #00c3d8;
}

.recognitions_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url('https://loveandlifetoolbox.com/wp-content/uploads/2025/06/arrow-circle.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.recognitions_separetor_line {
  padding: 0 24px;
  flex: 0 0 auto;
}

.recognitions_line {
  height: 100%;
  width: 1px;
  background: #b7bec4;
}

.guest_section {
  background-color: #5d737f;
}

.guest_section .row {
  justify-content: center;
}

.guest_text h2 {
  color: #fff;
}

.guest_text p {
  color: #fff;
}

.toolbox_section {
  background-color: #e7eef2;
}

.toolbox_section .row {
  justify-content: center;
}

.toolbox_text h2 {
  color: #000;
}

.toolbox_text p {
  color: #000;
}


.subscribe_section {
  background: url('https://loveandlifetoolbox.com/wp-content/themes/gridlove-child/happiness-check/img/form-bg.jpg') no-repeat center center/cover;
  height: 100%;
  position: relative;
  text-align: center;
}

.subscribe_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.subscribe_content {
  position: relative;
  z-index: 2;
}

.subscribe_content h2 {
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #fff;
}

.subscribe_content h2 a {
  display: inline-block;
  font-size: inherit;
  color: #f8c522;
}

/* .form_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .form_group input {
    padding: 15px;
    font-size: 16px;
    width: 500px;
    border: none;
    border-radius: 4px;
  } */

.subscribe_form_box .wpcf7 :is(input[type="text"], input[type="email"], textarea) {
  width: 100%;
  margin-bottom: 25px;
}

.sub_form_submit p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.subscribe_form_box .btn-sub {
  padding: 14px 40px;
  background-color: #00d1d1;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.subscribe_form_box .btn-sub:hover {
  background-color: #000;
}

.gridlove-box-newsletter>p:empty {
  display: none;
}

.gridlove-box-newsletter .widget {
  padding: 0;
  margin: 0;
}

.widget.newsletter-widget input[type="email"],
.widget.newsletter-widget input[type="text"] {
  width: 100%;
}

.widget.newsletter-widget .sub_form_submit {
  margin-top: 12px;
}

.widget.newsletter-widget .sub_form_submit p {
  align-items: start;
  gap: 6px;
}

.widget.newsletter-widget .widget-title {
  font-size: 20px;
  text-wrap: balance;
}

.widget.newsletter-widget span.wpcf7-not-valid-tip {
  right: 0;
  left: 0;
}
span.wpcf7-not-valid-tip{
	right:0!important;
}
.widget.newsletter-widget .wpcf7 form .wpcf7-response-output {
  margin: 0;
}


.widget.newsletter-widget .col-md-6 {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;

}
.gridlove-sidebar {
  position: sticky!important;
  top: 100px;
  height: auto!important;
}

.captcha_area p {
    display: flex;
    gap: 20px;
	flex-direction: row-reverse;
}

.captcha_area input {
        margin-top: 0 !important;
    height: 48px !important;
	    font-size: 18px !important;
}
.widget.newsletter-widget .captcha_area{
	margin-top: 10px;
}
.widget.newsletter-widget .captcha_area input{
	height: 40px !important;
	    font-size: 14px !important;
}
.captcha_area p > img{
	    max-height: 50px;
}
.toolbox-contact .wpcf7 form.invalid {
	color: #ffffff!important;
}
@media (max-width: 991px) {
  .resource_img {
    max-width: 270px;
  }
}

@media (max-width: 1199px) {
  .commoVpadding_xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .commoVpadding_lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .commoVpadding_md {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .commoVpadding_sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .resource_img {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .commoVpadding_xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .commoVpadding_lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .commoVpadding_md {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .commoVpadding_sm {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .resource_img {
    max-width: 200px;
  }

  .recognitions_title h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 579px) {
  .resource_img_bg {
    display: none;
  }

  .recognitions_separetor_line {
    display: none;
  }

  .recognitions_col {
    flex: 0 0 100%;
  }

  .subscribe_form_box .wpcf7 :is(input[type="text"], input[type="email"], textarea) {
    margin-bottom: 15px;
  }

  .subscribe_form_box .btn-sub {
    margin-top: 10px;
  }
}