.amcn-social-share {
	position: relative;
	font-family: 'Univers Next', sans-serif;
	margin: 0.8em .4em 0 0;
	color: #fff;
	display: inline-block;
}
/* adjust for top margin where talk icon is present */
.episode-image .amcn-social-share {
	margin-top: 0;
}
 /* share icon is white */
 .amcn-social-share a.social-share:before {
  	 top: .2em;
  	position: relative;
	font-family: 'icomoon';
	font-size: 24px;
	content: "\e619";


}
 .amcn-social-share a.social-share {
 	color: rgba(255,255,255,.64);
 }
.amcn-social-share a.social-share:hover  {
	color: #fff;
  	transition: color .2s;
}

/*share icon in black for blog posts */
body.single-post .amcn-social-share a.social-share{
	color:#a3a3a3;
}
body.single-post .amcn-social-share a.social-share:hover {
	color: #000;
}

.amcn-social-share a.social-share:hover{
	text-decoration: none;
}
.amcn-social-share .share-container {
	position:absolute;
	z-index:50000;
	top: -20px;
 	left: 40px;
	background-color: #000;
	border:1px solid #e6e6e6;
	width:370px;
	height:295px;
	padding:10px 20px;
	display:none;
}

body .amcn-social-share .share-container h2 {
	margin: 0;
	font-size:1.8em;
}
body .amcn-social-share .share-container p {
	margin: 0.5em 0 0 0;
	padding:0;
	font-size: 0.9em;
}
body .amcn-social-share .share-container p.permalink {
	color:#a3a3a3;
	padding-right: 20px;
}
body .amcn-social-share .share-container input:focus,
body .amcn-social-share .share-container  button:focus {
    outline: none;
}
body .amcn-social-share .share-container input[type="text"] {
	border-radius: 0;
	border: 1px solid #777;
	background-color: #000;
	padding: 5px;
	width: 90%;
	margin: 2px 0;
	color: #a3a3a3;
	font-weight: 400;
  }
 body .amcn-social-share .share-container button {
	background: #cdbf7c;
	background: linear-gradient(to bottom,#cdbf7c 0,#cbbd7b 49%,#c2b36a 50%,#b9a85b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdbf7c', endColorstr='#b9a85b', GradientType=0);
	text-shadow: none;
	border: none;
	border-radius: 0;
	color: #000;
	padding: 8px 20px;
	font-size: 1em;
	opacity: .9;
	outline: 0!important;
	margin: 5px 0;
  }
body .amcn-social-share .share-container button:hover {
  opacity: 1;
}

.amcn-social-share ul {
	list-style-type: none;
	padding:0;
	margin-bottom: 10px;
}
.amcn-social-share li {
	display: inline-block;
	width:45%;
	vertical-align: top;
	margin: .3em;
}
.amcn-social-share li.wide {
	width:100%;
	vertical-align: top;

}
body  .amcn-social-share  .share-container ul li a {
  color: rgba(255,255,255,.64);
  font-size: .9em;
  padding: 0;
  position: relative;

}
body #body-wrapper .amcn-social-share ul li a:hover {
	text-decoration: none;
	color: #fff;
  	transition: color .2s;
}




.amcn-social-share ul li a:before {
	font-family: 'icomoon';
	margin-right: .5em;
	position: relative;
	top:.2em;
	font-size: 1.5em;
}
.amcn-social-share li a.facebook:before, .amcn-social-share li a.facebooktoggle:before {
	content: "\e61a";
}
.amcn-social-share li a.tumblr:before {
	 content: "\e61d";
}
.amcn-social-share li a.twitter:before {
	content: "\e61e";
}
.amcn-social-share li a.google:before {
	content: "\e61b";
}
.amcn-social-share li a.email:before {
	content: "\e632";
}
.amcn-social-share li a.reddit:before {
	content: "\e631";
}


@media screen and (min-width: 640px){
	.amcn-social-share .share-container .notch {
	    position: absolute;
	    top: 28px;
	    left: -10px;
	    margin: 0;
	    border-top: 10px solid transparent;
	    border-left: 0px solid transparent;
	    border-right: 10px solid #000;
	    border-bottom: 10px solid transparent;
	    padding: 0;
	    width: 0;
	    height: 0;
	}
	.amcn-social-share .share-container  .border-notch {
		border-right-color: #e6e6e6;
		left: -11px;
	}

	.amcn-social-share .closebutton {
		display: none;
	}
}
@media screen and (max-width: 639px){
	.amcn-social-share {
		position: relative;
		font-family: 'Univers Next', sans-serif;
		margin: 0.4em .4em 0 0;
		color: #fff;
	}
	.amcn-social-share .share-container {
		position:fixed;
		top:15%;
		left:0;
		margin:5%;
		width:90%;
		height:300px;
	}
	.amcn-social-share .closebutton {
	  z-index: 5002!important;
	  top: -10px;
	  right: -10px;
	  cursor: pointer;
	  background: url(/wp-content/themes/amc-tv/assets/images/popup-close-button.png) center center no-repeat;
	  width: 22px;
	  height: 22px;
	  position: absolute;
	 }
	.amcn-social-share .notch {
		display: none;
	}
	body .amcn-social-share .share-container input[type="text"] {
		width: 100%;
  }
  body  .amcn-social-share  .share-container ul li a {
	  color: #fff;
	}
	body .amcn-social-share .share-container button {
	  opacity: 1;
	}
	body .amcn-social-share .share-container p.permalink {
	  padding-right: 0;
	}

 }
