html {
	  -webkit-text-size-adjust: 100%;
}

/*---RESPONSIVE QUERIES---*/
@media ( min-width : 865px ) and ( max-width : 990px ), ( min-width : 480px ) and ( max-width : 605px ), ( max-width : 400px ) {

	
}

	
@media ( min-width : 800px ) and ( max-width : 1000px ), ( max-width : 520px ) {
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item {
		margin: 0 0 10px;
		flex: 0 0 31%;
		text-align: center;
	}
}
@media ( min-width : 800px ) and ( max-width : 1110px ), ( max-width : 480px ) {

	.item .rating-label {
		display: block;
	}
	

}

@media ( max-width : 1025px ) {
	
	.header .logo {
		overflow: hidden;
		width: 230px;
		float: left;
		margin: 15px 0 15px;
	}
	.header .top-stuff {
		width: -moz-calc(100% - 230px);
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
		margin: 20px 0 5px;
	}

	#main {
		margin: 0px -15px 0 0;
		width: -moz-calc(100% - 230px);
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
	}
	#main {
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 15px;
	}
	#main li a {
		padding: 0 10px;
	}
	
}
@media ( max-width : 960px ) {
	
}
@media ( max-width : 900px ) {
	.header .top-stuff .header-search {
		width: 125px;
	}
	#main {
		letter-spacing: .05em;
		font-size: 15px;
		font-size: 1.5vw;
	}
	
	.home-section.video, .home-section.video .wrap {
			
		}
		.home-section .video-content {
			display: block;
		}
		.home-section .video-content .image {
			width: 100%;
		}
			.home-section .video-content .player {
				padding-bottom: 56%;
			}
			
		.home-section .video-content .caption {
			width: 100%;
			padding: 4%;
		}
	
}
@media ( max-width : 870px ) {

}

/* Responsive Recipe Index Navigation */
@media ( max-width : 799px ) {
	.recipe-nav {
		padding: 0;
	}
	.recipe-nav .search-recipes {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.recipe-nav .spacer {
		width: 40px;
		line-height: 43px;
		font-style: italic;
		text-align: left;
		padding: 0 10px 0 3px;
	}
	#catnav {
		padding: 0;
		margin: 0;
		text-align: center;
		display: block;
		width: 100%;
	}

	#catnav {
	
	}
	#catnav ul,
	#catnav li,
	#catnav li a,
	#catnav ul li > label {
			display: block;
			width: 100%;
			left: 0 !important;
	}
	#catnav li {
			margin: 8px 0;
			padding: 0;
			position: relative;
	}
	#catnav li a,
	#catnav ul li > label {
			text-align: left;
			cursor: pointer;
	}
	#catnav li > a:after,
	#catnav li > label:after {
			font-style: normal;
			float: right;
			top: 4px;
			right: -2px;
	}
	#catnav li.menu-item-has-children > a:after,
	#catnav li.menu-item-has-children > label:after {
			content: "+";
			font-weight: normal;
			display: inline;
			margin-left: 6px;
			font-size: 120%;
			line-height: 1;
			position: relative;
			top: 3px;
			right: -1px;
	}
	#catnav li li.menu-item-has-children > a:after,
	#catnav li li.menu-item-has-children > label:after {
		top: 0;   
	}
	#catnav li.menu-item-has-children > input:checked ~ label:after {
			content: "-";
	}
	#catnav > ul > li > ul {
		padding-top: 11px;
	}
	#catnav ul ul {
			
			transform: none;
			opacity: 0;
			transition: none;
			visibility: hidden;
			position: relative;
			top: -9px;
			left: 0;
			padding: 0;
			line-height: 1.4;
			background-color: #c8cac2;
			text-align: center;
			z-index: 2001;
			width: 100%;
			height: 0;
			overflow: hidden;
	}
	#catnav ul li:hover > ul, 
	#catnav ul li:focus-within > ul,
	#catnav ul li > input ~ ul {
			height: 0;
			opacity: 0;
			pointer-events: none;
	}
	#catnav ul li > input:checked ~ ul {
			transform: rotateX(0) translateX(0) !important;
			height: auto !important;
			opacity: 1 !important;
			visibility: visible !important;
			pointer-events: auto !important;
	}
		#catnav ul li > input:checked ~ label {
			font-weight: bold;
		}
	#catnav ul li li > input:checked ~ label {
			background: #c8cac2 !important;
			color: #323636 !important;
	}
	#catnav li li a,
	#catnav li li label {
			color: #323636 !important;
	}
	#catnav ul ul li ul li a:hover {
			background-color: rgba(255,255,255,.25) !important;
	}
	#catnav li.menu-item-has-children > a {
			display: none;
	}
	#catnav ul li > input:checked ~ label {
		background: #c8cac2;
		color: #323636;
	}

	
}

/* Desktop Size Touch Devices (iPad) */
@media all and ( min-width: 800px ) and ( hover: none ){
	#catnav ul li.menu-item-has-children > a {
		display: none;
	}
	#catnav ul li.menu-item-has-children > label {
		display: block;
	}
	#catnav ul li:hover > ul, 
	#catnav ul li:focus-within > ul,
	#catnav ul li > input ~ ul {
			height: 0;
			opacity: 0;
			pointer-events: none;
	}
	#catnav ul li > input:checked ~ ul {
			transform: rotateX(0) translateX(-50%) !important;
			height: auto !important;
			opacity: 1 !important;
			visibility: visible !important;
			pointer-events: auto !important;
	}
	#catnav li.menu-item-has-children > label:after {
			content: "\f107";
			font-family: 'Font Awesome 5 Pro';
			font-weight: normal;
			display: inline;
			margin-left: 6px;
			font-size: 120%;
			line-height: 1;
			position: relative;
			top: 2px;
			right: -2px;
	}
}

@media ( max-width : 799px ) {
	body {
		border: none;
		padding: 0;
	}

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
		.span_content_full {
			max-width: 100%;
		}	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 50px auto 0;
		border-top: 1px solid #ececec;
		padding-top: 50px;
		max-width: 400px;
	}
		.sidebar .subscribe {
			display: none;
		}
		
	.facet_sidebar {
		border: none;
		padding: 0;
		margin: 0 0 25px;
	}
	button.facetwp-flyout-open {
		display: block !important;
	}
	.facetwp-flyout {
		display: block
	}
	.facet_left {
		display: none
	}
	.flyout-row h3 {
		margin: 0 0 10px !important;
	}
	.flyout-row.name-load_more {
		display: none
	}
	
	#main, .header .logo, .header .top-stuff {
		display: none;
	}
	.header {
		min-height: 60px;
		border: none;
		margin: 0 0 20px;
	}
		body.home .header {
			margin: 0 0 15px;
		}

	.top-bar {
		top: 50px;
		font-size: 11px;
		line-height: 1.4;
		padding: 7px 8px;
		height: auto;
		position: absolute;
	}

	.top-bar-spacer {
		height: 20px;
	}
	
	.span_content_full .items-3-col .item {
		width: calc((100% / 2) - 4%);
		margin: 0 2% 4%;
	}
	.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
		font-size: 32px;
		font-size: clamp(20px, 5vw, 32px);
	}
	.items-5-col, .items-6-col {
		margin: 0 -1.25%;
		justify-content: center
	}
		.items-5-col .item, .items-6-col .item {
			width: calc((100% / 3) - 2.5%);
			margin: 0 1.25% 4%;
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 21px;
		font-size: clamp(14px, 3vw, 21px);
	}
	.items-7-col, .items-8-col {
		margin: 0 -2%;
		justify-content: center
	}
		.items-7-col .item, .items-8-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25%;
		}
		.icons .title {
			font-size: 11px;
			letter-spacing: .12em;
		}
		
	.recipe-nav .more {
		margin: 10px auto 20px;
	}
	.icons-wrap:after {
		width: 100%;
		height: 100%;
		bottom: 0px;
		right: 0;
		left: 0;
		top: 0px;
		border-bottom: 1px solid #eaebeb;
	}
	
	.sub-footer .wrap {
		display: block;
	}
	.sub-footer .social {
		text-align: center;
		width: 100%;
		margin: 15px 0;
	}
	.footer-nav {
		text-align: center;
		width: 100%;
		display: block;
		float: none;
	}
		.footer-nav a {
			padding: 5px;
		}
	.copyright {
		text-align: center;
		width: 100%;
		display: block;
		float: none;
		margin-top: 15px;
	}
	
	.home-section {
		padding: 8vw 0 8vw;
	}
		.home-section.shaded {
			padding: 5vw 0;
		}
		
	.recipe-index-sections {
		margin-top: -0px;
		margin-bottom: 35px;
	}
	.recipe-index-sections .home-section {
		padding: 20px 0;
	}
	.recipe-index-sections .block-title-lg {
		margin-bottom: 10px;
	}
		
}

@media ( max-width : 700px ) {
	.home-section .widget-content {
		display: block;
	}
	.home-section .widget-content .image {
		width: 100%;
		margin: 00px;
	}
	.home-section .widget-content .caption {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.optin-content {
		padding: 25px 0;
		align-items: flex-start;
		justify-content: center;
	}
	
		.optin-content .caption {
			clear: none;
			padding-right: 0px;
			flex-basis: 84% 1 1;
			flex-shrink: 1;
			text-align: center;
		}
			.optin-content .caption h2 {
				margin: 0;
				font-size: 28px;
				font-size: 6.9vw;
				font-size: clamp(14px, 6.9vw, 30px);
				text-align: center;
				line-height: 1;
			}

			.optin-content .caption p {
				margin: 3px 0 10px;
				font-size: 14px;
				font-size: 3.7vw;
				font-size: clamp(11px, 3.7vw, 18px);
				line-height: 1.3;
			}
				.sidebar .optin-content .caption p {
					font-size: 18px;
					line-height: 1.4;
				}
		.optin-content .image {
			width: 18%;
			margin-right: 0px;
			margin-left: -2%;
			margin-top: -3%;
		}
			.optin-content .image img {
				width: 100%;
				height: auto;
			}
		.optin-content .form {
			clear: both;
			width: 100%;
			display: block;
		}
	

}

@media ( max-width : 650px ) {

	

	
}
@media ( max-width : 600px ) {
	.home-section .divider, .home-section .block-title {
		
	}
	.upper-home-sections, .recipe-index-sections {
		margin-bottom: 25px;
	}
	.upper-home-sections .home-section:first-child {
		padding-bottom: 0;
	}
	.home-section .description {
		font-size: 88%;
		line-height: 1.5;
	}

	.items-4-col {
		margin: 0 -2%;
	}
		.items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 4%;
		}
		.item .rating {
			margin: -7px 0px 7px;
		}
		.upper-home-sections .items-4-col .item {
			margin-bottom: 4%;
		}
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(17px, 4vw, 21px);
	}

		
	

	.inner-post .subscribe {
		padding: 25px;
		box-shadow: none;
		margin-left: -20px;
		margin-right: -20px;
	}
	.footer .press-mobile {
		display: block
	}
	.footer .press-desktop {
		display: none;
	}

	
}

@media ( max-width : 500px ) {

	h1.post-title, h2.post-title {
		
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 28px;
	}
	.home-section .block-title {
		font-size: 26px;
		margin: 15px 0 15px;
	}
	
	.archives.items-3-col .item {
		margin-bottom: 15px;
		width: calc((100% / 2) - 4%);
	}
	.cat-title .wrap .cat-image {
		width: 25%;
		float: right;
		margin: 0 0 10px 5px;
		min-width: 100px;
	}
		
	.breadcrumb_last {
		display: none;
	}
	.pagination h2.screen-reader-text {
		margin-bottom: 12px;
	}
	.archiveslist {
		 overflow: hidden;
		 -moz-column-count: 2;
		 -moz-column-gap: 10px;
		 -webkit-column-count: 2;
		 -webkit-column-gap: 10px;
		 column-count: 2;
	}
	
	.wprm-recipe.wprm-recipe-template-custom {
		margin-left: -20px;
		margin-right: -20px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
		padding: 15px 15px 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
		padding: 15px;
		border-right: none;
		border-left: none;
	}
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
		width: 100%;
	}
		.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name:before {
			
		}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto 10px;
		align-items: center;
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image {
			max-width: 250px;
			margin: 0 auto;
		}
		.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating .wprm-recipe-rating-details {
			display: inline-block !important;
			margin: 0 0 0 8px;
		}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		padding: 14px 25px 14px 27px !important;
	}
	

}

@media ( min-width : 375px ) and ( max-width : 500px ) {
	.post-meta.post-cat a {
		font-size: 10px;
		letter-spacing: .1em;
		padding: 6px 10px 6px 12px;
	}
	
	.item p.excerpt {
		font-size: 88%;
		line-height: 1.5;
		margin: 15px 0 10px
	}
	
}
@media ( max-width : 450px ) {
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	clear: left;
		color: #323535;
		text-align: center;
		margin: 15px 0 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table {
		margin: 0 0 10px;
		border-top: 1px solid #d6d7d7 !important;
		
		border-bottom: 1px solid #d6d7d7 !important;
		padding: 10px 0;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table .wprm-recipe-block-container-table {
		display: inline-block;
		border: none !important;
		padding: 0 8px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table .wprm-recipe-block-container-table span {
		display: inline !important;
		width: auto;
	}
	
}

@media ( max-width : 400px ) {
	.wrap, .wrapper {
		padding: 0 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		margin-left: -15px;
		margin-right: -15px;
	}
	.wp-block-group.has-background, .has-background {
		padding: 10px 25px 5px;
		margin: 45px 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -10px -25px 10px;
			padding: 15px 25px;
		}
			.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
				left: -25px;
				right: -25px;
				width: calc( 100% + 50px );
			}
	
	.items-7-col, .items-8-col {
		margin: 0 -2%;
		justify-content: center
	}
		.items-7-col .item, .items-8-col .item {
			width: calc((100% / 3) - 2.5%);
			margin: 0 1.25%;
		}
			.items-7-col .item:nth-child(7) {
				display: none
			}
	
	#comment-list li {
		margin: 20px 0;
		padding: 15px;
	}
	#respond {
		padding: 20px;
		margin-bottom: 50px;
	}
	.footer {
		margin-top: 40px;
	}
	
		body.home .footer {
			margin-top: 0px;
		}
		body.home.paged .footer {
			margin-top: 30px;
		}
	
	.optin-content {
		padding: 20px 0;
	}
	.subscribe .email-input, .subscribe .email-submit {
		height: 45px;
		line-height: 45px;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe-roundup-item a.wprm-recipe-link {
		width: 100%;
	}
	
}
@media ( max-width : 375px ) {
	
	.span_content_full .items-3-col .item, .span_content .items-2-col.search-posts .item {
		width: calc((100%) - 4%);
		margin: 0 2% 8%;
	}
	.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
		 font-size: 24px;
		 font-size: clamp(22px, 8vw, 32px);
	}

	
}
@media ( max-width : 360px ) {
	.wrap, .wrapper {
		padding: 0 10px;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		margin-left: -10px;
		margin-right: -10px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
		padding: 15px 10px 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
		padding: 15px 10px;
	}


}