
.recipe-archive {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	float: none;
}

.dr-archive-all-categories {
	padding: 50px 30px;
	margin-bottom: 65px;
	background: rgba(var(--primary-color-rgb), .04);
	border: 1px solid rgba(var(--primary-color-rgb), .1);
	text-align: center;
}

@media screen and (max-width: 767px) {
	.dr-archive-all-categories {
		padding: 30px 15px;
	}
}

.dr-archive-all-categories .dr-title {
	margin-bottom: 1.25em;
	font-size: 1em;
}

.dr-archive-cat-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.dr-archive-cat-wrap ul li {
	margin: 5px;
	display: inline-block;
	font-size: .7778em;
	letter-spacing: .6px;
	line-height: 1.5;
}

.dr-archive-cat-wrap ul li a {
	display: inline-block;
	background: none;
	color: var(--font-color);
	border: 1px solid rgba(var(--primary-color-rgb), .25);
	border-radius: 50px;
	line-height: 1.5;
	padding: 5px 15px;
	text-decoration: none;
	overflow-wrap: break-word;
}

.dr-archive-cat-wrap ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.archive .dr-block-wrapper .dr-block-header, .dr-recipe-post-wrap .dr-block-wrapper .dr-block-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(var(--black-color-rgb), .06);
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.archive .dr-block-wrapper .dr-button-holder a, .dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a {
	display: inline-flex;
	align-items: center;
	background: rgba(var(--primary-color-rgb), .1);
	color: var(--black-color);
	font-size: .7778em;
	letter-spacing: .5px;
	padding: 10px 20px;
	text-decoration: none;
}

.archive .dr-block-wrapper .dr-button-holder a:hover, .dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.archive .dr-block-wrapper .dr-button-holder a:hover svg path, .dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a:hover svg path {
	stroke: var(--white-color);
}

.archive .dr-block-wrapper .dr-button-holder a svg, .dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a svg {
	vertical-align: middle;
	margin-left: 10px;
}

.archive .dr-block-wrapper .dr-button-holder a svg path, .dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a svg path {
	stroke: var(--black-color);
}

.dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a svg {
	vertical-align: -1px;
}

@media screen and (max-width: 767px) {
	.archive .dr-block-wrapper .dr-button-holder {
		margin-top: 10px;
	}
}

.dr-link-disabled {
	pointer-events: none;
	opacity: .6;
	color: gray;
}

.dr-archive-single :not(.post-pinit-button) figure {
	width: 100%;
}

.dr-archive-single :not(.post-pinit-button) figure img, .dr-archive-single :not(.post-pinit-button) figure svg, .dr-archive-single :not(.post-pinit-button) figure svg.dr-fallback-svg {
	width: 100%;
}

.dr-archive-recipe-ingrd ul {
	margin-left: 0;
	padding: 0 !important;
}

.dr-archive-recipe-by-alph ul {
	padding-left: 0;
}

.dr-archive-single .dr-add-to-wishlist-single, .recipe-post .dr-add-to-wishlist-single, .section-grid .dr-add-to-wishlist-single, .dr-widget .dr-add-to-wishlist-single {
	margin: 0;
}

.dr-archive-single .wpdr-feat-thumb:has(.post-pinit-button):hover .dr-recipe-wishlist, .recipe-post .wpdr-feat-thumb:has(.post-pinit-button):hover .dr-recipe-wishlist, .section-grid .wpdr-feat-thumb:has(.post-pinit-button):hover .dr-recipe-wishlist, .dr-widget .wpdr-feat-thumb:has(.post-pinit-button):hover .dr-recipe-wishlist {
	top: 36px;
}

.dr-archive-single :not(.post-pinit-button) figure {
	width: 100%;
}

.dr-archive-single :not(.post-pinit-button) figure img, .dr-archive-single :not(.post-pinit-button) figure svg, .dr-archive-single :not(.post-pinit-button) figure svg.dr-fallback-svg {
	width: 100%;
}

.dr-archive-recipe-ingrd ul {
	margin-left: 0;
	padding: 0 !important;
}

.dr-archive-recipe-by-alph ul {
	padding-left: 0;
}

.dr-block-wrapper .dr-block:not(:last-child) {
	margin-bottom: 60px;
}

.dr-block-wrapper .dr-block-title {
	margin-top: 0;
	margin-bottom: 0;
	flex: 1;
	font-size: 1.44em;
	line-height: 1.5;
	color: var(--font-color);
}

@media screen and (max-width: 767px) {
	.archive .dr-block-wrapper .dr-block-title {
		flex: auto;
		margin-top: 10px;
	}
	
	.archive .dr-block-wrapper .dr-button-holder {
		margin-top: 10px;
	}
}

.dr-archive-list-wrapper {
	margin: 0 0 1.5em;
}

.dr-archive-recipe-ingrd {
	margin: 50px 0;
}

.dr-archive-recipe-ingrd .dr-title {
	margin-bottom: 8px;
}

.dr-archive-recipe-ingrd ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.dr-archive-recipe-ingrd ul li {
	display: inline-block;
}

.dr-archive-recipe-ingrd ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	height: 30px;
	width: 30px;
	border: 1px solid rgba(var(--primary-color-rgb), .5);
	color: var(--secondary-color);
	border-radius: 3px;
	transition: all ease .3s;
	text-decoration: none;
}

.dr-archive-recipe-ingrd ul li a:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

.dr-archive-recipe-by-alph {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}

.dr-archive-recipe-by-alph:not(:last-of-type) {
	border-bottom: 1px solid rgba(var(--font-color-rgb), .1);
}

.dr-archive-recipe-by-alph .dr-title-alpha {
	font-size: 1.111em;
	font-weight: 600;
	color: var(--primary-color);
	display: block;
	margin-bottom: 1em;
}

.dr-archive-recipe-by-alph ul {
	margin: 0 0 20px;
	line-height: 1.55556;
	letter-spacing: .2px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.25em 3em;
}

.dr-archive-recipe-by-alph ul li {
	line-height: 1.55556;
	font-size: .88889em;
	display: inline-flex;
	align-items: center;
	gap: 22px;
}

.dr-archive-recipe-by-alph ul li:before {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: rgba(var(--font-color-rgb), .78);
}

.dr-archive-recipe-by-alph ul li a {
	color: #232323;
	transition: all ease .3s;
	overflow-wrap: break-word;
	text-decoration: none;
}

.dr-archive-recipe-by-alph ul li a:hover {
	color: var(--primary-color);
}

.dr-archive-list-gridwrap {
	gap: 30px;
	margin-top: 50px;
}

.dr-archive-list-gridwrap.grid:not(.list) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.dr-archive-list-gridwrap.grid:not(.list) {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.dr-archive-list-gridwrap.grid:not(.list) {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dr-archive-list-gridwrap.grid.wpd-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1024px) {
	.dr-archive-list-gridwrap.grid.wpd-columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.dr-archive-list-gridwrap.grid.wpd-columns-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dr-archive-list-gridwrap.grid.wpd-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
	.dr-archive-list-gridwrap.grid.wpd-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.dr-archive-list-gridwrap.grid.wpd-columns-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dr-archive-list-gridwrap.list article {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.dr-archive-list-gridwrap.list article {
		flex-direction: column;
	}
}

.dr-archive-list-gridwrap.list article:not(:last-child) {
	margin-bottom: 50px;
}

.dr-archive-list-gridwrap.list .content-wrap {
	position: relative;
	padding-left: 60px;
}

@media screen and (min-width: 768px) {
	.dr-archive-list-gridwrap.list .content-wrap {
		width: 60%;
	}
}

.dr-archive-list-gridwrap.list .wpdr-feat-thumb {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.dr-archive-list-gridwrap.list .wpdr-feat-thumb {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	.dr-archive-list-gridwrap.list .wpdr-feat-thumb {
		margin-bottom: 30px;
	}
}

.dr-archive-list-gridwrap.list .entry-header {
	margin-bottom: 20px;
}

.dr-archive-list-gridwrap.list .entry-header .post-cat {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.dr-archive-list-gridwrap.list .entry-header .post-cat a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: 1px solid rgba(var(--primary-color-rgb), .25);
	border-radius: 50px;
	line-height: 1.3;
	padding: 7px 15px;
	font-size: .7778em;
	letter-spacing: .6px;
	color: var(--black-color);
	text-decoration: none;
}

.dr-archive-list-gridwrap.list .entry-header .post-cat a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

.dr-archive-list-gridwrap.list .entry-title {
	margin: 0;
	font-size: 1.11em;
	font-weight: 600;
	line-height: 1.5;
}

.dr-archive-list-gridwrap.list .entry-title a {
	text-decoration: none;
	color: var(--black-color);
	transition: color .3s ease;
}

.dr-archive-list-gridwrap.list .entry-title a:hover {
	color: var(--primary-color);
}

.dr-archive-list-gridwrap.list .entry-meta {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 20px 10px;
	flex-wrap: wrap;
}

.dr-archive-list-gridwrap.list .entry-meta>span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 1.5;
	font-size: .8888em;
	letter-spacing: .9px;
}

.dr-archive-list-gridwrap.list .entry-meta>span a {
	display: inline-block;
	text-decoration: none;
	color: var(--font-color);
}

.dr-archive-list-gridwrap.list .entry-meta>span a:hover {
	color: var(--primary-color);
}

.dr-archive-list-gridwrap.list .entry-meta>span svg {
	width: 15px;
	height: 15px;
	fill: rgba(var(--font-color-rgb), .6);
	filter: drop-shadow(0 3px 6px rgba(var(--secondary-color-rgb), .26));
}

.dr-archive-list-gridwrap.list .entry-meta>span time, .dr-archive-list-gridwrap.list .entry-meta>span span {
	display: inline-block;
	vertical-align: middle;
}

.dr-archive-list-gridwrap.list .entry-content {
	margin-top: 20px;
	margin-bottom: 0;
}

.dr-archive-list-gridwrap.list .entry-content p {
	margin-top: 0;
	margin-bottom: 20px;
}

.dr-archive-list-gridwrap.list .entry-content p:last-child {
	margin-bottom: 0;
}

.dr-archive-list-gridwrap.list .entry-footer {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
}

.dr-archive-list-gridwrap.list .entry-footer>span {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: .7778em;
	letter-spacing: .5px;
	color: rgba(var(--black-color-rgb), .8);
}

.dr-archive-list-gridwrap.list .entry-footer>span a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	color: rgba(var(--black-color-rgb), .8);
	transition: color .3s ease;
}

.dr-archive-list-gridwrap.list .entry-footer>span a:hover {
	color: var(--primary-color);
}

.dr-archive-list-gridwrap.list .entry-footer>span.byline img {
	width: 30px;
	height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}

.dr-archive-list-gridwrap.list .entry-footer>span.byline .fn {
	font-weight: normal;
	padding-left: 5px;
}

.dr-archive-single {
	text-align: center;
	overflow-wrap: break-word;
}

.dr-archive-single .dr-archive-details {
	display: block;
}

.dr-archive-single .dr-archive-details .dr-archive-list-title {
	font-size: 1em !important;
	line-height: 1.625;
	margin-top: 0;
	padding: 0 15px;
	font-weight: 700;
}

.dr-archive-single .dr-archive-details .dr-archive-list-title a {
	color: inherit;
	transition: all ease .3s;
	text-decoration: none;
}

.dr-archive-single .dr-archive-details .dr-archive-list-title a:hover {
	color: var(--primary-color);
}

.dr-archive-single .dr-archive-details .dr-entry-meta {
	margin-top: 5px;
	justify-content: center;
	margin-bottom: 0;
	gap: 20px;
}

.dr-archive-single .dr-archive-details .dr-entry-meta>span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .7778em;
	letter-spacing: .5px;
	color: var(--font-color);
}

.wpdr-feat-thumb:not(.dr-fav-recipe-fig) {
	display: inline-block;
	padding-bottom: 20px;
	margin: 0;
	text-align: center;
}

.wpdr-feat-thumb:not(.dr-fav-recipe-fig) img {
	display: block;
	width: 100%;
}

.wpdr-feat-thumb:not(.dr-fav-recipe-fig) .post-pinit-button img {
	width: auto;
	height: auto;
}

.wpdr-feat-thumb:not(.dr-fav-recipe-fig) .dr-fallback-svg {
	width: 100%;
}

.wpdr-feat-thumb:not(.dr-fav-recipe-fig) .dr-category {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}

.wpdr-feat-thumb:not(.dr-fav-recipe-fig) .dr-category a {
	vertical-align: middle;
	position: relative;
}

.dr-badge {
	position: absolute;
	top: 10px;
	right: 0;
}

.dr-badge a {
	display: block;
	padding: 8px;
	font-size: 14px;
	line-height: 1;
	color: #fff !important;
	border-radius: 20px 0 0 20px;
	text-decoration: none !important;
}

.floated-meta {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	text-align: center;
	z-index: 99;
}

.floated-meta a.meta-title {
	display: inline-block;
	text-decoration: none;
	color: var(--black-color);
	font-size: .8888em;
}

.floated-meta a.meta-title:hover path {
	stroke: var(--primary-color);
}

.floated-meta a.meta-title:focus {
	outline: none;
	border: none;
}

.floated-meta .post-share {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .5s cubic-bezier(.42, 0, .58, 1);
}

.floated-meta .post-share .social-networks {
	opacity: 0;
	transition: opacity .5s cubic-bezier(.42, 0, .58, 1);
}

.floated-meta .post-share:has(.social-networks.active) {
	grid-template-rows: 1fr;
}

.floated-meta .post-share:has(.social-networks.active) .social-networks {
	opacity: 1;
}

.floated-meta .social-networks {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.floated-meta .social-networks li {
	font-size: .8888em;
	margin: 15px 0;
	display: block;
	line-height: 1;
}

.floated-meta .social-networks li::before {
	display: none;
}

.floated-meta .social-networks li a {
	color: var(--black-color);
	display: inline-block;
	text-decoration: none;
}

.floated-meta .social-networks li a:hover {
	opacity: .75;
	filter: alpha(opacity=75);
}

.floated-meta .social-networks li a[href*=facebook] {
	color: #3b5998;
}

.floated-meta .social-networks li a[href*=pinterest] {
	color: #c8232c;
}

.floated-meta .social-networks li a[href*=twitter] {
	color: #1da1f2;
}

.floated-meta .social-networks li a[href*=linkedin] {
	color: #2867b2;
}

.floated-meta .social-networks li a[href*=reddit] {
	color: #ff4500;
}

.floated-meta .social-networks li a[href*=mailto] {
	color: #4285f4;
}

.floated-meta .post-like {
	margin-top: 10px;
}

.floated-meta .post-like span {
	margin-right: 0;
	cursor: pointer;
}

.floated-meta .post-like span:hover path {
	fill: var(--secondary-color);
	stroke: var(--secondary-color);
}

.floated-meta .post-like span.recipe-liked path {
	fill: var(--secondary-color);
	stroke: var(--secondary-color);
}

.floated-meta .post-like .dr_like__recipe .dr-likes-total {
	display: block;
	line-height: 1;
	font-size: .61em;
	position: relative;
	font-weight: 400;
	letter-spacing: -.3px;
	color: #db0c18;
	background: rgba(219, 12, 24, .05);
	border-radius: 3px;
	min-width: 30px;
	text-align: center;
	padding: 5px;
}

.floated-meta .post-like .dr_like__recipe .dr-likes-total::before {
	content: "";
	border-bottom: 5px solid rgba(219, 12, 24, .05);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
}

.splide {
	height: -moz-fit-content;
	height: fit-content;
}

.splide .dr-archive-single {
	width: 100%;
	padding: 0;
}

.splide .splide__arrow {
	background: var(--white-color);
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: .3s ease-in-out;
	top: 40%;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .04);
}

.splide .splide__arrow:hover {
	background: var(--primary-color);
	color: var(--white-color);
	opacity: 1;
}

.splide .splide__arrow svg {
	width: 20px;
	height: 15px;
}

.splide .splide__arrow--prev {
	left: -25px;
}

.splide .splide__arrow--next {
	right: -25px;
}
