/**
 * Separation Degrees One
 *
 * pH Ion Share Your Moments
 *
 * @category  PhIon
 * @package   PhIon_Share
 * @author    Separation Degrees One <magento@separationdegrees.com>
 * @copyright Copyright (c) 2015 Separation Degrees One (http://www.separationdegrees.com)
 */

.share-bg {
    background: #f2f9ff;
}

.product-share {
    padding: 50px 0;
}

.product-share h2 {
    text-align: center;
    font-size: 2.571em;
}

.product-share h2 .hashtag {
    font-weight: 300;
    text-transform: initial;
}

.product-share > button {
    margin: 0 auto;
    display: block;
    background: transparent;
    border: 2px solid #ff4e35;
    color: #ff4e35;
    font-size: 20px;
    padding: 15px 50px;
    margin-top: 20px;
    font-weight: 200;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-share > button:hover,
.product-share > button:active,
.product-share > button:focus {
    background: #ff4e35;
    color: #ffffff;
}

.product-share .icons {
    margin-left: 30px;
}

.product-share .icons li {
    float: left;
}

.product-share .icons li + li {
    margin-left: 20px
}

.product-share .icons li a {
    width: 50px;
    height: 50px;
    background: url(../images/connect-icons.png) no-repeat;
    display: block;
}

.product-share .icons li.twitter a {
    background-position: -50px 0;
}

.product-share .icons li.facebook a {
    background-position: -100px 0;
}

.product-share .icons li.pinterest a {
    background-position: -150px 0;
}

.product-share .icons li.instagram a {
    background-position: -200px 0;
}

.product-share .connect {
    text-align: center;
    margin-top: 50px;
}

.product-share .connect > * {
    display: inline-block;
    vertical-align: top;
}
.social-feed-container {
    margin: 50px auto 0;
}
.section-thumb img {
    width: 275px;
}
.stream li {
    max-height: 275px;
    overflow: hidden;
}
.section-meta {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    right: 0;
}
.section-meta .likes {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.section-meta .likes:before {
    content: "\e634";
    color: red;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    vertical-align: top;
}
.section-user {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #558abb;
}
.section-user a {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.stream li:hover .section-user,
.stream li:hover .section-meta {
    display: block;
}
#social-stream {
    width: 275px;
    margin: 0 auto;
}
@media only screen and (min-width: 600px) {
    #social-stream {
        width: 550px;
    }
}
@media only screen and (min-width: 771px) {
    .product-share h2 {
        font-size: 2.571em;
    }
}
@media only screen and (min-width: 930px) {
    #social-stream {
        width: 825px;
    }
}
@media only screen and (min-width: 1175px) {
    #social-stream {
        width: auto;
    }
}