
/**
    IMPORTS
**/
@import url('https://use.fontawesome.com/releases/v4.6.3/css/font-awesome-css.min.css');

/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.eot');
    src: url('https://use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.woff2') format('woff2'),
    url('https://use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.woff') format('woff'),
    url('https://use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.ttf') format('truetype'),
    url('https://use.fontawesome.com/releases/v4.6.3/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * UNTRACKED SOCIAL MEDIA
 */
.SL-HTML.sl-untracked {
    margin: auto;
}

.SL-HTML .sl-untracked {
    padding-left: 0;
    padding-right: 0;
}

.sl-untracked-social {
    border: #e3e3e3 1px solid;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: auto;
    max-width: 700px;
    width: 100%;
}

.sl-untracked-social-picture {
    border-radius: 5px 5px 0 0;
    position: relative;
    width: 100%;
    height: auto;
}

.sl-untracked-social-video {
    display: block;
    position: relative;
}

    .sl-untracked-social-video video {
        border-radius: 5px 5px 0 0;
        width: 100%;
    }

.sl-untracked-social-iframe {
    display: block;
    position: relative;
    min-height: 300px;
}
    .sl-untracked-social-iframe iframe {
        width: 100%;
        min-height: 300px;
        border:0;
    }

.sl-untracked-facebook-play,
.sl-untracked-social-video-play,
.sl-untracked-social-video-pause {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .sl-untracked-facebook-play a {
        color: white;
        text-decoration: none;
    }

    .sl-untracked-facebook-play a:before {
        content: "\f04b";
        color: #FFFFFF;
        font-family: FontAwesome;
        font-size: 65px;
        text-shadow: 0px 2px 8px #000000;
    }

.sl-untracked-social-video-play:before {
    content: "\f04b";
    color: #FFFFFF;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 65px;
    text-shadow: 0px 2px 8px #000000;
}

.sl-untracked-social-video-pause:before {
    content: "\f04c";
    color: #FFFFFF;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 65px;
    text-shadow: 0px 2px 8px #000000;
}

.sl-untracked-social-content {
    background: white;
    border-radius: 5px;
    display: block;
    padding: 16px;
    text-align: left;
    vertical-align: top;
    width: calc(100% - 32px);
}

.sl-untracked-social-content.sl-untracked-social-media {
    height: auto;
    width: calc(100% - 32px);
}

.sl-untracked-social-avatar {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.sl-untracked-social-name-and-handle {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

    .sl-untracked-social-name-and-handle a {
        color: black;
    }

.sl-untracked-social-name {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 3px;
}

    .sl-untracked-social-name a {
        text-decoration: none;
        color: #555;
    }

        .sl-untracked-social-name a:hover {
            text-decoration: underline;
        }

.sl-untracked-social-handle {
    font-size: 12px;
}

    .sl-untracked-social-handle a {
        text-decoration: none;
    }

        .sl-untracked-social-handle a:hover {
            text-decoration: underline;
        }

.sl-icon a {
    text-decoration: none;
}

.sl-icon-facebook a:before {
    color: #3b5998;
    content: "\f230";
    font-family: FontAwesome;
    font-size: 24px;
}

.sl-icon-twitter a:before {
    color: #1da1f2;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 22px;
}

.sl-icon-instagram a:before {
    color: black;
    content: "\f16d";
    font-family: FontAwesome;
    font-size: 24px;
}

.sl-untracked-social-header {
    margin-bottom: 16px;
}

    .sl-untracked-social-header .sl-icon {
        float: right;
    }

.sl-untracked-social-message {
    line-height: 22px;
    font-size: 16px;
    word-wrap: break-word;
}

    .sl-untracked-social-message a {
        color: #478bcf;
        text-decoration: none;
		word-wrap: break-word;
    }

        .sl-untracked-social-message a:hover {
            text-decoration: underline;
        }

.sl-untracked-social-date {
    font-size: 12px;
    margin-top: 6px;
}

.sl-untracked-social-actions {
    margin-top: 23px;
}

    .sl-untracked-social-actions a {
        color: #969696;
        font-family: FontAwesome;
        font-size: 13px;
        text-decoration: none;
    }

.sl-untracked-social-action {
    display: inline-block;
}

.sl-untracked-social-action {
    margin-right: 22px;
}

.sl-like-facebook a:before {
    content: "\f164";
}

.sl-comment-facebook a:before {
    content: "\f075";
}

.sl-share-facebook a:before {
    content: "\f064";
}

.sl-like-facebook a:hover,
.sl-comment-facebook a:hover,
.sl-share-facebook a:hover {
    color: #488CCD;
}

.sl-like-twitter a:before {
    content: "\f004";
}

.sl-like-twitter a:hover {
    color: #e81c4f;
}

.sl-comment-twitter a:before {
    content: "\f112";
}

.sl-comment-twitter a:hover {
    color: #1DA1F2;
}

.sl-share-twitter a:before {
    content: "\f079";
}

.sl-share-twitter a:hover {
    color: #19cf86;
}

/**
    MOBILE
**/

@media only screen and (max-width: 768px) {
    .sl-untracked-social {
        width: auto;
    }
}

@media only screen and (max-width: 530px) {
    .SL-HTML .sl-untracked,
    .SL-HTML .sl-untracked {
        padding-left: 0;
        padding-right: 0;
    }
}
