/* 
 Theme Name: Hello Elementor Child
 Theme URI: https://github.com/elementor/hello-theme/
 Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
 Author: Elementor Team
 Author URI: https://elementor.com/
 Template: hello-elementor
 Version: 1.0.1
 Text Domain: hello-elementor-child
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
 */
/*
 @include all-headings {
 color: $white;
 }
 */
/*
 *
 *
 * MARGINS
 *
 *
 */
/*
 *
 *
 * PADDINGS
 *
 *
 */
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form label .cf7_title {
  display: block;
}
.single.single-post {
  /*Acctive Campaign PlugIn Forms*/
}
.single.single-post h2 {
  font-size: 28px;
}
@media (max-width: 581px) {
  .single.single-post h2 {
    hyphens: auto;
  }
}
.single.single-post h3 {
  font-size: 24px;
}
.single.single-post h4 {
  font-size: 19px;
}
@media (max-width: 581px) {
  .single.single-post p a {
    hyphens: auto;
  }
}
.single.single-post p.has-background {
  margin: 50PX 0 !important;
  padding: 50px !important;
}
@media (min-width: 581px) {
  .single.single-post ul:not(.elementor-nav-menu) li:not(.menu-item), .single.single-post ol:not(.elementor-nav-menu) li:not(.menu-item) {
    text-align: left;
    font-family: var(--e-global-typography-343b3a8-font-family), Sans-serif;
    font-size: var(--e-global-typography-343b3a8-font-size);
    line-height: var(--e-global-typography-343b3a8-line-height);
    letter-spacing: var(--e-global-typography-343b3a8-letter-spacing);
    word-spacing: var(--e-global-typography-343b3a8-word-spacing);
  }
  .single.single-post ul:not(.elementor-nav-menu) li:not(.menu-item) > a, .single.single-post ol:not(.elementor-nav-menu) li:not(.menu-item) > a {
    text-align: left;
    font-family: var(--e-global-typography-343b3a8-font-family), Sans-serif;
    font-size: var(--e-global-typography-343b3a8-font-size);
    line-height: var(--e-global-typography-343b3a8-line-height);
    letter-spacing: var(--e-global-typography-343b3a8-letter-spacing);
    word-spacing: var(--e-global-typography-343b3a8-word-spacing);
  }
}
@media (max-width: 581px) {
  .single.single-post ul:not(.elementor-nav-menu) li:not(.menu-item), .single.single-post ol:not(.elementor-nav-menu) li:not(.menu-item) {
    hyphens: auto;
  }
}
.single.single-post .wp-block-image {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding: 10px;
}
.single.single-post .wp-block-image img {
  border-radius: 10px;
}
.single.single-post .wp-block-image:has(.wp-element-caption) {
  text-align: center;
  box-shadow: none;
}
.single.single-post .wp-block-code {
  padding: 25px;
  background: #fbf0eb;
  color: #222550;
  border-top-right-radius: 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 30px 20px -20px rgba(163, 165, 174, 0.4);
  margin-bottom: 35px;
}
.single.single-post .wp-block-rank-math-toc-block {
  margin-bottom: 35px;
}
.single.single-post .wp-block-rank-math-toc-block a {
  color: #222550;
  font-weight: 500;
}
.single.single-post .s4_singlePostAuthor p {
  font-size: 18px !important;
  line-height: 1.5em !important;
}
@media only screen and (max-width: 480px) {
  .single.single-post {
    /*max-width: 85%;*/
    /*margin: 0 auto;*/
  }
}
.single.single-post .wp-block-buttons a.wp-block-button__link.wp-element-button {
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  border-radius: 0px 0px 0px 0px;
  padding: 15px 25px 15px 20px;
}
.single.single-post .wp-block-buttons:not(.sty_btn) a.wp-block-button__link.wp-element-button {
  margin-bottom: 50px;
  margin-top: 25px;
}
.single.single-post ._inline-form ._form-content label {
  display: none;
}
.single.single-post ._inline-form ._form-content ._button-wrapper {
  margin-top: 24px;
}
.single.single-post div#rank-math-toc nav > ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.single.single-post div#rank-math-toc nav > ul li:before {
  content: ' › ';
}
.single.single-post div#rank-math-toc nav > ul li::marker {
  content: '';
  display: none;
}
.single.single-post div#rank-math-toc nav > ul li > ul {
  list-style-type: none;
}
.single.single-post div#rank-math-toc nav > ul li > ul li:before {
  content: ' ⁃ ';
}
/*Margin Top*/
.s4-mt-1 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .s4-mt-1 {
    margin-top: 60px;
  }
}
.s4-mt-2 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .s4-mt-2 {
    margin-top: 40px;
  }
}
.s4-mt-3 {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .s4-mt-3 {
    margin-top: 24px;
  }
}
.s4-mt-4 {
  margin-top: 12px;
}
.s4-mt-5 {
  margin-top: 0;
}
/*Margin Bottom*/
.s4-mb-1 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .s4-mb-1 {
    margin-bottom: 60px;
  }
}
.s4-mb-2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .s4-mb-2 {
    margin-bottom: 40px;
  }
}
.s4-mb-3 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .s4-mb-3 {
    margin-bottom: 24px;
  }
}
.s4-mb-4 {
  margin-bottom: 12px;
}
.s4-mb-5 {
  margin-bottom: 0;
}
/*Padding Top*/
.s4-pt-1 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .s4-pt-1 {
    padding-top: 40px;
  }
}
.s4-pt-2 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .s4-pt-2 {
    padding-top: 20px;
  }
}
.s4-pt-3 {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .s4-pt-3 {
    padding-top: 4px;
  }
}
.s4-pt-4 {
  padding-top: 12px;
}
.s4-pt-5 {
  padding-top: 0;
}
/*Padding Bottom*/
.s4-pb-1 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .s4-pb-1 {
    padding-bottom: 40px;
  }
}
.s4-pb-2 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .s4-pb-2 {
    padding-bottom: 20px;
  }
}
.s4-pb-3 {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .s4-pb-3 {
    padding-bottom: 4px;
  }
}
.s4-pb-4 {
  padding-bottom: 12px;
}
.s4-pb-5 {
  padding-bottom: 0;
}
/* Components */
