#header .header-wrapper {
  border-bottom: 5px #f9e401 solid;
}

.padding-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.breadcrumbs._custom {
  font-size: smaller;
  color: #131313;
}

.katony .page-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.katony .absolute-footer {
  border-top: 1px solid rgba(51, 51, 51, 0.4196078431);
}
.katony ._content .section-content,
.katony ._content .col-inner {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 30px;
}
@media screen and (max-width: 849px) {
  .katony ._content .section-content,
  .katony ._content .col-inner {
    padding: 5px;
  }
}
.katony #content .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 849px) {
  .katony #content .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.katony #content .hentry {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 30px;
}
@media screen and (max-width: 849px) {
  .katony #content .hentry {
    padding: 5px;
  }
}
.katony #content .proacons {
  padding: 0;
}
.katony .title-1 {
  display: block;
  border-bottom: 3px #fe287e solid;
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
}
.katony .widget-title {
  border-left: 5px #007733 solid;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.katony .widget .is-divider {
  opacity: 0;
}
.katony ._heading .section-title-normal {
  border: none;
}
.katony ._heading .section-title-main {
  font-size: 18px;
  font-weight: bold;
  background: #007733;
  color: white;
  display: inline-block;
  padding: 5px 35px 5px 10px;
  position: relative;
  overflow: hidden;
  border-left: 6px #f9e401 solid;
  border-bottom: none;
  margin-bottom: 0;
  margin-right: 0;
}
.katony ._heading .section-title-main::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 49px;
  top: -19%;
  right: -6%;
  /* z-index: -1; */
  background: #191817;
  transform: rotate(-25deg);
  z-index: 1;
}
.katony .related-post h3 {
  display: block;
  border-bottom: 3px #fe287e solid;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
.katony .related-post h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.katony .related-post ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.katony .related-post ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #007733;
  margin-right: 5px;
}/*# sourceMappingURL=katony.css.map */