/* Typography Accessories */
.nowrap {
  white-space: nowrap;
}

/* Popular Posts */
.block-popularposts .entry-taxonomies,
.entry-content-wrap .entry-meta,
.entry-taxonomies.location-mark {
  display: inline-block;
}

.block-popularposts .entry-taxonomies,
.block-popularposts .entry-content-wrap {
  margin: 10px 0;
}

.block-popularposts .entry-content-wrap {
  margin-top: 15px;
}

.block-popularposts .kb-posts-style-unboxed .loop-entry .entry-content-wrap,
.block-popularposts .item-image-style-list .entry-content-wrap {
  padding: 0;
}

.block-popularposts .kb-posts-style-unboxed .entry.loop-entry {
  box-shadow: none;
}

.block-popularposts .item-image-style-list .loop-entry {
  display: grid;
  grid-template-columns: 47% 53%;
  column-gap: 6%;
}

.block-popularposts .loop-entry h2,
.block-popularposts .loop-entry h3,
.block-popularposts .loop-entry h4,
.block-popularposts .loop-entry h5,
.block-popularposts .loop-entry h6 {
  margin: 0;
}

/* Post Location */
.location-mark {
  background: url('assets/maps-pin-black-icon.svg') no-repeat 0 50%;
  background-size: 9px;
  padding-left: 20px;
}

.entry-hero-container-inner .entry-header .location-mark {
  width: auto;
}

/* WPRM Star Ratings */
.entry-content-wrap .wprm-recipe-rating {
  margin: 5px 0;
  text-align: inherit;
}

.entry-content-wrap .wprm-recipe-rating .wprm-rating-star {
  font-size: 10px !important;
}

/* Single Post */
.post-navigation .nav-previous .kadence-svg-iconset,
.post-navigation .nav-next .kadence-svg-iconset {
  display: none;
}

/* Sidebar */
.single-content .widget-area h1,
.single-content .widget-area h2,
.single-content .widget-area h3,
.single-content .widget-area h4,
.single-content .widget-area h5,
.single-content .widget-area h6 {
	margin-top: initial;
}

/* Search Fields */
.wp-block-search .wp-block-search__input,
.wp-block-search__inside-wrapper {
    border-radius: 0;
}

.wp-block-search .wp-block-search__input, 
input[type="search"] {
    color: initial;
    background-color: transparent;
    border-color: transparent;
}

.wp-block-search__input:focus {
    outline: none;
    border-color: transparent !important;
}

.wp-block-search .wp-block-search__button:not(.has-background) {
    background: transparent;
}

.wp-block-search__inside-wrapper {
    border-color: var(--global-palette3);
}

/* Portfolio Previous Next Navigation */
.single-portfolio .post-navigation a {
    display: inline-block;
}
.single-portfolio .post-navigation a .post-navigation-sub {
    background-repeat: no-repeat;
    background-size: auto;
}
.single-portfolio .nav-links .nav-previous a .post-navigation-sub {
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2050%22%20height%3D%2230px%22%3E%0A%20%20%20%20%3Cpolyline%20points%3D%2210%2C15%200%2C25%2010%2C35%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2225%22%20x2%3D%2228%22%20y2%3D%2225%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E');
    background-position: left center;
    padding-left: 25px;
}
.single-portfolio .nav-links .nav-next a .post-navigation-sub {
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2050%22%20height%3D%2230px%22%3E%0A%20%20%20%20%3Cpolyline%20points%3D%2290%2C15%20100%2C25%2090%2C35%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22100%22%20y1%3D%2225%22%20x2%3D%2272%22%20y2%3D%2225%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right center;
    padding-right: 25px;
}