@charset "UTF-8";

#tw-widget1 {
    background: #fff;
    border: 1px solid #b2b4b6;
    height: 0;
    padding: 0 0 100%;
    position: relative;
}

#tw-widget1 ul {
    margin: 0;
}

#tw-widget1 li {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#tw-widget1 a {
    text-decoration: none;
}

#tw-widget1 .user {
    background: #fff;
    border-bottom: 1px solid #89af9e;
    padding: 20px 20px 16px;
    position: relative;
}

#tw-widget1 .user a span {
    display: block;
    position: absolute;
    text-align: left;
    top: 0;
}

#tw-widget1 .user a span[data-scribe="element:name"] {
    color: #dd7e41;
    font-size: 1.8em;
    left: 55px;
    position: absolute;
    top: 21px;
}

#tw-widget1 .user a span[data-scribe="element:screen_name"] {
    color: #dd7e41;
    font-size: 1.8em;
    left: 74px;
    position: absolute;
    top: 42px;
}

#tw-widget1 .tweet {
    font-family: 'clarendon-text-pro', serif;
    font-size: 1.4em;
    margin: 0;
    padding: 1em 1.5em .25em;
}

#tw-widget1 .tweet a {
    color: #4d4d4d;
    text-decoration: none;
}

#tw-widget1 .tweet a[data-scribe="element:url"] {
    color: #89af9e;
}

#tw-widget1 .tweet a[data-scribe="element:hashtag"] {
    color: #dd7e41;
}

#tw-widget1 .interact {
    background: #dd7e41;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

#tw-widget1 .interact a {
    background: #dd7e41;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    transition: background .15s ease-in-out;
}

#tw-widget1 .interact a:hover {
    background: #89af9e;
    color: #fff;
}

#tw-widget1 .interact .twitter_reply_icon, 
#tw-widget1 .interact .twitter_fav_icon, 
#tw-widget1 .interact .twitter_retweet_icon {
    display: inline-block;
    font-size: 0px;
    text-align: center;
    width: 33.333333333%; 
}

#tw-widget1 .interact .twitter_reply_icon:before, 
#tw-widget1 .interact .twitter_fav_icon:before, 
#tw-widget1 .interact .twitter_retweet_icon:before {
    font-size: 22px;
    font-family: "Fontawesome";
    padding-right: 4px;

    -webkit-font-smoothing: antialiased;
}

#tw-widget1 .interact .twitter_reply_icon:before {
    content: "";
}

#tw-widget1 .interact .twitter_retweet_icon:before {
    content: "";
}

#tw-widget1 .interact .twitter_fav_icon:before {
    content: "";
}

#tw-widget1 .timePosted {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 20px;
    text-align: right;
}

#tw-widget1 .timePosted:before {
    content: "";
    font-family: "Fontawesome";
    padding-right: 4px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 560px) {
    #tw-widget1 .tweet {
        font-size: 1.2em;
        padding: 1em 1em .25em;
    }
}

@media screen and (min-width: 640px) {
    #tw-widget1 .tweet {
        font-size: 1.4em;
        padding: 1em 1.5em .25em;
    }
}

@media screen and (min-width: 1024px) {
    #tw-widget1 .tweet {
        font-size: 1.2em;
        padding: 1em 1em .25em;
    }
}

@media screen and (min-width: 1200px) {
    #tw-widget1 .tweet {
        font-size: 1.4em;
        padding: 1em 1.5em .25em;
    }
}