@charset "UTF-8";
@font-face {
    font-family: 'share-icons';
    font-style: normal;
    font-weight: normal;

    src: url('/css/fonts/share-icons.eot');
    src: url('/css/fonts/share-icons.eot?#iefix') format('eot'), url('/css/fonts/share-icons.woff') format('woff'), url('/css/fonts/share-icons.woff2') format('woff2'), url('/css/fonts/share-icons.ttf') format('truetype'), url('/css/fonts/share-icons.svg#font-icons') format('svg');
}

.entypo-export:before {
    content: "\e715"
}

.entypo-twitter:before {
    content: "\f309"
}

.entypo-twitter-circled:before {
    content: "\f30a"
}

.entypo-facebook:before {
    content: "\f30c"
}

.entypo-facebook-circled:before {
    content: "\f30d"
}

.entypo-facebook-squared:before {
    content: "\f30e"
}

.entypo-instagrem:before {
    content: "\f32d"
}

.entypo-pinterest:before {
    content: "\f312"
}

.entypo-pinterest-circled:before {
    content: "\f313"
}

.entypo-cancel:before {
    content: "\2715"
}

.entypo-linkedin:before {
    content: "\f318"
}

.entypo-linkedin-circled:before {
    content: "\f319"
}

.entypo-tiktok:before {
    content: "\e987"
}

.entypo-reddit:before {
    content: "\e90b"
}

.entypo-houzz:before {
    content: "\f27c"
}

/* --- */

.share-button {
    height: 20px
}

.share-button [class*=entypo-]:before {
    font-family: share-icons, sans-serif;
}

.share-button label {
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
    margin: 0;
    padding: 2px 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    color: #3B2B45;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.share-button label:hover {
    opacity: .8
}

.share-button label span {
    text-transform: lowercase;
    font-size: .65em;
    font-family: Lato, sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    padding-left: 6px
}

.share-button .social {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    -ms-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 0;
}

.share-button .social.active {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    -ms-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 5px;
    margin-top: 110px;
}

.share-button ul {
    position: relative;
    left: 0;
    right: 0;
    width: 60px;
    height: 46px;
    color: #FFF;
    margin: auto;
    padding: 0;
    list-style: none
}

.share-button ul li {
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    display: block;
    height: 22px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.share-button ul li:hover {
    color: rgba(0, 0, 0, .5)
}

.share-button ul li.entypo-twitter:hover {
    color: #55ACEE;
}

.share-button ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 5px;
    margin: -201px 0 0 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000000;
}

.share-button li[class*=twitter] {
    background: #000000;
    padding: 12px 0
}

.share-button li[class*=facebook] {
    background: #3B5998;
    padding: 12px 0
}

.share-button li[class*=gplus] {
    background-color: #D34836;
    padding: 12px 0
}

.share-button li[class*=pinterest] {
    background-color: #CB2027;
    padding: 12px 0
}