
/* 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-top:20px;
	font-size:14px;
	line-height:1.3;
	color: #808080;
}

@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;
  }
}


@media (min-width: 992px) {
	.post_credits {
		text-align:left;
	}
}


/**
 * FAQ Yoast
 */

.faq-section {
	padding-top: 30px;
	border-top: 1px solid #e6e8ed;
	margin-top: 30px;
	margin-bottom: 30px;
}
.faq-section > h2 {
	margin-bottom: 20px;
}

.faq-section .schema-faq-section {
	margin-bottom: 20px;
}

.faq-section .schema-faq-question {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
	display: block;
}


@media (min-width: 992px) {
	.faq-section {
		padding-top: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.faq-section > h2 {
		margin-bottom: 35px;
	}
	.faq-section .schema-faq-section {
		margin-bottom: 30px;
	}

	.faq-section .schema-faq-question {
		font-size: 22px;
		margin-bottom: 8px;
	}

}