/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.site-header .inside-header {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
}

.site-logo a {
  display: block;
  line-height: 1;
  max-width: 115px;
}

.main-navigation .main-nav ul li a {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.post .featured-image {
    display: none !important;
}

.gb-element-82db039e .wp-block-latest-posts {
  padding: 0 0 0;
  margin: 0 0 0;
}

.gb-element-82db039e .wp-block-latest-posts li {
  text-align: center;
}

.gb-element-82db039e .wp-block-latest-posts__featured-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.gb-element-82db039e .wp-block-latest-posts img {
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

form.wpcf7-form .form-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

form.wpcf7-form .form-body .form-field {
  width: calc(50% - 6px);
}

form.wpcf7-form .form-body .form-field p {
  margin: 0 0 0;
}

form.wpcf7-form .form-body .form-field p,
form.wpcf7-form .form-body .form-field span,
form.wpcf7-form .form-body .form-field input {
 width: 100%;
}

form.wpcf7-form .form-body .form-field input {
  height: 75px;
  display: block;
}

form.wpcf7-form .form-footer,
form.wpcf7-form .form-footer p {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


form.wpcf7-form .form-footer input{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 24px 60px;
  background-color: var(--base);
  color: var(--contrast);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

body .site-footer .grid-container {
  max-width: 1280px;
}

.wp-block-button.btn-fill-footer .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 18px 40px;
  background-color: var(--contrast-3);
  color: var(--contrast);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.marquee-text {
  white-space: nowrap;
}

.marquee-text h2 {
  position: absolute;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
}

body footer.site-info {
  display: none!important;
}

.wp-block-button.btn-fill-green .wp-block-button__link {
  background-color: var(--base-2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 18px 60px;
  color: var(--contrast);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
}

.gb-text.notes-custom {
  border-bottom: 1px solid var(--contrast);
  padding-bottom: 24px;
  font-size: 20px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gb-text.notes-custom span {
  border-bottom: 3px solid var(--base-2);
}

.gb-text.notes-custom:last-of-type {
  margin-bottom: 42px;
}

.gb-text.custom-line span{
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--accent);
  text-underline-offset: 4px;
}

.gb-text.custom-line{  
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.tools-section .tab-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--contrast);
}

@media(max-width:768px) {
  .tools-section .tab-buttons{
    display: none;
  }
}

.tools-section .tab-buttons button {
  border: none;
  background-color: transparent;
  transition: all .2s ease-in-out;
  border: 0;
  color: var(--contrast);
}

.wp-block-button.btn-fill-yellow .wp-block-button__link {
  background-color: var(--accent);
  display: inline-flex;
  justify-content: center;
  text-align: center;
  min-width: 280px;
  align-items: center;
  border-radius: 100px;
  padding: 18px 60px;
  color: var(--contrast);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: .32px;
}

.tab-title span {
  display: inline-block;
  background-color: var(--base-2);
  padding: 0 12px;
}

.tab-item-grid {
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.tab-title {
  cursor: default;
  position: relative;
}

/* The body content under each tab */
.tab-body {
  padding: 15px;
  background: #fff;
  display: none;
}

/* Desktop: keep title visible but not clickable */
@media (min-width: 769px) {
  .tab-title {
    cursor: default;
  }

  .tab-body {
    display: block;
  }

  .tab-item {
    display: none;
  }

  .tab-item.active {
    display: block;
  }
}

/* Mobile: enable accordion toggle and add arrow using CSS */
@media (max-width: 768px) {
  .tab-title {
    cursor: pointer;
  }

  .tab-title::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }

  .tab-title.toggleclick.active::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .tab-buttons {
    display: none;
  }
}

.tab-buttons button {
  transition: all .3s ease-in-out;
  cursor: pointer;
  min-width: 120px;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 3px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 400;
}

.tab-buttons button.active {
  background-color: var(--accent);
}

@media(max-width: 768px) {
  h1.gb-text.tab-title {
    font-size: 24px;
    text-align: left;
    background-color: var(--base-2);
    margin-bottom: 1rem;
    padding: 8px 5px;
    padding-right: 24px;
  }

  .tab-content .tab-body h3 {
    display: none;
  }

  .tab-item-grid > div:nth-child(1) {
    max-width: 160px;
  }

  .tab-item-grid p {
    margin-bottom: 12px;
  }
  .tab-item-grid {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.gb-element-0f1eba69 {
  aspect-ratio: 3200/194;
}

.wp-block-button.btn-fill-header .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 15px 20px;
  padding-right: 40px;
  background-color: var(--contrast-3);
  color: var(--contrast);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid var(--contrast);
  transition: all .3s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.wp-block-button.btn-fill-header .wp-block-button__link:hover,
.wp-block-button.btn-fill-header .wp-block-button__link:focus {
  color: var(--contrast);
}

@media(max-width: 768px) {
  body .site-header #site-navigation .header-widget{
    display: none;
    margin: 0 0 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  body .site-header #site-navigation .header-widget ul {
    display: flex;
    gap: 10px;
  }
  body .site-header #site-navigation.toggled .header-widget{
    display: block;
  }

  body .gb-element-2863a9b6 {
    flex-direction: column;
    row-gap: 20px;
  }

  body .site-header .wp-block-social-links li a {
    font-size: 24px;
  }

  body .site-header .main-navigation .menu-toggle {
    font-size: 30px;
    background-color: transparent!important;
  }

  body .site-header.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: transparent!important;
  }
}

form.wpcf7-form .form-ad-download .form-body {
  display: block;
}

.form-ad-download .form-body .label-main{
  text-align: left;
  display: block;
  margin-bottom: 12px;
}

.form-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

form.wpcf7-form .form-ad-download .form-body .form-field {
  margin-bottom: 24px;
}

form.wpcf7-form .form-ad-download .form-body .form-field input {
  height: 48px;
  display: block;
  border: 0;
  border-bottom: 1px solid var(--contrast);
  padding: 0;
}

form.wpcf7-form .form-ad-download .form-body .form-field {
  width: 100%
}

.req-field {
  color: rgba(0,0,0,.7);
}

form.wpcf7-form .form-ad-download .form-body .form-field {

  width: 100%

}



.req-field {

  color: rgba(0,0,0,.7);

}


.top-bar {
  position: relative;
}

.top-bar #block-11 {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  top: 10px;
  right: 10px;
}

body .top-bar aside {
  margin: 0 0 0 0!important;
}

body .top-bar .inside-top-bar {
  justify-content: center;
}

body .top-bar .close-topbar {
  background-color: transparent!important;
  padding: 0 0 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  outline: none;
}

body .top-bar .close-topbar::before {
  content: "X";
  font-size: 20px;
  position: absolute;
  inset: 0;
  transform: scaleY(.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.wp-block-list.modules-list {
  margin: 0 0 0 20px;
}

.wp-block-list.modules-list li:not(:last-of-type) {
  margin-bottom: 12px;
}

.box-toolkit-wrap {
  padding: 29px 20px;
  border: 1px solid #000;
  border-radius: 12px;
}

.box-toolkit-wrap:not(:last-of-type) {
  margin-bottom: 12px;
}

.box-toolkit-wrap h4 {
  font-size: 20px;
}

.wp-block-list.page-list-star {
  display: block;
  margin: 0 0 18px 0;
}

.wp-block-list.page-list-star li {
  display: block;
  padding-left: 32px;
  background-image: url(assets/images/star-sm.png);
  background-position: top 2px left;
  background-repeat: no-repeat;
  background-size: 20px;
}

.wp-block-list.page-list-star li:not(:last-of-type) {
  margin-bottom: 12px;
}

.wp-block-list.list-course-module {
  display: block;
  margin: 0 0 18px 0;
}

.wp-block-list.list-course-module li {
  display: block;
  padding-left: 32px;
  background-image: url(assets/images/icon-2-check.png);
  background-position: top 2px left;
  background-repeat: no-repeat;
  background-size: 20px;
}

.wp-block-list.list-course-module li:not(:last-of-type) {
  margin-bottom: 12px;
}

.payment-btn-grp .wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: stretch;
}

.payment-btn-grp .wp-block-button .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 18px 60px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 8px;
}

.title-custom-color span {
	color: #fec96d;
}

.wp-block-list.custom-list-pf {
	display: block;
	padding:0 0 0;
	margin-left:0;
}

.wp-block-list.custom-list-pf li{
	display: block;
	background-image: url(assets/images/star-sm.png);
  background-position: top 3px left;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: 24px;
}

.wp-block-list.custom-list-pf li:not(:last-of-type) {
  margin-bottom: 12px;
}

.bg-green-highlight span {
  display: inline-block;
  background-color: #bad854;
  line-height: 1.2;
  padding: 0 6px;
}

.line-yellow strong {
  display: inline-block;
  background-image: url(assets/images/line-yellow.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 500!important;
}

.line-green span {
  display: inline-block;
  background-image: url(assets/images/line-green.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-buttons .wp-block-button.btn-sales a {
  font-weight: 500;
}

.contact-form-main .form-body-field .form-row {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.contact-form-main .form-row .input-field {
  max-width:50%;
  margin-bottom: 15px;
}

@media(max-width:576px) {
  .contact-form-main .form-row .input-field {
    max-width:100%;
  }
}

.contact-form-main .input-field label {
  font-size: 16px;
}

.contact-form-main .input-field input {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0 10px;
  height: 48px;
  transition: all .2s ease-in-out;
  display: block;
  margin-top: 12px;
  outline: 2px solid transparent;
}

.contact-form-main .input-field input:hover,
.contact-form-main .input-field input:focus,
.contact-form-main .input-field textarea:hover,
.contact-form-main .input-field textarea:focus {
  background-color: #f7f7f7;
}
.contact-form-main .input-field input:focus,
.contact-form-main .input-field textarea:focus {
  outline-color: #000;
  border-bottom: 0;
}

.contact-form-main .input-field textarea {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 10px;
  height: 120px;
  transition: all .2s ease-in-out;
  display: block;
  margin-top: 12px;
  outline: 2px solid transparent;
  resize: none;
  overflow: auto;
}

.contact-form-main input[type="submit"] {
  display: inline-block;
  border-radius: 99px;
  min-width: 180px;
  text-align: center;
  padding: 18px 24px;
  font-weight: 500;
}

body.single-download .edd_purchase_submit_wrapper {
  text-align: center;
}

body.single-download .edd_purchase_submit_wrapper .edd-submit.button.blue {
  padding: 18px 36px;
  background-color: #000;
  color: #fff;
  border-radius: 99px;
  text-align: center;
  font-weight: 500;
  border-color: transparent;
}

@media(max-width:767px) {
  body.single-download .edd_purchase_submit_wrapper .edd-submit.button.blue {
    padding: 15px 20px;
  }
}

.single-download .edd_download_purchase_form {
  margin-bottom: 60px;
}

body.single-download .page-header-image-single {
  display: none;
}

body.single-download .entry-content:not(:first-child) {
  margin-top: 0;
}

.store-main-block .edd-blocks__columns .edd-blocks__download-content > p{
  display: none;
}

.store-main-block .edd_purchase_submit_wrapper {
  display: none;
}

.store-main-block .edd-blocks__columns .edd-blocks__download {
  text-align: center;
}

.store-main-block .edd-blocks__columns .edd-blocks__download h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 22px;
}

.gb-text-58af59ee {
  line-height: 2.4;
}

.single-post .cat-links, .single-post .entry-header {
  display: none;
}

.single-post footer.entry-meta {
  padding-bottom: 60px;
  max-width:1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .post-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.single-post p {
  line-height: 1.7;
}

.single-post ol li, .single-post ul li {
  margin-bottom: 8px;
}

.single-post ol, .single-post ul {
  margin-left: 20px;
}

.single-post li > ul,
.single-post li > ul {
  margin-top: 12px;
}

.home-banner-text h1 {
  font-weight: 500;
}

.home-banner-text h1 strong{
  display: inline-block;
  background-color: #ffe257;
  padding: 3px 6px;
}

.home-banner-text h2 {
  font-weight: 500;
}

.home-banner-text p {
  font-size: 22px;
}

.wp-block-button.btn-black-fill .wp-block-button__link.wp-element-button {
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 36px;
  border-radius: 99px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.wp-block-button.btn-black-fill .wp-block-button__link.wp-element-button:hover,
.wp-block-button.btn-black-fill .wp-block-button__link.wp-element-button:focus {
  background-color: rgba(0,0,0,.7);
}

h4.gb-text.gb-text-ce15d724 {
  background-color: #ffe257;
  padding: 3px;
}

h2.gb-text-31bf516d span {
    position: relative;
    display: inline-block;
    background-image: url('assets/images/line-2-6.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
}

.yellow-span span {
  display: inline-block;
  padding: 3px;
  background-color: #ffe257;
}

.gb-text-c34848f3 span {
  position: relative;
  display: inline-block;
  background-image: url('assets/images/line-2-7.png');
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
}

.span-circle span {
  position: relative;
  display: inline-block;
}

.span-circle span::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-image: url('assets/images/green-circle-1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 162px;
  height: 75px;
  aspect-ratio: 162/75;
}

h4.gb-text-e2c8b0ec strong {
  display: inline-block;
  padding: 3px;
  background-color: #bad854;
}

.steps-1 {
  position: relative;
}

.steps-1::after {
  content: "";
  display: block;
  width: 54px;
  background-image: url('assets/images/scrible-green.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: 20px;
}

.line-yellow-span strong {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffe257;
}

.gb-text-253b3854 span {
  position: relative;
  display: inline-block;
  background-image: url('assets/images/line-2-7.png');
  padding-bottom: 6px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
}

.green-rectangle-span span {
  padding: 3px;
  display: inline-block;
  background-color: #bad854;
}

.wp-block-button__link.wp-element-button {
  padding: 16px 32px;
}