/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* Red "View Recipe" badge on taxonomy cards */
.cb-tasty-archive-card .cb-card-media{
	position: relative;
}

.cb-tasty-archive-card .cb-view-recipe-badge{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;

	background: #d0112b;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	padding: 15px;
	border-radius: 10px 0px;

	text-transform: none;
	letter-spacing: .02em;

	pointer-events: none; /* badge doesn't block the link */
	
}

/* Optional: subtle shadow so it reads on bright images */
.cb-tasty-archive-card .cb-view-recipe-badge{
	box-shadow: 0 2px 8px rgba(0,0,0,.18);
}


.tax-wp_recipe_category .cb-tasty-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.tax-wp_recipe_category .cb-tasty-card {
  width: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
}


/* =========================================================
   WP Recipe Taxonomy Archives (Category + Cooking Method)
   5 across, static card, image-only hover zoom
   ========================================================= */

body.tax-wp_recipe_cooking_method .cb-tasty-archive-grid,
body.tax-wp_recipe_category .cb-tasty-archive-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:28px;
  margin:30px 0;
}

/* never scale the card/container */
body.tax-wp_recipe_cooking_method .cb-tasty-archive-card,
body.tax-wp_recipe_category .cb-tasty-archive-card,
body.tax-wp_recipe_cooking_method .cb-card-link,
body.tax-wp_recipe_category .cb-card-link{
  transform:none !important;
}

body.tax-wp_recipe_cooking_method .cb-card-link,
body.tax-wp_recipe_category .cb-card-link{
  display:block;
  height:100%;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:10px;
  box-shadow: 0 2px 3px rgba(0,0,0,.04), inset 0 0 0 1px rgba(0,0,0,.1);
  overflow:hidden;
}

body.tax-wp_recipe_cooking_method .cb-card-media,
body.tax-wp_recipe_category .cb-card-media{
  overflow:hidden;
  background:#f2f2f2;
}

body.tax-wp_recipe_cooking_method .cb-card-media img,
body.tax-wp_recipe_category .cb-card-media img{
  display:block;
  width:100%;
  height:210px;
  object-fit:cover;
  transform:scale(1);
  transition:transform .35s ease;
  will-change:transform;
}

/* ONLY image zooms */
body.tax-wp_recipe_cooking_method .cb-card-link:hover .cb-card-media img,
body.tax-wp_recipe_category .cb-card-link:hover .cb-card-media img{
  transform:scale(1.05);
}

body.tax-wp_recipe_cooking_method .cb-card-placeholder,
body.tax-wp_recipe_category .cb-card-placeholder{
  height:210px;
  background:#e9e9e9;
}

body.tax-wp_recipe_cooking_method .cb-card-body,
body.tax-wp_recipe_category .cb-card-body{ padding:18px 18px 20px; }

body.tax-wp_recipe_cooking_method .cb-card-title,
body.tax-wp_recipe_category .cb-card-title{
  margin:0 0 10px;
  line-height:1.2;
  color:#000;
font-family: 'Helvetica', Arial, sans-serif !important;
  font-size: 18px !important;
  text-align: left;
  font-weight: normal !important;
}

body.tax-wp_recipe_cooking_method .cb-card-excerpt,
body.tax-wp_recipe_category .cb-card-excerpt{
  margin:0;
  font-size:13px!important;
  line-height:1.2;
  color:#7a7a7a;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

/* responsive */
@media (max-width:1400px){
  body.tax-wp_recipe_cooking_method .cb-tasty-archive-grid,
  body.tax-wp_recipe_category .cb-tasty-archive-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:1100px){
  body.tax-wp_recipe_cooking_method .cb-tasty-archive-grid,
  body.tax-wp_recipe_category .cb-tasty-archive-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:767px){
  body.tax-wp_recipe_cooking_method .cb-tasty-archive-grid,
  body.tax-wp_recipe_category .cb-tasty-archive-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:480px){
  body.tax-wp_recipe_cooking_method .cb-tasty-archive-grid,
  body.tax-wp_recipe_category .cb-tasty-archive-grid{grid-template-columns:repeat(1,1fr)}
}




#top #signperforms.white #subForm label, #top #signperforms.white #subForm label p {
	color:#fff!important;
}



.cb-ingredient-heading > #resourceform  {
  filter: drop-shadow(0 0 0.1rem #787878);
  background-color: #fff;
  border-radius: 5px;
	text-align:left;
	padding:25px;
}

/*
#resourceform #gform_24 .gfield {
	padding:20px;
}
*/

#resourceform .gfield_description {
	line-height: normal;
	font-size:12px;
}

.gform_wrapper.gravity-theme .gform_previous_button.button {
  background-color: #333!important;
  color: #fff!important;
}


.nocaps, #nocaps h2, #nocaps {
	 text-transform: lowercase!important;
}

.grey-box {
	background-color:#f5f5f7;
	padding:20px;
}


#contest.content, #contest.content img {
	padding-bottom:0px!important;
	margin-bottom:0px!important;
}

#top legend {
  display: block;
  font-weight: bold;
}

.threecues strong, .threecuesbold h1.av-special-heading-tag {
	font-weight:600!important;
}


#gform_53 #gform_fields_53 #field_53_27.gfield-choice-input {
	margin-top:10px!important;
}


.threecues label.gform-field-label.gform-field-label--type-inline{
	font-weight:600!important;
	line-height:1.3!important;
	margin-top:10px!important;
}

#robertmckinlay .slideshow_inner_caption{
	text-align:center;
}


.pbwlbottomimage.flex_column_div {
	margin-bottom:0px!important;
}

.pbwlnarrow {
	max-width:80%!important;
	margin:0 auto!important;
}

#pbwlsecondmenu {
	max-width:500px;
}

.av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1);}

#pbwlheader {
	margin:-130px 0px 0px 0px!important;
	z-index:10;
}

.pbwlbg1 {
	background-position: 60% 0%!important;
}

#pbwlheaderbackground {
	z-index:3;
}

#pbwlmenu {
	background-repeat: no-repeat;
background-size:cover;

	
}
#pbwlcontainer {
 max-width:500px;
	margin: 0 auto;
}





#pbwlheader div.avia_textblock h3, .pbwlvideoblock h3.av-special-heading-tag {
font-weight: 800 !important;
  font-family: "Montserrat","Helvetica Neue","Helvetica","Arial",sans-serif !important;
  letter-spacing: px;
  font-size: 1.1em !important;
	margin-bottom:30px;
}

.page-id-30044 h1.av-special-heading-tag, #pbwlmenu-top h1.av-special-heading-tag, .page-id-20001 h1.av-special-heading-tag {
	font-weight: 800 !important;
  font-family: "Montserrat","Helvetica Neue","Helvetica","Arial",sans-serif !important;
  letter-spacing: 1px;
  font-size: 2.2em !important;
	margin-bottom:30px;
	text-transform:;
	
}

#top.page-id-30044 p, #top.page-id-20001 p {
	font-family: "Montserrat","Helvetica Neue","Helvetica","Arial",sans-serif !important;
  line-height: 1.4em;
  */: ;
  font-size: 16px !important;
	font-weight:200!important;
}






#pbwlcontainer h2, #pbwlheaderbackground h1.av-special-heading-tag {
color: #fff !important;
  text-align: center;
	font-family:"Montserrat","Helvetica Neue","Helvetica","Arial",sans-serif!important;
   font-size: 2.4em !important;
  font-weight: 800 !important;
  margin: 0px !important;
  padding: 0 8px;
  text-transform: capitalize;
  line-height: 1em !important;
	letter-spacing: 1px;
}

.menutitle #pbwlcontainer h2 {
	font-size: 14px!important;
	font-weight: 700 !important;
	font-family:"Montserrat","Helvetica Neue","Helvetica","Arial",sans-serif!important;
}

#pbwlheaderbackground h1.av-special-heading-tag span.special_amp {
  font-family: "inherit", sans-serif;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
	color:#fff;
}

.pbwlchild {
  display: grid;
  place-content: top;
  height: ;
  color: white;
  text-align:center;
	max-width:125px;
	align-self:baseline;
	margin-bottom:10px;
}
  .pbwlparent1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .pbwlparent2 {
    display: grid;
    grid-template-columns: 17% 33% 33% 17%;
	  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .pbwlparent1 img, .pbwlparent2 img{
  max-width:90px;
  margin:0 auto;
	
  }




.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto; 
}


#sg-popup-content-wrapper-29943 p a img {
margin:0px!important;
	padding:0px!important;
}

.sgpb-theme-1-content {
	border-bottom-width: 0px !important;
}

#sg-popup-content-wrapper-29943 .sgpb-main-html-content-wrapper p{
margin:0px!important;

}





#thisis div.container.caption_container div.slideshow_caption div.slideshow_inner_caption div.slideshow_align_caption h2.avia-caption-title, #home_page_slider h2.avia-caption-title {
	font-family: 'oswald', Helvetica, Arial, sans-serif !important;
	font-size:5vw!important;
}


#thisis div.slideshow_caption p{
	font-family: 'oswald', Helvetica, Arial, sans-serif !important;
	font-size:2.5vw!important;
}


.smaller .avia_textblock p{
	font-size:16px!important;
	text-align:left!important;
}

.smaller.flex_column {
  border-radius: 10px!important;
}

.padding20 {
	padding:10%;
}


@media only screen and (max-width: 767px) {
.perfect_roast .flex_column{
	padding:10px;
}
	.perfect_roast h1  {
		font-size:35px!important;
	}
	.perfect_roast h2 {
		font-size:25px!important;
	}
}



.border {
	border:solid 1px #fff;
	transform: rotate(-0.03turn);
}


.perfect-roast-beef-img {
	max-width:80%;
}

.comment_container, .comment_meta_container, .slide-meta-comments, .slide-meta-comments + .slide-meta-del{
	display: none!important;	
}


#top .coleman .tab.active_tab {
  color:#d0112b;
	border-bottom:solid 8px #d0112b!important;
	
}

.coleman .tab {
border-bottom:solid 8px #CCCCCC!important;
border-left:none;
	border-right:none;
	border-top:none;
	margin-right: 10px;
}



select#input_48_1.small.gfield_select, select#input_49_1.small.gfield_select {
  border-radius: 4px !important;
	border: 1px solid #ccc!important;
  line-height: 1.2!important;
  border-radius: 4px!important;
  background-image: url(https://canadabeef.ca/wp-content/uploads/2024/10/coleman-arrow.png)!important;
  background-position: center right!important;
  background-repeat: no-repeat!important;
	background-size:30px;
color:#d0112b;
}

form#gform_48 .small.gfield_select, form#gform_49 .small.gfield_select{
	color:#000;
}



form#gform_48 select, form#gform_49 select {
  border-radius: 4px !important;
	border: 1px solid #ccc!important;
  line-height: 1.2!important;
  -webkit-appearance: none;
  background-image: url(https://canadabeef.ca/wp-content/uploads/2024/10/coleman-arrow.png)!important;
  background-position: center right!important;
  background-repeat: no-repeat!important;
	background-size:30px;

}

#top .coleman a.avia-gallery-big, #top .coleman div .avia-gallery img{
	border:none!important;
	pointer-events: none!important;
}

.coleman #coleman.avia-gallery div.avia-gallery-thumb a img{
	border-style:none!important;
	pointer-events: none!important;
}

.coleman strong{
	font-weight:600;
	color:#000;
}

.coleman strong{
	color:#000;
}

.coleman .tab_inner_content, .coleman .tab_content.active_tab_content div.tab_inner_content.invers-color p, div.tab_inner_content.invers-color ul li, .coleman .toggle_content.invers-color ol li, .coleman .toggle_content.invers-color p, .coleman .toggle_content.invers-color ul li{
	font-size:14px!important;
}



.coleman section.av_tab_section .tab_content.active_tab_content{
	background-color:#fff!important;
	border:none;
	
}

.coleman div.tab_inner_content.invers-color p strong, .coleman .avia_textblock p strong, .coleman .toggle_content.invers-color p strong {
	color:#000!important;
	font-family: "Montserrat", sans-serif !important;
	font-weight:600!important;
}



.coleman, .coleman p, .coleman strong, .coleman .tab_inner_content strong, .coleman div.tab_inner_content.invers-color ul li, .coleman .toggle_content.invers-color ol li{
	font-family: "Montserrat", sans-serif !important;
}
.coleman h1{
	font-size: 35px!important;
	font-weight:600!important;
	font-family: "Montserrat", sans-serif !important;
}

.coleman .button {
	font-weight:600!important;
	border-radius:4px;
	font-family: "Montserrat", sans-serif !important;
	font-size:17px;
	background-color: #EB141C!important;
  padding: 7px 10px;
  border-radius: 4px;
}

.coleman.toggle_close_all.enable_toggles section.av_toggle_section div.single_toggle .toggle_wrap.av-title-above.active_tc div.toggle_content.invers-color span.close_button {
	display:none;
}

.coleman div.tab_titles .tab.active_tab, .coleman div.tab_titles .tab {
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  background-color:#ffffff;
  font-weight: 600;
 
	
}

#footermenu {
	background-color:#000;
	
}

@media only screen and (max-width: 767px) {

#footermenu .av-subnav-menu > li {
 display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
	padding: 5px 0;
}
	
	#top .av-subnav-menu > li > a {
		border-left:none;
	}
}

#footermenu .av-subnav-menu > li > a {
	background-color:#000!important;
	color:#fff!important;
	font-size:13px!important;
}

#field_48_1.gfield.gfield--type-select.gfield--input-type-select.coleman.field_sublabel_below.gfield--has-description.field_description_below.field_validation_below.gfield_visibility_visible label.gfield_label.gform-field-label, #field_49_1.gfield.gfield--type-select.gfield--input-type-select.coleman.field_sublabel_below.gfield--has-description.field_description_below.field_validation_below.gfield_visibility_visible label.gfield_label.gform-field-label {
float:right !important;
	
}

select#input_48_1.small.gfield_select, select#input_49_1.small.gfield_select {
	width:150px;
}

#input_48_1.small.gfield_select, #input_49_1.small.gfield_select {
	font-size:30px;
	color:#d0112b!important;
	text-align:center;
}

.coleman-left-bar img {
	border-right:solid 1px #ccc;
}


#field_48_1.gfield.gfield--type-select.gfield--input-type-select.coleman, #field_49_1.gfield.gfield--type-select.gfield--input-type-select.coleman{
max-width: 200px!important;
}

form#gform_46 legend.gfield_label.gform-field-label, legend.gfield_label.gform-field-label {
	font-weight:bold;
  font-size: 0.92em!important;
}


.diycontainer {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#diytable tbody tr td{
	 border:none!important;
}



.burger-table tbody tr td{	
	font-size:22px;
	 border:none!important;
}

.burger-table tr:nth-child(odd), 
.burger-table li:nth-child(odd),
.burger-table, .burger-table tr {
  background: transparent!important;

}



#top .mel{
	border-top:solid 30px #f5f7f7;
	border-bottom:solid 30px #f5f7f7;
	border-right:solid 15px #f5f7f7;
	border-left:solid 15px #f5f7f7;
}

.opacity {
	background-color: rgba(255, 255, 255, 0.9)!important;
}

.greybg {
	padding:15px ;
	border-radius:15px;
	background-color:#f5f5f7;
	margin-bottom:10px;
}


/* read more lilnk*/
#more {display: none;}
/* end read more lilnk*/





@media only screen and (max-width: 767px) {
	
	.custom-footer .footer-nav a .footer-nav p a, .footer-nav a{
  font-size: 10px!important;
		padding: .3rem .3rem!important;
	}

  /* Add your Mobile Styles here */
  .responsive .tabcontainer .tab_titles {
    display: block;
  }
  .sidebar_tab .tab_titles {
    width: 100%;
    max-width: 400px;
  }
  .responsive .tabcontainer .tab.fullsize-tab {
    display: none;
  }
}



.ff-item h4 {
  font-weight: 400!important;
}


.search-top-small h3{
  font-size:20px;
}

.tasty-recipes {
  text-align: left;
}


#top .fullsize .template-blog .post-meta-infos {
  display: none;
}

#top input[type="search"] {
  margin-bottom:0px!important;
}

#top .av-masonry-load-more {
  background-color: #f5f7f7 !important;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}


#grading_slider div.slideshow_caption {
  background: rgba(0, 0, 0, 0.7);

}

#grading_slider div.slideshow_caption div.avia-caption-content p{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

.recipe-card img {
  height: 300px!important;
  object-fit: cover !important;
  max-width: 100% !important;
  border-radius: 15px;
}

.grading_thumb img {
  height: 130px!important;
  object-fit: cover !important;
  max-width: 100% !important;

}

.recipe-card .av-caption-image-overlay-bg {
  border-radius: 15px;
}

.recipe-card p{
  font-size:24px !important;
}

/*.recipe-card:after {
  visibility: visible;
  top: 0;
  left: 0;
  content: "View Recipe";
  background-color:#d0112b;
  color:#fff!important;
  text-align:center;
  padding:15px;
  border-radius:10px 0px
  width:100px!important;
  height:25px!important;
  position:absolute;
  border-radius: 15px 0px;
}*/


#top.avia-content-slider .slide-image, .avia-content-slider .slide-image img, .avia-content-slider .slide-image a {
  width: 100%!important;
  height: 250px !important;
  left: 0;
  object-fit: cover;
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
}

.avia-content-slider .slide-entry-excerpt, .recipe-excerpt {
  font-size: 16px !important;
  line-height: 1.2em;
  font-weight: normal;
  margin:20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #70757a;
  text-align:left;
}

.recipe-info {
  padding: 1.25rem 1.5rem;
}

.recipe-title, header.entry-content-header h3.slide-entry-title.entry-title  {
  font-family:'Helvetica', Arial, sans-serif!important;
  font-size: 18px!important;
  text-align:left;
  font-weight: normal !important;

}


/* Excerpt text on archive pages */
.archive .entry-summary,
.archive .post-excerpt,
.category .entry-summary,
.taxonomy .entry-summary {
    font-size: 13px; /* Example: change 18px to whatever you want */
    line-height: 1.6; /* optional – improves readability */
}
 

article.posttype-wp-recipe {
  flex: 1 1 0;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,.04), inset 0 0 0 1px rgba(0,0,0,.1);
  background: #FFFFFF;
  text-align: center;
  min-height:;
  margin-bottom:40px!important;
	
}

.slide-content {
  padding:10px;
}



.archive-header h1{
  font-size:30px!important;
  text-align:left;
}


#top ul li.total-time span.tasty-recipes-label, .tasty-recipes-entry-footer .tasty-recipes-footer-copy h3 {
  color:#fff!important;

}

#top #stickySectionRightPanel {
  text-align: right;
  padding-right: 12px;
  color: none;
  text-indent: 100%!important;
  white-space: nowrap!important;
  overflow: hidden!important;
}


div.entry-content div.tasty-roundups.tasty-roundup-items-have-numbers div.tasty-roundups-item.tasty-roundups-item-has-image div.tasty-roundups-image-container a {
  height: 100% !important;
  object-fit:cover;
  width:100%;
}

div.entry-content div.tasty-roundups.tasty-roundup-items-have-numbers div.tasty-roundups-item.tasty-roundups-item-has-image div.tasty-roundups-image-container{
  max-height:250px;
}

#recipe_slider .av_one_third, #recipe_slider.av_three_fourth {
  margin-left:3%!important;
}


#top .overlayabove.av-inner-masonry {
  overflow: visible;
  margin:10%;
}

.overlaybelow div.av-masonry-container.isotopefigcaption.av-inner-masonry-content
{
  bottom:-100px;
}
.titlesrecipeshome a:hover:after {
  position:absolute;
  content: "> Show all";
  font-size:14px;
  text-transform:normal;
  margin:5px;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.titlesrecipeshome:after {
  -webkit-transition: all 3s;
  transition: all 3s;
}







#top .overlayabove figcaption .av-inner-masonry-content-pos{
  display: table-cell;
  vertical-align: bottom!important;
  text-align: center;
}



#top .overlayabove figure.av-inner-masonry figcaption.av-inner-masonry-content {
  display: table;
  position: inherit;
  height: 20%;
  width: 100%;
  bottom: 0;
  table-layout: fixed;
}


#top .wprecipes .av-inner-masonry {
  border-radius:10px;
}



#top .wprecipes .av-masonry-entry .av-inner-masonry-content {
  padding: 5px;
}





#wprecipes .slide-entry-title {
  padding:0 10px;
}

#wprecipes .slide-content:hover .entry-title  {
  color: #d0112b!important;

}

#wprecipes .slide-content:hover .entry-content {
  color: #3d3d3d!important;

}



#wprecipes .slide-entry {
  margin-right: 1%!important;
  /*width: 24%;*/
  margin-left:0px;
  margin-bottom: 3%;
  box-shadow: 0 2px 3px rgba(0,0,0,.04),inset 0 0 0 1px rgba(0,0,0,.1);
  transform: translate3d(0,0,0);
  border-radius: 10px;
}

#wprecipes .avia-content-slider .slide-entry-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #70757a;
  padding:0 10px;
}

#wprecipes a.more-link, .read-more-link  {
  visibility: hidden;
//position: relative;
}
#wprecipes a.more-link:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "View Recipe";
  background-color:#d0112b;
  color:#fff!important;
  text-align:center;
  padding:15px;
  border-radius:10px 0px

}*/



#wprecipes a.slide-image img{
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  height: 250px;

}

.tasty-recipes-image {
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  max-height: 475px!important;
  vertical-align: middle;
}





h2.tasty-recipes-title{
  color:#fff!important;
}

a.button.tasty-recipes-print-button.tasty-recipes-no-print, a.button.share-pin.button {
  background-color:#d0112b;
  color:#fff;
}

.tasty-recipes-other-details {
  margin-bottom:10px;
}

.tasty-recipes-description div.tasty-recipes-description-body {
  color:#000!important;
	padding:20px;
}

.tasty-recipes-instructions {
  background-color:#f5f7f7!important;
}

#top .tasty-recipes-method a, .tasty-recipes-category a {
  color:#fff!important;
  font-style:italic;
  
}

#top .tasty-recipes-method a:hover, .tasty-recipes-category a:hover {
  color:rgba(247, 247, 247, 0.8)!important;
  font-style:italic;
}

.tasty-recipes-entry-header {
  background-color: #b9af96!important;
}

.tasty-recipes-entry-header .tasty-recipes-description-body {
  font-size: 0.938em;
  font-style: normal!important;
  line-height: 1.5em;
  text-align: center;
}
#top.wp-recipe-template-default.single.single-wp-recipe h1.post-title.entry-title {
  display:none;

}

.tasty-recipes-instructions h4 {
  color: #d0112b;
  font-weight: 400;
}


#top .av-share-box ul {
  display: flex;
  gap: 12px;
  justify-content: space-around;
}

#top .av-share-box ul li {
  flex: auto;
}

/* logo partner tabs*/

#logo_tabs .av-tab-section-tab-title-container {
  text-align: center;
  padding: 10px 0 0 0;
}

#logo_tabs .avia-logo-element-container img, .av-partner-fake-img {
  border-radius: 10px;
}


#logo_tabs .avia-logo-element-container .slide-entry {
  padding: 10px;
}

#logo_tabs .av-inner-tab-title {
  font-size: 16px!important;
  font-family: oswald!important;
  padding: 0px 20px 20px 20px;
}

#logo_tabs .av-tab-arrow-container{
  display:none!important;
}

#logo_tabs .responsive .container {
  max-width: 100%;
}

#logo_tabs .av-layout-tab {
  padding: 0;
}

#logo_tabs .av-layout-tab-inner .container {
  width: 100%;
  max-width: ;
  padding: 0;
  margin: 0 auto!important;
}

#logo_tabs .new-special-heading {
  display:none!important;
}


#logo_tabs .av-section-tab-title {
  width: 250px;
}
#logo_tabs .av-section-tab-title .av-inner-tab-title {
  text-align: center;
  display: inline-block;
  width: 100%;
}


/*end tabs*/


.white, .white h3, .white h1, .white h2, .white p {
  color:#fff!important;
}

/*image zoom fix*/
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner {
  overflow: hidden!important;

}
/*end*/

.portfolio-preview-title {
  font-size: 22px;
  max-width: 30%;
  float: right;
}


/*tabs*/

#tab_logo_main.tabcontainer .active_tab_content{
  background-color:#f5f7f7!important;
  border:none;
}

#tab_logo_main.tabcontainer .tab.active_tab {
  border: none!important;
  background-color: #f5f7f7!important;
}

#tab_logo_main.top_tab .tab {
  background-color:#fff;
  border:none;
}



#logo_tabs_container.container{
  width:100%!important;
}



/* logo partner tabs*/
#logo_tabs .container {
  margin:0px!important;
  padding:0px;

}

#logo_tabs .av-inner-tab-title {
  font-size: 16px!important;
  font-family: oswald!important;
}

#logo_tabs .av-tab-arrow-container{
  display:none!important;
}



#logo_tabs .av-layout-tab {
  padding: 0;
}

#logo_tabs .av-layout-tab-inner .container {
  width: 100%;
  max-width: ;
  padding: 0;
  margin: 0 auto!important;
}

#logo_tabs .new-special-heading {
  display:none!important;
}


#logo_tabs .av-section-tab-title {
  width: 250px;
}
#logo_tabs .av-section-tab-title .av-inner-tab-title {
  text-align: center;
  display: inline-block;
  width: 100%;
}
/*end tabs*/


.faqbutton {
  background-color:#d0112b;
  padding:10px 15px 15px;
  border-radius:5px;
}
.faqbutton a{
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px;
}

.faqbutton a:hover{
  color:#3d3d3d!important;
  text-decoration:none!important;
  font-size:14px;
}


/*FAQ*/
#faq .avia-fullwidth-portfolio .sort_width_container {
  border-top-width: 0px;
  border-top:none;
}

#faq .text-sep {
  display:none!important;
}

#faq #js_sort_items a {
  display: block;
  float: left;
  text-decoration: none;
  background-color: #fff;
  color: #000 !important;
  border:solid 1px #dadada;
  margin-right:10px;
  height: 50px;
  padding: 0 22px;
  border-radius: 50px;
  font-weight: 500;

}

#faq #js_sort_items a:active, #faq.inner_sort_button{
  color: #000 !important;
  background-color: #f5f7f7;
}

#faq #js_sort_items a:hover{
  color: #fff !important;
  background-color: #d0112b!important;
  border:none;
}

#faq h2 a{
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

#faq.portfolio-preview-content {
  width: 33.5%;
  padding: 30px 30px 30px 30px!important;
}

#faq.responsive .ajax_slide .av_table_col {
  display: block;
  padding: 0px!important;
}

#faq .portfolio-details-inner {
  border-radius: 10px !important;
}

#faq .grid-image img {
  border-radius:10px 10px 0 0;
}

#faq .portfolio-preview-content {
  background-color:#f5f7f7;
}

#faq .portfolio-preview-image .avia-gallery-thumb {
  display: none;
}

#faq div .portfolio-preview-image{
  border:none;
}

#faq .grid-entry .inner-entry {
  margin:10px;
  background-color: #f5f7f7;
  border-radius: 10px;
  border: solid 1px #dadada;
}

#faq .grid-content {
  background-color: #f5f7f7 !important;
  border-radius: 10px;
}

#faq h3 {
  background-color: #f5f7f7f7;
}

#top #faq h3 a {
  font-size: 24px;
  line-height: 1.2;
}

#top #faq.no_margin.av_one_third {
  max-width: 30%!important;
}

/*END FAQ*/

@media only screen and (max-width: 768px) {

  .tasty-recipes-entry-content .tasty-recipes-other-details ul {

    padding-top: 20px!important;
  }

  .tasty-recipes-entry-content .tasty-recipes-instructions p {
    margin:10px 0px 10px 0px!important;
  }
  a.button {
    font-size: 0.613em!important;
  }

  .avia-section.av-91olkr5-f5e3758f81e183ddf5f1f26185305e83 {
    background-image: none!important;
  }
}

#prizeImage
{
  float:right;
  position:relative;
}
#prizeImage:hover img
{
  height: 300px;
  width:300px;
}


#feature_cover img{
  max-height: 430px!important;
  object-fit: cover!important;
}

#feature_cover{
  max-height: 430px!important;
  object-fit: cover!important;
}


#top .page-id-24167 #player #movie_player.html5-video-player div.ytp-title div.ytp-title-text a.ytp-title-link {
  display:none!important;
}

.clearfix::after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.eighty img{
  max-width:80%;
  margin:0 auto;
}

/*Space at top of page */
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
  padding-top: 180px!important;
}

.page-id-5222 #av_section_1 .post-entry-21664 {
  display:none!important;
}

#grid_grey post-entry.post-entry-type-pag article.slide-entry.post-entry-21664 {
  display:none;
}


.courses h1, .courses p, .courses ul{
  padding:0px 40px 0px 40px!important
}



.courses img{
  height:200px;
  object-fit:cover;
  object-position: center;

}

.bigbatch img{
  height:200px;
  object-fit:cover;
  object-position: center;

}

.bigbatch p, .bigbatch h2 {
padding:0px 20px!important;
}

.entertainment-boxes img{
  height:200px;

  object-fit:cover;
  object-position: center;

}

.grey img{
  max-height:250px;
  max-width:250px;
  object-fit:cover;
  object-position: top;

}

.grey-box img{
  max-height:150px;
  object-fit:cover;
  object-position: top;
}

/*.team img{
  max-height:370px;
  object-fit:cover;
  height:370px;
  object-position: top;
}
*/

.fact-pdf img{
  max-width:;
  max-height:320px;
  object-position: top;
  object-fit:cover;
}

.research_badge .av-special-heading::before{
  content: 'Research Completed';
  top: -10px;
  height: 50px;
  border-radius: 100%;
  width: 50px;
  background-color: #d0112b;
  padding: 12px;
  color: #fff;
  font-size: 11px;
  right: -10px;
  transform: rotate(30deg);
  position: absolute;
  display:flex;
  align-items: center;
  clip-path: polygon(100.00% 50.00%,90.21% 58.00%,96.19% 69.13%,84.09% 72.78%,85.36% 85.36%,72.78% 84.09%,69.13% 96.19%,58.00% 90.21%,50.00% 100.00%,42.00% 90.21%,30.87% 96.19%,27.22% 84.09%,14.64% 85.36%,15.91% 72.78%,3.81% 69.13%,9.79% 58.00%,0.00% 50.00%,9.79% 42.00%,3.81% 30.87%,15.91% 27.22%,14.64% 14.64%,27.22% 15.91%,30.87% 3.81%,42.00% 9.79%,50.00% 0.00%,58.00% 9.79%,69.13% 3.81%,72.78% 15.91%,85.36% 14.64%,84.09% 27.22%,96.19% 30.87%,90.21% 42.00%);
}



div .av_one_fifth {
  margin-left: 2%;
  width: 18%;
}



.responsive #greyborder .container {
  border:solid #f5f5f7 30px;
  max-width: 100%!important;

}

.greybox2 {
  background-color: #fff;
  outline:3px solid #f5f5f7;
  outline-offset: -2.5px;
}


.greybox {
  padding: 30px;
  background-color: #f5f5f7;
}

#grid_grey div.flex_cell.round_box {
  padding: 4%;
}

#grid_grey {
  padding: 30px;
  background-color: #f5f5f7;
}

#grid_grey div.flex_cell.round_box.round_box_white div.flex_cell_inner {
  background-color: #fff;
  border-radius: 15px;
  max-width: 90%;
  margin: 0 auto;
  padding: 5%;
}





#grid_grey.box_red {
  border-radius: 15px!important;
  background-color:#d0112b;
  padding:20px;

}


#grid_grey.box_red input#mc-embedded-subscribe.button {
  background-color:#3d3d3d;
}



.anniversary_banner p{
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 300;
  font-family: oswald!important;
}


.wp-caption-text {
  font-family:default!important;
}

.wp-caption-text p{
  font-size:12px!important;

}

.qa img.avia_image{
  width: 555px!important;
  height: 198px!important;
  object-fit: cover!important;

}

.text-over {
  max-width:60%!important;
  background-color:rgba(black, 0.5)!important;
  max-width:65%!important;
  margin:0 auto!important;
}


/*footer*/

.footer-nav p a, .footer-nav a, .footer-nav a:hover, .footer-nav p  {
  font-size:14px;
  margin:0 auto;
}
.custom-footer .footer-nav a {
  text-decoration:none !important;
  text-transform:uppercase !important;
  /*opacity:0.5;*/
  transition: .5s;
  padding: .5rem 1.3rem;

}

.custom-footer .footer-nav a:hover {
  text-decoration:underline !important;
  text-transform:uppercase !important;
  opacity:1;
}

#footer-nav.footer-nav a:hover {text-decoration:underline !important;
  color:#ffffff!important;
  text-transform:uppercase !important;
}

#footer-nav.footer-nav a {
  text-decoration: none !important;
  text-transform: uppercase !important;
  opacity: 1;
  transition: .5s;
  padding: .5rem 1.3rem;
  color:#ffffff!important;
}


.custom-footer div.hr.hr-custom{
  opacity:0.5 !important;
}


.footer-nav div.hr.hr-custom {
  opacity:0.5 !important;
}



.custom-footer .footer-nav h4, .custom-footer .footer-nav label{
  /*opacity:0.5;*/
}

.custom-footer .footer-nav input#mc-embedded-subscribe.button {
  background-color:;
}

.custom-footer .footer-partner a.avia_image{
  opacity:1!important;
}

.custom-footer .footer-partner a:hover.avia_image{
  opacity:0.5!important;
}





div#footer.widget_nav_menu a {
  display: block;
  font-family: oswald;
  font-weight: 200 !important;
  padding-bottom: 0!important;
  padding-top: 0!important;
}


div#main footer#socket.container_wrap.socket_color {
  background-color:#333333!important;
}

.greyboxes img{
  width: 80%!important;
  max-height: 100px;
  object-fit: cover;
}

.greyboxes div.avia-image-container-inner .avia_image img{
  width: 80%!important;
  max-height: 100px!important;
  object-fit: cover!important;
}

.greyboxes div div.avia-image-container .avia-image-container-inner img.avia_image {
  width: 80%!important;
  max-height: 100px!important;
  object-fit: cover!important;

}

.advisors .team-img-container img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* For Webkit browsers */
  filter: gray; /* For IE 6 - 9 */
  max-width:300px!important;
  max-height: 250px !important;
  object-fit: cover;
  object-position: 50% 10%;
}

.advisors .team-member-description p {
  font-size:14px!important;
}

.advisors .team-member-job-title {
  margin-bottom:20px;
}








/* Center align columns inside color section*/
#av-center-align-columns .entry-content-wrapper {
  display: -webkit-box!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-flex-flow: row wrap!important;
  justify-content: center!important;
}

.cca .avia_playpause_icon {
  position: absolute;
  height: 100px;
  width: 100px;
  margin: -50px 0 0 -50px;
  background: #fff;
  background: rgba(208, 17, 43);align-content
}


.close_button {
  position:relative;
  float:right;
  display:block;
  height:25px;
  width:25px;
  background: url(https://img.icons8.com/ios/25/000000/cancel.png) no-repeat;
  background-color:#fff;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  margin-left: 5px;
}
.close_button:hover {
  cursor: pointer;
}


.ccaborder {
  position: relative;
}

.ccaborder:after {
  content: " ";
  position: absolute;
  border-left: 1px #6c757d solid;
  top: 25%;
  right: 0;
  height: 40%;
  margin-top: auto;
  margin-bottom: auto;
}



.cca .ccalogo {
  display: flex;
  margin-left:8%;
  margin-right:8%;
}
.cca .ccatext1 {

  flex-basis: 30%;
  height: 100%;
  margin: 5px;
}

.cca .ccatext2 {

  flex-basis: 70%;
  height: 100%;
  padding: 3%;
}

.cca .av-subheading.av-subheading_below p {
  font-size:12px!important;
}


.avia-video, .avia-iframe-wrap  {
  margin-bottom: 0px!important;
}

.cca p.toggler{
  text-align: center;
  width: 20%;
  margin: 0 auto;
}


.cca .toggle_icon {
  position: absolute;
  width: 15px;
  height: 15px;
  border-style: none!important;
  border-width: 0px!important;
  top: 50%;
  left: 25px;
  margin-top: -5px;
}


#top .cca.togglecontainer #toggle-id-1 .toggle_content, .cca.togglecontainer #toggle-id-2 .toggle_content, .cca.togglecontainer #toggle-id-3 .toggle_content, .cca.togglecontainer #toggle-id-4 .toggle_content,.cca.togglecontainer #toggle-id-5 .toggle_content ,.cca.togglecontainer #toggle-id-6 .toggle_content   {
  color: #000000!important;
  background-color: #ffffff!important;
  border-color: #000000;
  border-top-color: rgb(0, 0, 0);
  border-top: solid 1px #000;
  padding: 30px;
  margin-top: 20px;
}

.cca .single_toggle #toggle-id-1 .avia_textblock p
{color:#000;}











#cbeef.togglecontainer.av-l61wpes2-9407d4f5b92ae6bd3538796544207f78.avia-builder-el-0.avia-builder-el-no-sibling.toggle_close_all.enable_toggles section.av_toggle_section.av-1gqpzag-0ad2d93475619f7c41404a4fe311a68c div.single_toggle p.toggler::after {
  content: url(/wp-content/uploads/2022/08/Garnet_Valley_Ranch_1-1500x430.png);
}


.avia_transform .av-active-tab-title .av-tab-arrow-container span {
  background-color:#d0112b!important;
}


#advocate22 .container{
  max-width: 60%!important;
}


#advocate22.avia-section, #advocate22.template-page.content {
  background-size: contain !important;
}



.advocate-circle {
  max-width: 150px !important;
  margin:0px;
}

h2.advocate22{
  color:#d0112b;
  text-align:center;
  font-size:20px;
}

.recipe button a, .advocates-read-more-22 button a {color:white;}
.recipe button a:hover, .advocates-read-more-22 button a:hover {color:white;}

.advocates-read-more-22 button a {
  text-decoration:none;
}

#advocate22 button.owl-prev, #advocate22 button.owl-next {
  position: absolute;
  top: 10%;
  margin-top: 80px !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  color: transparent !important;
  text-shadow: none !important;
}


.advocates-read-more-22 button, .recipe button {
  background-color: #000;
  color: white;
  padding: 14px 37px !important;
  margin:0 auto;
  text-transform: uppercase;
  border: none;
  text-align: center !important;
}


.advocates-read-more-22{
  display: flex;
  justify-content: center;

}




#advocate22 h2.av-special-heading-tag{}

#advocate22 .heavy h2.av-special-heading-tag {
  font-weight:400!important;
}

#advocate22 .avia-slide-wrap img {
  object-fit: cover;
  height:350px;
  object-position: top center;
}





#advocate22 .av-subheading_below p {
  color:#000;
}


#advocate22 .av-masonry-load-more {
  background-color:#000!important;
  color:#fff;
  max-width:200px;
  margin: 0 auto;
}

#advocate22 .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
  color: #000 !important;
  font-family: helvetica !important;
  font-size:12px!important;
  font-weight:400!important;
}


#advocate22 .av-masonry-entry .av-masonry-entry-title {
  font-size: 20px !important;
  font-family:oswald!important;
  text-align:center;
  text-transform:uppercase;
  font-weight:400;
}







.post-entry-12920.prep-time-time p, .post-entry-12920.cook-time-time p, .post-entry-1780.prep-time-time p, .post-entry-1780.cook-time-time p {
  visibility: hidden;
  word-spacing: -999px;
  letter-spacing: -999px;
}

.post-entry-12920.prep-time-time p::after, .post-entry-1780.prep-time-time p::after {
  content: "Temps de préparation";
  visibility: visible;
  word-spacing: normal;
  letter-spacing: normal;
}

.post-entry-12920.cook-time-time p::after, .post-entry-1780.cook-time-time p::after {
  content: "Temps de   cuisson";
  visibility: visible;
  word-spacing: normal;
  letter-spacing: normal;
}



.PIN_1656386731878_button_pin PIN_1656386731878_save {display:none!important;}




.summer img {width: 300px; height: 300px; object-fit: cover;}

.summerbg {background: rgba(254, 232, 86, .5);}


html, #scroll-top-link, #av-cookie-consent-badge {
  
  color: #3d3d3d;
}


cooked-print-options > label:nth-child(16) {
  display: none !important;
}


/*.avia-icon-list .iconlist_icon {
  height: 24px;
  width: 24px;
  line-height: 64px;
  font-size: 30px;
  text-align: center;
  border-radius: 500px;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-left: 2px;
  z-index: 5;
  color: #fff;
  margin-top: 23px;
}*/


.js_active .tab {font-size:1em;}


.avia-multi-slideshow-button, .avia-slideshow-button{
  min-width: 240px;
  font-size: 20px !important;
}

a:link {
  text-decoration:underline;
}

/* visited link */
a:visited {
  text-decoration:underline;
}

/* mouse over link */
a:hover {
  text-decoration:none;
}

.circle {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.5);
  border: ;
  color: #fff!important;
  text-align: center;
  font: 38px Rockwell, sans-serif;
  margin:0 auto;
}





div.grid-entry-excerpt {font-style:normal;}



/*Recipe Main Pic Tabs Square*/
.recipesquare img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}


.results .item .asp_item_overlay_img img {object-fit: cover!important;}

html.html_stretched.responsive.av-default-lightbox.html_header_top.html_logo_left.html_main_nav_header.html_menu_right.html_slim.html_header_sticky.html_header_shrinking_disabled.html_header_topbar_active.html_mobile_menu_tablet.html_header_searchicon_disabled.html_content_align_center.html_header_unstick_top_disabled.html_header_stretch.html_av-submenu-hidden.html_av-submenu-display-click.html_av-overlay-side.html_av-overlay-side-classic.html_av-submenu-noclone.html_entry_id_19808.avia_desktop.js_active.avia_transform.avia_transform3d.avia-mozilla.avia-mozilla-89 body#top.cp_recipe-template-default.single.single-cp_recipe.postid-19808.logged-in.stretched.oswald.helvetica-websave.helvetica.theme-enfold.woocommerce-js div#ajaxsearchprores5_1.asp_w.asp_r.asp_r_5.asp_r_5_1.isotopic.ajaxsearchpro.wpdreams_asp_sc.wpdreams_asp_sc-5.asp_touchswipe.asp_an_fadeInDrop div.results div.resdrg div.item.asp_isotopic_item.asp_r_pagepost.asp_r_pagepost_19808.asp_r_cp_recipe.asp_gutter_bottom.asp_an_fadeInDown div.asp_item_overlay_img.asp_lazy img{object-fit: cover!important;}






div.entry-content .cooked-clearfix span.cooked-print a.cooked-print-icon i.cooked-icon.cooked-icon-print {float:right;}



/*cooked print no nutrition*/
body .cooked-nutrition-label dt,
body .cooked-nutrition-label dd { float:none; }

.cooked-recipe-search.cooked-search-compact.cooked-search-no-sorting .cooked-fields-wrap > .cooked-browse-search {
  width: 80% !important;}



.cooked-recipe-info span.cooked-print .cooked-icon {
  font-size: 2.25rem;
  line-height: 2.5rem;
}



.cooked-recipe-info span.cooked-print {float:right;}


.cooked-recipe-info > section.cooked-right > span {
  line-height: 1.3rem;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: auto;
}


.cooked-servings a {
  pointer-events: none;
  cursor: default;
  color: #000000!important;
}

.cooked-recipe-gallery .fotorama__caption__wrap {font-size: 10px!important;}

.cooked-heading {
  color: #d0112b;
}

.cooked-recipe-info span.cooked-servings {
  padding-right: 1rem;
}

.cooked-recipe-excerpt p {
  font-size:14px!important; font-style:italic;
}

.marinating p,
.prep-time-time p, .cook-time-time p{
  font-size: 9px!important;
  font-weight:200;
  line-height: 1em;
  margin: 0;
}

/*------- Tasty recipes custom template
---------------------------------------------------------- */

/* Force Tasty Recipes ingredient items to behave like a vertical list */
.tasty-recipes-ingredients ul,
.tasty-recipes-ingredients ol {
    margin: 0 0 0 1.25em;   /* indent a bit if you like */
    padding: 0;
}

/* Make sure the checkbox + label stay nicely aligned */
.tasty-recipes-ingredients [data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container {
    display: inline-block;
}


.tasty-recipes-entry-content .tasty-recipes-description-wrapper {
  padding: 1.25em;
}

body.tasty-recipes-print-view .tasty-recipes-entry-content .tasty-recipes-ingredients .cooked-single-ingredient {
  display: block;
}

.tasty-recipes-footer-content {
  display: block;
}

.tasty-recipes-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tasty-recipes-cook-mode__switch input {
  visibility: hidden;
}



.tasty-recipes-buttons {
  margin: 20px 0 32px;
}

svg.svg-print,
svg.svg-pinterest,
svg.fa-pinterest-p {
  height: 1.25em;
  margin-right: 0.375em;
  margin-bottom: 0;
  background: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
}


/*-----  Snap recipe card styles.*
-----------------------------------------------*/

/*.tasty-recipes-entry-content .tasty-recipes-ingredients .cooked-single-ingredient.cooked-heading {
  display: block !important; /* Ensure the heading is displayed as a block element 
}

.cooked-single-ingredient.cooked-heading:not(:first-child) {
  margin-top: 40px;
  margin-bottom: -35px;
}*/




.tasty-recipes-entry-content .tasty-recipes-ingredients .cooked-single-ingredient


.tasty-recipes-print-view .cooked-single-ingredient.cooked-heading:not(:first-child) {
  margin-bottom: 0;
}

div.tasty-recipes-entry-content div.tasty-recipes-ingredients div p span span.tr-ingredient-checkbox-container label > .cooked.single-ingredient .cooked-heading {display:none;}



/*div.tasty-recipes-entry-content div.tasty-recipes-ingredients div div.cooked-single-ingredient.cooked-heading strong:after :has(.cooked-single-ingredient.cooked-ingredient):before {
  border: 1px solid;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
}*/


div.cooked-single-ingredient.cooked-heading strong input[type="checkbox"] + label::before {
  
}

div.tasty-recipes-entry-content div.tasty-recipes-ingredients div div.cooked-single-ingredient.cooked-heading strong::after {
  content: "\A";
  white-space: pre;
}

div.tasty-recipes-entry-content div.tasty-recipes-ingredients div div.cooked-single-ingredient.cooked-heading strong::before:has ([data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type="checkbox"] + label):before {
 border:0px;;
}







div.tasty-recipes-entry-content div.tasty-recipes-ingredients div div.cooked-single-ingredient.cooked-heading:after {
 display:none;
}

.tasty-recipes-image {
  max-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: -30px;
  z-index: 1;
  margin-top: -100px;
}

.tasty-recipes-image img {
  object-fit: cover;
  width: 100%;
}

.tasty-recipes-entry-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dadada;
  border-bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 1.25em;
  z-index: 2;
}

.tasty-recipes-entry-header .tasty-recipes-title {
  font-size: 2em;
  margin: 0.313em 0;
  text-align: center;
}

.tasty-recipes-rating-outline {
  width: 1.5em;
}

.tasty-recipes-rating a {
  text-decoration: none;
}

.tasty-recipes-entry-header .tasty-recipes-rating {
  text-align: center;
  color: #000;
  color: var(--tr-star-color, #000);
  line-height: 1em;
}

.tasty-recipes-entry-header .tasty-recipes-rating p {
  margin: 0;
}

.tasty-recipes-entry-header .tasty-recipes-rating .rating-label,
.tasty-recipes-rating-link .rating-label {
  font-style: italic;
  font-size: 0.75em;
}

.tasty-recipes-entry-header .tasty-recipes-buttons {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
}

.tasty-recipes-entry-header .tasty-recipes-button-wrap {
  box-sizing: border-box;
}

.tasty-recipes-print-button {
  margin-right: 1.25em;
}

.tasty-recipes-quick-links a.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-color: var(--tr-button-color, #000);
  color: #fff;
  color: var(--tr-button-text-color, #fff);
  border: none;
  border-radius: 3px;
  font-size: 0.813em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-decoration: none;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.tasty-recipes-quick-links a.button{
  display: inline-block;
}

.tasty-recipes-quick-links a.button:hover{
  border: none;
}

body.foodie-pro a.button:hover {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1) inset;
  color: #000;
}

.tasty-recipes-entry-header .tasty-recipes-buttons .svg-print,
.tasty-recipes-entry-header .tasty-recipes-buttons .svg-pinterest,
.tasty-recipes-entry-header .tasty-recipes-buttons .svg-heart-regular,
.tasty-recipes-entry-header .tasty-recipes-buttons .svg-heart-solid {
  height: 1.25em;
  margin-right: 0.375em;
  margin-bottom: 0;
  background: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
}

.tasty-recipes-entry-header .tasty-recipes-description-body {
  font-size: 0.938em;
  font-style: italic;
  line-height: 1.5em;
}

.tasty-recipes-entry-header .tasty-recipes-description-body p:first-of-type {
  margin: 0;
}

.tasty-recipes-entry-header .tasty-recipes-description-body p {
  margin: 1em 0;
}

.tasty-recipes-entry-header .tasty-recipes-details {
  font-size: 0.875em;
  margin-top: 0.875em;
}

.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label {
  font-weight: bold;
}

.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-yield-scale {
  border: 1px solid #000;
  color: #000;
}

.tasty-recipes-print .tasty-recipes-units-scale-container {
  display: none;
}

.tasty-recipes-entry-header .tasty-recipes-details ul {
  list-style-type: none;
  margin: 0;
}

.tasty-recipes-entry-header .tasty-recipes-details ul li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1em;
  line-height: 1em;
}

.tasty-recipes-entry-header .tasty-recipes-details .detail-icon {
  height: 1em;
  margin-top: 0.6em;
}




@media only screen and (max-width: 520px) {
  .tasty-recipes-entry-header .tasty-recipes-details .detail-icon {
    height: 0.8em;
    margin-top: 0.4em;
  }
  .tasty-recipes-entry-header .tasty-recipes-details ul li {
    font-size: 0.875em;
    line-height: 1.75em;
  }
}

.tasty-recipes-entry-content
.tasty-recipes-ingredients
.tasty-recipes-convert-container
button {
  padding: 6px 4px;
}

.tasty-recipes-entry-content
.tasty-recipes-ingredients
.tasty-recipes-convert-container
button {
  padding: 4px;
}

.tasty-recipes-convert-container .tasty-recipes-convert-label,
.tasty-recipes-scale-container .tasty-recipes-scale-label,
label[for="tasty-recipes-video-toggle"] {
  font-size: 0.75rem;
  color: #000;
}

button[name="tasty-recipes-video-toggle"] {
  border: #000000;
  background: #000000;
}

button[name="tasty-recipes-video-toggle"][aria-checked="false"] :last-child,
button[name="tasty-recipes-video-toggle"][aria-checked="true"] :first-child {
  color: #000;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients,
.tasty-recipes-entry-content .tasty-recipes-instructions,
.tasty-recipes-entry-content .tasty-recipes-equipment{
  background-color: #fff;
  border-top: 1px solid #dadada;
  padding: 1.25em;
}

.tasty-recipes-ingredients-header .tasty-recipes-ingredients-clipboard-container {
  align-items: flex-start;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-header,
.tasty-recipes-entry-content .tasty-recipes-instructions-header,
.tasty-recipes-entry-content .tasty-recipes-notes h3,
.tasty-recipes-entry-content .tasty-recipes-nutrition h3,
.tasty-recipes-entry-content .tasty-recipes-equipment h3 {
  margin: 0;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-header h3,
.tasty-recipes-entry-content .tasty-recipes-instructions-header h3,
.tasty-recipes-entry-content .tasty-recipes-notes h3,
.tasty-recipes-entry-content .tasty-recipes-nutrition h3,
.tasty-recipes-entry-content .tasty-recipes-equipment h3 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.25em;
}


.tasty-recipes-entry-content .tasty-recipes-ingredients p{
  margin: 0 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients p + p{
  margin-top: 0.15em !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients h4{
  margin: 0.9em 0 0.25em 0 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul,
.tasty-recipes-entry-content .tasty-recipes-instructions ul,
.tasty-recipes-entry-header .tasty-recipes-description-body ul {
  list-style-type: none;
  margin: 0 1.25em;
  margin-bottom: 0.625em;
  padding: 0;
}




.tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
.tasty-recipes-entry-content .tasty-recipes-ingredients ol li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol li {
  font-size: 0.875em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
.tasty-recipes-entry-header .tasty-recipes-description-body ul li {
  margin-bottom: 0.625em;
  list-style-type: none;
  position: relative;
  margin-left: 2em;
  line-height: 1.46em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li:before,
.tasty-recipes-entry-header .tasty-recipes-description-body ul li:before {
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
  display: block;
  content: "\2022";
  left: -1.5em;
  position: absolute;
}

.tasty-recipes-entry-content
.tasty-recipes-ingredients
ul
li
.tr-ingredient-checkbox-container
label {
  display: inline-flex;
}

.tasty-recipes-entry-content
.tasty-recipes-ingredients
ul
li[data-tr-ingredient-checkbox]:before {
  display: none;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol,
.tasty-recipes-entry-content .tasty-recipes-instructions ol,
.tasty-recipes-entry-header .tasty-recipes-description-body ol {
  counter-reset: li;
  margin: 0 1.25em;
  padding: 0;
  margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li,
.tasty-recipes-entry-header .tasty-recipes-description-body ol > li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1em;
  margin-left: 2em;
  line-height: 1.46;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
.tasty-recipes-entry-header .tasty-recipes-description-body ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  height: 1.75em;
  width: 1.75em;
  color: #fff;
  left: -2em;
  top: 0;
  transform: translateX(-50%);
  font-size: 0.85em;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  font-variant-numeric: lining-nums;
  align-items: center;
  flex-direction: row;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients li li,
.tasty-recipes-entry-content .tasty-recipes-instructions li li {
  margin-top: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients li ul,
.tasty-recipes-entry-content .tasty-recipes-ingredients li ol,
.tasty-recipes-entry-content .tasty-recipes-instructions li ul,
.tasty-recipes-entry-content .tasty-recipes-instructions li ol {
  margin-bottom: 0;
}

@media only screen and (max-width: 520px) {
  .tasty-recipes-entry-content .tasty-recipes-ingredients ol,
  .tasty-recipes-entry-content .tasty-recipes-instructions ol {
    margin-left: 0;
  }
}

/* =========================================
   Tasty ingredients – remove extra row gaps
   ========================================= */

.tasty-recipes-entry-content .tasty-recipes-ingredients-body p{
	margin: 0 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body div{
	margin: 0 !important;
	padding: 0 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.45 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body .tr-ingredient-checkbox-container{
	margin: 0 10px 0 0 !important;
	vertical-align: top;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body label{
	margin: 0 !important;
	line-height: 1.45 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body br{
	display: none !important;
}

/* Equipments section */
.tasty-recipes-entry-content .tasty-recipes-equipment .tasty-link-card {
  padding: 0em 0rem 1rem;
}

.tasty-recipes-entry-content
.tasty-recipes-equipment
.tasty-link-card
.tasty-link {
  font-weight: 500;
}

/* Notes section */
.tasty-recipes-entry-content .tasty-recipes-notes {
  background-color: #edf0f2;
  padding: 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-notes h3 {
  margin-top: 0;
}

.tasty-recipes-entry-content .tasty-recipes-notes-body {
  margin: 0 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-notes ol {
  counter-reset: li;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0.625em;
  padding: 0.625em 1.5em 0.625em 0em;
  background-color: #fff;
  border-radius: 5px;
}

.tasty-recipes-entry-content .tasty-recipes-notes ol li {
  padding-left: 2.25em;
  position: relative;
  margin-bottom: 0.625em;
  margin-left: 0;
  list-style-type: none;
  font-size: 0.875em;
  line-height: 1.46em;
}

.tasty-recipes-entry-content .tasty-recipes-notes p {
  padding: 0.625em 1.5em 0em 2.25em;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-left: 0;
  list-style-type: none;
  font-size: 0.875em;
  line-height: 1.46em;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-notes p {
  margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-notes p:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tasty-recipes-entry-content .tasty-recipes-notes p:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul {
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  padding: 0.625em 1.5em 0.625em 0em;
  background-color: #fff;
  border-radius: 5px;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul li {
  position: relative;
  padding-left: 2.25em;
  margin-bottom: 0.625em;
  margin-left: 0;
  list-style-type: none;
  font-size: 0.875em;
  line-height: 1.46em;
}

.tasty-recipes-entry-content .tasty-recipes-notes ol li:last-child,
.tasty-recipes-entry-content .tasty-recipes-notes ul li:last-child {
  margin-bottom: 0;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul li:before {
  content: "\2022";
  display: block;
  position: absolute;
  left: 1.25em;
  transform: translateX(-50%);
}

.tasty-recipes-entry-content .tasty-recipes-notes ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 1.25em;
  transform: translateX(-50%);
  text-align: center;
}

/* Nutrifox - nutrition */
.tasty-recipes-entry-content .tasty-recipes-nutrifox {
  display: flex;
}

.tasty-recipes-entry-content .tasty-recipes-nutrition {
  padding: 1.25em;
  background-color: #fff;
}

.tasty-recipes-entry-content .tasty-recipes-nutrition ul {
  font-size: 0.75em;
}

/* Keywords */
.tasty-recipes-entry-content .tasty-recipes-keywords {
  background-color: #edf0f2;
  text-align: center;
  font-size: 0.75em;
  padding: 1.25em 2.5em;
}

.tasty-recipes-entry-content .tasty-recipes-keywords .tasty-recipes-label {
  font-weight: bold;
}

.tasty-recipes-entry-content .tasty-recipes-keywords p {
  margin: 0;
}



.tasty-recipes-entry-footer {
  background-color: #000;
  margin-bottom: 1.25em;
}

.tasty-recipes-entry-footer .tasty-recipes-footer-copy,
.tasty-recipes-entry-footer .tasty-recipes-footer-copy div p span,
.tasty-recipes-entry-footer .tasty-recipes-footer-copy div p span a {
  color: #fff;
}

.tasty-recipes-entry-footer .tasty-recipes-footer-copy h3 {
  font-size: 0.938em;
  margin: 0.125em 0;
  color: #fff;
}
.tasty-recipes-entry-footer img,
.tasty-recipes-entry-footer svg {
  color: #fff;
}

@media only screen and (max-width: 520px) {
  .tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
  .tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
  .tasty-recipes-entry-header .tasty-recipes-description-body ol > li:before {
    height: 1.5em;
    width: 1.5em;
    top: 0.25em;
    font-size: 0.685em;
  }
  .tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before,
  .tasty-recipes-entry-content .tasty-recipes-instructions ul li:before,
  .tasty-recipes-entry-header .tasty-recipes-description-body ul li:before {
    left: -1.25em;
  }

  .tasty-recipes-entry-content .tasty-recipes-notes-body {
    margin: 0;
  }
  .tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
  .tasty-recipes-entry-content .tasty-recipes-instructions ul li,
  .tasty-recipes-entry-header .tasty-recipes-description-body ul li {
    margin-left: 0;
  }
  .tasty-recipes-entry-content .tasty-recipes-ingredients ol > li,
  .tasty-recipes-entry-content .tasty-recipes-instructions ol > li,
  .tasty-recipes-entry-header .tasty-recipes-description-body ol > li {
    margin-left: 1.65em;
  }
  .tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
  .tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
  .tasty-recipes-entry-header .tasty-recipes-description-body ol > li:before {
    left: -1.65em;
  }
}

@media only screen and (max-width: 428px) {
  .tasty-recipes-instructions-header {
    flex-direction: column;
  }
  .tasty-recipes-entry-content .tasty-recipes-instructions-header h3 {
    margin-bottom: 0.25em;
  }
  .tasty-recipes-video-toggle-container {
    margin-bottom: 1em;
  }
}

.tasty-recipe-responsive-iframe-container {
  margin: 0px;
}

/* Print card */

@media print {
  .tasty-recipes-print-view .tasty-recipes {
    margin: 0;
  }
}

body.tasty-recipes-print-view {
  font-size: 0.75em;
  background-color: #fff;
  line-height: 1.25em;
}

.tasty-recipes-print-view .tasty-recipes {
  padding: 0;
  border: 1px solid #dadada;
}

.tasty-recipes-print-view .tasty-recipes-entry-content,
.tasty-recipes-print-view .tasty-recipes-entry-header {
  border-radius: 0;
  border: none;
}

/* Fix page break in Safari */
.tasty-recipes-print-view .tasty-recipes-entry-content {
  display: block;
}

.tasty-recipes-print-view .tasty-recipes-image {
  max-height: 160px;
  margin-bottom: 30px;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-ingredients
ul,
.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-instructions
ul,
.tasty-recipes-print-view
.tasty-recipes-entry-header
.tasty-recipes-description-body
ul {
  margin: 0;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-ingredients
ul
li,
.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-instructions
ul
li,
.tasty-recipes-print-view
.tasty-recipes-entry-header
.tasty-recipes-description-body
ul
li {
  margin-bottom: 0.25em;
  margin-left: 1.5em;
  line-height: 1.25em;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-ingredients
ol
> li,
.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-instructions
ol
> li,
.tasty-recipes-print-view
.tasty-recipes-entry-header
.tasty-recipes-description-body
ol
> li {
  margin-bottom: 0.75em;
  margin-left: 0.6em;
  line-height: 1.25;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-notes-body {
  margin: 0;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-instructions
p {
  margin-left: 2em;
}

.tasty-recipes-print-view .tasty-recipes-entry-content .tasty-recipes-notes p,
.tasty-recipes-print-view .tasty-recipes-entry-content
.tasty-recipes-notes ul li,
.tasty-recipes-print-view .tasty-recipes-entry-content
.tasty-recipes-notes ol li {
  padding: 0;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-notes
ol
> li:before {
  left: 0.5em;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-notes
p:before,
.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-notes
ul
li:before {
  left: 0.25em;
}

.tasty-recipes-print-view .tasty-recipes-other-details {
  padding: 0;
}

.tasty-recipes-print-view
.tasty-recipes-entry-content
.tasty-recipes-other-details
ul {
  justify-content: flex-start;
  padding: 1.25em;
  padding-top: 0;
}

.tasty-recipes-print-view .tasty-recipe-video-embed,
.tasty-recipes-print
.tasty-recipes-entry-header
.tasty-recipes-details
.detail-icon,
.tasty-recipes-print .tasty-recipes-entry-footer img {
  display: none;
}

.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-details ul {
  padding-left: 0;
}
.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-details {
  margin-top: 0.5em;
}

.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-title {
  margin-bottom: 0.5em;
}

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

.tasty-recipes-print
.tasty-recipes-entry-header
.tasty-recipes-description-body
p:first-of-type {
  margin-top: 0.5em;
}

.tasty-recipes-cook-mode__label,
.tasty-recipes-cook-mode__helper{
  font-size: 0.875em;
}

.tasty-recipes-cook-mode .tasty-recipes-cook-mode__switch .tasty-recipes-cook-mode__switch-slider {
  background-color: #000;
}

/*------ End of Snap Recipe style
 ----------------------------------------*/

/*.has-marinating-time .prep-time-time, .marinating, span.marinating-time, .cook-time-min, .cook-time-time, span.cook-time-min {font-size:14px!important;}*/

.has-marinating-time .prep-meta-time {margin-bottom:0px!important;}

div.cook-time-time span.cook-time-min, .marinating, .cook-meta-time p {
  font-size:10px;
}

.marinating {
  line-height: 1.2em;
}


/* Tab FAQ */
.faq .tab_titles {
  z-index: 0!important;
  margin-bottom: 50px;
}


.faq div.tab_titles div.tab.active_tab {
  background-color: #d0112b !important;
  color:#ffffff!important;
  border-radius: 50px!important;

}


.faq section.av_tab_section .tab_content.active_tab_content {
  background-color: #ffffff !important;
}


.faq section.av_tab_section div.togglecontainer {
  margin: 0px 0!important
}



.faq .tab {
  padding: 35px 20px!important;
  border: 0px;

}






/* Mailchimp form styles mIB */

#mc_embed_signup form#mc-embedded-subscribe-form.validate div#mc_embed_signup_scroll div.mc-field-group input {background:#ffffff;}

/* end */



#team .avia-team-member{
  margin: 30px 0px 0px 0px!important;}

#team.togglecontainer div.toggle_content {padding:20px 10px!important; border-bottom:solid 1px #000}

#team div.togglecontainer div.single_toggle div.toggle_content p {font-size:12px!important; text-align:left;}

#team.togglecontainer div.toggle_content p {font-size:14px!important; text-align:left;}

#team h3.team-member-name{ font-weight:400; font-size:20px;}

#team .toggler {border-bottom: solid 1px #000; }

#team .toggle_content, #team .toggler{background-color:#fff!important;}

#team div.team-member-job-title {color:#000000; font-size:14px;}

section#team.avia-team-member {margin:0px!important;}

#team.togglecontainer {margin:0px!important;}


/* Contact Us mods */
.post-entry-1167 .iconbox_top .iconbox_icon {
  left: 50%;
  top: -56px;
  margin: 0 0 0 -46px;
  padding: 35px;
  font-size: 30px;
  line-height: 24px;
}


.post-entry-1167 div.iconbox_content{
  background-color:#fff!important;
}


input#gform_submit_button_2.gform_button.button {color:#ffffff;}
input#gform_submit_button_1.gform_button.button {color:#ffffff;}




/* New layout for recipes */
.attachment-cooked-large {
  width: 100%!important;
  max-height: 400px;
  object-fit: cover;
}

.float-child-left {
  width: 80%;
  float: left;
  padding-right: 20px;
}

.float-child-right {
  width: 20%;
  float: left;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

h1.post-title.entry-title {
  font-family: rockwell !important;
  font-size: 28px!important;

}


.float-child-right .cooked-recipe-info {
  float:right;
  margin:0px!important;
}

.custom-footer.footer-nav a, .custom-footer.footer-nav p a, .custom-footer.footer-nav a{
  font-size: 14px!important;
		padding: .6rem .6rem!important;
		text-decoration:none!important;
	}

@media only screen (min-width: 768px) {

	
  .mobilerecipebut	{display:none;}
}



@media only screen and (max-width: 768px) {

  .recipebut	{display:none;}

  .float-child-left {
    width: 100%;
    float: none;
    padding-right: 0px;
  }

  .float-child-right {
    width: 100%;
    float: right;
    padding-right: 0px;
  }

}
.cooked-icon-fullscreen {display:none;}
.cooked-recipe-info > section.cooked-left > span, .cooked-recipe-info > span {
  margin: 0 0rem 1rem 0;}


.cooked-recipe-info.cooked-clearfix section.cooked-right span.cooked-total-time.cooked-time {margin: 0 0 1rem 0rem;}
}

.cooked-fsm .cooked-fsm-top {
  color: #fff !important;
  font-family: rockwell !important;
  font-size: 1.4em;
  background-color: #d0112b;}

.cooked-fsm .cooked-recipe-ingredients .cooked-heading{
  font-size: 1rem;
}

.cooked-fsm .cooked-recipe-directions .cooked-heading {
  font-size: 1.2rem;
}






/* Recipe excerpt font size*/
span.cooked-recipe-card-content span.cooked-recipe-card-excerpt {
  font-size:14px!important;
}


/* List font size*/
div.avia_textblock ol {
  font-size:18px;
}


.avia_textblock ul li {
  font-size:18px;
}


/* Search menu suggestions*/
p.asp-try {
  line-height: 20px!important;}

.ubermenu .ubermenu-custom-content-padded {

}

p#asp-try-1_1 a {
  color: #fff !important;
}



/* Sign Up Field bg for make it beef page*/
.pvw-title span {
  display: none;
}
.pvw-title:after {
  content: 'whatever it is you want to add';
}




/* Sign Up Field bg for make it beef page*/
.page-id-5222 input#mce-EMAIL{
  background-color:#ffffff !important;
}


.attachment-cooked-large {
  width: 100%!important;
  max-height: 400px;
  object-fit: cover;
}





/* Uber Menu*/
/* Secondary menu integration mobile*/
/*Uber Menu Style*/

/*Uber Menu Theme Integration*/

h1 {
  font-size:60px;}




page-id-22437 h1.av-special-heading-tag{font-weight:800!important;
}

.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
  padding: 0 70px!important;
}

.ubermenu .ubermenu-secondary .ubermenu-menu-2{
  padding-right:40px!important;
}

.header_color .header_bg {
  background-color:initial;
}

.header_bg{
  position:relative !important;
}





.av_main_nav_header.av_menu_right #header_main .main_menu-uber{
  clear:none;
  z-index: 100;
  line-height:30px;

}



.av_main_nav_header.av_menu_left #header_main .main_menu-uber{
  clear:none;
  position: absolute;
  z-index: 100;
  line-height:30px;
  height:100%;
  margin:0;
  left:0;
  right:auto;
}



/* Menu left or right, large */
.av_main_nav_header.av_large .ubermenu .ubermenu-item-level-0 > .ubermenu-target{
  padding-top:50px;
  padding-bottom:50px;
}

/* Menu left or right, scrolled */
.av_main_nav_header.header-scrolled .ubermenu .ubermenu-item-level-0 > .ubermenu-target{
  padding-top:14px;
  padding-bottom:14px;
}



.av_main_nav_header .ubermenu .ubermenu-item-level-0 > .ubermenu-target

#header_main,
#header_main .main_menu-uber .ubermenu{
  border-top:none;
}

#header_main_alternate .main_menu-uber{
  position:relative;
}

.av_bottom_nav_header #header_main,
.av_bottom_nav_header #header_main_alternate{
  border-bottom:none;
}

#advanced_menu_toggle {display:none;}
#advanced_menu_hide {display:none;}


/*Secondary Menu style Desktop*/
.header_color .header_bg {
  background-color:#000000;
}

nav#ubermenu-secondary-1009-avia2-2 {border:0px;}

/*Search to main menu Uber*/
.ubermenu .ubermenu-search .ubermenu-searchform {background:none!important;}

.ubermenu-searchform, #top .ubermenu .ubermenu-search-input, #s {
  font-family:oswald!important;
  font-weight:300!important;
}

/*.ubermenu .ubermenu-search .ubermenu-searchform {
 margin:7px 120px !important;
}*/


.fa-search::before {
  content: "\f002";
  background-color: #ce0f0c;
  padding: 11px;
  color: #fff;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  margin: 0 15px!important;
}

.ubermenu .ubermenu-item-level-0 {
  vertical-align: top !important;}


.ubermenu .ubermenu-search .ubermenu-searchform {
  width: 300px !important;
}

/*Uber*/
.ubermenu-image {
  margin-bottom: 0px !important;
}

.ubermenu-item-layout-image_above {
  padding:5px !important;
}

.main_menu-uber {margin-left:120px;}



ul#ubermenu-nav-main-1009-avia.ubermenu-nav li {font-size:12px!important;}

/*Main Menu Uber*/


.ubermenu .ubermenu-target-text {
  font-weight:100;
}

.ubermenu .ubermenu-retractor:hover {}

.ubermenu .ubermenu-retractor:hover {
  color:#666666;
}

.ubermenu .ubermenu-icon {
}

.ubermenu{
  clear:both;
}

.ubermenu-main {
  font-size:1.4em !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target > .ubermenu-target-description, .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target > .ubermenu-target-description  {
  font-weight:100;
}


/* =========================================
   Tasty ingredient spacing fix
   Remove extra blank gaps in ingredients only
   ========================================= */

.tasty-recipes-entry-content .tasty-recipes-ingredients-body p,
.tasty-recipes-entry-content .tasty-recipes-ingredients-body div,
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]{
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body p{
	line-height: 1.45 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]{
	display: block !important;
	line-height: 1.45 !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-body br{
	display: none !important;
}










/*cooked search bar alignment*/
.cooked-recipe-search .cooked-sortby-wrap {
  margin: 2px 1px 0 0;
}

.post-entry-9114 div.entry-content-wrapper.clearfix section.av_textblock_section div.avia_textblock section.cooked-recipe-search.cooked-clearfix.cooked-search-no-sorting form div.cooked-fields-wrap.cooked-2-search-fields a.cooked-browse-search-button {
  position:inherit!important;
  display:inline-block!important;
}
.cooked-recipe-search .cooked-sortby-wrap {top:-2px;}



/* Line space for small list */
.av-iconlist-small .iconlist_title_small {
  margin-bottom: 20px!important;

}



/* Recipe Page tab styles */

.page-id-9114 .recipe-tabs .cooked-recipe-card-excerpt, .page-id-13209 .recipe-tabs .cooked-recipe-card-excerpt {display:none!important;}

.page-id-9114 div#wrap_all div#main div#after_section_1.main_color.av_default_container_wrap.container_wrap.fullsize div.container div.template-page.content.av-content-full.alpha.units div.post-entry.post-entry-type-page.post-entry-9114 div.entry-content-wrapper.clearfix div.tabcontainer.top_tab.avia-builder-el-5.el_after_av_section.el_before_av_section.avia-builder-el-no-sibling, .page-id-13209 div#wrap_all div#main div#after_section_1.main_color.av_default_container_wrap.container_wrap.fullsize div.container div.template-page.content.av-content-full.alpha.units div.post-entry.post-entry-type-page.post-entry-9114 div.entry-content-wrapper.clearfix div.tabcontainer.top_tab.avia-builder-el-5.el_after_av_section.el_before_av_section.avia-builder-el-no-sibling {border:0px!important;}

.page-id-9114 .tab_titles, .page-id-13209 .tab_titles {
  text-align: center !important;
  padding-bottom:30px!important;
}

.page-id-9114 .tab_titles .tab, .page-id-13209 .tab_titles .tab {
  display: inline-block !important;
  float: none !important;
}

.page-id-9114 .tabcontainer .tab, .page-id-13209 .tabcontainer .tab {
  min-width: 100px;
  text-align: center;
  background-color:none!important;
}




.page-id-9114.tab_titles.tab, .page-id-9114.main_color.tabcontainer.tab.active_tab, .page-id-13209.tab_titles.tab, .page-id-9114.main_color.tabcontainer.tab.active_tab {
  border-top: 0px!important;
  border-bottom:solid 1px #e1e1e1!important;
  border-right:solid 1px #e1e1e1!important;
  border-left:solid 1px #e1e1e1!important;
  padding:25px 15px;;
  background-color:#ffffff;
  color:#000000!important;
}

.page.page-id-9114 div#av_section_2, .page-id-13209 div#av_section_2 {
  border-bottom:solid 1px #dedede!important;
}

.page.page-id-9114 input.cooked-browse-search, .page-id-13209 input.cooked-browse-search{
  background:#ffffff;
}

.page-id-9114 section.cooked-recipe-search input.cooked-browse-search, .page-id-9114 section.cooked-recipe-search select.cooked-sortby-select, .page-id-13209 section.cooked-recipe-search input.cooked-browse-search, .page-id-9114 section.cooked-recipe-search select.cooked-sortby-select{
  background-color:#ffffff!important;
}

select.cooked-sortby-select


.page-id-9114 div .main_color .tabcontainer .active_tab, .page-id-13209 div .main_color .tabcontainer .active_tab{
  color:#ffffff!important;
  background-color:#d0112b!important;
}

.page-id-9114 .cooked-recipe-grid, .page-id-13209 .cooked-recipe-grid{
  margin: 0% -1.5%;
}

.page-id-9114 .active_tab_content, .page-id-13209 .active_tab_content{background-color:#ffffff!important; border:0px!important; padding-bottom:80px!important;}


.page-id-9114 .tabcontainer, .page-id-13209 .tabcontainer{
  margin-top: -43px!important;
  border:0px!important;

}

.page-id-9114 .js_active .top_tab .tab, .page-id-13209 .js_active .top_tab .tab{
  color: #000000;
  font-family: "Rockwell","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:18px;
  padding:20px!important;
  border-bottom:1px solid #e1e1e1;
  background-color:#ffffff!important;
}




/* Recipe Page seach overlay */

.page-id-9114 .cooked-recipe-search .cooked-fields-wrap.cooked-2-search-fields .cooked-browse-select-block, .page-id-13209 .cooked-recipe-search .cooked-fields-wrap.cooked-2-search-fields .cooked-browse-select-block{
  height: 200px;
  margin-top: -13px;
}

.page-id-9114 .avia-section.av-minimum-height .container .content, .page-id-13209 .avia-section.av-minimum-height .container .content{
  vertical-align: top !important;
}

.page-id-9114 .cooked-recipe-search .cooked-browse-select-block .cooked-tax-column > div, .page-id-13209 .cooked-recipe-search .cooked-browse-select-block .cooked-tax-column > div{
  max-height: 8rem;
  overflow: auto;
}

.page-id-9114 .cooked-recipe-search .cooked-browse-select,.page-id-13209 .cooked-recipe-search .cooked-browse-select{
  background: rgba(0,0,0,.75);align-content
}

.page-id-9114 .cooked-recipe-search .cooked-browse-select:hover, .page-id-13209 .cooked-recipe-search .cooked-browse-select:hover{
  background: rgba(0,0,0,.5);
}

.page-id-9114 .cooked-field-title, .page-id-13209 .cooked-field-title{
  color:#ffffff;
}


/*Square*/
.square img {
  width: 600px;
  height: 400px;
  object-fit: cover;
}

strong p, strong {
  font-weight:400;
}








/*img rollover fade effect */
.rollfade img:hover { opacity: 0.6; }
.rollfade img:hover, .rollfade img {  -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}


/*Search */
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig, #ajaxsearchpro1_1 .probox .proinput input.autocomplete, #ajaxsearchpro1_2 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
  font-family: Oswald !important;
  font-size: 14px !important;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  color:#000000 !important;
  font-family: Oswald !important;
  font-size: 14px !important;
  font-weight:normal !important;
}

#ajaxsearchprores1_1 span.highlighted, #ajaxsearchprores1_2 span.highlighted, div.asp_r.asp_r_1 span.highlighted {
  font-family: Oswald !important;
  font-size: 14px !important;
  font-weight:normal!important;
}

#ajaxsearchprores1_1 p.showmore a, #ajaxsearchprores1_2 p.showmore a, div.asp_r.asp_r_1 p.showmore a {
  font-weight: normal;
  font-family: oswald !important;
  color: #d0112b !important;align-content}

#ajaxsearchprores1_1 .results .asp_nores .asp_keyword, #ajaxsearchprores1_2 .results .asp_nores .asp_keyword, div.asp_r.asp_r_1 .results .asp_nores .asp_keyword {
  font-family: oswald!important;
  font-size: 14px!important;
  font-weight: normal!important;
  color:#808080 !important;
}

span.asp_nores_header {
  font-family: oswald!important;
  font-size: 14px!important;
  font-weight: normal!important;
}

div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  font-weight: normal;
  font-size: 14px;
}

.asp_results_top, .asp_results_top strong{
  font-family: oswald!important;
  font-size:12px;

}







/* H styles */



h1 {
  font-family:;

  font-weight:200!important;
}

h2 {
  font-family:oswald!important;
}

h5 {font-weight: 200;
  font-size:14px;
  color:#000000;
  font-family:'helvetica', sans-serif;
  line-height:1.4;
}

h3{
  font-family:rockwell;
  font-size:32px;
  font-weight: 200;
}

h6 {
  font-weight: 200;
  font-family:helvetica;
  font-size: 10px;
  color:#6d6d6d!important;
}


/*Home Block*/

.home-block img{
  width: 100%!important;
  height: 450px!important;
  width:450px!important;
  object-fit: cover!important;
}

.home-block-4 a.avia_image img{
  height: 350px!important;
  width: 400px!important;
  object-fit: cover!important;
}


.home-blocks {margin:10px !important;}

.home-block p {
  font-family: Helvetica, Sans-Serif;
  font-size:18px;

}

.home-block h2 {
  font-size:45px !important;
  padding:0px 0 20px; !important;
}

.white-bg {
  border:solid 4px #ffffff;
  padding:10px;
  width:140px;
  margin:20px auto;

}

.white-bg a{
	text-decoration:none !important;
}

.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg {
  opacity: 0.3 !important;
}



/*logo breakout header */
/*div .logo {
height:200px;
width:118px;
z-index:1000;
top:-40px;
}*/

div .logo {
  width: 140px;
  z-index: 1000;
  top: -65px;
  border: solid 1px #000;
  height: 175px;
  background-color:#fff;
}

.logo a img {padding:0px!important;
}





/* Main Menu Social */

#top nav .social_bookmarks {
  height: 40px;
  margin-top: -8px;
}

#top nav .social_bookmarks li {
  width: 40px;
  border-right:none;
}

#top nav .social_bookmarks li a {
  width: 40px;
  line-height: 40px;
  min-height: 40px;
  font-size: 20px;
}

#top nav .social_bookmarks li a {
  color: white !important;
  border-radius: 100px!important;
}





/*Add Mobile styles here:*/

@media only screen and (max-width: 768px) {

  .av-burger-menu-main a {display:none;}


  #burger { background-image: none!important; }}







@media screen and (max-width: 519px){
  body #cooked-plugin-page .result-section.masonry-layout .result-box{
    width: 100% !important;
  }


  #sthoverbuttons { display: none; }

}


@media only screen and (max-width: 767px){


  .responsive #top .main_color .tabcontainer .active_tab {
    background-color:#ffffff!important;
    color: #d0112b!important;
    padding-top:10px!important;
  }

  .responsive #top .flex_column_table {
    margin-top: 0px!important;}

  .responsive #top .logo {
    position: static;
    display: table;
    float: left;
    padding: 0 !important;
    border: none;
    width: 10%;
  }
  .responsive #top .cart_dropdown {
    top: 7%;
    margin-top: 0px;
  }


  .select-box{
    width: 100% !important;
  }
  #header_main .logo{
    position:relative;
    z-index:999;
  }

  .ubermenu-responsive-default.ubermenu-responsive {
    max-width:90%;

  }
}


@media only screen and (min-width:768px) and (max-width:1170px) {


  .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding-left:5px;
  }

  .responsive .logo img {
  }

  #header .container{
    max-width:100%;
  }

  .av_main_nav_header.av_menu_right a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main{
    margin-right:30px;
  }
}

/*Mobile*/
/* Responsive Menu */

/*medium+ screen sizes*/
@media only screen and (min-width: 960px) {
  .hidedesktop{display:none;}
}



@media only screen and (max-width: 959px) {

  .av_main_nav_header.av_menu_right #header_main .main_menu-uber{
    position:relative;
  }

  .av_main_nav_header.av_menu_right .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    padding-top:15px;
    padding-bottom:15px;
  }

  .responsive .logo img {
    max-width:80px;
  }

  .content {
    border-right-style: none;
    border-right-width: 0px;
  }

  .responsive .logo{
    width:auto;
    height:auto;
    display:block;
    float:left;
  }



  .responsive .logo a{
    display:block;
    height:auto;
  }

  .main_menu-uber{
    clear:none;
  }

  .av_main_nav_header.av_menu_right .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main{
    padding:20px;
    font-size:16px;
    margin-left:3em;
  }




  .responsive #top #cooked-plugin-page h1 {
    font-size:28px!important;
    font-family:wausau!important;
    line-height:1.2em;
  }

  .responsive div.cp-box.cp-box-img-holder.fsr-container {
    width:100%!important;

  }

  .responsive body #cooked-plugin-page .cp-box-img-holder {
    height:100px!important;
  }









  div.ubermenu-responsive-toggle.ubermenu-responsive-toggle-secondary{
    text-align:right;
    background:transparent;
    color:white;
    border:none;
  }

  div.ubermenu-responsive-toggle.ubermenu-responsive-toggle-secondary:hover{
    background:transparent;
  }


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .ubermenu-responsive-default.ubermenu {
    width:100%;
    float:left;
  }

  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size:1em;
  }

  .logo, .logo a {
    height:2em;
  }
}

@media only screen and (max-width:400px){

  .ubermenu-secondary .ubermenu-item-level-0 > .ubermenu-target {
    color: #afafaf;
    font-size: 0.8em;
    left: 0;
    width: 100%;
  }

  .sky-form-modal-overlay {
    display:none!important;
  }

  .chimpy-reset {
    display:none!important;
  }
}


span.mejs-offscreen {
  display:none;
}

.esi-slide-close a {
  height:40px!important;
  width:40px!important;
  font-size:24px!important;

}

.esi-slide-close a::before {
  font-size: 40px!important;
  line-height: 32px;

}

.esi-slide-content {
  padding:0px;
}






/*my canadian beef styles nonfiction */


/*chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {

}

/*My Canadian Beef web mods */
@media screen and (-webkit-min-device-pixel-ratio:0) {

  .post-entry-18824 .ff-header h1 {font-family:'roboto', sans-serif !important; color: #6d231b !important; }

  .sa_owl_theme .owl-nav .owl-prev {
    left: -80px !important;
  }

  #recipes.sa_owl_theme .owl-nav .owl-next {
    right: -100px !important;
  }


  .recipe button {
    font-weight: 600;
  }
  .recipe button a, .advocates-read-more button a {color:white;}
  .recipe button a:hover, .advocates-read-more button a:hover {color:white;}



  .med-greek {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2017/12/RS8906_Greek_Taco_1-scr.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }

  .surf-turf {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2015/06/Strip-Loin-Medallion-Surf-Turf-72.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }

  .steak-smoked {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2015/06/Beef-Steak-with-Smoked-Salmon-Roulade-139.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }

  .pom-citrus {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2015/06/Pomegranate-and-Citrus-Beef-Salad-83.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }
  .steak-berry {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2015/06/Summer-Beef-and-Berry-Salad-117.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }

  .top-sirloin {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2015/06/Top-Sirloin-Cap-Au-Natural-56.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }

  .big-batch {
    background: linear-gradient(rgba(255, 255, 255, 0.64),
    rgba(255, 255, 255, 0.72)), url('/wp-content/uploads/2017/12/RS8907_shutterstock_740018068-1-scr.jpg') no-repeat center;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-size: auto, auto;

  }


  .recipe {
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    display: table !important;
    height:250px !important;
    margin: 0 auto !important;
    display: table !important;
  }
  .recipe > .content-holder {
    display: table-cell !important;
    vertical-align: middle !important;
  }
  .recipe {
    text-align: center;
  }


  .recipe > .content-holder > h2 {
    color: black;
    font-weight: 400;
    font-size: ;
    line-height: 37px;
    padding: 20px;
    text-transform: none !important;
    font-family:'roboto', sans-serif !important;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
  }




  .advocates-img-holder {
    height: 310px;
    width: 310px ;}

  .advocates-container {
    width: 310px;
    display: block !important;
    height: auto !important;
    margin: 0px 20px;
    text-align:center;
  }

  .advocates-name {
    background-color: #c31f39;
    border-radius: 15px 15px 0px 0px;
    margin-top: -50px;
    position: relative;
    z-index: 6;
    height: 70px;
    box-shadow: 0px 1px 13px 0px rgb(154, 154, 154);
  }

  .advocates-name p {
    color: white;
    padding: 20px 0px 10px;
    font-family:Rockwell !important;
    text-transform:none !important;
    font-size:18px;
    text-align: center;
  }

  .advocates-name::after {
    content: '';
    position: absolute;
    bottom: 2px !important;
    left: 50%;
    width: 0;
    height: 0;
    border: 26px solid
    transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 26px;
    border-top-color:
        #c31f39;
    border-bottom: 0;
    margin-left: -26px;
    margin-bottom: -26px;
  }

  .about-advocate {
    text-align: left;
    padding: 60px 20px 50px;
    background-color:
        white;
    margin-top: -10px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 1px 13px 0px
    rgb(154, 154, 154);
  }

  div.about-advocate p.bold {
    font-weight: 500 !important;
  }

  .advocates-read-more button, .recipe > .content-holder > button {
    font-size: 16px;
    padding: 12px 18px;

  }
  .advocates-read-more button, .recipe button {
    background-color: #6d231b;
    color:white;
    padding: 14px 37px !important;
    font-size: 18px;
    margin-top: -22px;
    text-transform: uppercase;
    border: none;
    text-align: center !important;
  }
  .advocatep {font-size: 18px; line-height: 1.3em; padding: 15px;}
  .advarial h2, .advarial p {font-family:'roboto', sans-serif !important; text-transform:none !important;  }
  .advh1 h1 {font-family:Rockwell !important; text-transform:none !important; font-size:65px !important; }
  .advh1 div.av-subheading.av-subheading_below.av_custom_color p {font-family:'roboto', sans-serif !important; font-size:18px;}
  .page-id-18520 .avia-builder-el-23.el_before_av_image.avia-builder-el-first.av-inherit-size div.av-subheading.av-subheading_below.av_custom_color p {font-family:oswald !important;}
  .page-id-18520 div.av-subheading p {font-family:'roboto', sans-serif !important;}
  .page-id-18741 div.av-subheading p {font-family:'roboto', sans-serif !important;}
  .page-id-18725 div.av-subheading p {font-family:'roboto', sans-serif !important;}
  .page-id-18749 div.av-subheading p {font-family:'roboto', sans-serif !important;}

  .advocatebg {z-index:0 !important;}
  .advocatebubble {
    margin-top: -163px;
    z-index: 1000 !important;
    position: relative !important;
    float:right;
  }
  .advpull  {border: none; border-top: 1px dashed black; margin:20px;}
  .pull {font-size:20px; color:#d0112b !important;}
  .videopad {padding:60px;}
  .mcb20 {font-size:24px !important;}
  .advstrong strong  {font-family:Arial, Helvetica, sans-serif !important;}
  .advqbox {text-align:justify; margin-right:15%!important;}
  .advgallery {width:90%!important;}
  .learn-this { display: none; }
  .advmore {width:150px; background-image: url("/wp-content/uploads/2020/02/my-canadian-beef-read-more.png");}
  .advnoborder {border-top-width:0px;}

  .blurb {
    z-index: 8;
    text-align: left;
    color:
        white;
    position: relative;
    background:
        #c31f39;
    border-radius: 20px;}

  .blurb h3 {color:#ffffff;}
  .inner{
    margin-left: -30px;
    margin-top: 0px ;
    width: 100% ;
  }


  .wpsisac-slick-slider.design-4 .wpsisac-image-slide img {
    overflow: hidden;
    max-height: 380px;
    max-width: 435px;}

  .wpsisac-slick-slider .slick-dots li.slick-active button {
    background:
        #6d231b!important;
  }
  .wpsisac-slick-slider .slick-dots li button {
    width:20px !important;
    height: 20px !important;
    margin: 0 5px !important;
    border: 1px solid #6d231b;
  }

  #recipes .owl-stage-outer{ padding-top:50px;}

  .sa_owl_theme .owl-dots .owl-dot span {
    display:inline-block !important;
    border-style:none !important;
    background-color:none!important;
    width:20px !important;
    height:20px !important;
    border-radius:50% !important;
    margin:20px 3px !important;
    border: 1px solid #6d231b!important;

  }



  .sa_owl_theme .owl-dots {
    text-align: right!important;
    bottom:-60px !important;}

  .sa_owl_theme .owl-dots .active span {
    background: #6d231b!important;
  }
  .sa_owl_theme .owl-dots .owl-dot span:hover {
    background: #6d231b!important;
    border: 1px solid #6d231b!important;
  }

  .wpsisac-slick-slider .slick-dots {
    text-align: end !important;
    bottom: -45px !important;
  }

  .wpsisac-slide-title {display:none !important;}
  .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
  .fa-quote-left::before, .fa-quote-right::before {
    position: absolute;
    z-index: -7;
    font-size: 40px;
    color:
        #6d231b;
    margin-top: -28px;}

  .blurb p {
    font-family: 'rockwell', sans-serif !important;
    font-size: 18px !important;
  }
  .uppercase {
    text-transform: uppercase;
  }


  /* Arrows */
  .wpsisac-slick-slider.design-4 .slick-prev {
    left: -40px !important;
    background:url('adv-left-slider.png') no-repeat center center !important;
    width:40px;
    height:69px;
  }
  .wpsisac-slick-slider.design-4 .slick-prev:hover {
    background:url('adv-left-slider-hover.png') no-repeat center center !important;
    width:40px;
    height:69px;
  }

  .wpsisac-slick-slider.design-4 .slick-next {
    right:-30px !important;
    background:url('adv-right-slider.png') no-repeat center center !important;
    width:40px;
    height:69px;
  }


  .mpfy-tooltip p {
    color: #ffffff;
    font-family: oswald;
    font-size: 18px;
    line-height: 24px;
  }

  .wpsisac-slick-slider.design-4 .slick-next:hover {
    background:url('adv-right-slider-hover.png') no-repeat center center !important;
    width:40px;
    height:69px;}

  .readmore {position:absolute !important;
    bottom:2px !important;
    display: block !important;
    margin: 0 90px !important;
  }
  .readmorerec {padding-top:30px;
    display: block !important;
    margin: 0 30%;}

}




/* Clear floats after image containers */
.advrow::after {
  content: "";
  clear: both;
  display: table;
}
/*end mycanadianbeef mods */

.black {color:#000000 !important;}


/* Start of media for My Candian Beef */

@media only screen and (min-width: 200px) {


  .slick-prev,
  .slick-next {
    display: none !important;}

  .owl-next, .owl-prev { display:none !important; }

  .blurb {
    /* width: 81.5%; */
    /* width: 100%; */
    margin-left: 0px;
    margin-top: -65px;
    box-shadow: none;
    margin-left: 0px;
    padding:30px;
  }
  .blurb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 44px solid transparent;
    border-bottom-color: #c31f39;
    border-top: 0;
    margin-left: -44px;
    margin-top: -34px;
  }
  .inner {
    width: 100% !important;
    margin-left: 0px;
    margin-top: -60px;
  }


  .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-right {
    padding: 0px!important;}
  .advh1 h1 { font-family: 'roboto' !important; font-size: 28px;}

  .videopad {padding:0px !important;}
  .advocatep {font-size:16px!important;}
  .sa_owl_theme .owl-dots .owl-dot span {
    display:inline-block !important;
    border-style:none !important;
    background-color:none!important;
    width:20px !important;
    height:20px !important;
    border-radius:50% !important;
    margin:20px 3px !important;
    border: 1px solid #6d231b!important;

  }

  .sa_owl_theme .owl-dots {
    text-align: right!important;
    bottom:-60px !important;}

  .sa_owl_theme .owl-dots .active span {
    background: #6d231b!important;
  }
  .sa_owl_theme .owl-dots .owl-dot span:hover {
    background: #6d231b!important;
    border: 1px solid #6d231b!important;
  }


  div#advocate.owl-carousel.sa_owl_theme div.owl-stage-outer { margin:0 auto; }
  .advocates-img-holder {
    height: 295px !important;
    width: 295px !important;
  }
  .advocates-container {
    width: 295px !important;
    margin: 0px 10px 0px 10px !important;
  }

  .recipe {
    padding: 30px 20px;
    margin: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }

  .recipe > .content-holder > h2 {
    font-size: 24px;
    line-height: 24px;
  }




}


@media screen and (min-width: 767px)  {

  .inner {
    width: 100% !important;
    margin-left: 0px;
    margin-top: 60px;
  }

  .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
    padding: 50px 0px;}

  .advocatebubble {float:left;}

  .advquote h3 {font-size:20px !important;}

  .readmore {
    margin: 0 22% !important;	}

  .advocates-img-holder {
    height: 295px !important;
    width: 295px !important;
  }
  .advocates-container {
    width: 295px !important;
    margin: 0px 20px !important;
  }

  .blurb:before {
    top: 50% !important;
    border: 44px solid transparent !important;
    border-right-color: #c31f39 !important;
    border-left: 0 !important;
    margin-top: -44px !important;
    margin-left: -34px !important;
    left: 0 !important;
  }

  .blurb {
    margin-left: -30px !important;
    margin-top: -20% !important;
    height: 325px;
  }
  .wpsisac-slide-wrap.wp-medium-12.wpcolumns {
    padding: 30px 20px 0px;
  }
  .recipe {
    padding: 60px 20px !important;
    margin: 0px 20px !important;
  }
  .recipe > .content-holder > h2 {
    font-size: px;
    line-height: 35px;
  }

}

@media screen and (min-width: 1024px) and (max-device-width: 1199px){

  .ubermenu .ubermenu-item.ubermenu-item-level-0 {
    margin: 0 5px !important;
  }

  img.ubermenu-image.ubermenu-image-size-thumbnail {width:60px;}

  span.ubermenu-target-title.ubermenu-target-text {font-size:12px;}
}

@media screen and (min-width: 1024px)  {



  .slick-prev,
  .slick-next {
    display: block !important;
  }

  .owl-next,
  .owl-prev { display:block !important }

  .advocates-img-holder {
    height: 295px !important;
    width: 295px !important;
  }
  .advocates-container {
    width: 295px !important;
    margin: 0px 10px 0px 10px !important;
  }



  .blurb {
    width: 120%;
    padding: 30px;
    margin-left: 40px !important;
    margin-top: -80 !important;
    height: 100%;
  }
  .blurb:before {
    top: 50% !important;
    border: 44px solid transparent !important;
    border-right-color: #c31f39 !important;
    border-left: 0 !important;
    margin-top: -44px !important;
    margin-left: -34px !important;
    left: 0 !important;

  }
  .inner {
    margin-left: -30px;
    margin-top: 130px !important;
    width: 100% !important;
    max-width: 1050px;
  }


  .wpsisac-slide-wrap.wp-medium-12.wpcolumns {
    padding-left: 40px;
  }



}



@media screen and (min-width: 1650px){


  .inner {max-width:100% !important;}

  .wpsisac-slick-slider.design-4 .slick-arrow {
    top: 25% !important;
  }


}

@media screen and (min-width: 2400px){
  .readmore {
    margin: 0 0 0 225px !important;
  }
}





/*cuts by colour 2 tabs styles */

.cbc .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab{
  font-size:12px;
  padding:5px;
}

.cbc H4 {
  font-family:'Helvetica', sans-serif;
  font-weight:400;
}


.cbc .main_color .sidebar_tab, .main_color .tabcontainer .tab {color:#000000;}

.cbc .tab_counter_1 {background-color:#aadbcd;}
.cbc .tab_counter_3 {background-color:#dda6cc;}
.cbc .tab_counter_5 {background-color:#dc8b63;}
.cbc .tab_counter_7 {background-color:#f5c047;}
.cbc .tab_counter_9 {background-color:#a79bc5;}
.cbc .tab_counter_11 {background-color:#ef99ab;}


.cbc .tab_counter_0 {background-color:#aadbcd;}
.cbc .tab_counter_2 {background-color:#dda6cc;}
.cbc .tab_counter_4 {background-color:#dc8b63;}
.cbc .tab_counter_6 {background-color:#f5c047;}
.cbc .tab_counter_8 {background-color:#a79bc5;}
.cbc .tab_counter_10 {background-color:#ef99ab;}





.avia-builder-el-8.el_after_av_image.avia-builder-el-last.cbc section.av_tab_section .tab_content.active_tab_content div.tab_inner_content.invers-color p {font-size:12px;}

.avia-builder-el-8.el_after_av_image.avia-builder-el-last.cbc section.av_tab_section .tab_content.active_tab_content div.tab_inner_content.invers-color p img {max-width:100px;}



.post-entry-17003.tabcontainer {
  max-width: 100%!important;
}



/*numbered icons */
.custom-icons li:nth-child(1) .iconlist-char:before {
  content: '1';
}
.custom-icons li:nth-child(2) .iconlist-char:before {
  content: '2';
}
.custom-icons li:nth-child(3) .iconlist-char:before {
  content: '3';
}

.padding50 {padding:50px 0;}


/*red */

.red {color:#d0112b!important;}
h4.red {color:#d0112b;}

/*no padding */
.nopadding {padding:0px!important;}

/*no padding on packers map*/
/*#av_section_2 > div:nth-child(1) > div:nth-child(1) {padding:0px!important;}*/



/*packers mapper */

.imapper-content {border:solid 1px #f5f5f7!important;
  -webkit-box-shadow: 3px 4px 8px -3px rgba(130,127,130,1);
  -moz-box-shadow: 3px 4px 8px -3px rgba(130,127,130,1);
  box-shadow: 3px 4px 8px -3px rgba(130,127,130,1);}

.imapper-area-pin { background: #ffffff!important; max-width:30px; max-height:30px;border-radius: 50%;display: block; opacity:0; }

/*recipe card titles*/
.cooked-recipe-card-title { font-weight: 400;}

hr {margin: 10px 0 10px;}



/*padding*/
.pb15 {padding-bottom:15px;}

/*base pad removal*/
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: inherit;}



/*cooked nutrition*/
body .cooked-nutrition-label dt,
body .cooked-nutrition-label dd { float:none; }

.cooked-recipe-search.cooked-search-compact.cooked-search-no-sorting .cooked-fields-wrap > .cooked-browse-search {
  width: 80% !important;}

.cooked-browse-search, .cooked-sortby-select {
  font-size:16px!important;
}

.cooked-recipe-ingredients .cooked-ingredient { text-align:left;}


/*ninja tables*/

#footable_13017 div.form-group.footable-filtering-search{display:none!important;}

#footable_13017 div.form-group.ninja_reset_wrapper {
  display:inline-block; margin: 0 auto;letter-spacing: normal;
}
#footable_13017.foo-table, .footable-filtering, .opt {font-weight:normal!important; font-family:oswald!important;}

.footable-filtering, .footable-header {background:#cdc2a5!important;}

#footable_13017.ninja_reset_button, .ninja_button_print {
  color: #fff;
  background: #d0112b!important;
  border-color: #ce0f0c!important;
  margin-top:-8px;
}

.ninja_reset_button:hover {
  background: #ce0f0c!important;
  border-color: #d0112b!important;
  margin-top:-8px;
}

#footable_13017.footable .btn-primary {
  color: #fff;
  background-color: #d0112b!important;
  border-color: #ce0f0c!important;
}

#footable_13017 label {font-weight:400;}

#top.footable-filtering .SumoSelect > .CaptionCont > span.placeholder {font-weight: 400;}




.cooked-recipe-directions .cooked-direction-number {
  display:none;
}

.cooked-recipe-search { border:1px solid transparent !important; }
.cooked-recipe-search input[type=text] { display:inline-block !important; }
#av_section_2 { position:relative; z-index:3; }




.template-shop div.product div.images {
  opacity: 1 !important;
}

div.woocommerce-message a.button {background-color:#d0112b!important; }

#top .woocommerce-error li, ul.woocommerce-error code li {font-family:oswald!important;}


li.post-14358.product.type-product.status-publish.has-post-thumbnail.product_cat-kids.first.instock.purchasable.product-type-simple {width:99%!important;}


.woocommerce table.shop_table td {font-family:helvetica;}
.button {font-weight:400!important;}

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
  content: ' ';
  display: table;
  display:none;
}

/* .page-thumb {
  display:none;
}
*/



img {
  vertical-align: middle;
}

div.fancybox-overlay.fancybox-overlay-fixed div.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
  opacity:1!important;
}



.wrapper-pres {
  padding: 5px;
  max-width: 960px;
  width: 95%;
  margin: 20px auto;


}


/*.cooked-recipe-search .cooked-fields-wrap > .cooked-browse-search {
    width: 65%;
	max-width: 65%;
}
*/

.columns-pres {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
  height: 10em;
  display: flex;
  align-items: center ;
  border-bottom: .5px dashed #c2c2c2!important;
  min-height:180px;
}

.column2 h3 {
  font-size:24px!important;
  margin: 0 auto;
}

.column {
  flex: 1;
  margin: 2px;
  padding: 10px;
  display: inline-block;

}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column4 {
  float: left !important;
  width: 20%!important;
  padding: 5px!important;
}

/* Clear floats after image containers */
.row::after {
  content: ""!important;
  clear: both!important;
  display: table!important;
}



.column-blog {
  float: left;
  width: 30.5%;
  text-align:left;
  margin:10px;
}

/* French blog */
h2.post_title {
  font-family:wausau!important;
  font-size: 60px !important;
  font-weight: 200 !important;
  text-align: center;
}

.post-meta-infos {
  text-align: center;
}

.av-share-box .av-share-link-description {
  display: none;
  position: relative;
}

.av-share-box .av-share-link-description:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Partagez ça ...";
}

/* Tool Tip Image Hot Spot */

body .avia-tooltip {
  font-size: 16px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

span.mnp-title-wrapper img.mnp-image-after{max-width:48px!important;}

h4 {
  font-weight:200;
}

h2 {
  margin:10px 0!important;
  font-weight: 400;
}

/*image in search results*/


.search-thumb {
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
}

.search-thumb img {
  width: 100%;
  height: 100%;
}


.search-result-counter {
  padding: 0;
}

.search-result-counter img {
  width: 100%;
  height: 100%;
  border-radius: 0px!important;
}

/*wpml*/

.language_flag {
  display:none;
}

#top li.wpml-ls-menu-item ul li a {
  display:none;
}




/*Phase 2 mods*/

img {
  vertical-align: middle;
}


#top .av-cart-counter.av-active-counter {
  color: #ffffff!important;
}

.knowhowtitle {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.page-id-11305 #after_section_3 {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#top .av-cart-counter {
  background-color: #ce0f0c;
}



#knowhow3 {
  max-width: 1000px;
  display: table;
  margin: 0 auto;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#top .container_wrap{box-shadow:none!important; border-top-width:0;}



/*Grilling Table*/
table.Grilling {
  border: 1px solid #000000;
  background-color: #FFFFFF!important;
  width: 100%;
  height: 100px;
  text-align: left;
  border-collapse: collapse;
}
table.Grilling td, table.Grilling th {
  border: 1px solid #AAAAAA;
  padding: 3px 5px;
}
table.Grilling tr:nth-child(even) {
  background: #f5f5f7;
}
table.Grilling thead {
  background: #ffffff!important;
}
table.Grilling thead th {
  color: #FFFFFF;
  background-color: #D0112B;
  font-weight: normal !important;
}

/*End Grilling Table*/

.nocomments {
  display:none;}


#top.page-template-default.page.page-id-17087 h2.avia-caption-title {
  font-family:oswald!important;
  font-weight:strong;

}

.avia_transform .av_slideshow_full .active-slide .avia-caption-title {
  font-family:rockwell!important;
}

.yesp .yesp-title .yesp-title-wrapper {
  display:none;
}

.inner_product_header_table H3 {
  font-size:18px!important;
}


body #cooked-plugin-page .comment-respond .review-field-holder label {
  top:0px;
}

body #cooked-plugin-page p.cp-form-notice, body #cooked-profile-page p.cp-form-notice {
  border: none;
  border-radius: none;
  background-color: #ffffff;
  margin: 10px 0;
  padding: 10px 15px;
  font-family:oswald!important;
}

.redmenu a {
  color:#d0112b!important;
  font-size:24px!important;
  font-family:oswald!important;
  text-decoration: none!important;
}

.redmenu2 a {
  color:#d0112b!important;
  font-size:18px!important;
  font-family:oswald!important;
  font-weight:100!important;

}



.content .entry-content-wrapper {
  padding-right: 0px;

}



.content {
  padding-right: 10px;
}


#header_main .container, .main_menu ul:first-child > li a {
  height: auto;
}



#header {background-color: #000!important;
}

.av-image-caption-overlay-center H6 {
  color:#ffffff;
  font-size:20px;
}

.av-image-caption-overlay-center p{
  font-family:oswald!important;
  font-weight:100;
}

.learnmore, .learnmore a, .learnmore a:hover{
  color:#d0112b!important;
  font-size:20px!important;
  font-family:oswald!important;
  font-weight:100!important;
}

.learnmore a {text-decoration:none!important;}
.learnmore a:hover {text-decoration:underline!important;}

.learnmore a:after {
  position: absolute; /* Prevent underline of arrow */
  padding-left:2px; /* Add a little space between text and arrow */
  content:"\003e"; /* Unicode hex for &raquo; */
}







body #cooked-profile-page .cp-tabs li #wcaccount {
  display:none!important;
}

/*Share this side icons*/
#sthoverbuttons .sthoverbuttons-top-r,#sthoverbuttons .sthoverbuttons-shade-r, #sthoverbuttons .sthoverbuttons-bottom-r {
  background: #ffffff!important;

}

#sthoverbuttons #sthoverbuttons-background {
  margin-right:-18px;
}

#sthoverbuttons {
  margin-right:20px!important;
}

#sthoverbuttons {
  top: 45%!important;
}


/*Timer*/
.av-countdown-time-label {
  font-size:10px;
}

.av-countdown-time {
  font-family:oswald!important;
}

/* Quiz Mods*/
.wpvq-question .wpvq-question-label {
  text-align:left!important;
  font-family:oswald!important;
  font-weight:200!important;
}

div.wpvq-question.wpvq-line div.wpvq-answer label.vq-css-label {
  font-size:16px!important;
  font-weight:200!important;
  font-family:oswald;
}

div.wpvq-explaination div.wpvq-true {
  font-family:oswald;
  font-size:30px!important;
}

.wpvq-single-page div.wpvq-next-page button.wpvq-next-page-button {
  background-color: #d0112b!important;
  font-family:oswald;
  text-transform:uppercase;
}

div#wpvq-final-score, div#wpvq-final-personality, div#wpvq-ask-before-results, div#wpvq-forceToShare-before-results {
  background-color:#ffffff!important;
}


div#wpvq-general-results div.wpvq-play-again-area a button {
  font-family:oswald!important;
}




/*Basic Styles*/

html {
  font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}


p, li, body{
  line-height:1.3em;
  font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: normal;
  font-size:18px;
}



.av-subheading {opacity:1.0!important;}



.av-special-heading-tag, .av-subheading, h2.avia_textblock    {
  font-weight:100!important;
  padding-bottom:10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.avia-content-slider .slide-entry-title  {
  font-size:10px!important;
}



.av-magazine .av-magazine-content-wrap .av-magazine-title {
  line-height:1.3em!important;
  font-size:1.3em!important;
}

.hr {
  margin-top:0px;
  margin-bottom:0px;
}


div.textwidget p, div.textwidget li {
  font-size:14px;
  color:#666666;
  line-height:1.3em;
}


p {
  margin: 0 0 1em 0;
}





div.textwidget h4, div.textwidget h4 a {
  color:#000000;
}


a img.attachment-thumbnail.wp-post-image {
  float:left!important;
  padding:3px;
}


.cbheadline.type-cbheadline.status-publish.format-standard.has-post-thumbnail {
  font-family:oswald!important;
}





.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
  letter-spacing: 0px;
  text-transform: uppercase;
}

.shadow {
  -webkit-box-shadow: 5px 5px 6px -5px rgba(136,136,136,0.8);
  -moz-box-shadow: 5px 5px 6px -5px rgba(136,136,136,0.8);
  box-shadow: 5px 5px 6px -5px rgba(136,136,136,0.8);
  border:solid 5px #ffffff!important;
}

div.entry-summary p a.more-link{
  color:#d0112b;
}

#top a.more-link{
  color:#d0112b;
}


.curly {
  font-family:wausau;
}

img, a img{

}

.avia_textblock p a {

}

.avia_textblock  {

}

.avia-image-container-inner {

}

.dotted {
  border-style:dotted;
}

.underline {
  text-decoration:underline;
}

.allcaps {
  text-transform:uppercase;
}

.blue {
  color:#1BC4DE;
}

.green{
  color:#6dc02b;
}

.grey {
  color:#666666;
}

.red {
  color:#d0112b;
}

.white {
  color:#ffffff!important;
}

.av-share-box {
  margin-bottom: 0;
}

/* 
 * .image-overlay-inside {
  display:none;
}
*/

.av_promobox {
  margin: 10px 0;
}



#wrap_all { z-index: auto!important; }

/*Avaa Gallery Arrows*/

.mfp-arrow-right {
  right:30px!important;
}

.mfp-arrow-left {
  left:30px!important;
}

/*Tab Container*/
.tab_inner_content strong {
  font-weight:400!important;
  font-family:oswald!important;
}


/*Burger Moments Form Styles*/
body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_label .gfield_required {color: #ed1c24}

body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_label {
  color: #ed1c24!important;
  font-size:28px!important;
  font-family:oswald!important;
  font-weight:100;
}

body #gform_wrapper_6 .gform_body .gform_fields .gfield input[type=text] {border: 1px solid #ed1c24}

body #gform_wrapper_6 .gform_heading .gform_description {
  font-family:oswald!important;
  font-size:28px!important;
  font-weight:100;
}


/*CFL Contest Form Styles*/

body #gform_wrapper_7 .gform_body .gform_fields .gfield input[type=text] {border: 1px solid #000000;}

body #gform_wrapper_7 .gform_heading .gform_description {
  font-family:oswald!important;
  font-size:28px!important;
  font-weight:100;
}






/*Masonry Gallery Home*/

div.av-masonry-entry-content.entry-content{
  font-size:24px;
  font-weight:100;
  font-family:oswald;
  text-align:center;
  line-height:1.2em;
}



/* Widget Image*/
a span.image-border{
  padding-bottom:0px!important;
  margin-bottom:5px!important;
}


/* Mailchimp sign up form*/

#mc_embed_signup {
  background-color:transparent!important;
}

#mc_embed_signup .button {
  border-radius:0px!important;
  background-color:#d0112b;
  color:#ffffff!important;
  font-family:oswald!important;
  font-weight:200!important;
}

form .clear { width: auto !important; height: auto !important; visibility: visible !important; }

#signUp {
  background-color:#1BC4De;
  display:block;
  width:100%;
  padding:10px;
}

div#mc_embed_signup_scroll label {
  font-size:14px;
  font-family:oswald;
  font-weight:100;
  padding-bottom:10px;
  color:#000000;
}

input#mce-EMAIL.email {
  width:270px;
}

/*Quote*/
.quotescollection-quote footer.attribution {
  font-size: 10px;
  line-height: 1em;
  margin-bottom: 1.4em;
  padding-top: 10px;
  text-align: right;
}


/* Map */

.ubermenu-map-canvas {
  border-radius:5px;
}


/*Easy Slide In*/

input#esi-optinforms-form2-email-field{
  width:100%!important;
}


/*Hotspot */
.cq-hotspot-label {
  min-width:20px!important;
  margin-left:0px!important;
}

/* Mail Chimp*/

#mc_embed_signup div.response {
  font-weight: 200!important;
}

#mc_embed_signup #mce-success-response {
  color: #d0112b!important;
}

#mib #mc_embed_signup #mce-success-response {
  color: #fff!important;
  font-weight:600;
}

#mc_embed_signup div.response {
  float: left;
  font-weight: 200!important;
}

#mc_embed_signup h2 {
  font-weight:200!important;
}

#mc_embed_signup form {

}


/* Feature Images Blog*/

#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 100%;
}


.big-preview.single-big img {
  display:none!important;
}





/* Jetpack related posts*/
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color:#d0112b;
  font-family:oswald;
  font-weight:100;
}



h3.jp-relatedposts-headline em {
  font-family:oswald!important;
  font-weight:200!important;
  font-size:16px;
}

div#jp-relatedposts h3.jp-relatedposts-headline em::before {
  border-top:0px!important;
}

.jp-relatedposts-post {-moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  animation-delay: 0s, 0s;
  animation-direction: normal, normal;
  animation-fill-mode: none, none;
  animation-iteration-count: 1, 1;
  animation-name: zemslideup, zemfadein;
  animation-play-state: running, running;
  animation-timing-function: ease-out, ease-out;
  background-color: #fff !important;
  border-bottom-color: #efefef !important;
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-image-outset: 0 0 0 0 !important;
  border-image-repeat: stretch stretch !important;
  border-image-slice: 100% 100% 100% 100% !important;
  border-image-source: none !important;
  border-image-width: 1 1 1 1 !important;
  border-left-color: #efefef !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-color: #efefef !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-top-color: #efefef !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
  display: block;
  font-size: 11px !important;
  margin-right: 5px !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  width: 150px !important;
}

/*Private Content*/
.pg_vcl .pg_login_row label {
  position:inline!important;
}

.pc_login_form input[type="button"], .pc_registration_form input[type="button"], .pc_custom_form input[type="button"], .pc_logout_btn {
  border: 0px solid #ffffff !important;
  background: none !important;
  background-color: #d0112b !important;
  color: #fff !important;
}
#white.button{
  border: 0px solid #ffffff !important;
  background-color: #fff !important;
  color: #d0112b !important;
}

.pc_login_form input[type="button"]:hover, .pc_login_form input[type="button"]:active, .pc_login_form input[type="button"]:focus, .pc_registration_form input[type="button"]:hover, .pc_registration_form input[type="button"]:active, .pc_registration_form input[type="button"]:focus, .pc_custom_form input[type="button"]:hover, .pc_custom_form input[type="button"]:active, .pc_custom_form input[type="button"]:focus, .pc_logout_btn:hover, .pc_logout_btn:active, .pc_logout_btn:focus, .pc_loading_btn:hover, .pc_loading_btn:active, .pc_loading_btn:focus {
  border: 0px solid #ffffff !important;
  background-color: #d0112b !important;
  color: #000000 !important;
  background: none !important;
}



/*Chimpy*/
.chimpy_custom_css.sky-form-modal header {
  background-color:#d0112b;
  color:#ffffff;
}
.sky-form-red footer button.button {
  background-color:#d0112b;
}

.sky-form-red footer button.button:hover {
  background-color:#000000;
}

.sky-form footer button.button {
  opacity: 1;
}

.sky-form footer {
  background-color:#ffffff;
}

/*Styles*/

img.platform-badge {
  height: 45px;
}



/*Hide search wrap on cooking know how page*/

.page-id-5171 .search-wrap, .page-id-5175 .search-wrap, .page-id-5177 .search-wrap, .page-id-1893 .search-wrap{
  display:none;
}


/*Show Hide*/

.sh-link A { font-family:oswald;  font-size:14px;  text-decoration:none; padding-right:5px; color:#d0112b;}
.sh-link A:hover {color:#000;}
/*.sh-content { border-top:solid 1px #666666; background-color:#f5f5f5; display:block; width:100%; padding:10px;}*/
.pressrelease-link { }
.pressrelease-link.sh-hide A { }
.pressrelease-link.sh-show A { }
.pressrelease-content { }
.pressrelease-content.sh-hide { }
.pressrelease-content.sh-show { }

/*Flexible Posts Widget*/



/*Avia*/

.pagination-slider .pagination {
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}



.avia-testimonial {
  border-width:1.5px;
}




.iconbox_top .iconbox_content {
  margin-bottom:20px;
}

a.download {
  color:#cccccc;
  font-size:10px;
}

a:hover.download {
  color:#959595;
  font-size:10px;
}

.image-border {
  border:solid 1px #000000;
  padding:5px;
  padding-bottom:5px;
}

.mfp-title {display:none;}





tr.pink {background-color:#FF99CC; }




.js_active .toggler a:hover{
  color:#d0112b;
}


.page-id-5142 .av_toggle_section:nth-of-type(1) .toggler{
  background: #52c1b2;
  color: #000000;
}
.page-id-5142 .av_toggle_section:nth-of-type(2) .toggler{
  background: #cb82d8;
  color: #000000;
}

.page-id-5142 .av_toggle_section:nth-of-type(3) .toggler{
  background: #e57e16;
  color: #000000;
}

.page-id-5142 .av_toggle_section:nth-of-type(4) .toggler{
  background: #ffe400;
  color: #000000;
}

.page-id-5142 .av_toggle_section:nth-of-type(5) .toggler{
  background: #7368df;
  color: #000000;
}

.page-id-5142 .av_toggle_section:nth-of-type(6) .toggler{
  background: #e47ab6;
  color: #000000;
}




#top .main_color .avia-color-theme-color {
  border-radius:0px;
}



.avia-button.avia-color-red, .avia-button.avia-color-red:hover {
  background-color: #d0112b;
  border-bottom-color: #d0112b;
  border-left-color: #d0112b;
  border-right-color: #d0112b;
  border-top-color: #d0112b;
  color: #fff;
  font-weight:100;
  border-radius:0px;
}

#top .main_color .avia-color-theme-color {
  color:#ffffff!important;
}


/*pop up maker*/
#top.popmake.theme-4965 .popmake-title, .popmake.theme-default .popmake-title {
  color: #d0112b;
  font-family: oswald;
  font-size: 18px;
  font-weight:100;
  padding-bottom:10px;
}

/*blog*/
.real-thumbnail a.slide-image{
  background-color: none!important;
}

/*Woo Commerce*/

.ubermenu-responsive-default.ubermenu {z-index:!important;}

div .widget_shopping_cart .total {
  padding-bottom:20px!important;
  z-index:100!important;
}

tr:first-child th, tr:first-child td, .cart-collaterals .cart_totals table, .cart-collaterals .cart_totals a.button.alt, #top table.shop_table .actions .coupon, #top table.shop_table .actions {

}

.cart-collaterals .cart_totals a.button.alt {
  font-family:oswald;
  font-size:18px;
}

.cart_dropdown_link {
  z-index:1000!important;
}

.woocommerce table.shop_table th {font-weight:400!important;}


/*yarpp*/
.yarpp-related {
  clear:both;
  margin-top:2em!important;
  border-top:1px solid #fff!important;

}

#top.yarpp-related h3 {
  font-size:16px;
  font-weight:200!important;
  clear:both;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  max-height:180px!important;
}

.blog-categories.minor-meta a, .minor-meta a.comments-link {
  color:#d0112b;
}


#top.side-container-comment-inner {
  padding-bottom:40px;
  margin-bottom:40px;
}


/*woocommerce*/

.woocommerce-page .button {
  min-height: 43px;
}

.html_visible_cart .cart_dropdown {
  right: 30px;
  z-index: 10;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  border-bottom-color: rgb(211, 206, 210);
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 6px;
  padding: 0 1em;
}



.single-product .sidebar {
  display: none!important;
}


div.woocommerce code p.cart-empty, p.return-to-shop a.button.wc-backward {
  font-family:oswald;
}

.form-row-first, .form-row-last {
  width:100%;
}

.products .product h3, .products .product h4, .products .product h5, .products .product h6 {
  font-size:16px;
}

div .widget_shopping_cart .button.checkout {
  float: none;
}

div .widget_shopping_cart .total {
  font-family:oswald;
  font-weight:100;
  float:right;
}

#top div .widget_shopping_cart .button {
  width: 33%;
}

ul.cart_list.product_list_widget li a.remove {
  border:0px;
  border-radius:0px;
}

#top div ul.product_list_widget li a {
  color: #000000;
  display: block;
  float: left;
  font-family: oswald;
  font-size: 16px;
  font-weight:100;
  height: auto;
  line-height: 18px;
  max-width:75%;
}

#top .price, #top .price span, #top del, #top ins {
  font-size: 16px;

}

ul.product_list_widget li span.amount, div.inner_product_header span.price span.amount {
  color:#d0112b;
  font-family:oswald;
  font-weight:100;
}

div ul.product_list_widget li img {
  width:75px;
}

.woocommerce.widget_shopping_cart p.buttons a.button {
  background-color:#ffffff;
  font-family:oswald;
  color:#000000;
  text-decoration:underline;
}

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
  display:none;
}

/* hide product categories on product meta section */
.product_meta .posted_in {
  display:none;
}

/* hide product tags on product meta section */
.product_meta .tagged_as {
  display:none;
}


div#main div.container_wrap.container_wrap_first.main_color.fullsize.template-shop.shop_columns_3 {
  box-shadow:0px;
}



#commentform {
  margin-bottom:40px;
  padding-bottom:40px;
}

table.cart img {
  width:80px;
}

.woocommerce .quantity, .woocommerce-page .quantity {
  padding-right:0px;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  position: relative;
  float: left;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  border-radius: 2px 2px 0 0;
  padding: 0;
  line-height: 41px;
  border: none;
  width: 43px;
  height: 43px;
  cursor: pointer;
  margin: 0;
  display: inline;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: #F8F8F8;
  border: 1px solid #E1E1E1;
  color: #666;
  background-image: url("../images/layout/bg-button.png");
  background-repeat: repeat-x;
  vertical-align: middle;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  width: 41px;
  height: 41px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #E1E1E1;
  border-right: 0;
  border-left: 0;
  font-weight: 700;
  border-radius: 2px 0 0 2px;
  -moz-appearance: textfield;
}


#top div div.product .woocommerce-tabs ul.tabs li.active a {
  font-family:oswald;
  color:#000000;
  font-size:24px;
  font-weight:100;
}

#top div.woocommerce-message {
  color:#ffffff;
  background-color:#3d3d3d;
  font-family:oswald;
}



#top div.woocommerce-error, #top div.woocommerce-message, #top .woocommerce-info {
  padding-top:20px;
  padding-bottom:20px;
}


.cart_dropdown_first .cart_dropdown_link  {
  background-color:#d0112b!important;
}

li.cart_dropdown_first a.cart_dropdown_link span {
  color:#ffffff !important;
}

.header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
  color:#000000!important;
}

.dropdown_widget ul.cart_list li a img {
  margin: 0 10px 0 10px;
}


#top div.product .woocommerce-tabs {
  margin-bottom:0px;
}
.woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce #respond input.alt#submit, .woocommerce #content input.alt.button, .woocommerce-page a.alt.button, .woocommerce-page button.alt.button, .woocommerce-page input.alt.button, .woocommerce-page #respond input.alt#submit, .woocommerce-page #content input.alt.button{
  background:#d0112b!important;
  border-color:none!important;

}

/*mail chimp archives*/






div.display_archive div.campaign {
  display:block;
  min-height:40px;
  border-bottom:dashed 1px #666666;
  line-height: 40px;
}




/*cooked*/
/*


div.cooked-tax-scrollable a{font-size:12px;}

#top.cooked-recipe-card-excerpt, span.cooked-recipe-card-excerpt {font-size:12px!important;}

.cookedPageWrapper {
  padding: 25px 0;
  max-width: 80%;
  margin: 0 auto;
}

body #cooked-plugin-page .cooked-result-section.cooked-masonry-layout .cooked-result-box .cp-box-entry {
  background-color:#ffffff;
}

#wcaccount:body #cooked-profile-page .cp-tabs {
  display: none!important;
}

div#cooked-profile-page.me div.cp-profile-header.cookedClearFix {
  border-top:0px!important;
  border-right:0px!important;
  border-left:0px!important;
}


div#cooked-plugin-page div.reviews-section div.rev-item div.rev-box {
  border:0px;
}

body #cooked-plugin-page .reviews-section .rev-item .avatar {
  border-bottom-width: 0.1px;
  border-left-width: 0.1px;
  border-right-width: 0.1px;
  border-top-width: 0.1px;
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  width: 65px;
}

#cooked-profile-page .cp-tabs {
  background-color:#ffffff!important;
}

#cooked-profile-page > ul > li:nth-child(2) > a {
  display:none;
}

body #cooked-plugin-page .search-section .select-row .select-box select {
  font-size: .8em;
  padding-left:5px;
}

body #cooked-plugin-page h1 {
  font-size:34px!important;
  font-family:rockwell!important;
  line-height:1em;
  text-align:left;
}




body #cooked-plugin-page h2 {
  font-weight:200!important;
  font-family:oswald!important;
  letter-spacing:0px;
}

body #cooked-profile-page .cp-tabs li {
  font-family:oswald;
}

body #cooked-profile-page .cp-tabs li a{
  color:#000000;
}

body #cooked-profile-page .cp-tabs li.active a{
  color:#1BC4DE;
}

body #cooked-profile-page .cp-tabs li.active a:hover{
  color:#000000;
}

body #cooked-plugin-page .box-gray, body #cooked-plugin-page .search-section .search-wrap, body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box-footer, body #cooked-plugin-page .result-section.table-layout .table-box .table-head-row, body #cooked-submit-recipe-form .section-row.nutrition, body #cooked-plugin-page .recipes-pagination span, body #cooked-profile-page .cp-profile-header, body #cooked-profile-page .cp-tabs li a:hover {
  background-color:#ffffff;
}

div#cooked-plugin-page div#cooked-page-form div.woocommerce div.col2-set.addresses div.col-2.address header.title h3 {
  font-size:24px;
}

div#cooked-plugin-page div#cooked-page-form div.woocommerce div.col2-set.addresses div.col-1.address header.title h3 {
  font-size:24px;
}

body #cooked-plugin-page .result-section.masonry-layout .result-box .cp-box-entry h2 {
  font-weight:100;
  color:#6dc02b!important;
}

body #cooked-plugin-page .result-section.masonry-layout .result-box {
  width:33%;
}*/

ul.cp-tabs.cookedClearFix li.edit-button, div.cp-info div.cp-user a.cp-logout-button {
  display:none!important;
}

body #cooked-plugin-page .recipe-action .btn-share{
  height:27px;
  background-color:#1BC4DE;
}



div.cp-box.cp-box-img-holder.fsr-container, div#tab-info.recipe-row.main-row.tab.current div.cp-box.cp-box-img-holder.fsr-container {

  width:45%!important;
}

body #cooked-plugin-page .recipe-row.main-row {
  width:100%!important;
}



body #cooked-plugin-page .search-section .select-row .select-box select {
  height:35px;
}

body #cooked-plugin-page .search-section .search-row .sbmt-button input, #cooked-submit-recipe-form input.sbmt-button {
  font-size:14px;
}




/*Socket Mods*/
nav.sub_menu_socket a {
  font-size:14px;
}



/*Mapify Mods*/

div.mpfy-filter em.help-text {
  font-style:normal;
}

.mpfy-controls .select-value {
  font-family:oswald;
  font-size:14px;
  font-weight:100;
}

.mpfy-tags-list a.mpfy-tl-item {
  font-family:oswald;
  font-size:18px;
  font-weight:100;
  font-style:normal;
}

.mpfy-mll-location .mpfy-mll-l-buttons a, .mpfy-mll-button{
  background-color:#d0112b!important;
  color:#ffffff!important;
  font-style: normal;
  border:0px!important;
  font-family:oswald!important;
  font-weight:200!important;
  border-radius:0px!important;
}

.mpfy-mll-location .mpfy-mll-l-buttons a:hover, .mpfy-mll-button {
  background-color:#d0112b!important;
  color:#ffffff!important;
  font-style: normal;
  border:0px!important;
  font-family:oswald!important;
  font-weight:200!important;
  border-radius:0px!important;
}



.mpfy-mll-location .mpfy-mll-l-categories a {
  background-color:#666666!important;
}
.mpfy-controls .mpfy-search-wrap {
  width:305px!important;
}
div.mpfy-tooltip div.inner-wrap div.center {
  background-color: rgba(0, 0, 0, 0.9);
  font-weight:100;
}
.mpfy-mll-location {
}

div.mpfy-tooltip div.inner-wrap div.center div.tltpcnt p strong {
  font-size:24px;
  color:#1BC4DE;
  font-weight:100;
}



div.mpfy-mll-list div.mpfy-mll-location div.mpfy-mll-l-heading div.mpfy-mll-l-title em.help-text {
  font-size:18px;
  font-family:oswald;
  font-style:normal;
  padding-left:5px;
  font-weight:100;
}

.mpfy-mll-location .mpfy-mll-l-content {
  background-color:#ffffff!important;
}


.mpfy-mll-location .mpfy-mll-l-categories a:hover{
  background-color:none!important;
  color:#ffffff!important;
}

.mpfy-mll-location .mpfy-mll-l-categories a  {
  background-color:none!important;
  color:#ffffff!important;
}


.mpfy-mll-location .mpfy-mll-l-content p {
  font-style:normal!important;
  font-size:18px;
  font-family:oswald;
}

.mpfy-mll-l-title::after {
  content:"MORE";
  font-size:14px;
  font-family:oswald;
  font-style:normal;
  color:#d0112b;
  padding-left:10px;
  font-weight:100;
}

div.mpfy-mll-l-content p em.help-text strong {
  color:#666666;
  font-style:normal;
  font-weight:100;
}




/*Buddy Press Mods*/

div#item-header-cover-image div#item-header-content div#item-meta p {
  font-size:20px;
  color:#000000;
}

#buddypress div#item-header div#item-actions h3 {
  font-size:14px;
}

div.activity-inner p iframe {
  margin-top:10px;
}




.bpfb_form_container {
  background-color: #f9f9f9!important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}

ul li#profile-personal-li {
  display:none;
}

li.vcard div.item div.item-title.fn a{
  color:#d0112b;
}

li.vcard div.item div.item-meta span.activity {
  color:#000000;
}

.widget.buddypress div.item-avatar img, .avatar, div#whats-new-avatar a img {
  border-radius:40px;
  top-left-border-radius:0px;
  padding:5px!important;
  border:solid 1px #ccc;
}

body #cooked-profile-page .cp-avatar {
  width:80px;
  border-radius:40px;
  padding:5px!important;

}




.image-overlay {
  visibility: hidden;
}


/*
 * .image-overlay-inside, .image-overlay.overlay-type-extern {  visibility: hidden;
}
*/

.image-overlay>.overlay-type-extern {
  display: none;
}



div a.remove {
  height:20px;
}



/*Avia*/


.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
  background-color:b9af96!important;
  border:b9af96!important;
  color:#ffffff;
  text-align:center;
}

.main_color table caption, .main_color tr:nth-child(2n), .main_color .pricing-table > li:nth-child(2n) {
  color:#000000;
}

.pricing-table > li {
  text-align:left;
}

.avia-button.avia-size-large {
  font-family: oswald;
  font-size: 1em;
}


#top .avia-post-nav {
  background-color: rgba(0, 0, 0, 0.3);
}



/*Social Header*/
#header_meta {
  background-image: url("/wp-content/uploads/2015/03/grey-50x50-bg.jpg");
  min-height: 50px;
}


/*Sub Nav Mods*/
div.container div.phone-info.with_nav span {
  padding:15px;
  font-size: 20px;
  font-weight:100;
  font-family:oswald;
}

div.phone-info.with_nav {
  padding-bottom: 0px!important;
  padding-top: 0px!important;
}



#top .sub_menu > ul, #top .sub_menu > ul > li {
  padding-top:0px;
  font-weight:100;
  font-family:oswald;
}

.sub_menu > ul, #top .sub_menu > ul > li a, #top .sub_menu > ul > li a:visited {
  font-size: 20px;
  color:#000000;

}



/*login button*/
li#menu-item-2145 a {
  padding: 10px;
  background-color:#d0112b!important;
  color: white!important;
  line-height: 24px!important;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}



nav.sub_menu ul#avia2-menu.menu li {
  background-color:transparent;
}




#header_meta .container {
  min-height: 50px;
  padding-left:0px;
}






/*Adjust fourth grid*/
div .av_one_fourth {
  margin-left: 3%;
  width: 22.75%;
}







#hmenu_load_1 .hmenu_mega_inner {
  max-width:700px!important;
  border:solid 1px #666666;
}

.js_active .top_tab .tab {
  color: #000000;
  font-family: "Rockwell","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:20px;
  padding-top:20px
  padding-bottom:20px
  padding-right:20px
  padding-left:20px
  background-color:#ffffff;
  font-weight:400;
  background-color:#ffffff;
}


/*Content Slider */
.avia-content-slider .slide-entry-title {
  font-size: 1.3em;
}


.onethird {
  width:20%;
  display:block;
  padding:10px;
  height:100%;
  float:left;
}

.twothird {
  width:80%;
  display:block;
  padding:10px;
  height:100%;
  float:right;
}




/*tubepress */
.tubepress_thumb {
  float: left;
  font-size: 11px;

  line-height: 1.1em;
  overflow-x: hidden;
  overflow-y: hidden;
}

dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
  float: left;
  font-size: 14px;
  font-weight:100;
  line-height: 1.2em;
  width: auto;

}




/*content and sidebar */
#top #main .sidebar {
  border-left-style: none;
  border-left-width: 0px;
}



.sidebar {
  padding-left:0px;

}
.inner_sidebar {
  margin-left: 10px;
  margin-right: 10px;
}






/*sub menu header */
#top .header_color .sub_menu li ul a {
  color: #ffffff;
}

#top .social_bookmarks li a {
  color:#d0112b;
}


/*Hide comments hints */
.form-allowed-tags{
  display:none;
}

#commentform label {
  font-size:11px;
  font-weight:100;
  left: 25px;
  position: absolute;
  top: -5px;
}
/*Hide comments hints end*/


p.subscribe-to-comments input#subscribe
{
  float:left;
  margin-right: 10px;
}



#header_main {
  background-color:#ffffff;
}


#header_main .container, .main_menu ul:first-child > li a {
  height:auto;
  line-height:auto;

}

#top #header .av-main-nav > li > a {
  font-family:Oswald;
  font-weight:100;

}

#top #header .mega_menu_title a {
  font-size:1em;
  min-height: 8px;
  font-family:Oswald,sans-serif!important;
  font-weight:100;
  text-decoration:none;
}

.header_color .main_menu ul:first-child > li > a { color: #ffffff; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: #eb3b3b; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #eb3b3b; } /* color of active menu item */

#top #header .mega_menu_title a { color: #000000; } /* color of main menu items */
#top #header .mega_menu_title a:hover { color: #eb3b3b; text-decoration:none;} /* hover state of main menu items */
#top #header .avia_mega_div ul, #top #header .avia_mega_div li {  background-color: #FFFFFF;}

.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color:#eb3b3b;
}



.avia-content-slider {
  margin-top:5px;
}



/*Fun Styles*/
.largeMarg {
  padding-top:50px;
  padding-bottom:50px;
}



#top.home.page.page-id-8.page-template-default.logged-in.admin-bar.boxed.mate_sc.open_sans.customize-support div#wrap_all div#main div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { display: none;}





.av-special-heading {
  margin-top:20px;
}

/*Special Heading Font*/


.alternate_color h2 {
  font-weight:100;
}



.avia-caption-content p {
  font-size:.9em;
}






/*CBA Anchor Menu Style*/
div#text-2.widget.clearfix.widget_text {margin:20px 0px 20px 0px!important; padding:0px!important;}

html#ls-global.html_stretched.responsive.responsive_large.av-default-lightbox.html_header_top.html_logo_left.html_main_nav_header.html_menu_right.html_large.html_header_sticky.html_header_shrinking_disabled.html_header_topbar_active.html_mobile_menu_phone.html_disabled.html_entry_id_734.avia_desktop.js_active.avia_transform.avia_transform3d.avia-mozilla.avia-mozilla-34.avia-mac body#top.page.page-id-734.page-template-default.logged-in.admin-bar.stretched.mate_sc.open_sans.customize-support div#wrap_all div#main div#after_layer_slider_1.main_color.container_wrap.fullsize div.container div.template-page.content.twelve.alpha.units {margin:0px!important; padding:0px!important;}

/*Reduce Min Height*/
.avia-section {
  min-height:50px;
}

/*Text Widget Link Style*/
.textwidget div a {
  color:#ffffff; text-decoration:none!important;}

.textwidget div a:hover {
  color:#ffffff; text-decoration:underline!important;
}

/*Secondary Menu BG Color*/
#top .sub_menu>ul>li:hover {
  background: red;
}





/*All Forms Styles*/

.gform_wrapper table.gfield_list thead th[scope=col] {font-size: 0.92em!important; font-weight:400!important;}

div.ginput_container input, .select, #top .gform_wrapper select {padding:17px !important; background-color:#fff;}

label, input { color:#000 !important; line-height: !important;}

.gfield_description { color:#3d3d3d !important;}

h2.gsection_title { color:#000000 !important;}

.gform_next_button, .gform_button, input.gform_button.button{ color:#fff !important;}

#top .gform_wrapper.gravity-theme .ginput_complex label {
	padding-top: 0px;!important;}

#top .gform_wrapper.gravity-theme .gfield_label {margin-bottom: 0px;!important;}

#top fieldset { margin-bottom:0px!important;}

#top legend, #top label {
	font-weight: normal;
  font-size: .8em;
	font-weight:bold;
}

#top .gform-field-label.gfield_header_item.gform-grid-col {
	font-size: 10px;
}


#top .main_color textarea::placeholder, .main_color input::placeholder, .main_color input, .main_color textarea {
	opacity:1;
}

#top .gform_wrapper input[type="text"],
#top .gform_wrapper input[type="email"],
#top .gform_wrapper input[type="tel"],
#top .gform_wrapper input[type="number"],
#top .gform_wrapper input[type="url"],
#top .gform_wrapper textarea,
#top .gform_wrapper select {
    background-color: #fff; /* Desired background color */
    /* Add other styling properties as needed */
}

fieldset.bgbox{
  background-color: #f5f7f7!important;
  padding: 20px!important;
}

#top .bgbox legend.gfield_label.gform-field-label {
  display: contents!important;
}


body .gform_wrapper {
    border: 1px solid #f5f7f7;
    background-color: #f2f2f2;
    padding: 30px 30px 0 30px;
    margin: 20px 0;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}





/*Widget Title*/
h3.widgettitle {
  font-size:18px!important;
  font-weight:400;
  color:#000000!important;
}


/*Gravity Form Mods*/

#top .gform_wrapper ul li.gfield {
  margin-bottom:0px !important;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"],#top input[type="comment"], #top textarea, #top select {
  border-radius:0px!important;
  width:100%;
}

#top input[type="comment"], .comment-form {
  min-width:100%!important;
  width:100%!important;
}

p.comment-form-comment textarea#comment {
  min-width:100%!important;
  width:100%!important;
}

div.ginput_container.ginput_container_email input#input_2_10.medium {
  width:100%;
}



.gform_wrapper .gfield_required {
  display: none;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  font-size:9px!important;
  color:#666666!important;
}

.cb-border {
  border: solid 1px #666666;
  padding:5px;
}




/* Enable print image */

body #cooked-plugin-page .print-image {
  /*display: block;*/
}




/* Tablet Portrait size to standard 960 (devices and browsers) */


@media screen and (max-width: 667px) {

  .cbc img {
    width:400px!important;
    height: 160px;
    object-fit:cover;
  }
  .cbc p{
    font-size:12px!important;
  }

  .columns-pres .column .column2 {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
  .html_header_top.html_header_topbar_active.html_header_sticky #top #main{
    padding-top: 0px !important;
  }


  .covid_consumer_slider .av-tab-section-image {
    opacity: 0.65;
    filter: none;
  }

  #no-bg {
    background-image: none !important;
  }

  .page-id-9114 .tabcontainer {
    margin-top: 0px!important;
    border:0px!important;
  }

  a.ubermenu-responsive-toggle {
    margin-left:0px!important;
  }
  #ubermenu-nav-secondary-1009-avia2{
    margin: 0 00px !important;
  }


  .main_menu-uber {
    margin-left: 40px;
    width: 70%;
    padding-top:10px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive #top .container .av-content-small, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}



@media screen and (min-width: 667px) and (max-width: 980px) {
  .columns-pres .column .column2 {
    margin-bottom: 5px;
    flex-basis: 40%;
  }

  .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 0px !important;
  }

  /* cooked define two columns */
  .cooked-recipe-grid.cooked-columns-3 .cooked-recipe {
    width: 40.333%;
    min-width: 40.333%;
  }

  .ubermenu-responsive-toggle .ubermenu-responsive-toggle-main {
    margin-left: 30px;
  }

}


/*Adding approved CB fonts*/


@font-face {
  font-family: 'wausau';
  src: url('/wp-content/fonts/wausau/wausau-webfont.eot');
  src:  url('/wp-content/fonts/wausau/wausau-webfont.eot?#iefix') format('embedded-opentype'),
  url('/wp-content/fonts/wausau/wausau-webfont.woff2') format('woff2'),
  url('/wp-content/fonts/wausau/wausau-webfont.woff') format('woff'),
  url('/wp-content/fonts/wausau/wausau-webfont.ttf') format('truetype'),
  url('/wp-content/fonts/wausau/wausau-webfont.svg#wausauregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rockwell';
  src: url('/wp-content/fonts/rockwell/RockwellStd.otf');
  src: url('/wp-content/fonts/rockwell/RockwellStd.eot') format('embedded-opentype'),
  url('/wp-content/fonts/rockwell/RockwellStd.woff2') format('woff2'),
  url('/wp-content/fonts/rockwell/RockwellStd.woff') format('woff'),
  url('/wp-content/fonts/rockwell/RockwellStd.ttf') format('truetype'),
  url('/wp-content/fonts/rockwell/RockwellStd.svg#RockwellStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('/wp-content/fonts/roboto/roboto.eot') format('embedded-opentype'),
  url('/wp-content/fonts/roboto/roboto.woff') format('woff'),
  url('/wp-content/fonts/roboto/roboto.ttf') format('truetype'),
  url('/wp-content/fonts/roboto/roboto.svg#robotStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'northland';
  src: url('/wp-content/fonts/northland/north_land.woff2') format('woff2'),
  url('/wp-content/fonts/northland/north_land.woff') format('woff'),
  url('/wp-content/fonts/northland/north_land.eot') format('embedded-opentype'),
  url('/wp-content/fonts/northland/north_land.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'northlandsans';
  src: url('/wp-content/fonts/northlandsans/north_land_sans.woff2') format('woff2'),
  url('/wp-content/fonts/northlandsans/north_land_sans.woff') format('woff'),
  url('/wp-content/fonts/northlandsans/north_land_sans.eot') format('embedded-opentype'),
  url('/wp-content/fonts/northlandsans/north_land_sans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

.northland {font-family:"northland"!important;}
.northland h3, .northland h3.av-special-heading-tag {font-family:"northland"!important; font-size:55px; }
.northland h1.av-special-heading-tag {font-family:"northland"!important; text-transform:capitalize;!important; font-size:10em;}
.northlandsans, .northlandsans h3, .northlandsans h3.av-special-heading-tag, .northlandsans h4.av-special-heading-tag {font-family:"northlandsans"!important;}
.beer-green, .beer-green h3{color:#0a625f!important;}
.red h3 {color:#d0112b!important;}

html.html_stretched.responsive.av-default-lightbox.html_header_top.html_logo_left.html_main_nav_header.html_menu_right.html_slim.html_header_sticky.html_header_shrinking_disabled.html_header_topbar_active.html_mobile_menu_tablet.html_header_searchicon_disabled.html_content_align_center.html_header_unstick_top_disabled.html_header_stretch.html_av-submenu-hidden.html_av-submenu-display-click.html_av-overlay-side.html_av-overlay-side-classic.html_av-submenu-noclone.html_entry_id_22717.html_visible_cart.avia_desktop.js_active.avia_transform.avia_transform3d.avia-mozilla.avia-mozilla-97 body#top.page-template-default.page.page-id-22717.logged-in.stretched.oswald.helvetica-websave.helvetica.theme-enfold.woocommerce-js div#wrap_all div#main div#av_section_1.avia-section.main_color.avia-section-large.avia-no-border-styling.avia-full-stretch.avia-bg-style-scroll.avia-builder-el-0.el_before_av_section.avia-builder-el-first.av-minimum-height.av-minimum-height-custom.container_wrap.fullsize div.container main.template-page.content.av-content-full.alpha.units div.post-entry.post-entry-type-page.post-entry-22717 div.entry-content-wrapper.clearfix div.flex_column.av_one_full.flex_column_div.av-zero-column-padding.first.avia-builder-el-1.el_before_av_one_third.avia-builder-el-first div.av-special-heading.av-special-heading-h3.blockquote.modern-quote.modern-centered.avia-builder-el-2.el_before_av_heading.avia-builder-el-first.northland h3.av-special-heading-tag

.oswald {font-family:"oswald"!important;}

/* cook and prep time and difficulty */

.show-recepie-meta-diff-time {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 7;
}

.cooked-recipe-card .show-recepie-meta-diff-time {
  bottom: auto;
  top: 170px;
}

.show-recepie-meta-diff-time .meta-time,
.prep-cook-time-wrapper {
  padding-left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  padding: 5px;
  font-size: 32px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.recipe-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 24px;
}


@media only screen and (max-width: 800px) {
  .recipe-row {
    flex-direction: column;
  }

}

.recipe-column {
  flex: 1 1 0;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,.04), inset 0 0 0 1px rgba(0,0,0,.1);
  background: #FFFFFF;
  text-align: center;
  margin: 0 1.5% 3%;
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .recipe-column {
    flex: 0 0 auto;
    width: 47%;
  }
}

.recipe-featured-image {
  position: relative;
  height: 250px;
  width: 100%;
}

.recipe-featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}



.recipe-card-sep {
  display: block;
  width: 15%;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  margin: 20px auto;
  transition: all ease .3s;
}

.recipe-column:hover .recipe-card-sep {
  background: #d0112b;
  width: 25%;
}

.pagination-list-recipes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.pagination-list-recipes .page-numbers.dots {
  display: none;
}

.meta-diffuclty {
  margin-left: auto;
}


.total-time-min {
  font-size: 12px;
}

.prep-meta-time {
  margin-bottom: 7px;
}

.has-marinating-time .prep-meta-time {
  margin-bottom: 5px;
}

.prep-time-time,
.cook-time-time {
  font-size: 12px;
}

.has-marinating-time .prep-time-time,
.has-marinating-time .cook-time-time {
  font-size: 10px;
}

.prep-time-time,
.cook-time-time {
  line-height: 1.2em;
}

.prep-time-time p,
.cook-time-time p {
  margin: 0;
  font-size: 12px!important;
}

.cooked-recipe-modern .show-recepie-meta-diff-time .cooked-recipe-info>section.cooked-left >span {
  font-size: 1.4rem;
}

.show-recepie-meta-diff-time span.cooked-difficulty-level-1,
.show-recepie-meta-diff-time span.cooked-difficulty-level-2,
.show-recepie-meta-diff-time span.cooked-difficulty-level-3 {
  display: block;
  text-indent: -9999px;

}

.show-recepie-meta-diff-time span.cooked-difficulty-level-1::after,
.show-recepie-meta-diff-time span.cooked-difficulty-level-2::after,
.show-recepie-meta-diff-time span.cooked-difficulty-level-3::after {
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  /*     position: absolute; */
  background-size: cover;
}


.show-recepie-meta-diff-time span.cooked-difficulty-level-1::after {
  background-image: url("/wp-content/themes/enfold-child/images/beginner-graphic.png");
}
.show-recepie-meta-diff-time span.cooked-difficulty-level-2::after {
  background-image: url("/wp-content/themes/enfold-child/images/intermediate-graphic.png");
}

.show-recepie-meta-diff-time span.cooked-difficulty-level-3::after {
  background-image: url("/wp-content/themes/enfold-child/images/advanced-graphic.png");
}

article.cp_recipe .entry-content > .cooked-recipe-info.cooked-clearfix {
  display: flex;
  flex-wrap: wrap;
}

article.cp_recipe .cooked-recipe-info>span {
  display: block;
}

@media only screen and (min-device-width: 768px)

{

  .centered-columns-left {
    margin-left: 17%!important;
    width: 30%!important;
  }


  .centered-columns-right {
    margin-left:7%!important;
    width: 30%!important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {


  h3 {
    font-size: 24px !important;
  }


  .home-block h2 {
    font-size: 32px !important;
  }

  .container {
    padding: 0px 0px;
  }

  #top .responsive .container {
    max-width: 100% !important;
  }
}

.tasty-recipes-ingredient-group-heading{
  list-style: none !important;
  margin: 0.75em 0 0.25em !important;
  padding: 0 !important;
}
.tasty-recipes-ingredient-group-heading strong{
  color: #b11217 !important;
  font-weight: 700 !important;
}

.tasty-recipes-details .tasty-recipes-detail-value {
	color: #fff !important;      /* screen */
}

@media print {
	.tasty-recipes-details .tasty-recipes-detail-value {
		color: #555 !important;  /* print */
	}
}

.tasty-recipes-details, .tasty-recipes-details * { color:#555 !important; }

/* --------------------------------------------
   WP Tasty: Category/Method under Directions
   Prevent tag links from overflowing / blowing out
   -------------------------------------------- */

/* Target only the WP Tasty "other details" area (where Category/Method appear) */
.tasty-recipes .tasty-recipes-other-details ul,
.tasty-recipes .tasty-recipes-other-details li{
  max-width: 100%;
}

/* Make each line wrap correctly even if Enfold/WP Tasty uses flex */
.tasty-recipes .tasty-recipes-other-details li{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline;
  gap: 0.35em 0.5em;
  min-width: 0 !important;
  white-space: normal !important;
}

/* Keep the label ("Category:", "Method:") from stretching weirdly */
.tasty-recipes .tasty-recipes-other-details li .tasty-recipes-label{
  flex: 0 0 auto;
  white-space: nowrap; /* label stays together */
}

/* Allow the link group to shrink/wrap */
.tasty-recipes .tasty-recipes-other-details li a,
.tasty-recipes .tasty-recipes-other-details li span,
.tasty-recipes .tasty-recipes-other-details li{
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  min-width: 0 !important;
}

/* Ensure links stay inline (not stacked) */
.tasty-recipes .tasty-recipes-other-details li a{
  display: inline !important;
	text-decoration:underline!important;
}

.tasty-recipes .tasty-recipes-meta-bottom{
  background:#b30000;
  padding:14px 18px;
  margin:18px 0 10px;
  border-radius:4px;
  text-align:center;
}

.tasty-recipes .tasty-recipes-meta-bottom ul{
  margin:0;
  padding:0;
  list-style:none;
}

.tasty-recipes .tasty-recipes-meta-bottom li{
  justify-content:center;
  margin:0 0 6px 0;
  color:#fff !important;
  line-height:1.5;
}

.tasty-recipes .tasty-recipes-meta-bottom li:last-child{
  margin-bottom:0;
}

.tasty-recipes .tasty-recipes-meta-bottom,
.tasty-recipes .tasty-recipes-meta-bottom *{
  color:#fff !important;
}

.tasty-recipes .tasty-recipes-meta-bottom a{
  color:#fff !important;
  text-decoration:underline !important;
}

.tasty-recipes .tasty-recipes-meta-bottom .tasty-recipes-label{
  font-style:italic;
}

/* =========================================================
   GLOBAL RESET FOR THIS GRID
   ========================================================= */

#top .wprecipes .avia-content-slider,
#top .wprecipes .avia-content-slider-inner,
#top .wprecipes .slide-entry-wrap {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}



/* =========================================================
   FORCE 5-ACROSS GRID (ENFOLD CONTENT SLIDER)
   ========================================================= */

#top .wprecipes .slide-entry-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 24px !important; /* single source of truth */
	align-items: stretch;
}

/* each card */
#top .wprecipes article.slide-entry {
	/* gap is 24px, so subtract 24px to avoid row math weirdness */
	flex: 0 0 calc(20% - 24px) !important;
	max-width: calc(20% - 24px) !important;
	margin: 0 0 24px 0 !important;
	float: none !important;
	clear: none !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* kill Enfold column overrides */
#top .wprecipes .av_one_fifth,
#top .wprecipes .flex_column {
	width: auto !important;
}

/* =========================================================
   RESPONSIVE BREAKS (ENFOLD CONTENT SLIDER)
   ========================================================= */

@media (max-width: 1200px) {
	#top .wprecipes article.slide-entry {
		flex: 0 0 calc(25% - 24px) !important;
		max-width: calc(25% - 24px) !important;
	}
}

@media (max-width: 990px) {
	#top .wprecipes article.slide-entry {
		flex: 0 0 calc(33.333% - 24px) !important;
		max-width: calc(33.333% - 24px) !important;
	}
}

@media (max-width: 768px) {
	#top .wprecipes article.slide-entry {
		flex: 0 0 calc(50% - 24px) !important;
		max-width: calc(50% - 24px) !important;
	}
}

@media (max-width: 480px) {
	#top .wprecipes article.slide-entry {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

/* =========================================================
   IMAGE NORMALIZATION
   ========================================================= */

#top .wprecipes .slide-image {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}



/* remove Enfold overlay weird sizing */
#top .wprecipes .image-overlay {
	display: none !important;
}

/* =========================================================
   CARD CONTENT
   ========================================================= */

#top .wprecipes .slide-content {
	padding: 14px 14px;
	text-align: center;
}

#top .wprecipes .entry-content-header {
	margin: 0;
	padding: 0;
}

/* title */
#top .wprecipes .slide-entry-title {
	font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.25;
	margin: 0;
}

#top .wprecipes .slide-entry-title a {
	color: #000;
	text-decoration: none;
}

#top .wprecipes .slide-entry-title a:hover {
	color: #b30000;
}

/* excerpt (when present) */
#top .wprecipes .slide-entry-excerpt {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
	color: #555;
}

/* =========================================================
   REMOVE ENFOLD JUNK
   ========================================================= */

#top .wprecipes .av-vertical-delimiter,
#top .wprecipes .entry-footer,
#top .wprecipes .fallback-post-type-icon {
	display: none !important;
}

/* =========================================================
   PAGINATION CLEANUP
   ========================================================= */

#top .wprecipes .pagination-wrap {
	margin-top: 40px;
	text-align: center;
}

#top .wprecipes .pagination a,
#top .wprecipes .pagination span {
	padding: 6px 12px;
	margin: 0 4px;
}


/* =========================================================
   FORCE "VIEW RECIPE" BADGE – ENFOLD CONTENT SLIDER
   (badge is attached to image container, not card)
   ========================================================= */

/* anchor */
#top .wprecipes .slide-image,
#top .wprecipes .av-masonry-image-container {
	position: relative !important;
	overflow: hidden;
}

/* badge */
#top .wprecipes .slide-image::before,
#top .wprecipes .av-masonry-image-container::before {
	content: "View Recipe";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;

	background: #d0112b;
	color: #fff;

	font-size: 16px;
	font-weight: 400;
	line-height: 1;

	padding: 15px;
	border-radius: 10px 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.18);

	pointer-events: none;

	/* Safari paint nudge (helps sometimes) */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* =========================================================
   RECIPE ARCHIVE GRID (YOUR CUSTOM .cb-tasty-tax-grid)
   Force true columns + consistent spacing
   ========================================================= */

/* CHANGE this selector to your actual archive grid container */
.cb-tasty-tax-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 26px !important;          /* equal spacing between rows/cols */
	align-items: stretch;
	margin-bottom: 26px !important; /* consistent bottom spacing */
	padding-bottom: 26px !important;
}

/* Don’t let child margins collapse your vertical rhythm */
.cb-tasty-tax-grid > * {
	margin: 0 !important;
}

/* Force 3 across at this breakpoint (prevents 3 then 2 look) */
@media (max-width: 1199px) {
	.cb-tasty-tax-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* 2 across */
@media (max-width: 899px) {
	.cb-tasty-tax-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* 1 across */
@media (max-width: 599px) {
	.cb-tasty-tax-grid {
		grid-template-columns: 1fr !important;
	}
}

/* CHANGE selectors to match your actual card element (keep minimal) */
.cb-tasty-tax-grid .cb-tasty-card,
.cb-tasty-tax-grid .grid-entry {
	width: auto !important;
	float: none !important;
	display: block !important;
}

/* Bold-only ingredient title rows (class is added by JS) */
.tasty-recipes-ingredients-body span.cb-ingredient-heading{
  padding-left: 0 !important;
}

.tasty-recipes-ingredients-body span.cb-ingredient-heading > .tasty-recipes-ingredients-body span.cb-ingredient-heading strong{
  color:#b30000 !important;
  font-weight:800 !important;
}



/* =========================================================
   /recipes/ Masonry cards
   Safe version — do not blank card internals
   ========================================================= */

/* Card shell */
#top .wprecipes .av-masonry-entry {
	background: #fff !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	box-shadow: 0 2px 3px rgba(0,0,0,.04), inset 0 0 0 1px rgba(0,0,0,.1);
	margin-bottom: 24px !important;
}

/* Image area */
#top .wprecipes .av-masonry-image-container,
#top .wprecipes .av-masonry-image-container a {
	display: block !important;
	position: relative !important;
	overflow: hidden !important;
	background: #f2f2f2;
}

#top .wprecipes .av-masonry-image-container img {
	display: block !important;
	width: 100% !important;
	height: 250px !important;
	object-fit: cover !important;
	border-radius: 10px 10px 0 0 !important;
	transform: scale(1);
	transition: transform .35s ease;
}

#top .wprecipes .av-masonry-entry:hover .av-masonry-image-container img {
	transform: scale(1.05);
}

/* Keep existing text layer visible, just restyle it */
#top .wprecipes figcaption.av-inner-masonry-content,
#top .wprecipes .av-inner-masonry-content {
	background: #fff !important;
	padding: 14px 14px 18px !important;
	text-align: left !important;
}

/* Title */
#top .wprecipes .av-masonry-entry-title,
#top .wprecipes .av-masonry-entry-title a {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	color: #000 !important;
	text-transform: none !important;
	margin: 0 !important;
	text-align: left !important;
}

/* Excerpt */
#top .wprecipes .av-masonry-entry-content,
#top .wprecipes .av-masonry-entry-content p {
	font-size: 13px !important;
	line-height: 1.35 !important;
	color: #7a7a7a !important;
	text-align: left !important;
}

/* View Recipe badge */
#top .wprecipes .av-masonry-image-container::before {
	content: "View Recipe";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: #d0112b;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 15px;
	border-radius: 10px 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.18);
	pointer-events: none;
}

/* Mobile */
@media (max-width: 767px) {
	#top .wprecipes .av-masonry-image-container img {
		height: 220px !important;
	}
}



/* =========================================================
   WP Tasty – Ingredient checkboxes + bold section headings
   SAFE / SCOPED FIX (no global strong coloring, no checkbox removal)
   ========================================================= */

/* Ensure checkbox container is visible & aligned */
.tasty-recipes-entry-content .tasty-recipes-ingredients-body .tr-ingredient-checkbox-container{
  display:inline-flex;
  align-items:center;
  margin-right:10px;
}

/* Default ingredient text color (avoid accidental global overrides) */
.tasty-recipes-entry-content .tasty-recipes-ingredients-body{
  color:#000;
}

/* Treat rows that are just bold text as section headings */
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]:has(> strong),
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]:has(> p > strong){
  padding-left:0 !important;
  margin:0.75em 0 0.25em !important;
}

/* Hide ONLY the heading row's own checkbox (direct child only) */
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]:has(> strong) > .tr-ingredient-checkbox-container,
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]:has(> p > strong) > .tr-ingredient-checkbox-container{
  display:none !important;
}

/* Heading styling */
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]:has(> strong) > strong,
.tasty-recipes-entry-content .tasty-recipes-ingredients-body span[data-tr-ingredient-checkbox]:has(> p > strong) > p > strong{
  color:#b11217 !important;
  font-weight:700 !important;
}

/* =========================================================
   /recipes/ Masonry cards
   Class: recipes-masonry
   ========================================================= */

/* Masonry item spacing */
#top .recipes-masonry .av-masonry-entry{
	margin-bottom:24px !important;
}

/* One card shell only */
#top .recipes-masonry figure.av-inner-masonry{
	background:#fff !important;
	border-radius:10px !important;
	overflow:hidden !important;
	box-shadow:0 2px 3px rgba(0,0,0,.04), inset 0 0 0 1px rgba(0,0,0,.1) !important;
	margin:0 !important;
	width:100% !important;
}

/* image area */
#top .recipes-masonry .av-masonry-outerimage-container{
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}

#top .recipes-masonry .av-masonry-image-container{
	width:100% !important;
	height:250px !important;
	min-height:250px !important;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	position:relative !important;
	overflow:hidden !important;
}

/* red badge */
#top .recipes-masonry .av-masonry-outerimage-container::before{
	content:"View Recipe";
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	background:#d0112b;
	color:#fff;
	font-size:16px;
	font-weight:400;
	line-height:1;
	padding:15px;
	border-radius:10px 0;
	box-shadow:0 2px 8px rgba(0,0,0,.18);
	pointer-events:none;
}

/* caption */
#top .recipes-masonry figcaption.av-inner-masonry-content{
	display:block !important;
	width:100% !important;
	background:#fff !important;
	padding:14px 14px 18px !important;
	opacity:1 !important;
	transform:none !important;
	box-sizing:border-box !important;
}

/* flatten wrappers without forcing full height */
#top .recipes-masonry .av-inner-masonry-content-pos,
#top .recipes-masonry .av-inner-masonry-content-pos-content{
	display:block !important;
	position:static !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
}

#top .recipes-masonry .avia-arrow{
	display:none !important;
}

/* title */
#top .recipes-masonry .av-masonry-entry-title,
#top .recipes-masonry .av-masonry-entry-title a{
	font-family:'Helvetica', Arial, sans-serif !important;
	font-size:18px !important;
	text-align:left !important;
	font-weight:normal !important;
	line-height:1.2 !important;
	color:#000 !important;
	text-transform:none !important;
	margin:0 !important;
	text-decoration:none !important;
}

/* allow variable title length */
#top .recipes-masonry .av-masonry-entry-title{
	display:-webkit-box !important;
	-webkit-line-clamp:4 !important;
	-webkit-box-orient:vertical !important;
	overflow:hidden !important;
}

/* hide extra meta */
#top .recipes-masonry .av-masonry-date,
#top .recipes-masonry .av-masonry-author,
#top .recipes-masonry .av-masonry-comments,
#top .recipes-masonry .av-masonry-taxonomies,
#top .recipes-masonry .av-icon-display,
#top .recipes-masonry .av-vertical-delimiter,
#top .recipes-masonry .av-masonry-entry-content{
	display:none !important;
}

@media (max-width:767px){
	#top .recipes-masonry .av-masonry-image-container{
		height:220px !important;
		min-height:220px !important;
	}
}

/* spacing between masonry cards */
#top .recipes-masonry .av-masonry-entry{
	margin-bottom:26px !important;
	padding:0 13px !important; /* creates horizontal gutter */
	box-sizing:border-box !important;
}

/* remove container squeeze */
#top .recipes-masonry .av-masonry-container{
	margin:0 -13px !important; /* balances the padding above */
}

/* fix first item vertical offset */
#top .recipes-masonry .av-masonry-entry{
	top:0 !important;
}
#top .recipes-masonry .av-masonry-entry{
	width:20% !important;
}

@media (max-width:1200px){
	#top .recipes-masonry .av-masonry-entry{
		width:25% !important;
	}
}

@media (max-width:990px){
	#top .recipes-masonry .av-masonry-entry{
		width:33.333% !important;
	}
}

@media (max-width:768px){
	#top .recipes-masonry .av-masonry-entry{
		width:50% !important;
	}
}

@media (max-width:480px){
	#top .recipes-masonry .av-masonry-entry{
		width:100% !important;
	}
}