/* blog archive */
h1.archive-title {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    font-family: Montserrat, var(--global-fallback-font);
    color: var(--global-palette3);
}

@media (max-width: 1024px) {
  h1.archive-title  {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h1.archive-title {
    font-size: 38px;
  }
}

.blog .entry-content-wrap,
.category .entry-content-wrap{
  padding-top: 15px!important;
  padding-right: 25px!important;
  padding-bottom: 25px!important;
  padding-left: 25px!important;
  border: 1px solid #eeeeee;
}

.blog.content-style-unboxed .site .post-thumbnail,
.category.content-style-unboxed .site .post-thumbnail{
  margin-bottom: 0rem!important;
}

a.kt-blocks-post-readmore {
  text-transform: uppercase;
}

.blog a.post-more-link span.kadence-svg-iconset,
.category a.post-more-link span.kadence-svg-iconset{
  display: none;
}

.widget_recent_entries ul li {
  margin-top: 0.4em;
}

.primary-sidebar a.button:hover {
  color: white!important;
}


/* form updates - 11-2-22 */
body .gform_wrapper select:focus, 
body .gform_wrapper select:active {
  color: #939598!important;
}