div#meta {
	position: relative;
	border-bottom: 1px solid #15C39A;
}

div#meta #share {
	position: absolute;
	top: 40%;
	right: 0%;
	cursor: pointer;
	color: rgba(0,116,232, 1);
}
div#meta #share:hover {
	color: rgba(0,116,232, 0.7);
}


#pageOverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#dialogbox {
	position: fixed;
	display: none;
	padding: 16px;
	background: #234;
	color: white;
	border-radius: 3px;
	box-shadow: 2px 2px 10px black;
  	z-index: 10;
}


#dialogbox #close {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}
#dialogbox #close:hover {
	color: red;
}

div#dialogbox h4 {
	margin-top: 0;
}

div#dialogbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#dialogbox li {
	display: inline;
	margin-left: 8px;
	font-size: 32px;
}
div#dialogbox li:hover {
	cursor: pointer;
	opacity: .6;
}

h2#postHeading {
	margin-top: 4px;
	margin-bottom: 16px;
}

#disqus_thread {
    margin-top: -160px;
	margin-bottom: -160px;
}


section {
	margin-bottom: 16px;
	border-bottom: 1px solid #646C75;
}

span#date {
	display: block;
    text-transform: uppercase;
    font-size: 14px;
	margin-top: 4px;
    letter-spacing: 3px;
}

code.hljs {
	background-color: #EBEDEF;
	font-family: courier new;
}

iframe {
	display: block;
	max-width: 500px;
	height: 250px;
	margin: 160px auto;
	padding: 16px 0px;
}

span.technology {
	display: inline-block;
	margin-top: 8px;
	padding: 8px;
	background-color: #F4F4F4;
	font-size: 0.75em;
	border-radius: 20px;
}

div.gallery {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: auto;
}

div.gallery .item {
	float: left;
	margin-right: 1%;
	max-width: 32.6%;
}

div.gallery .item:last-child {
	margin-right: 0px;
	margin-left: .1%;
}

div.gallery .item img {
	display: block;
	margin: auto;
}

div.gallery .item p {
	text-align: center;
}

a.promote {
	transition: background 1s;
	transition: color 0.5s;
	background-color: #FCCB41;
	color: black;
	padding: 10px 20px;
	border-radius: 24px;
	border-width: 0;
	font-weight: 400;
}

a.promote:hover {
	color: white;
	background-color: #0074E8;
}

blockquote {
	display: block;
	margin: auto;
	text-align: center;
	font-weight: 400;
	font-size: 1.2em;
	font-style: italic;
}

h3 {
	margin-top: 48px;
}

h3.center {
	text-align: center;
}

pre.custom {
	font-family: Kiron, Roboto;
	display: block;
	text-align: center;
}

article#content img {
	display: block;
	margin: auto;
}


/* for block of numbers */
.hljs-ln td.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: black;
  border-right: 1px solid #CCC;
  vertical-align: top;
  padding-right: 16px;
}

/* for block of code */
.hljs-ln td.hljs-ln-code {
    padding-left: 16px;
}



@media only screen and (max-width: 767px) {
    div#meta {
        position: inherit;
        padding-bottom: 16px;
    }

    h2#postHeading {
        display: inline;
    }

    
    a.promote {
        display: block;
        text-align: center;
    }

    div#meta #share {
        position: inherit;
        margin-left: 16px;
    }


	#disqus_thread {
	   margin-top: 0px;
	   margin-bottom: 0px;
	}

	section {
		padding-bottom: 16px;
	}

	iframe {
		display: block;
		width: 80%;
		height: auto;
		margin: auto;
	   	padding: 2.5% 0px;
	}
	
	div.gallery .item {
		clear: both;
		margin-right: 0%;
		max-width: 100%;
		width: 100%;
	}

	div.gallery .item:last-child {
		margin-right: 0px;
		margin-left: 0%;
	}

	div.gallery .item img {
		width: 60%;
	}
	

	/* for block of numbers */
	.hljs-ln td.hljs-ln-numbers {
		padding-right: 8px;
	}

	/* for block of code */
	.hljs-ln td.hljs-ln-code {
			padding-left: 8px;
	}
}