/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

.wrapper {
	margin-top: 50px;
}

.blog-menu a, .blog-description {
	color: #999;
}

#social_icons {
	margin-bottom: 20px;
}

blockquote.twitter-tweet {
	display: inline-block;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-color: #eee #ddd #bbb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	margin: 10px 5px;
	padding: 0 16px 16px;
	max-width: 468px;
}

blockquote.twitter-tweet p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

blockquote.twitter-tweet a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
	text-decoration: underline;
}

.gr_grid_container {
/* customize grid container div here. eg: width: 500px; */
}

.gr_grid_book_container {
/* customize book cover container div here */
	display: inline !important;
	width: 98px;
	height: 160px;
	padding: 0;
	overflow: hidden;
}

#workshop-message
	{
		color: #fff;
		background-color: #000;
		padding: 2em;
		max-width: 24em;
		flex-direction: column;
		bottom: 1em;
		right:1em;
		position: fixed;
		overflow: hidden;
		box-sizing: border-box;
		font-family: Helvetica, Calibri, Arial, sans-serif;
		font-size: 16px;
		line-height: 1.5em;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		z-index: 9999;
transition: right 2s;
	}

	#workshop-message .message
	{
		opacity:0.8;
		display: block;
		margin-bottom: 1em
	}
	#workshop-message .message a
	{
		color: rgb(255, 255, 255);
		opacity: .8;
		display: inline-block;
		padding: .2em;
		cursor: pointer;
		text-decoration: underline
	}

	#workshop-message .more-area
	{
		
		flex: 1;
		-ms-flex: 1;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent
	}

	#got-it
	{
		border: 1px solid yellow;
padding:0.4em;
		width:100%;
text-align:center;
		cursor:pointer;
	color:yellow;
	}
	

	#dismiss-button
	{
		position:absolute;
		display:block;
		top:0.2em;
		right:0.4em;
		color:#fff;
		text-align:center;
		line-height:1em;
		cursor:pointer;
	}


	#dismiss-button:hover
	{
		color:#ddd;
	}

	#workshop-message.noshow
	{
		right:-1000px;
	}