/**
* Share Component (Built on AddThis)
* ----------------------------------------------
*
*   Date: 2014-02-20
*
* Author: Paul Cox
*
*  Notes: Sharing Options
*
*/


/*
//====================================================================
//
// MOBILE / SMALL SCREEN (0px - 480px)
//
//====================================================================
*/

.share
{
	color: #898989;
	background-color: #fff;

	text-align: right;

	display: none;


	position: fixed;
	right: 20px;
	top: 50%;
    z-index: 9999;

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.share-control {
	color: #898989;
	display: block;





	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.share-control:hover {
	color: #464646;
}

.share .icon {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	display: inline-block;
}


.share .at_PinItButton:before {

  font-family: "hillsong-icons" !important;
   content: "r";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share .at_PinItButton {
	display: inherit !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	background-image: none !important;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	display: inline-block;
}



/*
//====================================================================
//
// TABLET (Bigger than 767px )
//
//====================================================================
*/

@media only screen and (min-width: 767px) {

	.share { display: block; }

}



/*
//====================================================================
//
// DESKTOP (Bigger than 979px )
//
//====================================================================
*/
@media only screen and (min-width: 979px) {

}



/*
//====================================================================
//
// LARGE SCREEN ( Bigger than 1199px )
//
//====================================================================
*/
@media only screen and (min-width:1199px) {

}