/*may impact other things, but header color on recipe card*/
h2 {
    color: #494240;
}


/*H1 headers that are links look normal*/
h1 a {
	font-family: 'BrioScriptPlus';
	text-decoration: none
}

/*H2 headers that are links look normal*/
h2 a {
	font-family: 'BrioScriptPlus';
	text-decoration: none
}

/*Recipe Card Header Background color*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-header-wrap {
    background-color: #E9E6DB
}

/*Cook Mode Button Turned On Color*/
.wpzoom-nosleep-toggle-container input:checked+.slider {
    background-color: #CD9657;
}
.wpzoom-nosleep-toggle-container .slider:before 
{
    background-color: #494240;
}

.wpzoom-nosleep-toggle-container .slider 
{
    background-color: #e9ecdb;
}


/*Cook Mode Recipe Card Color*/
.wpzoom-nosleep-toggle-container .wpzoom-nosleep-label 
{
    color: #494240
}

/*Ingredients Recipe Card Color*/
.wpzoom-rbc-ingredient-name 
{
    color: #494240;
		font-style: bold;
}


/*Ingredients Circle When Checked Color*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .ingredients-list>li.ticked .tick-circle {
    border: 2px solid #9DA189!important;
    background: #9DA189;
}

/*Field Notes Recipe Card Color*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .notes-title {
    color: #494240;
}


/*Background Color of Field Notes box*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-notes .recipe-card-notes-list>li, .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-notes>ul>li {
    position: relative;
    background-color: #E9E6DB;
}

/*Primary button color for the print and jump to recipe buttons in the actual post*/
.wpzoom-recipe-card-buttons a.wpzoom-recipe-snippet-button {
    font-size: 14px;
    padding: 14px 20px;
    color: #FFFDFA;
    background-color: #9DA189;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

/*Hover button color for the print and jump to recipe buttons in the actual post*/
.wpzoom-recipe-card-buttons a.wpzoom-recipe-snippet-button:hover {
    font-size: 14px;
    padding: 14px 20px;
    color: #FFFDFA;
    background-color: #CD9657;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

/*Makes entire object clickable when you type full-link in the additional css class(es) section */
.full-link a:after {
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
content:'';
}


/*Recipe Card Title header*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-heading .recipe-card-title {
    color: #494240;
	font-family: 'BrioScriptPlus';
}


/*Ingredients header*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-ingredients .ingredients-title{
    color: #494240;
	font-family: 'BrioScriptPlus';
}

/*Directions header*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-directions .directions-title{
    color: #494240;
	font-family: 'BrioScriptPlus';
}

/*Field Notes header*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-notes .notes-title {
    color: #494240;
	font-family: 'BrioScriptPlus';
}


/*DIRECTIONS Step copy color*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-directions {
    color: #494240;
}


/*DIRECTIONS Step NUMBER color*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-directions .directions-list li:before {
    color: #CD9657;
}

/*Contents of Field notes circle icon*/
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-notes .recipe-card-notes-list>li::before,.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-simple .recipe-card-notes>ul>li::before {
    content: '+';
}

/* Hide mobile header on desktop */
.show-mobile {
  display: none;
}

/* Show desktop header on larger screens */
.show-desktop {
  display: block;
}

@media (max-width: 768px) {
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}

header.wp-block-template-part {
   z-index: 11;
  position: relative;
}

.wp-block-navigation__responsive-container-open svg {
  width: 36px;
  height: 36px;
}