#module-psblog-posts.boxed #outer-wrapper {
	overflow: visible;
}

#module-psblog-posts .block li a {
	display: block;
	color: #333;
	line-height: 1.2;
}

#module-psblog-posts #columns {
	line-height: 30px;
}

#module-psblog-posts #columns #sidebar {
	padding: 0;
}

#module-psblog-posts h1 {
	font-size: 18px !important;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #76222f;
}

#module-psblog-posts h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}
#post_view .rte {
	text-align:justify;
	color: #666;
	margin-bottom: 15px;
}

#post_view .rte img {
	border: 0;
	outline: 0;
}

#post_view .medias{ float:left; margin-right:5px; padding:0; }
#post_view .media_list ul{ margin:0; padding:0; }
#post_view .media_list ul li{ display:block; margin:0; text-align:right; padding:0; margin-top:5px; text-align:center; }
#post_view .media_list ul li img{ border:1px solid #EAEAEA; }

#post_view .categories{ margin:20px 0; }
#post_view .categories ul{ margin:0; padding:0; list-style-type:none; }
#post_view .categories ul li{float:left; margin-right:3px; }
#post_view .categories a{ text-decoration:underline; }

#post_view .related{ margin:20px 0; }

#post_view .products{ margin:20px 0; }
#post_view .products h5, #post_view .related h5{ font-size: 12px; padding:0; min-height:30px; }
#post_view .products h5 a, #post_view .related h5 a{ display:block; }
#post_view .products h5 span{ font-size:10px; font-weight:normal; font-style:italic; color:#666; }
#post_view .products p, #post_view .related p{ margin:0; padding:0; }
#post_view .products ul, #post_view .related ul{ list-style-type:none; }
#post_view .products ul li, #post_view .related ul li{
	width: 48%;
	max-width: 48%;
}
#post_view .products ul li.odd, #post_view .related ul li.odd{ float:left; }
#post_view .products ul li.even, #post_view .related ul li.even{ float:right; }
#post_view .products .text_desc, #post_view .related .text_desc{ float: left; margin-left: 10px; width: 250px;}
#post_view .products a.content_img, #post_view .related a.content_img{ 
	outline: medium none;
	display:block;
	float:left;
	display:block;
	width: 25%;
}
#post_view .addthis_toolbox{ margin:10px 0 10px 0; }

#postcomments{ margin:20px 0; }
#postcomments .std thead th { background:none; }
#postcomments .std tbody td p span { font-weight:bold; }
#postcomments input[type=text]{ width:80% !important; }
#postcomments textarea{ width:82% !important; }

#post_list ul{ margin:0 0 10px 0; padding:0; list-style-type:none; border-bottom: 3px solid #EAEAEA;}
#post_list ul li{ margin:15px 0; padding:15px 0 0 0; list-style-type:none; border-top:3px solid #EAEAEA; position: relative; }
#post_list ul li.first_item{ 
	border-top: 0px;
	margin-top: 0;
	padding-top: 5px;
}
#post_list ul li h3{ margin-top:0; margin-bottom:0; padding-bottom:5px; }

#post_list ul.pagination-list {
    border-bottom: none;
    margin: 20px 0 0;
    padding: 20px 0;
}
#post_list ul.pagination-list li {
    border-top: none;
    margin: 0;
    padding: 5px 5px 5px 0;
    line-height: 1.5rem;
}
#post_list ul.pagination-list li#pagination_next_bottom {
    padding: 5px 0;
}
#post_list ul.pagination-list li.truncate span {
    font-size: 16px;
    color: #48535A;
}
#category_info span.bold{ font-weight:bold; }
#category_info h4{ font-size:13px; padding-bottom: 5px; }

#category_info .almost-h1{
	display: inline-block;
	float: left;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 18px;
	color: #76222f;
}

#post_list ul li h3 a{ text-decoration:none; }
#post_list ul li h3 a:hover{ text-decoration:underline; }
#post_list ul li p{ padding-bottom:0; }
#post_list ul li span{ color:#999999; font-size:12px; }
#post_list ul li span a{ text-decoration:underline; }
#post_list ul li .excerpt{ }
#post_list ul li .img_default{ float:left; margin-right:25px;  }
#post_list ul li .img_default a{
	display:block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.095) , 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095) , 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095) , 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
	background: white;
}
#post_list ul li .img_default img{ border:1px solid #EAEAEA; min-height: 150px;}
@media (max-width: 768px) {
	#post_list ul li .img_default img{
		width: 100%;
		height: 90vw;
		object-fit: cover;
	}
}
@media (min-width: 769px) {
	#post_list ul li .img_default img{
		height: 150px;
		width: 150px;
		object-fit: cover;
	}
}
#post_list ul li .detail_left{ }




.bt_left{ float:left; margin-bottom: 0;}
.bt_right{float:right; }


/* block search column */
.post_search_block .block_content{ padding:5px; background: none repeat scroll 0 0 #EEEEEE; border: 1px solid #CCCCCC;}
.post_search_block input[type=text]{ height: 20px; padding: 0 5px; }
.post_search_block p{ padding:6px 0; font-weight:bold; }

.posts_block li,
#newest_posts li {
	position: relative;
	border-bottom: 1px solid #EEE;
	padding: 14px 0;
}
.posts_block li a,
#newest_posts li a {
	background: none;
	padding: 0;
}
.posts_block .post_img,
#newest_posts .post_img{
	float:left;
	margin-right:5px;
}

.posts_block_categories ul li ul{ margin-left:15px; }
.posts_block_categories li { border:none !important;  }
.posts_block_categories ul li a {
    background: url("/themes/cibdol/css/modules/psblog/img/arrow_right_2.png") no-repeat scroll 10px 13px rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding: 7px 11px 5px 22px;
	border-bottom: 1px dotted #EEEEEE;
}

.blog_block_footer{ }
.blog_block_footer h4{ background: none; font-weight:normal; font-size:14px; padding:0; }
.blog_block_footer ul li a{ background:none; padding:0; border:none; }
.posts_block.blog_block_footer li{ border:none; }


.posts_archives_block .block_content{padding:5px; }
/* .posts_archives_block .block_content ul li li a{  padding: 4px 0px 4px 32px; } */
.posts_archives_block .block_content a{
  background: url("/themes/cibdol/css/modules/psblog/img/arrow_right_2.png") no-repeat scroll 10px 13px rgba(0, 0, 0, 0);
  color: #333333;
  display: block;
  font-weight:bold;
  padding: 5px 0px 5px 22px;
}
.posts_archives_block .block_content a.posts_month{
	font-weight:normal;
}

#module-psblog-posts .one-third  {
	width: 270px;
	float:left;
}
#module-psblog-posts .two-third  {width:900px; float:right;}

#module-psblog-posts #sidebar div.post_search_block input.light {
	width: 175px;
}

#module-psblog-posts #sidebar .blog_block_left h4,
#module-psblog-posts #sidebar .blog_block_left h4 a,
#posts_recommended h4 {
	background: none;
	padding: 0;
	font-size: 16px;
	text-shadow: none;
	color: #666;
	line-height: 21px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border: 0;
	font-weight: 600;
}

#module-psblog-posts #sidebar .blog_block_left{
	font-size: 12px;
	color: #333;
	padding: 0 15px;
	background: white;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
}


#module-psblog-posts #sidebar .posts_block li .date,
#newest_posts li .date {
	font-style: italic;
	font-size: 80%;
}

#module-psblog-posts #sidebar .posts_block li .hasImage .date,
#newest_posts li .hasImage .date {
	position: absolute;
	bottom: 9px;
}

#module-psblog-posts #sidebar .blog_block_left a.rss img {
	vertical-align: baseline;
}

#module-psblog-posts #sidebar div.post_search_block input.button_mini {
	padding: 9px 12px;
}

#module-psblog-posts #sidebar div.post_search_block input.light {
	color: #666;
	width: 150px;
	height: 24px;
}

#post_list li .info_blog {
	padding-bottom: 10px;
}

#post_list ul li .info_blog span a,
#post_list ul li h3 a:hover {
	text-decoration: none;
}

#post_list ul li .info_blog span a:hover,
#postViewTitle .info_blog a:hover{
	text-decoration: underline;
}

#post_list ul li .links_for_unique {
	vertical-align: bottom;
	display: inline;
}

#post_list ul li .links_for_unique .more {
	float: left;
	font-style: italic;
	margin-top: 0;
}

#post_list ul li .links_for_unique .social-share {
	float: right;
}

@media (max-width: 461px) {
	#post_list ul li .links_for_unique .more {
		float: none;
	}
	#post_list ul li .links_for_unique .social-share {
		float: none;
		width: 100%;
		text-align: center;
	}
}

#post_list ul li .links_for_unique .social-share span {
	float: left;
}

#post_list ul li .links_for_unique div.social-share span.tweet {
	margin-right: -15px;
}

#post_list ul li .links_for_unique div.social-share .comment_counter {
	display: block;
	width: 58px;
	margin-right: 0px !important;
}

#module-psblog-posts div.social-share span.fb {
	width: 100px;
	margin-right: 5px;
}

#blogPaging {
	margin-bottom: 10px;
}

#post_list ul li .info_blog span a,
#postViewTitle .info_blog a {
	text-transform: uppercase;
}

#module-psblog-posts #posts_recommended .autumnshowcase_block li {
		padding: 0 6px 0 0;
}

#post_view {
	margin-top: 25px;
	background: white;
	padding: 10px 20px !important;
	color: #555;
}
#post_view h1 {
	margin-bottom: 0;
	font-size: 40px !important;
	line-height: 70px;
	font-weight: bold;
	color: #48535a;
}
#post_view h2 {
	font-size: 32px;
}
#post_view h3 {
	font-size: 24px;
	margin: 30px 0;
}
#post_view .rte {
	text-align:left;
	color: #48535a;
}
#post_view .rte p {
	font-size: 18px;
}

@media only screen and (max-width: 959px) {
	#module-psblog-posts #sidebar {
		display: none;
	}
	#module-psblog-posts #center_column {
		left: auto;
		right: auto;
		width: 100%;
	}
	
	#module-psblog-posts.seldom-post #breadcrumb {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1210px) {
	#module-psblog-posts .one-third  {
		width: 260px;

	}
	#module-psblog-posts .two-third  {width:670px}
	#module-psblog-posts #sidebar div.post_search_block input.light {
		width: 150px;
	}

	#module-psblog-posts #sidebar .blog_block_left {
		padding: 0 10px;
	}

	#module-psblog-posts #posts_recommended .autumnshowcase_block li {
		padding: 0;
	}
	#module-psblog-posts .block li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	#post_view h1 {
		font-size: 22px !important;;
		line-height: 30px;
	}
	#post_view h2 {
		font-size: 20px;
	}
	#post_view h3 {
		font-size: 18px;
	}
	#post_list ul li .img_default {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	#post_list ul li .detail_left {
		clear: both;
	}
	#post_list ul li .excerpt.hasImage {
		margin-left: 0 !important;
	}

	#post_list ul li.hasImage .links_for_unique {
		position: static;
	}
	#post_list ul li.hasImage .links_for_unique .more {
	    padding-left: 0 !important;
	}
	#module-psblog-posts .two-third {
	   width: 100%;
	}
	#post_list ul li .img_default a {
		display: inline-block;
		margin-bottom: 10px;
		min-height: 90vw;
	}
	#module-psblog-posts #posts_recommended {
		display: none;
	}
	
	#post_view .products ul li, #post_view .related ul li {
		width: 100%;
		max-width: 100%;
		margin: 15px 0;
		float: none !important;
	}
	#post_view .products a.content_img, #post_view .related a.content_img {
		width: 20%;
	}
}
@media only screen and (min-width: 769px) {
	#post_list ul li .excerpt.hasImage {
		margin-left: 0 !important;
	}
	#post_list ul li.hasImage .links_for_unique .more {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 479px){
	#post_view .products a.content_img, #post_view .related a.content_img {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}
	#post_view .products .text_desc, #post_view .related .text_desc{ float: none; margin: 0 10px; width: auto;}
}

.posts_block li div.post_img a,
#newest_posts li div.post_img a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.095) , 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095) , 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095) , 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
	background: white;
}

#post_view .social-share {
	margin-top: 5px;
	text-align: center;
}

#post_view .social-share > * {
	margin-bottom: 5px;
}

#post_view div.social-share span.tweet {
	margin-right: 15px;
}

.lang_nl #post_view div.social-share span.fb,
.lang_de #post_view div.social-share span.fb {
	width: 125px;
}

#posts_recommended {
	margin-top: 20px;
}
#post_list,
#post_view {
	margin-bottom: 20px;
}

.blog_block_footer h4 {
	position: relative;
}

.blog_block_footer {
	float: left;
}

#disqus_thread {
	margin: 5px 0;
	padding: 10px 20px;
	color: #555;	
}

#module-psblog-posts #sidebar {
	margin-left: 0;
	margin-right: 0;
}
#module-psblog-posts #sidebar .blog_block_left h4 {
	padding-top: 10px;
}

#module-psblog-posts #sidebar .posts_block li.last_item,
#newest_posts li.last_item{
	border-bottom: 0;
}

#module-psblog-posts #sidebar .posts_block li.last_item .hasImage .date {
	bottom: 11px;
}

#psblogsearch {
	padding-bottom: 10px;
}

.blog_block_left .block_content {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
#module-psblog-posts div.social-share.big span.fb {
	margin-right: 25px;
}

#post_view p img {
	width: 100%;
	height: auto;
}

.list-item {
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	margin-bottom: 14px;
	padding: 4px 8px;
}
.list-item h3 {
	font-size: 1.0625rem !important;
	width: 100%;
	text-align: left;
	margin: 0 !important;
	line-height: normal !important;
}
.list-item .wpicon {
	font-size: 10px;
	margin-left: 10px;
}
