/* Enter Your Custom CSS Here */

/*flags*/
.box {
		width: 32%;
		/*float: left;*/
	}
.flagbox {
		width: 120px;
		height: 120px;
		display: inline-block;
		vertical-align: middle;
	}
.flag {
	  margin: auto;
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #e5e5e5;
		box-shadow: inset 0px 0px 0px 2px #fff;

	}
/*end flags*/

/*post featured image*/
.single-post-image {
margin: 0 0 20px;
text-align: center;
width: 100%;
height: auto;
}
/*end post featured image*/

/*post gallery thumbnails*/
.site-main .gallery a img {
max-width: 100%;
height: auto;
width: unset;

}
/*end post gallery thumbnails*/

/*post meta author date comments*/
.entry-meta, .post-meta-wrapper {
		display: none;
}

/*END post meta author date comments*/

/*list category addon*/
li.categories {  /* outermost list item */
  display:inline; 
} 
li.cat-item {
  font-size: 1.2em;
  float: left;
  margin: 0 10px 10px 0;
}
ul.children {
  display: inline;
}
/*end list category addon*/

/*category list in sidebar*/
#nat-sidebar li.cat-item {
  float: none;
}

/*genres list in sidebar*/
#genres-sidebar li.cat-item {
  float: none;
}

/*List Category Posts Addon*/
.lcp_catlist {
  width: 100%;
}
.lcp_catlist li {
    display: inline;
    list-style: none;
    width: 150px;
/*    min-height: 175px; */
  	min-height: 190px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}
.lcp_paginator {
  clear: both;
}
/*END List Category Posts Addon*/