<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theme header must use strong comment to be included in output */
/*!
 Theme Name:   Wide Moat Research Child Theme
 Template:     lrg_theme
!*/
/* Parent Theme Abstracts */
/**
 This is a modified version of bootstrap 4 breakpoints.
 An overview of their usages can be found here: https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints
 The prefix media- has been removed. The mixin breakpoint() is synonymous with bootstrap's media-breakpoint-down(xs).

 */
/*------- RESPONSIVE MEDIA QUERIES---------- */
/*------- WORDPRESS ADMIN BAR CORRECTION STYLES ---------- */
@media (max-width: 652px) {
  .text-center-mobile {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-center-laptop {
    text-align: center;
  }
}
/* Base */
.header {
  border-top-color: #5eb648;
}

/* Pages */
/*------------- hero-section -----------------*/
.home__section-heading {
  font-size: 1.8rem;
}
.home .hero {
  width: 100%;
}
.home .hero__bg-overlay {
  background: -moz-linear-gradient(0% 50% 0deg, rgb(231, 208, 164) 0%, rgb(228, 203, 157) 19.42%, rgb(224, 196, 148) 55.66%, rgb(218, 187, 139) 79.28%, rgb(211, 176, 127) 100%);
  background: -webkit-linear-gradient(0deg, rgb(231, 208, 164) 0%, rgb(228, 203, 157) 19.42%, rgb(224, 196, 148) 55.66%, rgb(218, 187, 139) 79.28%, rgb(211, 176, 127) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(231, 208, 164)), color-stop(0.1942, rgb(228, 203, 157)), color-stop(0.5566, rgb(224, 196, 148)), color-stop(0.7928, rgb(218, 187, 139)), color-stop(1, rgb(211, 176, 127)));
  background: -o-linear-gradient(0deg, rgb(231, 208, 164) 0%, rgb(228, 203, 157) 19.42%, rgb(224, 196, 148) 55.66%, rgb(218, 187, 139) 79.28%, rgb(211, 176, 127) 100%);
  background: -ms-linear-gradient(0deg, rgb(231, 208, 164) 0%, rgb(228, 203, 157) 19.42%, rgb(224, 196, 148) 55.66%, rgb(218, 187, 139) 79.28%, rgb(211, 176, 127) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7D0A4', endColorstr='#D3B07F' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(231, 208, 164) 0%, rgb(228, 203, 157) 19.42%, rgb(224, 196, 148) 55.66%, rgb(218, 187, 139) 79.28%, rgb(211, 176, 127) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E7D0A4",endColorstr="#D3B07F" , GradientType=1);
  position: relative;
}
.home .hero__bg-overlay_img {
  width: auto;
  height: 80%;
  position: absolute;
  bottom: 0;
  top: 5%;
}
.home .hero__inner {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 500px;
}
@media (max-width: 1200px) {
  .home .hero__inner {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home .hero__inner h1 {
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 1200px) {
  .home .hero__inner h1 {
    font-size: 35px;
    line-height: 55px;
  }
}
.home .hero__inner ol li {
  font-size: 22px;
  line-height: 42px;
  font-weight: 500;
  list-style: none;
}
@media (max-width: 767px) {
  .home .hero__inner ol li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.home .hero .btn-blue {
  background-color: #39535C;
}
.home .hero .btn-blue:hover {
  background-color: #43616c;
  color: #ffffff;
}
.home .details:not(:nth-of-type(odd)) {
  background: url(//files.andykriegertrading.com/site/img/AK-trading-2column-bg-01.jpg) center top no-repeat;
  background-size: cover;
}
.home .details__col-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home .details__col-text {
    padding-top: 2rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home .details .row div:not(.details__col-text) {
    padding-top: calc(4rem + 20px);
  }
}
@media (max-width: 991px) {
  .home .catalog img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .home .services img {
    width: 500px;
  }
}
.home .testimonials {
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider Arrow Buttons */
}
.home .testimonials .testimonial-container {
  box-shadow: inset 0 2px 0 0 #FFFFFF, 0 0 6px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 20px;
  height: 320px;
  float: left;
  outline: none !important;
  text-align: center;
  position: relative;
}
.home .testimonials .testimonial {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .testimonials .slick-slide {
  position: relative;
  width: 100%;
}
.home .testimonials .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
}
.home .testimonials button.slick-next, .home .testimonials button.slick-next:hover {
  position: absolute;
  top: 41%;
  right: -25px;
  width: 29px;
  height: 49px;
}
.home .testimonials button.slick-next:before, .home .testimonials button.slick-next:hover:before {
  content: "\f054";
  font-family: FontAwesome;
  left: 17px;
  position: absolute;
  top: 0;
  font-size: 60px;
}
.home .testimonials button.slick-prev, .home .testimonials button.slick-next {
  opacity: 0.5;
  transition: 0.3s;
  font-size: 0px;
  border: none;
  cursor: pointer;
  outline: none;
}
.home .testimonials button.slick-prev:hover, .home .testimonials button.slick-next:hover {
  opacity: 1;
}
.home .testimonials button.slick-prev, .home .testimonials button.slick-prev:hover {
  position: absolute;
  top: 41%;
  left: -25px;
  z-index: 1;
  width: 29px !important;
  height: 49px;
}
.home .testimonials button.slick-prev:before, .home .testimonials button.slick-prev:hover:before {
  content: "\f053";
  font-family: FontAwesome;
  left: -30px;
  position: absolute;
  top: 0;
  font-size: 60px;
}
.home .footer {
  margin-top: 0;
}

/* Templates */
.single-editor-heading {
  background: #0259a3;
}
.single-editor-heading-default &gt; .row {
  /* background: linear-gradient(to right, $brand-color, lighten($brand-color, 25%), $brand-color); */
}

.single-product-heading {
  /* background: linear-gradient(to right, $brand-color, lighten($brand-color, 25%), $brand-color); */
}
.single-product-heading-container {
  background: #0259a3;
}

.sidebar .subs .optin-header {
  background-color: #0259a3;
}

.products-list-item::before {
  border-left-color: #0259a3;
  border-top-color: #0259a3;
}

.publication-article-title {
  display: none;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>