/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/

div.note {
	background: #FBF9F5;
    font-family: "PT serif";
	font-size: 15px;
	line-height: 1.73em;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1em 1.5em;
	border-radius: 4px;
}
.ingredients p.note, .ingredients2 .note {
    font-family: "PT serif";
    font-size: 16px;
    line-height: 29px;
    color: #2A2A2A;
    font-style: italic;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #C0C0C0;
    clear: both;
}
.favorites-link {
  display: inline-block;
  position: relative;
  margin: 20px 10px;
  background: #00d080;
  min-width: 216px;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  white-space: nowrap;
}
.favorites-link a {color: #fff; font-size: 16px; padding: 0 5px;}
.simplefavorite-button-count {padding-left: 10px; font-size: 16px;}
.favorites-list .simplefavorite-button-count {float: left}
.social-likes {display: block }
.vce-lay-b, .vce-lay-c {position: relative;}
.simplefavorite-button b, .simplefavorite-button i {
  padding: 0 5px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
b.fa, i.fa {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
.simplefavorite-button {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #00d080;
  display: inline-block;
  margin: 0;
  min-width: 10px;
  font-size: 16px;
}
.favorites-list .simplefavorite-button {
  position: absolute;
  border-radius: 0;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0px;
  display: inline;
  z-index: 999;
  background-color: rgba(255,255,255,0.5);
}

b.red {color: red; font-size: 20px;}
.right {float: right;}
.left { float: left}
.simplefavorite-button b {display: none}
.favorites-list .simplefavorite-button b {display: inline-block}
.favorites-list .simplefavorite-button i {display: none}
.simplefavorites-clear {margin: 20px 0; color: #fff;}

.subscribe_post {
	background: none repeat scroll 0px 0px #FFF;
	border: 1px solid #CCC;
	color: #666;
	font: 15px Arial,"Arimo",sans-serif;
	width: 230px;
	margin: auto;
	padding: 20px;
	text-align: center;
}

.entry-content blockquote {
	background: #FFFAF0 url("images/smalltile2.png") no-repeat scroll 15px 20px;
    border: 0px solid #cccc99;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 16px 0;
    min-height: 90px;
    overflow: hidden;
    padding: 20px 20px 0 100px;
	font-size: 14px;
	line-height: 20px;
	font-family: inherit;
    clear: both;
}

blockquote:before,
	q:before {
	
}
/*h1.entry-title {
	font-family: 'PT serif', serif;
    font-size: 30px;
	color: #2a2a2a;
    margin: 0 auto 15px;
}*/

p {
	margin-bottom: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 15px 15px 15px;
}

.breadcrumbs {
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
	color: #9b9b9b;
}
.breadcrumbs a {
	padding: 6px;
}

#category-more-text {
	color: #a82100;
	text-decoration: underline;
	margin: 20px 0 0;
	display: block;
	cursor: pointer;
}
	
.widget-title,
.vce-featured-title {
	font-family: "PT serif";
    font-weight: 400;
}
.author-title {
	color: #a82100;
}

.wp-caption .wp-caption-text a{
  color: black;
  text-decoration: underline;
}

.main-box-subtitle {
    margin: -5px auto 0px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align: justify;
    padding-bottom: 18px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: default;
}

.main-box-subtitle p{
       padding-bottom: 18px;
}

.creds-text {
	padding: 0 30px 0;
}	

.creds-warn {
	color: red;
	font-size: 12px;
}

.fade-block {
    position: fixed;
	left: -300px;
    bottom: 50px;	
    z-index: 9999;	
    width: 176px;
    padding: 32px 15px 15px;	
    background: #f4ecec;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 1px #666;
    overflow: hidden;
}
.fade-block .fa {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}
.fade-block-head {
	border-top: 2px solid #666;
	font-size: 18px;
    line-height: 28px;
    font-family: "PT serif";
    font-weight: 400;	
	margin-bottom: 15px;
	padding-top: 6px;
}
.fade-block .vce-post-link {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 6px 0 0;
}
.fade-block img {
	margin-bottom: 0;
}

.my-img {
	margin:5px;
	}
/* body, .mks_author_widget h3, .site-description, .meta-category a, textarea {font-family: Arial, 'Arimo', Helvetica, sans-serif; font-weight: 400;} */

.knopki-aga {
    width:500px; height:100px; margin:15px auto 5px;
}

.twit {
    width:120px; display:block;
}

.facebook {
    width:140px; display:block;
}

.vk {
    width:160px; display:block;
}

.google {
    width:80px; display:block;
}

.wp-print {
  display: inline-block;
  margin: 20px 10px;
  background: #f07760; /* фон кнопки */
	}
	
	
.wp-print a{
	color: #fff; /* цвет текста */
	text-decoration: none; /* убирать подчёркивание у ссылок */
	/* user-select: none;  убирать выделение текста */
	outline: none; /* убирать контур в Mozilla */
	display: inline;
    font-size: 16px;
    text-transform: uppercase;
	}

.wp-print a:before {
	content: "\f02f";
	margin-right: 5px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
}

input[type="text"]{
  line-height: normal;
  width: 95%;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  height: 42px;
  padding: 0 20px 0 10px;
  margin:10px;
}

.submit_b {
	width: 30%;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

.arrow_li ul {
	list-style-image: url("images/li.png");
	margin-bottom: 0;
}
.arrow_li ul li ul {
    padding-top: 0;
}
.arrow_li  li {
    margin-bottom: 15px;
}

.vce-main-content {
	font-size: 16px;
} 

h1.main-box-title span {
  color: #cf4d35;
  text-transform: capitalize;
}

.vce-single .entry-content, .vce-single .entry-footer {
	margin: auto auto 10px auto;
}

.term-cloud {
	margin: 10px auto 0;
	max-width: 760px;
    padding-bottom: 30px;
}

.term-cloud a {
	border: 1px solid #cf4d35;
	font-size: 14px;
	border-radius: 15px;
	padding: 0px 8px;
	display: inline-block;
	text-decoration: none;
	margin: 3px;
}

.term-cloud a:hover{
	color: #FFF;
	background-color: #CF4D35;
}
ol.list-a li{padding-bottom: 28px;}

.vce-ad-below-header.vce-ad-container {
    margin: 15px auto;
    max-width: 1140px;
}
[itemtype*="Recipe"] img.aligncenter { width: 100%; }
.ingredients ul, .ingredients2 ul {
    list-style: none;
    font-size: 16px;
    line-height: 28px; 
    clear: both;
    margin-left: 8px;
}
.bullets {list-style: none;}
.ingredients .fa, .ingredients2 .fa {font-size: smaller;}
.ingredients li::before, .ingredients2 li::before, .bullets li::before {
	content: "";
	display: inline-block;
	margin-right: .5em;
	background: #549B92;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	vertical-align: middle;
}
.toc ol {list-style-type: none;}
ul.contents {
    list-style-type: none; 
    margin: 0; 
    padding: 20px 20px 20px 32px;
    border-top: 1px dashed #C0C0C0;
    line-height: 33px;
}
.kc__title {font-weight: 700; text-transform: uppercase; letter-spacing: 0.4em;padding: 20px 10px 20px 32px;}
.kc-show-hide { color: #9D9D9D; float:right; margin-right: 1em; text-transform: none; letter-spacing: 0;}
.kc-show-hide::after {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:1em;}
.kc-show-hide.hide::after {content:"\f077";}
.kc-show-hide.show::after {content:"\f078";}
.kc__wrap {
	background:#F8F8F8;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
	padding: 0;
	margin-bottom:1em;
	width:100%;
	display:table;
}
.kc__wrap a {
    color: #444444;
}
.vce-sid-none .vce-slider-pagination .vce-lay-g { width: 100%;}

[id^="Ya_sync"] { margin: 20px 0; }

.vce-related-box .adsbygoogle { margin-bottom: 20px; }
.adsense-post .adsbygoogle { width: 320px; height: 100px; margin: 1em auto; }
@media(max-width: 360px) { .adsense-post .adsbygoogle { display: none; } }
@media(min-width: 600px) { .adsense-post .adsbygoogle { width: 468px; height: 60px; } }
@media only screen and (min-width: 1200px) { 
    .adsense-post{margin:0 0 20px;}
    .adsense-post .adsbygoogle { width: 728px; height: 90px; margin: 0 auto;} 
}

.vce-sid-none .owl-item .vce-lay-e {width:100%}

.sc-related {
    margin: 20px 0 30px;
    width: 100%;
	padding: 0 20px;    
}

.sc-related-inside .main-box-title:empty {display:none}
.sc-related .vce-lay-g {margin-bottom:0;}
.sc-related .vce-lay-d {width: 48.5%; margin: 0 3% 20px 0 !important;}
.sc-related article.vce-lay-d:nth-of-type(2n) { margin: 0 0 20px !important;}
.sc-related .vce-lay-d .entry-title {
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (min-width: 200px) and (max-width: 670px){ 
    .sc-related .vce-lay-d {width: 100%;}
    .entry-content, .entry-headline p {font-size: 16px;}
}
.sc-related .entry-header {
    text-align: left;
    margin: 0;
}
@media(min-width: 1200px){
    .vce-single .entry-headline p {
        font-size: 20px;
        line-height: 28px;
    }
}
/*#disqus_thread, .comment-reply-title, .comment-respond, .comments-holder .navigation, .header-sticky, .main-box, .main-box-head, .main-box-title, .main-header, .mks-bredcrumbs-container, .sidebar .widget, .sidebar .widget-title, .vce-author-card, .vce-post, ul.comment-list > li.comment, ul.comment-list > li.pingback, ul.comment-list > li.trackback {
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.12);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.12);
}*/

@media only screen and (max-width: 1023px) {
    .sidebar {
        max-width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sidebar .widget { 
        width: 300px; 
        margin-right: 10px;
        margin-left: 10px;
    }
}

.recipe-procedure-image img {
	margin: 0;
    width: 100%;
}
.recipe-procedures-list, .instructions {
	list-style: none;
	margin: 0;
	padding:0;
    clear: both;
    counter-reset:list;
}
li.recipe-procedure-step {
    margin-bottom: 1em;
    padding-bottom: 1em;
}
div.recipe-procedures-list p.recipe-procedure-step::before, .instructions p::before {
    content: counter(list) '. ';
    color: #219688;
    counter-increment:list; 
    font-size: 1.2em;
    font-weight: bold;
} 
input[name="image-switch"] { display: none }
input[name="image-switch"] + label, .switch-image-view {
    display: none;
    margin-bottom: 21px;
    cursor: pointer;
    padding: 5px 16px 5px 8px;
    border-color: #D6D6D6;
    border-style: solid;
    float: right;
    font-size:15px;
    color: #ADADAD;
    background: #F8F8F8;
}
input#show-large + label, .switch-image-view.show-large {
    border-width: 2px 2px 2px 1px;
    border-radius: 0 4px 4px 0;
}
input#show-small + label, .switch-image-view.show-small {
    border-width: 2px 1px 2px 2px;
    border-radius: 4px 0 0 4px;
}
input#show-large:checked + label, input#show-small:checked + label, .switch-image-view.active {
    background: #FFFFFF;
    color: #666666;
    
}
.ico {
    margin-right: 8px;
    fill: #CFCFCF;
    position: relative;
    top: 4px;
}
input[name="image-switch"]:checked + label .ico, .switch-image-view.active .ico {
    fill: #219688;
}
.recipe-title {
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Roboto;
    letter-spacing: 0.3em;
    font-weight: bold;
}
.recipe-procedures h3 {
    font-size: 17px;
/*    font-family: Roboto;*/
    font-weight: bold;
}
div[itemprop="recipeInstructions"] {clear: both;}
@media only screen and (min-width: 671px) {
    input#show-small:checked ~ div[itemprop="recipeInstructions"] p.recipe-procedure-image, .switch-image-view.show-small.active  ~ div[itemprop="recipeInstructions"] p.recipe-procedure-image {
        width: 50%;
        float:left;
        margin: 0 1em 0 0;
    }
    li.recipe-procedure-step::after{
        content: '';
        display: block;
        clear: both;
    }
    input[name="image-switch"] + label, .switch-image-view {
        display: block;
    }
    .ingredients {
        clear: both;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 10px 0;
        
        margin-bottom: 20px;
        border-radius: 4px;
    }
/*    [itemtype*="Recipe"] .ingredients {background: #f7f7f7;}*/
    .ingredients .recipe-title {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .group-ing {
        width: 50%;
        padding: 0 10px;
    }
    .ingredients > ul:nth-child(2):last-child, .ingredients > ul:only-child {
        width: 100%;
    }
    .ingredients > ul:nth-child(2):last-child li, .ingredients > ul:only-child  li {
        width: 50%;
        float: left;
    }
    .ingredients ul { margin-left: 0px; }
    .ingredients li {
        padding: 0 0 0 8px;
    }
}
.clear{
    padding-top: 1em;
    clear: both;
}
.menu .active .chevron .fa-angle-down {
	transform: rotate(180deg);
}
@media only screen and (min-width: 200px) and (max-with: 670px) {
    .vce-single .entry-content, .vce-single .entry-footer {
        padding-left: 15px;
        padding-right: 15px;
        margin: 20px auto;
    }
    ul.contents {
        padding: 15px 15px 15px 24px;
    }
    ol.list-a li {
        padding-bottom: 16px;
    }
}
.slide-wrap{
    width: 33.333%;
    padding:0 4px 8px;
}
.core {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 4px 0px rgba(0,0,0,0.26);
    height: 100%;
}
/* .core { width: 250px; height: 212px; margin: 0px 8px 8px 0px; float: left; } */
.core-img { height: 130px; overflow: hidden; }
.core-body {
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1.2;
    padding: 8px 4px 8px 4px;
}
.core-body { max-height: 82px; }
.core-title { color: rgb(68, 68, 68); font-family: "Roboto Slab", "Times New Roman", serif; font-size: 16px; }
.core-ad-pill .meta-category a {
    overflow: hidden;
    text-overflow: ellipsis;
    font: 400 12px "Roboto";
    display: block;
    vertical-align: middle;
    width: auto;
}
a.core-clickOverlay { background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; z-index: 1000; cursor: pointer; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.vce-related-box div.core:last-child { margin-bottom: 20px;}

/* social-link */
.social-links, .social-links li {
	padding: 0 !important;
	margin: 0;
}
.social-links {
	overflow: hidden;
	text-align: center;
	width: 100%;
    font-size: 0;
}
.social-links ul {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.social-links li {
	box-sizing: border-box;
	float: left;
	width: 20%;
    background: #FFFFFF;
}
.social-links a {
	border-top: solid 1px #e9e9e5;
	border-left: solid 1px #e9e9e5;
/*     border-bottom: solid 1px #e9e9e5; */
}
.social-links li:last-child {border-bottom: solid 1px #e9e9e5;}
.social-links li:last-child a {
	border-right: solid 1px #e9e9e5;
}

.social-links li:hover a::before {
    color: #FFF;
}
.social-links li a::before {
    color: #2a2a2a;
}
.social-links li a.soc_rounded {
    border-radius: 20%;
}

.social-links li a.soc_circle {
    border-radius: 50%;
}
[class*="socicon-"]::before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-links li a {
    background: none;
    display: block;
    line-height: 42px;
    font-size: 0px;
    position: relative;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
}
.social-links li a span {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

.social-links .socicon-facebook:hover {
	background: #3e5b98;
    border-color: #3e5b98;
}
.socicon-facebook:before {
	content: "\e028"
}

.social-links .socicon-feedburner:hover {
	background: #ffcc00;
    border-color: #ffcc00;
}
.socicon-feedburner:before {
	content: "\e029"
}

.social-links .socicon-instagram:hover {
	background: #000000;
    border-color: #000000;
}
.socicon-instagram:before {
	content: "\e044"
}

.social-links .socicon-mail:hover {
	background: #000000;
    border-color: #000000;
}
.socicon-mail:before {
	content: "\e050"
}

.social-links .socicon-odnoklassniki:hover {
	background: #f48420;
    border-color: #f48420;
}
.socicon-odnoklassniki:before {
	content: "\e05a"
}

.social-links .socicon-pinterest:hover {
	background: #c92619;
    border-color: #c92619;
}
.socicon-pinterest:before {
	content: "\e063"
}

.social-links .socicon-rss:hover {
	background: #f26109;
    border-color: #f26109;
}
.socicon-rss:before {
	content: "\e071"
}

.social-links .socicon-telegram:hover {
	background: #0088cc;
    border-color: #0088cc;
}
.socicon-telegram:before {
	content: "\e087"
}

.social-links .socicon-twitter:hover {
	background: #4da7de;
    border-color: #4da7de;
}
.socicon-twitter:before {
	content: "\e08d"
}

.social-links .socicon-vkontakte:hover {
	background: #5a7fa6;
    border-color: #5a7fa6;
}
.socicon-vkontakte:before {
	content: "\e095"
}

.social-links .socicon-yandex:hover {
	background: #FF0000;
    border-color: #FF0000;
}
.socicon-yandex:before {
	content: "\e0a2"
}

.social-links .socicon-youtube:hover {
	background: #e02a20;
    border-color: #e02a20;
}
.socicon-youtube:before {
	content: "\e0a5"
}
.feedburner-subscribe p .fa {
    font-size: 20px;
    margin-right: 8px;
}
.feedburner-subscribe input.feedburner-email {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-top: solid 1px #bbb;
    border-left: solid 1px #ccc;
    color: #666;
    box-sizing: border-box;
    width: 100%;
    padding: 6px;
    margin: 0 0 10px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    transition: border-color .5s;
    font-weight: 400;    
}
.feedburner-subscribe input.feedburner-email:active, .feedburner-subscribe input.feedburner-email:focus, .feedburner-subscribe input.feedburner-email:hover  {
    border-color: #b22a20;
    color: inherit;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s;
}
.feedburner-subscribe input.feedburner-email:active, .feedburner-subscribe input.feedburner-email:focus {
    font-size: 16px;
}

.mfp-bg {z-index:2042;}
.mfp-wrap {z-index:2043;}
.mfp-content{z-index:2045;}
button.mfp-arrow, button.mfp-close{z-index:2046;}
.mfp-inline-holder .mfp-content {width:100vh;max-width:98vw;}
.admin-bar .mfp-wrap {top:32px;}
.mfp-content .recipe-procedure-image a {display:none;}
.mfp-inline-holder .mfp-content .recipe-procedure-step{background:#FFF;}
.mfp-inline-holder .mfp-content .recipe-procedure-text {color:#000;padding:10px;margin:-20px auto 0;}
.mfp-close-btn-in button.mfp-close {color: #fff;min-width:44px;font-size:36px;background:rgba(0,0,0,0.05);border-radius:0}
.mfp-close-btn-in button.mfp-close:hover {opacity:1;background:rgba(0,0,0,0.2);}

p.recipe-procedure-image {position: relative;}

.recipe-procedure-image a {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;    
    width:40px;
    height:40px;
    border-radius: 50%;
    opacity:0.5;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93558 14.2941L2.32376 19.915V15.2615C2.32376 14.6587 1.83867 14.17 1.24 14.17C0.641338 14.17 0.15625 14.6587 0.15625 15.2615V22.5502C0.15625 23.1529 0.641338 23.6416 1.24 23.6416H8.47717C9.07569 23.6416 9.56092 23.1529 9.56092 22.5502C9.56092 21.9474 9.07583 21.4588 8.47717 21.4588H3.85633L9.56092 15.5114C9.98417 15.0852 10.0572 14.6502 9.35001 14.17C8.92705 13.7439 8.35897 13.8678 7.93558 14.2941Z' fill='%235A5A5A'/%3E%3Cpath d='M21.7964 0.924561H14.7794C14.199 0.924561 13.7287 1.4017 13.7287 1.99024C13.7287 2.57878 14.199 3.05592 14.7794 3.05592H19.2596L13.9346 8.57416C13.5242 8.99034 12.8384 9.54881 13.2489 9.96499C13.454 10.173 14.0086 10.6604 14.2774 10.6604C14.5463 10.6604 15.4435 9.8253 15.6488 9.61728L20.7458 4.56294V9.107C20.7458 9.69554 21.2161 10.1727 21.7965 10.1727C22.377 10.1727 22.8473 9.69554 22.8473 9.107V1.99024C22.8471 1.40156 22.3767 0.924561 21.7964 0.924561Z' fill='%235A5A5A'/%3E%3C/svg%3E%0A");
    
}
.recipe-procedure-image a:hover {opacity:1;} 

