/*
Copyright (C) 2014 Trefor.net <contact@ifixwp.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/
/* 
    Created on : 10-Jul-2014, 15:41:27
    Author     : Robert Treacy <contact@ifixwp.com>
*/

.trefor_social_share_container {
    background-color: #fff;
    box-shadow: 0 0 5px #999999;
    float: left;
    margin: 40px 0 20px;
    padding: 20px;
}

.trefor_social_share_container p {
    font-size: 20px;
    text-transform: uppercase;
}

.trefor_social_share_container .trefor_social_share_button,
.trefor_social_share_container .trefor_social_share_button:hover {
    margin: 0 2px;
    border-bottom: none;
    display: inline-block;
    vertical-align: bottom;
}

.trefor_social_share_button .trefor_social_share_count,
.trefor_social_share_button img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.trefor_social_share_button .trefor_social_share_count {
    border-radius: 5px;
    border: 1px solid #888;
    position: relative;
    margin-bottom: 6px;
    padding: 3px 4px;
}

.trefor_social_share_button .trefor_social_share_count:after,
.trefor_social_share_button .trefor_social_share_count:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: white;
    left: calc(50% - 5px);
    top: 100%;
}

.trefor_social_share_button .trefor_social_share_count:before {
    border-width: 6px;
    border-top-color: #888;
    left: calc(50% - 6px);
    
}