
/* Social Icons in icon list */
/* make hover match icon color */
.kt-svg-icon-link:hover {  /* underline */
    color: #444444;
}
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fe_instagram + .kt-svg-icon-list-text {
    color: #F00075;
}
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fa_twitter + .kt-svg-icon-list-text,
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fa_twitter-square + .kt-svg-icon-list-text {
    color: #55acee;
}
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fa_facebook + .kt-svg-icon-list-text,
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fa_facebook-square + .kt-svg-icon-list-text {
    color: #3c5a98;
}
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fa_linkedin + .kt-svg-icon-list-text {
    color: #017ab9;
}
.kt-svg-icon-link:hover .kt-svg-icon-list-single.kb-svg-icon-fa_youtube + .kt-svg-icon-list-text {
    color: #ff0000;
}


kb-svg-icon-wrap kb-svg-icon-fa_linkedin kt-svg-icon-list-single

/* Remove first item margin-top */
.kt-inside-inner-col h1:first-child,
.kt-inside-inner-col h2:first-child,
.kt-inside-inner-col h3:first-child,
.kt-inside-inner-col h4:first-child,
.kt-inside-inner-col h5:first-child,
.kt-inside-inner-col h6:first-child {
    margin-top: 0;
}


/* Undo css on entry */
.entry {
    box-shadow: none;
    border-radius: 0;
}

/* Add overflow-wrap to posts boxes for posts module */
.kt-blocks-post-grid-item .entry-content {
    flow-wrap: break-word;  /* for microsoft */
    overflow-wrap: break-word;
}
