/*
Theme Name: Pukeko Child
Theme URI: https://www.elmastudio.de/en/themes/pukeko/
Description: A modified child theme of Pukeko Theme with content curation functionality
Author: QDONOW Themes
Author URI: https://qdonow.com
Version: 1.2.0
Template: pukeko
*/
/*=======================
	Common
=========================*/
@font-face {
	font-family: 'EB Garamond';
	font-weight: 400;
	src: local('EB Garamond 08'), local('EB Garamond 08 Regular'), local('EB-Garamond-08-Regular'), url('./assets/fonts/eb-garamond-08-regular.woff') format('woff');
}

@font-face {
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: 400;
	src: local('EB Garamond 08 Italic'), local('EB-Garamond-08-Italic'), url('./assets/fonts/eb-garamond-08-italic.woff') format('woff');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url('./assets/fonts/Merriweather-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url('./assets/fonts/Merriweather-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url('./assets/fonts/Merriweather-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url('./assets/fonts/Merriweather-BoldItalic.woff2') format('woff2');
}

body,
p {
	font-family: 'Merriweather', serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'EB Garamond', serif !important;
	font-weight: normal;
}

.f1,
.serif {
	font-family: 'Merriweather', serif !important;
}

.f2,
.sansserif {
	font-family: 'EB Garamond', serif !important;
}

.single .entry-header + .entry-content {
	padding-top: 0;
}

#colophon a {
	color: #ccc;
}

#colophon a:focus,
#colophon a:hover {
	color: #fff;
}

.footer-widget-wrap {
	padding-bottom: 0;
}

.site-info {
	text-align: center;
	color: #888;
}
/*=======================
	End Common
=========================*/

/*=======================
	Comments
=========================*/
.et-discourse-topic-link-wrapper {
	text-align: center;
	max-width: 832px;
	margin: 50px auto;
}

.et-discourse-topic-link {
	height: 64px;
	padding: 19px 56px 21px;
	border-radius: 6.25em;
	display: inline-block;
	font-family: "Cardo", serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #ffffff;
	fill: #ffffff;
	background-color: #1767f3;
	box-shadow: 0 4px 16px 0 rgba(31, 32, 68, 0.16);
}

/*=======================
	End Comments
=========================*/

/*=======================
	Flex Grid Box
=========================*/
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.mr-1 {
	margin-right: 5px;
}

.ml-1 {
	margin-left: 5px;
}

.mb-3 {
	margin-bottom: 15px;
}

.rounded {
	border-radius: 4px;
}


/*=======================
	End Flex Grid Box
=========================*/


/*=======================
	Animation
=========================*/

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}


/*=======================
	End Animation
=========================*/


/*=======================
	Box Shadow
=========================*/

.box-shadow {
	-webkit-transition: -webkit-box-shadow 0.25s ease;
	transition: -webkit-box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
	border-width: 0;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}

.box-shadow:hover {
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}


/*=======================
	End Box Shadow
=========================*/


/*===============================
	Library and Item Single Page
===============================*/

.library-template-default .site-content,
.item-template-default .site-content {
	width: 100%;
	max-width: 1248px;
	margin-left: auto;
	margin-right: auto;
}

.library-template-default .site-footer,
.item-template-default .site-footer {
	margin-top: 5%;
}

.post-type-archive-library .content-area {
	margin-bottom: 5%;
}

.library-template-default .filter-row,
.item-template-default .filter-row {
	margin: 4% auto;
}

.library-template-default .excerpt p,
.item-template-default .excerpt p {
	margin: 0;
}

.library-template-default .site-content .entry-header {
	padding-left: 34px;
	padding-right: 34px;
}

.item-header {
	align-items: center;
	margin-bottom: 3.5%;
}

.item-header__title {
	margin-left: 24px;
}

.item-header__vote {
	display: block;
	position: relative;
	min-height: 95px;
	width: 120px;
	border: 2px solid #e8e8e8;
}

.item-header__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
}

.item-header__img img {
	position: absolute;
	top: 35%;
	left: 50%;
	max-height: 42px;
	width: auto;
	max-width: 70%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item-header__vote .qdo-like__wrapper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3.5px 0;
	margin: 0;
	width: 100%;
	background: #e8e8e8;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	float: none;
}

.item-header__vote .qdo-like__button {
	background: #e8e8e8!important;
}

.item-share a {
	min-width: 35px;
	min-height: 35px;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 5px 5px 15px 0;
}

.item-share .qdo-like__wrapper {
	display: none;
}

@media (min-width: 900px) {
	.library-template-default .content-area,
	.item-template-default .content-area {
		width: 64.667%;
		margin-right: 2%;
		float: left;
	}
	.library-template-default .side-widgets,
	.item-template-default .side-widgets {
		width: 33.33%;
		float: right;
	}
}

@media (min-width: 820px) {
	.library-template-default .site-content .entry-header {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 1200px) {
	.item-template-default .site-content .item-header {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 720px) and (max-width: 840px) {
	.item-template-default .site-content .item-header {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 719px) {
	.item-template-default .site-content .item-header {
		padding-left: 48px;
	}
}

@media (max-width: 576px) {
	.library-template-default .site-content .entry-header,
	.item-template-default .site-content .item-header {
		padding-left: 24px;
		padding-right: 24px;
	}
	.item-header {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.item-header .item-header__vote {
		margin-bottom: 10px;
	}
	.item-header .item-header__vote,
	.item-header .item-header__title {
		flex: 0 0 100%;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.item-header__vote {
		display: none;
	}
	.item-header__title {
		margin-left: 0;
	}
	.item-header__title h1 {
		font-size: 32px;
	}
	.item-share a:not(.qdo-like__button) span {
		display: none;
	}
	.item-share .qdo-like__wrapper {
		float: none;
		display: inline;
		position: relative;
	}
	.item-share .qdo-like__wrapper .qdo-like__button {
		display: inline-block;
		position: relative;
		top: -3px;
		margin: 5px 10px 5px 0;
		padding: 7px;
		background-color: #e8e8e8;
		border-radius: 4px;
	}
	.item-share .qdo-like__wrapper .qdo-like-loader {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 auto;
		text-align: center;
	}
}


/*===================================
	End Library and Single Item Page
===================================*/


/*=======================
	Library Card
=========================*/

.library-card-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.library-card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25.333%;
	flex: 0 0 25.333%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1%;
	border-radius: 6px;
	text-align: center;
}

.library-card .card__link {
	display: block;
	padding: 10%;
}

@media screen and (min-width: 991px) {
	.library-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25.333%;
		flex: 0 0 25.333%;
	}
}

@media screen and (min-width: 1024px) {
	.library-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
	}
}

@media screen and (max-width: 576px) {
	.library-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
	}
}

.library-card .card__title {
	color: #000000;
}


/*=======================
	End Library Card
=========================*/


/*=======================
	Library Item
=========================*/

.lib {
	display: none;
	max-width: 960px;
	margin: 0 auto;
}

.lib-item {
	width: 100%;
	max-width: 767px;
	color: #000000;
	background-color: #f3f3f3;
	font-size: 14px;
	line-height: 24px;
}

.lib-item,
.library-card {
	-webkit-transition: -webkit-box-shadow .25s cubic-bezier(0, 0.91, 0.4, 1.15);
	transition: -webkit-box-shadow .25s cubic-bezier(0, 0.91, 0.4, 1.15);
	-o-transition: box-shadow .25s cubic-bezier(0, 0.91, 0.4, 1.15);
	transition: box-shadow .25s cubic-bezier(0, 0.91, 0.4, 1.15);
	transition: box-shadow .25s cubic-bezier(0, 0.91, 0.4, 1.15), -webkit-box-shadow .25s cubic-bezier(0, 0.91, 0.4, 1.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* add this. prefixes for compabtibility */
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.lib-item:hover {
	margin-left: -.15%!important;
}

.lib-item:hover,
.library-card:hover {
	width: calc(100% + 0.28%);
	z-index: 2;
	-webkit-transform: scale(1.0028);
	-ms-transform: scale(1.0028);
	transform: scale(1.0028);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.library-card:hover {
	box-shadow: 7px 4px 16px rgba(0, 0, 0, 0.2);
}

.lib .lib-item:first-child {
	margin-top: 0;
}

.lib-item:hover {
	-webkit-box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.2)
}

.lib-item__inner {
	position: relative;
}

.lib-item h2 .external-link-icon {
	font-size: 10px;
	position: relative;
	top: -10px;
}

.lib-item:hover h2 {
	color: #000000;
}

.lib-item-page {
	min-height: 95px;
}

.lib-item__img img,
.lib-item-page__img img {
	max-height: 60px;
	width: auto;
	max-width: 80%;
}

.lib-item-page__img {
	border-radius: 10px 0 0 10px;
}

.lib-item-page__img img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lib-item__features li {
	width: 49%;
	padding: 0.5%;
	margin: 0.5%;
	list-style: disc;
	float: left;
}

.lib-item__inner a {
	color: #000000;
}

.lib-item__inner-row > div {
	padding: 3%;
}

.lib-item__img {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 10px 0 0 10px;
}

.lib-item__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lib-item__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
}

.lib-item__content h2 {
	position: relative;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 8px;
}

.lib-item__content p {
	margin-bottom: 15px;
}

.lib-item-space {
	padding: 0 0 25px 0;
}

.lib-item__meta {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 75%;
	margin-left: auto;
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
}

.lib-item__meta > div {
	display: inline-block;
}

.temp-lib-item__img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	transform: translateY(-50%);
}

.temp-lib-item__title {
	width: 175px;
	height: 24px;
}

.temp-lib-item__para {
	width: 100%;
	height: 5px;
	margin-bottom: 12px;
}

.temp-lib-item__img,
.temp-lib-item__title,
.temp-lib-item__para {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f9f9f9;
	background: linear-gradient(to right, #f9f9f9 8%, #f0f0f0 18%, #f9f9f9 33%);
	background-size: 800px 104px;
}

@media screen and (max-width: 767px) {
	.lib-item__inner-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.lib-item__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 94%;
		flex: 0 0 94%;
		border-radius: 10px 10px 0 0;
	}
	.lib-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 94%;
		flex: 0 0 94%;
		max-width: 94%;
		text-align: center;
	}
	.lib-item__img img,
	.temp-lib-item__img {
		position: relative;
		-webkit-transform: translate(-50%, 9%);
		-ms-transform: translate(-50%, 9%);
		transform: translate(-50%, 9%);
	}
	.lib-item__meta {
		position: relative;
		width: 100%;
		text-align: center;
	}
}

.qdo-like__wrapper {
	float: right;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.qdo-like__wrapper {
		float: none;
	}
}

.qdo-like__wrapper .qdo-like__button,
.lib-item__btn,
.item-sortby,
.item-filterby {
	border: 1px solid #e8e8e8!important;
	background-color: #fff;
	color: #545454;
}

.qdo-like__wrapper .qdo-like__button,
.lib-item__btn {
	padding: 3px 6px;
	border-radius: 3px;
	letter-spacing: 1px;
	margin: 0;
	line-height: 17px;
}

.lib-item__btn {
	margin-right: 4px;
}

.lib-item__btn:hover,
.lib-item__btn:focus,
.lib-item__btn.active,
.item-sortby:hover,
.item-sortby:focus,
.item-filterby:hover .item-filterby:focus {
	cursor: pointer;
	outline: unset;
	background-color: #f3f3f3;
}

.lib-item__btn.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.qdo-like__wrapper .qdo-like__button:hover {
	background-color: #f3f3f3;
}

.qdo-like__icon {
	font-size: 18px;
	vertical-align: baseline;
}

.item-sortby,
.item-filterby {
	height: 34px;
	padding: 5px 10px;
	background-position: right 14px top 11px;
}

.lib-item-sticky {
	position: relative;
}

.lib-item-sticky:before {
	content: 'Sponsored';
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px 8px;
	color: #000;
	border-radius: 4px;
	background-color: #f3f3f3;
	font-size: 11px;
	font-weight: 300;
	line-height: 1rem;
	letter-spacing: 0.045em;
	z-index: 9;
}


/* Filter */

.filter-col,
.filter-col .input-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.filter-col:last-child {
	text-align: right;
}

.filter-col-desktop,
.filter-col-mobile {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: none;
}

.filter-col-desktop {
	display: block;
}

@media screen and (max-width: 991px) {
	.filter-col-desktop {
		display: none;
	}
	.filter-col-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.lib-nav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lib-filter__btn {
	padding: 6px 10px;
	margin-right: 10px;
}

.input-group-prepend {
	width: 110px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.custom-select {
	border-radius: 4px;
	font-size: 14px;
}

@media screen and (max-width: 576px) {
	.filter-col {
		flex: 0 0 48%;
	}
	.filter-col:first-child {
		flex: 0 0 52%;
	}
	.input-group-prepend {
		margin-right: 2px;
		font-size: 11px;
		width: 68px;
	}
	.custom-select {
		padding: 2px 3px;
		background-position: right 2px top 11px;
		border-radius: 5px;
		font-size: 12px;
	}
}


/*=======================
	End Library Item
=========================*/

/*=======================
	Resources & Shops directory
=========================*/
.page-template-resources #page,
.page-template-shops #page {
	/* Reset overflow otherwise "position: sticky" doesn't work for child elements */
	overflow: initial;
}

.page-template-resources .page-header,
.page-template-shops .page-header {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.page-template-resources .submit-resource,
.page-template-shops .submit-shop {
	margin-top: 10px;
}

.pukeko-resources-link-wrapper:hover .pukeko-resources-link,
.pukeko-shops-link-wrapper:hover .pukeko-shops-link {
	color: #1767f3;
	transition: .3s in-ear-out;
}

.posts-container.resource-posts-container,
.posts-container.shop-posts-container {
	display: block;
}

.resource-category-posts-container,
.shop-category-posts-container {
	display: flex;
	margin-left: -16px;
	margin-right: -16px;
	flex-wrap: wrap;
}

.category-bookmark-title {
	margin: 0 0 30px;
	padding: 30px 0 15px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.category-bookmark-title a {
	position: relative;
	display: inline-block;
}

.category-bookmark-title a::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1767f3;
	border-radius: 2px;
}

.category-bookmark-title a {
	line-height: 1.2;
	text-decoration: none;
	outline: 0;
}

.posts-container.resource-posts-container .hentry,
.posts-container.shop-posts-container .hentry {
	width: calc(50% - 32px); /* 50% - (margin left + margin right) */
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 16px;
	margin-right: 16px;
}

.posts-container.resource-posts-container .hentry a,
.posts-container.shop-posts-container .hentry a {
	display: block;
	max-width: 100%;
}

.posts-container.resource-posts-container .hentry img,
.posts-container.shop-posts-container .hentry img {
	border-radius: 6px;
	transition: 0.2s ease-in-out;
	background: #e5e5e5;
	border: solid 1px #f1f1f1;
}

.posts-container.resource-posts-container .hentry a:hover img,
.posts-container.shop-posts-container .hentry a:hover img {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}

.posts-container.resource-posts-container .entry-header,
.posts-container.shop-posts-container .entry-header {
	margin: 0;
	padding: 0;
}

.posts-container.resource-posts-container .entry-title,
.posts-container.shop-posts-container .entry-title {
	margin: 1rem 0 0.4rem;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}

.posts-container.resource-posts-container .hentry a:hover .entry-title,
.posts-container.shop-posts-container .hentry a:hover .entry-title {
	color: #1767f3;
	transition: .3s in-ear-out;
}

.posts-container.resource-posts-container .hentry a:hover .entry-title span::after,
.posts-container.shop-posts-container .hentry a:hover .entry-title span::after {
	opacity: 1;
	transition: all .2s ease;
}

@media (min-width: 48em) { /* 768/16 */
	.page-template-resources #masthead,
	.page-template-shops #masthead {
		/* Disable fixed header while category title are sticky */
		position: static !important;
	}

	.page-template-resources .site-content,
	.page-template-shops .site-content {
		padding-top: 0;
	}

	.page-template-resources .site-main,
	.page-template-shops .site-main {
		display: flex;
		flex-wrap: wrap;
	}

	.page-template-resources .page-header,
	.page-template-shops .page-header {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.page-template-resources .page-header h1,
	.page-template-shops .page-header h1 {
		margin-right: 20px;
	}

	.page-template-resources .submit-resource,
	.page-template-shops .submit-shop {
		margin-top: 0;
		margin-left: auto;
		white-space: nowrap;
	}

	.pukeko-resources-link-wrapper .pukeko-resources-link::after,
	.pukeko-shops-link-wrapper .pukeko-shops-link::after {
		content: "";
		position: static;
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-left: 5px;
		vertical-align: middle;
		background: url(./assets/images/icon_link.svg) no-repeat;
		background-size: 16px 16px;
		opacity: 0;
		transition: all .2s ease;
	}

	.pukeko-resources-link,
	.pukeko-shops-link {
		display: inline-block;
		vertical-align: middle;
	}

	.pukeko-resources-link-wrapper:hover .pukeko-resources-link::after,
	.pukeko-shops-link-wrapper:hover .pukeko-shops-link::after {
		opacity: 1;
		transition: all .2s ease;
	}

	.category-bookmark-title {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		text-align: left;
		border-top: 1px solid #201c29;
		z-index: 100;
	}

	.posts-container.resource-posts-container,
	.posts-container.shop-posts-container {
		flex: 1;
	}

	.posts-container.resource-posts-container .hentry,
	.posts-container.shop-posts-container .hentry {
		width: 205px;
		flex-basis: 205px;
	}
}

@media (max-width: 74.9375em) { /* 1199/16 */
	.page-template-resources.mobilemenu-active #masthead,
	.page-template-shops.mobilemenu-active #masthead {
		position: fixed !important;
		top: 0;
		height: 64px;
		padding: 0 24px;
		background-color: transparent;
		transform: none;
		z-index: 1000000;
	}

	.page-template-resources.mobilemenu-active #hamburger,
	.page-template-shops.mobilemenu-active #hamburger {
		top: 20px;
	}

	.page-template-resources.mobilemenu-active .site-branding,
	.page-template-shops.mobilemenu-active .site-branding {
		display: none;
	}

	/* Hide main menu on mobiles (we show resource category list instead) */
	.page-template-resources .nav-container .nav-wrap,
	.page-template-shops .nav-container .nav-wrap {
		display: none;
	}

	.resource-categories-wrapper,
	.shop-categories-wrapper {
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		width: 100%;
		height: 100vh;
		padding: 64px 24px;
		color: #fff;
		background-color: #000000;
		overflow-y: scroll;
		transition: right 0.3s ease;
		z-index: 999999;
	}

	.resource-categories-wrapper .sticky-wrapper,
	.shop-categories-wrapper .sticky-wrapper {
		height: auto !important;
	}

	.mobilemenu-active .resource-categories-wrapper,
	.mobilemenu-active .shop-categories-wrapper {
		right: 0;
	}

	.resource-categories-wrapper a,
	.shop-categories-wrapper a {
		display: inline-block;
		padding: 0 0 22px;
		font-size: 22px;
		line-height: 28px;
	}
}

@media (min-width: 52.5em) { /* 840/16 */
	.page-template-resources .site-main,
	.page-template-shops .site-main {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media (min-width: 75em) { /* 1200/16 */
	.page-template-resources .nav-container .nav-wrap,
	.page-template-shops .nav-container .nav-wrap {
		display: block;
	}

	.resource-categories-wrapper,
	.shop-categories-wrapper {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		width: 200px;
		margin-right: 30px;
		flex-shrink: 0;
	}

	.resource-categories-wrapper ul,
	.shop-categories-wrapper ul {
		max-height: calc(100vh - 160px);
		margin-bottom: 16px;
		padding-bottom: 40px;
		overflow-y: auto;
	}

	.resource-categories-wrapper ul li,
	.shop-categories-wrapper ul li {
		margin-bottom: 6px;
	}

	.resource-categories-wrapper a,
	.shop-categories-wrapper a {
		display: block;
		padding-bottom: 2px;
		font-size: 15px;
		font-weight: 500;
		transition: all 0.2s;
	}

	.resource-categories-wrapper a::after,
	.shop-categories-wrapper a::after {
		content: '';
		display: block;
		width: 0;
		height: 2px;
		background-color: #1767f3;
		transition: width 0.2s;
	}

	.resource-categories-wrapper a:not(.ph-link):focus,
	.resource-categories-wrapper a:not(.ph-link):hover,
	.shop-categories-wrapper a:not(.ph-link):focus,
	.shop-categories-wrapper a:not(.ph-link):hover {
		color: #1767f3;
	}

	.resource-categories-wrapper a:not(.ph-link):focus::after,
	.resource-categories-wrapper a:not(.ph-link):hover::after,
	.shop-categories-wrapper a:not(.ph-link):focus::after,
	.shop-categories-wrapper a:not(.ph-link):hover::after {
		width: 100%;
	}
}

/*=======================
	Subscription form
=========================*/
.et-newsletter-wrapper {
	border-top: 1px solid #e5e5e5;
}

.et-newsletter {
	max-width: 520px;
	margin: 28px auto 48px;
	text-align: center;
}

.et-newsletter__title {
	margin: 0 0 20px;
}

.et-newsletter__description p {
	margin: 0 0 20px;
	font-size: 16px;
	color: #999;
	line-height: 1.4;
}

.et-newsletter__form {
	display: flex;
	align-items: flex-end;
	margin-top: 40px;
}

.et-newsletter__form input[type="email"] {
	margin-right: 15px;
	font-size: 15px;
	font-family: inherit;
	border: 0;
	border-radius: 0;
	background: none;
	outline: 0;
	box-shadow: none;
	border-bottom: 2px solid #1767f3;
}

.et-newsletter__form button[type="submit"] {
	min-width: 112px;
	padding: 12px 30px;
	flex-shrink: 0;
	color: #fff;
	background: #1767f3;
	white-space: nowrap;
}

.et-newsletter__form button[type="submit"]:focus,
.et-newsletter__form button[type="submit"]:hover {
	background-color: #0542af;
}

.et-newsletter__output {
	margin-top: 20px;
}

@media (min-width: 48em) { /* 768/16 */
  .et-newsletter {
		padding: 20px;
	}

	.et-newsletter__title {
		margin: 0 0 25px;
	}

	.et-newsletter__description p {
		margin: 0 0 25px;
		font-size: 20px;
	}

	.et-newsletter__form {
		margin-top: 50px;
	}

	.et-newsletter__form input[type="email"] {
		font-size: 18px;
	}
}
