/*
	* CSS for Icons
	*
	* @package      joc
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.joc-icon {
    fill:  #212121;
}
.social-menu {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.social-menu li {
    display: block;
    padding: 2px;
    margin: 0;
    line-height: 1;
    transition: transform 400ms;
}

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

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

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

.social-menu a {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
}

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

.icon-font {
    position: relative;
    display: block;
}

.icon-font::before {
    display: block;
    content: '';
    speak: none;
    width: 30px;
    height: 30px;
    margin: 0;
}

.icon-behance::before {
    background: url(../social-behance.html) no-repeat center;
}

.icon-dribbble::before {
    background: url(../social-dribbble.html) no-repeat center;
}

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

.icon-github::before {
    background: url(../social-github.html) no-repeat center;
}

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

.icon-liketoknowit::before {
    background: url(../social-liketoknowit.html) no-repeat center;
}

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

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

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

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

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

.icon-spotify::before {
    background: url(../social-spotify.html) no-repeat center;
}

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

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

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

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

/*--------------------------------------------------------------
Icon Headings
--------------------------------------------------------------*/
.icon-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.icon-heading::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px 5px 5px 0;
}


