/* Enter Your Custom CSS Here */


.entry-header h2{
	padding-top: 30px;
}

.entry-content h2{
    border-left: 5px #DD4C39 solid;
    padding-left: 10px;
    margin-bottom: 15px;
}


div#disqus_thread{
	background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 8px #DD4C39 solid;

}

img.border{
    border: 1px solid #9A9A9A;
}

img.hidden{
    width: 0;
    height: 0;
}

/*
.single-thumb{
  margin-bottom: 0px
}
.single-thumb img{
	width: 100%;
  	height: auto;
}

.entry-thumb{
      background-color: #333333;
}

.hentry{
  padding: 0px;
  padding-bottom: 30px;
}

.entry-content{
    padding-left: 30px;
    padding-right: 30px
}*/


blockquote{
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-right: 10px;
    /*border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: solid 1px;*/
   background-color: #F9F9F9;
  color: #474747;
  font-weight: 400;
}

blockquote p {
	margin-bottom: 0px !important;
}


p code{
    display: inline-block;
    padding: 0 5px 0 5px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
    border: 1px #F8DAE2 solid;
}

li code {
    display: inline-block;
    padding: 0 5px 0 5px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
    border: 1px #F8DAE2 solid;
}

.entry-content p{
	margin-bottom: 10px;
    font-size: 18px;

}

p blockquote{
	margin-bottom: 0px
    
}

h1 { 
	font-size: 32px;
}
h2 {
  margin-top: 4rem;
	font-size: 28px;
}

h3 {
	margin-bottom: 13px;
  font-size: 24px;
    margin-top: 3px;
  /* color: #6D6D6D; */
}

h4 {
	margin-bottom: 13px;
  font-size: 20px;
    margin-top: 3px;
  /* color: #6D6D6D; */
}

.crayon-theme-github {
  margin-bottom: 12px !important; 
}


ul, ol {
    margin: 0 0 0.8em 2em;
  font-size: 16px;
}

@media only screen and (max-width: 1100px) {
	.site-content {
    	padding-left: 0.1em !important;
    	padding-right: 0.1em !important;
  	}
  

    	.content-area {
        padding: 0.1em !important;
  }
  
  
  .conent-area .content-annina {
  	padding: 0 1.3em !important;
  }
  
}

#facebook-button {
  background-image: url("https://velopert.com/wp-content/uploads/2016/09/facebook_circle_color-512.png");
	position: fixed;
  bottom: 30px;
  right: 30px;
  height: 64px;
  width: 64px;
  background-size: 64px;
	cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 985px) {
  #facebook-button {
  bottom: 15px;
  right: 15px;
  height: 32px;
  width: 32px;
  background-size: 32px;
  }
}

.entry-summary {
  margin-bottom: 22.5px;
}

ins {
	background: #fff !important;
	text-decoration: none;
}

.adsbygoogle {
background:#fff;
}

h3.entry-title {
	font-size: 18px;
}
.crayon-table tr:last-child td, .crayon-table-last td {
  padding-left: 5px!important;

  padding-top: 15px!important;
  padding-bottom: 15px!important;
}


blockquote {
	display: block;
	padding: 1.5em 1.5em 1.5em 1.5em;
	margin: 0 0 1.5em;
	position: relative;
	border-left: 4px solid #dd4c39;
	border-right: 2px solid #dd4c39;
	font-weight: 300;
}
blockquote::before {
   display: none;
	content: "\201C";
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #dd4c39;
}

pre code:parent {
	background: none!important;
}

.highlight tr:nth-child(2n+2) {
    background-color: rgba(0,0,0,.02);!important;
}


pre {
	padding: 0px!important;
}

code {
	display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}


pre code {
  padding: 2rem!important;
  display: block;
}