.filters-type-4 .views-exposed-form .form--inline {
  margin-right: 8px;
}
.filters-type-4 .views-exposed-form .js-form-item {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.filters-type-4 .views-exposed-form .js-form-item input[type=text] {
  border-color: var(--c-subHeadingColor);
  color: var(--c-subHeadingColor);
}
.filters-type-4 .views-exposed-form .js-form-item input[type=text]::-webkit-input-placeholder {
  color: var(--c-subHeadingColor);
}
.filters-type-4 .views-exposed-form .js-form-item input[type=text]::-moz-placeholder {
  color: var(--c-subHeadingColor);
}
.filters-type-4 .views-exposed-form .js-form-item input[type=text]:-ms-input-placeholder {
  color: var(--c-subHeadingColor);
}
.filters-type-4 .views-exposed-form .js-form-item input[type=text]::-ms-input-placeholder {
  color: var(--c-subHeadingColor);
}
.filters-type-4 .views-exposed-form .js-form-item input[type=text]::placeholder {
  color: var(--c-subHeadingColor);
}
.filters-type-4 .views-exposed-form .js-form-item::after {
  background-image: url("../images/search-green.png");
}

.author-wrappee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  position: relative;
  padding-bottom: 35px;
}
@media screen and (min-width: 576px) {
  .author-wrappee {
    padding-bottom: 0px;
    padding-top: 60px;
  }
}
.author-wrappee::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 91px;
  height: 2px;
  top: 0px;
  background-color: #F7E4D7;
}
@media screen and (min-width: 576px) {
  .author-wrappee::before {
    width: 100%;
  }
}
.author-wrappee .image-wrapper {
  width: 86px;
}
.author-wrappee .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-wrappee .info-outer {
  width: calc(100% - 86px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}
.author-wrappee .info-outer .info-wrapper {
  max-width: 520px;
}
.author-wrappee .info-outer .name {
  font-family: "Grandstander Semibold";
  font-size: 20px;
  line-height: 1.2;
  color: var(--c-secondary);
  margin-bottom: 11px;
}
.author-wrappee .info-outer .text {
  padding-bottom: 16px;
}
.author-wrappee .info-outer .text p {
  font-size: 14px;
}
.author-wrappee .info-outer .date {
  font-family: "Grandstander Semibold";
  font-size: 16px;
  line-height: 1.2;
  color: var(--c-secondary);
}
@media screen and (min-width: 576px) {
  .author-wrappee .info-outer .date {
    font-size: 20px;
  }
}

.main-content-wrap ul li {
  padding-bottom: 20px;
}
.main-content-wrap ul li a {
  /* display: block; */
  word-break: break-all;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Grandstander Semibold";
}

.page-node-type-blog .basic-banner-text .cat-date-wrap .category::before {
  display: none;
}

.main-content-wrap h2 {
  line-height: 1.2;
}/*# sourceMappingURL=customnew.css.map */


#disqus_thread a {
  color: #402d1a;
}

#disqus_thread .comment,
#disqus_thread .username {
  font-family: 'Grandstander', sans-serif !important;
}