/* Twitter Embedded Timeline Styles */
@font-face {
	font-family: 'Glyphicons Roku';
	src:url('./fonts/glyphicons-roku.eot');
	src:url('./fonts/glyphicons-roku.eot') format('embedded-opentype'),
		url('./fonts/glyphicons-roku.woff') format('woff'),
		url('./fonts/glyphicons-roku.ttf') format('truetype'),
		url('./fonts/glyphicons-roku.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.glyphicon:after, .glyphicon:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Roku';
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-twitter:before {
	content: "\e620";
}
.glyphicon-twitter-after:after {
	content: "\e620";
}


/* Twitter Favorites Styles */
.widget_wp_twitter_favorites {
  position: relative;
  margin: 1em 0 3em;
  color: white;
  display: block;
  background: #662d91;
  border-radius: 1em;
}
.widget_wp_twitter_favorites:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 50px;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: #662d91 transparent;
  display: block;
  width: 0;
}

/* Environemnt Notify Styles */
.env-inform { text-align: center; color: white; background: red; padding: 1rem; }

/* Modal Styles */
#modal {
	z-index: -100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: .5s opacity, .5s z-index;
}
#modal.open {
	z-index: 10000;
	opacity: 1;
}
#modal-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.4);
	text-align: center;
}
#modal-container {
	display: inline-block;
	position: relative;
	top: 10rem;
	max-width: 80%;
	margin: 0 auto;
	background: white;
	border-radius: 1em;
	padding: 2em;
	border: .1rem solid #eee;
	box-shadow: 0 0 1em #CCC;
}
#modal-close {
	position: absolute;
	right: -.75em;
	top: -.75em;
	background: white;
	box-shadow: 0 0 .1em #CCC;
}

a.icon-link, a.icon-link:link, a.icon-link:visited {
	font-size: 2.4rem;
	line-height: 5rem;
	border: 1px solid #EEE;
	border-radius: 4rem;
	width: 5rem;
	height: 5rem;
	display: inline-block;
	text-align: center;
	color: #662d91;
	cursor: pointer;
	margin-left: .5rem;
	margin-bottom: 1rem;
}
a.icon-link:hover { color: #843abc; /* purple highlight */ }
