/* Hide ads when printing - 04.12.24 - NP Rowdy */
@media print {
div[data-gg-moat],
body[data-gg-moat],
iframe[data-gg-moat-ifr],
div[class*="kargo-ad"],
.adthrive-ad,
.adthrive-comscore {
	display: none !important;
	height: 0px;
	width: 0px;
	visibility: hidden;
	}
}

/* NerdPress Edits to fix images not being the same size PC Feb 21st 2023 */

.wp-block-image.aligncenter { display: block; }

.search-center.wp-block-search {
	margin-left: auto;
	margin-right: auto;
}

/* Tasty Recipes Print Styles */
.tasty-recipes-print .tasty-recipes-units-scale-container,
.tasty-recipes-print .tasty-recipes-copy-button,
.tasty-recipes-print .tasty-recipes-rating,
.tasty-recipes-print .tasty-recipes-entry-footer {
	display: none;
}

.tasty-recipes.tasty-recipes-print .tasty-recipes-entry-header h2 {
	margin-bottom: 0!important;
	font-size: 24px!important;
}

.tasty-recipes.tasty-recipes-print .tasty-recipes-entry-content h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.tasty-recipes.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-details {
	margin-top: 0!important;
}

.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-header-content {
	min-height: auto;
}

.tasty-recipes-print .tasty-recipes-source-link {
	text-align: center;
	padding-top: 0;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-nutrition {
	padding-bottom: 0;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-notes p:before, 
.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-notes ul li:before {
	content: none;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-notes-body p {
	padding-top: 0;
	padding-left: 0;
}

.tasty-recipes.tasty-recipes-print {
	padding: 0 20px;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-nutrition {
	padding-left: 30px;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-ingredients ol>li, .tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-instructions ol>li {
	list-style-type: numbers;
	position: inherit;
}

/* Jumpt to Recipe button fix - NP YR 3/15/23 */

.taste-recipes-jump.jump-link.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--foreground);
}

.taste-recipes-jump.jump-link.wp-block-button__link {
	--wp--preset--color--primary: #1a4548;
    background-color: transparent;
    border-radius: 200px;
    border-color: var(--wp--preset--color--secondary);
    border-width: 1px;
    border-style: solid;
    color: var(--wp--preset--color--foreground);
    font-family: var(--wp--preset--font-family--system-font);
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: var(--wp--custom--line-height--small);
    padding-top: 1.15em;
    padding-right: 2.15em;
    padding-bottom: 1.15em;
    padding-left: 2.15em;
    text-transform: uppercase;
}

/* NerdPress - Adjust Tasty Recipes Font Sizes in Print View - 06/15/23 */
.tasty-recipes-print-text-size-small .tasty-recipes {
	font-size: 0.75em;
}

.tasty-recipes-print-text-size-medium .tasty-recipes {
	font-size: 0.95em;
}


/* CWP MemberPress Tweaks */

.site-header .site-branding__logo {
	max-width: 310px;
}


/* Hide Google reCAPTCHA Badge */
.grecaptcha-badge {
   visibility: hidden;
}

/*NerdPress fix - square thumbnail for recipe cards CD 3.13.24*/

@media only screen and (max-width: 600px) {
  .tasty-recipes-entry-header .tasty-recipes-image img {
    object-fit: contain !important;
  }
}

/* NerdPress fix - square thumbnail in TR Cards AP - 4/1/24 */
.tasty-recipes.tasty-recipes-display .tasty-recipes-entry-header .tasty-recipes-image, .tasty-recipes.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-image {
	width: 150px;
	height: 150px;
	margin-bottom: 1.25em;
}