/*
 * ThemeZee Social Sharing
 * https://themezee.com/plugins/social-sharing/
 *
 * Copyright(C) 2015, ThemeZee.com - support@themezee.com
 * License: GPL v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 *
 * @package ThemeZee Social Sharing
 */

/*--------------------------------------------------------------
# Socicons Font
---------------------------------------------------------------- */
@font-face {
	font-family: 'socicons';
	src: url('../socicons/socicons.eot');
	src: url('socicons.eot?#iefix') format('embedded-opentype'),
		url('../socicons/socicons.ttf') format('truetype'),
		url('../socicons/socicons.svg#socicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Layout
---------------------------------------------------------------- */
.themezee-social-sharing {
	margin: 1em 0;
}

.tzss-share-buttons-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}

.tzss-share-buttons-list .tzss-share-item {
	display: block;
	padding: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tzss-1-columns .tzss-share-item { width: 100%; }
.tzss-2-columns .tzss-share-item { width: 50%; }
.tzss-3-columns .tzss-share-item { width: 33.3333333333%; }
.tzss-4-columns .tzss-share-item { width: 25%; }
.tzss-5-columns .tzss-share-item { width: 20%; }
.tzss-6-columns .tzss-share-item { width: 16.6666666667%; }
.tzss-7-columns .tzss-share-item { width: 14.2857142857%; }
.tzss-8-columns .tzss-share-item { width: 12.5%; }

/*--------------------------------------------------------------
# Share Links
---------------------------------------------------------------- */
.tzss-link {
	display: block;
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #fff;
	background: none;
	border: none;
	text-align: center;
}

.tzss-link:link,
.tzss-link:visited,
.tzss-link:hover,
.tzss-link:active,
.tzss-link:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tzss-link:hover,
.tzss-link:active,
.tzss-link:focus {
	background: rgba(0,0,0,0.15);
}

/*--------------------------------------------------------------
# Share Buttons
---------------------------------------------------------------- */
.tzss-button {
	display: block;
	background: #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.tzss-twitter {
    background: #55acee;
}
 
.tzss-facebook {
    background: #3b5998;
}
 
.tzss-whatsapp {
    background: #25d366;
}
 
.tzss-telegram {
    background: #0088cc;
}
 
.tzss-buffer {
    background: #323b43;
}

.tzss-linkedin {
    background: #0077b5;
}
 
.tzss-pinterest {
    background: #bd081c;
}
 
.tzss-xing {
    background: #cfdc00;
}

.tzss-email {
    background: #8c8c8c;
}

/*--------------------------------------------------------------
# Socicons
---------------------------------------------------------------- */
.tzss-socicons .tzss-link .tzss-icon:before {
	font-family: 'socicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 19px;
	color: #fff;
	vertical-align: text-bottom;
}

.tzss-socicons .tzss-twitter .tzss-link .tzss-icon:before { content: "\e08d"; }
.tzss-socicons .tzss-facebook .tzss-link .tzss-icon:before { content: "\e028"; }
.tzss-socicons .tzss-whatsapp .tzss-link .tzss-icon:before { content: "\e099"; }
.tzss-socicons .tzss-telegram .tzss-link .tzss-icon:before { content: "\e087"; }
.tzss-socicons .tzss-buffer .tzss-link .tzss-icon:before { content: "\e013"; }
.tzss-socicons .tzss-pinterest .tzss-link .tzss-icon:before { content: "\e063"; }
.tzss-socicons .tzss-linkedin .tzss-link .tzss-icon:before { content: "\e04c"; }
.tzss-socicons .tzss-xing .tzss-link .tzss-icon:before { content: "\e09f"; }
.tzss-socicons .tzss-email .tzss-link .tzss-icon:before { content: "\e050"; }


/*--------------------------------------------------------------
# Styles
---------------------------------------------------------------- */

/* Icon Style */
.tzss-style-icons .tzss-share-buttons-list .tzss-share-item {
	min-width: 60px;
}

/* Label Style */
.tzss-style-labels .tzss-share-buttons-list .tzss-share-item {
	min-width: 125px;
}

/* Icon and Label Style */
.tzss-style-icons-labels .tzss-share-buttons-list .tzss-share-item {
	min-width: 175px;
}

.tzss-style-icons-labels .tzss-link {
	display: flex;
	padding: 0;
	text-align: left;
}

.tzss-style-icons-labels .tzss-link .tzss-text {
	display: inline-block;
	padding: 10px 15px;
}

.tzss-style-icons-labels .tzss-link .tzss-icon:before {
	padding: 13px;
	background: rgba(0,0,0,0.2);
	font-size: 18px;
	height: 100%;
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Sidebar Location
---------------------------------------------------------------- */

.tzss-sidebar {
	position: fixed;
	left: 0;
	top: 40%;
}

.tzss-sidebar .tzss-share-buttons-list {
	margin-right: 0;
	flex-direction: column;
}

.tzss-sidebar .tzss-share-buttons-list .tzss-share-item {
	padding: 0;
}

.tzss-sidebar .tzss-button {
	width: 50px;
	height: 50px;
	line-height: 52px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tzss-sidebar .tzss-button .tzss-link {
	padding: 0;
}

.tzss-sidebar .tzss-link .tzss-icon:before {
	font-size: 20px;
}
