
/* CUSTOM CODE */

.blocks .notext, .blocks .text {
	float:left;
	padding:0;
	margin:0;
	margin-bottom:20px;
	margin-right:20px;
	list-style-position:outside;
}
.blocks .notext {
	
}
.blocks .text {
}
.entry-content > .blocks li {
	list-style-type:none;
}
.blocks {
	list-style-type:none;
	margin:0 !important;
	padding:0px !important;
}
.blocks > li {
	width:500px;
}
.blocks > li img {
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:100%;
	width:100%;
}
.clear {
	clear:both;
}
.blocks .title {
	padding: 0;
	margin:0;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1em;
	z-index: 1;
	font-weight: 700;
	letter-spacing: .05em;
	
}
.treat-button {
	background-color: #ff5c39;
	color: #fff;
	padding: 10px;
	margin:20px;
	font-size: 18px;
	text-transform: uppercase;
	display:inline-block;
	width:auto;
}
.block_content {
	position:relative;
	background-color:#fcfcfc;
	border:1px solid #dcdcdc;
	margin:0 auto;
	padding:20px;
	margin-left:10px;
	margin-right:10px;
	line-height: 1.6;
	color: #4d4d4d;
	font-size:16px;	
}
.no_picture .block_content {
	margin-top:0px;
}
.with_picture .block_content{
	margin-top:-70px;
}
.with_video {
	margin-top:0px;
}
.with_video .video_wrapper p {
	margin-top:0;
	margin-bottom:0;
}
.with_video .video_wrapper p:nth-child(2) {
	margin-left:10px;
}

.block_number {
	position:absolute;
	left:5px;
	top:5px;
	font-size:150px;
	line-height:150px;
	height:150px;
	padding:0;
	margin:0;
	color:#00b0b9;
	opacity:0.15;
}

.post_credits {
	text-align:center;
	margin:10px auto;
	font-size:16px;
	line-height:24px;
}

@media screen and (max-width: 500px) {
	
	.blocks > li {
		width:100%;
	}
	
  .blocks > li img {
	  display:block;
	  float:none;
	  max-width:96%;
	  height:auto;
	  padding:0;
	  margin:0 auto;
  }
}