body {
  /**
  Font smoothing
   */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wctable .table-head th {
  background: #00776c !important;
}
.wctable tbody > tr > td {
  background: white !important;
}

.elementor-widget-container > .su-button-center {
  margin-bottom: 20px;
}

.elementor hr {
  margin: 30px 0px !important;
  opacity: 1;
  color: transparent;
  border-top: 2px dashed #dbebed;
  border-bottom: 0;
}

body .saboxplugin-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #f5f8f9;
  border: 2px dashed #a5c5ca;
}
body .saboxplugin-wrap a {
  color: #1c6269;
}
body .saboxplugin-wrap img.avatar {
  border-radius: 50%;
}

p.post-modified-info {
  color: #479489;
  font-size: 17px !important;
}

.elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h2, .elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h3, .elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h4, .elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h5 {
  margin-top: 35px;
}

.best-product-post-type .elementor-widget-theme-post-featured-image, body.disable-featured-image .elementor-widget-theme-post-featured-image {
  display: none;
}

.instagram-media {
  display: none !important;
}
.instagram-media.instagram-media-rendered {
  max-width: 480px !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
  margin: 30px auto !important;
  border: 0 solid white !important;
  display: block !important;
}

.child-theme-instagram-container {
  background: #f9f9f9;
  padding: 1px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: block !important;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 500px) {
  .instagram-media.instagram-media-rendered {
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  }

  .child-theme-instagram-container {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 410px) {
  .instagram-media.instagram-media-rendered {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
/**
Post pinterest iframe
 */
.child-theme-pinterest-iframe-container {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 40px 0;
  overflow: hidden;
}
.child-theme-pinterest-iframe-container.active {
  display: block;
}
.child-theme-pinterest-iframe-container:not(.active) {
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  padding: 0 !important;
}
.child-theme-pinterest-iframe-container:not(.active) > div,
.child-theme-pinterest-iframe-container:not(.active) > iframe,
.child-theme-pinterest-iframe-container:not(.active) > * {
  display: none !important;
}
.child-theme-pinterest-iframe-container:not(.active):after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #cecece;
  border-color: #cecece transparent #cecece transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.child-theme-pinterest-iframe-frame {
  width: 418px;
  margin: 0 auto;
}

.child-theme-pinterest-iframe-inner {
  width: 600px;
  margin: 0 auto;
  margin-left: -92px;
}

iframe.child-theme-pinterest-iframe {
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 530px) {
  .single-post article.post {
    overflow: hidden;
  }

  .child-theme-pinterest-iframe-container {
    background: transparent;
    overflow: visible;
    padding: 20px 0;
  }

  .child-theme-pinterest-iframe-frame {
    width: 240px;
  }

  .child-theme-pinterest-iframe-inner {
    margin-left: -180px;
  }
}
/**
Numbered headings
 */
.dhn {
  position: relative;
  min-height: 55px;
  margin-left: -5px;
  margin-bottom: 10px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-left: 60px;
  flex-wrap: wrap;
}
.dhn > span {
  background: #dbebed;
  color: #23727a;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 41px;
  padding-left: 3px;
  display: inline-block;
  padding-top: 0;
  margin-right: 7px;
  position: absolute;
  left: -3px;
  top: 7px;
}

@media (max-width: 600px) {
  .elementor-widget-theme-post-content .dhn > span {
    width: 27px;
    height: 27px;
    font-size: 15px;
    line-height: 26px;
    top: 4px;
  }

  .elementor-widget-theme-post-content .dhn {
    min-height: 34px;
    padding-left: 36px;
  }
}
div#toc_container {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}

p.toc_title {
  text-align: left !important;
}

/**
Single post
 */
.single.healthyhandyman:not(.best-product-post-type) .elementor-widget-theme-post-featured-image {
  display: none;
}

.single .elementor-widget-theme-post-content .red {
  background: #fbe8e4;
}
.single .elementor-widget-theme-post-content .thrivecb {
  margin-bottom: 30px;
  padding: 30px 25px 20px;
  border-radius: 15px;
}
.single .elementor-widget-theme-post-content .thrivecb h2, .single .elementor-widget-theme-post-content .thrivecb h3, .single .elementor-widget-theme-post-content .thrivecb h4 {
  margin-top: 0 !important;
}
.single .elementor-widget-theme-post-content .icb {
  margin: 20px 0;
  position: relative;
}
.single .elementor-widget-theme-post-content .icb.icb2 {
  margin-left: 30px;
  padding: 50px 60px;
}
.single .elementor-widget-theme-post-content .icb.icb2 .icb-i {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 20px;
}
.single .elementor-widget-theme-post-content .icb.icb2 .icbc {
  border-radius: 50%;
  height: 86px;
  position: absolute;
  left: -30px;
  top: 30px;
  width: 86px;
}
.single .elementor-widget-theme-post-content .icb.icb2 p {
  color: #fff;
  margin-bottom: 10px;
}
.single .elementor-widget-theme-post-content .icb2.teal {
  background: #21676f;
}
.single .elementor-widget-theme-post-content .icb2.blue {
  background: #294ea7;
}
.single .elementor-widget-theme-post-content .icb2.teal .icbc {
  background: #21676f;
}
.single .elementor-widget-theme-post-content .icb2.orange {
  background: #c5523f;
}
.single .elementor-widget-theme-post-content .icb2.orange .icbc {
  background: #c5523f;
}
.single .elementor-widget-theme-post-content .icb2.red {
  background: #6e252c;
}
.single .elementor-widget-theme-post-content .icb2.red .icbc {
  background: #6e252c;
}
.single .elementor-widget-theme-post-content .colm {
  float: left;
  margin-bottom: 10px;
}
.single .elementor-widget-theme-post-content .thc {
  padding: 0 2% 0 0;
  width: 32%;
}
.single .elementor-widget-theme-post-content .thc.lst {
  padding: 0;
}
.single .elementor-widget-theme-post-content .clear {
  clear: both;
}
.single .elementor-widget-theme-post-content .icb.icb2 .icbc span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 60px;
  margin: 13px auto;
  width: 60px;
}
.single .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_length {
  display: none;
}
.single .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_filter {
  display: none;
}
.single .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_paginate.paging_simple {
  display: none;
}
.single .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_info {
  display: none;
}
.single .elementor-widget-theme-post-content .tablepress-scroll-wrapper thead th {
  background: #144c29;
  color: #fff;
  font-weight: 500;
  border: 0 !important;
}
.single .elementor-widget-theme-post-content .tablepress-scroll-wrapper thead th.sorting:hover {
  background: #0c2d19;
}
.single .elementor-widget-theme-post-content .thrivecb.green {
  background: #e7ede9;
}
.single .elementor-widget-theme-post-content .thrivecb.teal {
  background: #e7f1f2;
}
.single .elementor-widget-theme-post-content .thrivecb.orange {
  background: #ffeeea;
}
.single .elementor-widget-theme-post-content .thrivecb.blue {
  background: #c9dbef;
}
.single .elementor-widget-theme-post-content .thrivecb.purple {
  background: #eeecef;
}
.single .elementor-widget-theme-post-content .thrivecb.light {
  background: #f6f6f6;
}
.single .elementor-widget-theme-post-content .thrivecb.note {
  background: #fbf8d7;
}
.single .elementor-widget-theme-post-content .thrivecb img.right-aligned-header-image {
  margin-bottom: 20px;
}
.single .elementor-widget-theme-post-content .thrivecb.specifications .su-box.su-box-style-default {
  border: 0 !important;
  margin: 0 !important;
}
.single .elementor-widget-theme-post-content .su-tabs:first-child {
  margin-top: 20px;
}
.single .elementor-widget-theme-post-content p:first-child,
.single .elementor-widget-theme-post-content .comparison-table:first-child {
  margin-top: 15px;
}
.single .elementor-widget-theme-post-content h2 {
  margin-top: 35px;
  font-size: 38px;
  text-transform: none;
}
.single .elementor-widget-theme-post-content h3 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: none;
}
.single .elementor-widget-theme-post-content h4 {
  font-size: 26px;
  font-weight: 500;
  text-transform: none;
}
.single .elementor-widget-theme-post-content h5 {
  font-size: 22px;
}
.single .elementor-widget-theme-post-content p {
  margin-bottom: 18px;
}
.single .elementor-widget-theme-post-content img {
  border-radius: 20px;
  border: 0;
}
.single .elementor-widget-theme-post-content img.aligncenter {
  margin: 10px auto 20px !important;
}
.single .elementor-widget-theme-post-content figure.wp-caption {
  margin: 10px auto 20px;
}
.single .elementor-widget-theme-post-content figure.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  color: #242c38;
  font-size: 14px;
  opacity: 0.7;
}
.single .elementor-widget-theme-post-content figure.wp-caption.alignright {
  margin-left: 20px;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.size-full,
.single .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.aligncenter {
  margin: 10px auto 30px;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.size-full.right-aligned-header-image,
.single .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.aligncenter.right-aligned-header-image {
  margin-left: 30px;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > p:first-child > img.size-full {
  margin: 0 auto 30px;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > p:first-child > img.size-full.right-aligned-header-image {
  margin-left: 30px;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > ul:not([class]) {
  margin-top: -10px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > ul:not([class]) > li {
  position: relative;
  padding: 6px 0 6px 33px;
}
.single .elementor-widget-theme-post-content .elementor-widget-container > ul:not([class]) > li:before {
  content: "";
  background: url(../images/icons/tools-green.svg);
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-right: 11px;
  position: relative;
  bottom: 0px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 7px;
}
.single .elementor-widget-theme-post-content ol:not([class]) {
  padding-left: 20px;
  margin-bottom: 15px;
}
.single .elementor-widget-theme-post-content ol:not([class]) li {
  margin-bottom: 17px;
}
.single .elementor-widget-theme-post-content hr {
  width: 100%;
  height: 17px;
  background: url(../images/elements/divider.svg);
  display: block;
  background-size: cover;
  background-repeat: repeat;
  margin-bottom: 20px;
  border: 0;
}
.single .elementor-widget-theme-post-content .su-youtube {
  border-radius: 20px;
}
.single .elementor-widget-theme-post-content figure.wp-block-embed-youtube iframe {
  border-radius: 20px;
  overflow: hidden;
}
.single .elementor-widget-theme-post-content .rve iframe {
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.single .elementor-widget-theme-post-content h4.hh-heading-numbered {
  padding-top: 5px;
}
.single .elementor-widget-theme-post-content .hh-heading-numbered {
  position: relative;
  padding-left: 53px;
  min-height: 63px;
  margin-left: -5px;
  margin-bottom: 0;
}
.single .elementor-widget-theme-post-content .hh-heading-numbered span.number {
  position: absolute;
  background: linear-gradient(180deg, #366C40 0%, #1A3B20 100%), #C4C4C4;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 44px;
  padding-left: 2px;
  display: inline-block;
  padding-top: 0;
  margin-right: 7px;
  left: 0;
  top: -1px;
  font-weight: 600;
}
.single .elementor-widget-theme-post-content a.su-button.su-button-style-default {
  background: #f56600 !important;
  border: 0 !important;
  text-transform: uppercase;
  font-family: "Teko Custom", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  padding: 5px 20px 0 !important;
  margin-bottom: 20px;
  box-shadow: 0 4px 0 #A34816, 0 4px 20px #00000040 !important;
}
.single .elementor-widget-theme-post-content a.su-button.su-button-style-default span {
  border: 0 !important;
  font-size: 16px !important;
}

.single .elementor-widget-theme-post-content a {
  color: #64a771;
  text-decoration: underline;
}

.thrivecb.specifications {
  color: #544926;
  background: #FFFBEF !important;
  border: 5px solid #F5F0DE;
  border-radius: 15px;
  padding: 30px 30px 30px;
  margin-bottom: 30px;
}
.thrivecb.specifications b {
  font-weight: 600;
}

.thrivecb.specifications p {
  margin-bottom: 10px;
}

.thrivecb.specifications p:before {
  content: "";
  display: inline-block;
  background-size: cover !important;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(../images/icons/tool-specification.svg);
  margin-bottom: -9px;
  margin-right: 9px;
  opacity: 0.5;
}

.thrivecb.specifications p:nth-child(2) {
  display: none;
}

.elementor-element.elementor-widget.elementor-widget-Post.Meta {
  margin-bottom: 0;
}

.single .elementor-widget-theme-post-content > .elementor-widget-container > .csc {
  display: flex;
  justify-content: space-between;
}
.single .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc {
  width: 48%;
}
.single .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc a.su-button {
  width: 100%;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h3.elementor-heading-title.elementor-size-default.add-is-above {
  color: #2e2e2e !important;
  margin-top: 20px;
}

.single-post-sidebar.first-ad-showing > .elementor-column-wrap.elementor-element-populated {
  padding-top: 70px !important;
}

.post-main-thumbnail {
  max-width: 100%;
  with: 100%;
}

@media (max-width: 650px) {
  .post-main-thumbnail {
    max-width: 100%;
    with: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  .elementor-post-info li.elementor-icon-list-item:first-child,
.elementor-widget-post-info li.elementor-icon-list-item:first-child {
    display: none;
  }

  .single h1.elementor-heading-title {
    font-size: 36px !important;
    line-height: 32px !important;
  }

  .single .elementor-widget-theme-post-content h2 {
    margin-top: 32px;
    font-size: 32px;
  }
  .single .elementor-widget-theme-post-content h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
  }
  .single .elementor-widget-theme-post-content h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
  }
  .single .elementor-widget-theme-post-content h5 {
    font-size: 22px;
  }

  img.right-aligned-header-image {
    width: 100% !important;
  }

  .single .elementor-widget-theme-post-content p {
    font-size: 1.0625rem;
  }

  .single .elementor-widget-theme-post-content > .elementor-widget-container > .csc {
    flex-direction: column;
  }
  .single .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc {
    width: 100%;
  }
  .single .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc a.su-button {
    width: 100%;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 500px) {
  picture.right-aligned-header-image.alignright {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
  }
}
img.right-aligned-header-image.alignright {
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .single-post .disclaimer-text p {
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  .elementor-post-info li.elementor-icon-list-item a,
.elementor-widget-post-info li.elementor-icon-list-item a {
    font-size: 14px;
  }

  .elementor-widget-post-info li.elementor-icon-list-item a span.elementor-icon-list-icon svg {
    width: 19px;
    height: 18px;
  }

  .elementor-widget-post-info li.elementor-icon-list-item a span.elementor-icon-list-icon {
    margin-right: 2px;
  }
}

/*# sourceMappingURL=child-theme.css.map */
