/*
 * Default share widget styles
 * For HTML refer to ShareThisWidget.php (render() method)
 * @date:   Last updated: 04/23/2015
 * @author: Alex I.
 */

/*******************************
*
*  	 COMMON WIDGET STYLES  	   
*
*******************************/
 
.share-widget a,
.share-widget a button,
#share-widget-modal a,
#share-widget-modal button {
	outline: 0 !important;
	text-decoration: none !important;
}

.share-widget .wrapper {
	border: 1px solid #ccc;
	border-radius: 4px; 
	list-style-type: none;
	padding: 0;
}

/* override share widget widths  */
.share-widget .widget-item .twitter-wrapper {
	margin: 3px auto 0 auto; 
	width: 80px !important;
} 
.share-widget .widget-item .gplus-wrapper {
	margin: 3px auto 0 auto; 
	width: 60px !important;
}

.share-widget .btn-share {	
	font-size: 14px;
	color: black;
   -moz-transition: all 100ms ease-in;
-webkit-transition: all 100ms ease-in;
     -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
}

.share-widget .btn-share.more {font-size: 2em; padding: 5px;}

.share-widget .wrapper .icon {
	/* NOTE: twitter widget overrides .icon class, hence important  */
	float: none !important;
	margin: 3px 0 0 !important;	    
	display: inline-block;
	width: 32px;
	height: 32px;	
	cursor: pointer;
	color: black;	
}

.share-widget.horizontal-lg .widget-item,
.share-widget.horizontal-sm .widget-item {
	align-items: center;
	display: flex;
	float: left;
	font-size: small;
	margin: 0 5px;	  	
}

/*******************************
*
*  	  BIG HORIZONTAL WIDGET  	   
*
*******************************/

.share-widget.horizontal-lg {height: 48px;}
.share-widget.horizontal-lg .wrapper {display: inline-block; width: auto; padding: 0 5px;}
.share-widget.horizontal-lg .widget-item {height: 40px;}
  
/*******************************
*
*  	  BIG VERTICAL WIDGET  	   
*
*******************************/

.share-widget.vertical-lg {
	display: inline-block;
	font-size: small;
	float : left;
	height: auto;
	min-width: 65px;
	position: relative;
	text-align: center;
}

.share-widget.vertical-lg .widget-item {
	float: none;
	font-size: small;
	margin: 10px 0;
}


/*******************************
*
*  	  SMALL VERTICAL WIDGET  	   
*
*******************************/

.share-widget.horizontal-sm {height: 32px;}
.share-widget.horizontal-sm .widget-item {height: 30px;}
.share-widget.horizontal-sm .more {font-size: 1.3em;}
.share-widget.horizontal-sm .wrapper {display: inline-block; width: auto;}
.share-widget.horizontal-sm .wrapper .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
}

/*******************************
*
*  	  GENERIC MODAL POPUP  	   
*
*******************************/

#share-widget-modal .modal-dialog {z-index: 1050; text-align: left !important;}
#share-widget-modal .wrapper {border: 0; list-style-type: none; padding: 0;}
#share-widget-modal .modal-title {font-size: 17px; text-transform: uppercase;}
#share-widget-modal .modal-body {max-height: 300px; overflow: auto;}
#share-widget-modal .modal-item {		   
	color: #333;
	display: inline-block;
	height: 30px;
  	font-size: 17px; 	
   -moz-transition: all 100ms ease-in;
-webkit-transition: all 100ms ease-in;
     -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
}

#share-widget-modal .modal-item:hover {color: #000;}
#share-widget-modal .modal-item .name {vertical-align: top;}
#share-widget-modal .modal-item .icon {
	/* NOTE: twitter widget overrides .icon class, hence important  */
	float: none !important;
	margin: 0 !important;
	display: inline-block;
	width: 24px;
	height: 24px;
}

#share-widget-modal hr {margin: 5px 0 15px 0;}
#share-widget-modal hr:last-child{display:none;}

#share-widget-modal .modal-footer {padding: 10px; line-height: 15px;}
#share-widget-modal .modal-footer .poweredby {color: rgba(0,0,0,0.4); font-size: 10px;}

