/*
	* CSS for Icons
	*
	* @package      bellyfull
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
.home-icon a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-icon a:before {
    content: '';
    background: url(../icons/core-home.svg) no-repeat center;
    margin-right: 3px;
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 0;
    width: 18px;
    height: 18px;
}
.recipe-meta.recipe-rating {
    display:  flex;
    align-items:  center;
    justify-content:  center;
}
.recipe-rating svg, .recipe-time svg{
    fill:  #751D84;
    margin-right:  5px;
}
.vertical .recipe-rating {
    padding:  0 10px 10px;
}
.recipe-time {
    display:  flex;
    align-items:  center;
    justify-content:  center;
}
.recipe-time .wprm-recipe-time {
    text-transform: none;
    letter-spacing:  0;
    font-weight:  400;
}
.recipe-time .wprm-recipe-details-unit {
    font-size:  1em;
}
/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.icon-font {
    position:  relative;
    display:  block;
}
.icon-font::before {
    display:  block;
    content:  '';
    speak: none;
    width:  25px;
    height: 25px;
    margin:  0 2px;
}

.social-menu {
    margin: 0 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.social-menu li {
    display: block;
    padding: 2px;
    margin: 0;
    line-height: 1;
    transition: transform 400ms;
    position:  relative;
}
.social-menu a {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
}

.social-menu li:hover {
    transform: scale(1.5);
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li:hover {
    background: none;
}

.icon-email::before {
    background: url(../icons/social-mail.svg) no-repeat center;
}

.icon-facebook::before {
    background: url(../icons/social-facebook.svg) no-repeat center;
}

.icon-instagram::before {
    background: url(../icons/social-instagram.svg) no-repeat center;
}
.icon-linkedin::before {
    background: url(../icons/social-linkedin.svg) no-repeat center;
}
.icon-mix::before {
    background: url(../icons/social-mix.svg) no-repeat center;
}
.icon-pinterest::before {
    background: url(../icons/social-pinterest.svg) no-repeat center;
}
.icon-reddit::before {
    background: url(../icons/social-reddit.svg) no-repeat center;
}
.icon-tiktok::before {
    background: url(../icons/social-tiktok.svg) no-repeat center;
}
.icon-twitter::before {
    background: url(../icons/social-twitter.svg) no-repeat center;
}
.icon-youtube::before {
    background: url(../icons/social-youtube.svg) no-repeat center;
}
.icon-yummly::before {
    background: url(../icons/social-yummly.svg) no-repeat center;
}
