/* .post > header {
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    margin: -3em 0 3em 0;
} */
/* .post > header .title {
	text-indent: 2em;
} */
.post > header .meta {
    padding: 1.25em 3em 0em 3em;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    min-width: 17em;
    text-align: right;
    width: 17em;
}
.post {
    margin: 0 0 1em 0;
}

.reply-title-img{
	top: 0.25em;
    position: relative;
    margin-right: 0.5em;
}
#image-preview {
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#img-list{
	 display: block;
}
   

#img-list img{
	/*width: 6em;*/
    height: 6em;
    margin-left: 1.5em;
}
#img-list li{
	  
    /* float:left;  */
        display: inline;
    list-style:none;
   /*  display:block; */
    white-space: nowrap;

}
/*.deleteBtn::after{
	content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('/res/images/delete.png');
    background-size: 100% 100%;
    margin-top: 4px;
    position: absolute;
    top: 0em;
    right: -1em;
    cursor: pointer;
    pointer-events: auto;
}*/

.deleteBtn{
	position: absolute;
    margin-left: 0.5em;
    background-image: url(/res/images/delete.png);
    background-size: 100% 100%;
    width: 1em;
    height: 1em;
    cursor: pointer;
}

.published a{
	cursor: pointer;
}
#postContent{
margin-bottom: 1em;
}

.replyModel{
	display:none;
    margin: 0 auto;
    max-width: 100%;
    opacity: 1;
    padding: 1em;
    width: 60em;
    position: fixed;
    z-index: 1000;
   /*  top: 0; */
    left: 0;
    right: 0;
    bottom:1em;
     background-color:white;
         box-shadow: rgb(0 0 0 / 30%) 2px 2px 10px;
   /*  background-color: rgba(255,255,255,.9);  */
    }
  /*   style="text-align: center;position: fixed;z-index: 1000;top: 0;left: 0;
    		background-color: rgba(255,255,255,.9); padding-top: 3.5em;width: 100%" */
    		
/*  #commentsModel{
 	display: none;
 }   	 */	
 
.comments-ul{
	list-style: none;
	margin: 0em;
	padding-top: 1em;
} 
.comments-ul li{
	/* margin-top:0.5em */
	padding-top: 0.5em;
}
a{
	color: #2d64b3;
	cursor: pointer;
	/* text-decoration: none !important; */
	text-decoration:none;
	border: none;
}
.img-a{
	position: relative;
    overflow: hidden;
    display: block;
    box-shadow: rgb(0 0 0 / 30%) 2px 2px 10px;
    height: 0px;
    position: relative;
    padding-bottom: 135.25%;
    margin-bottom: 1em;
}
.img-a img{
	    width: 100%;
    /* height: 12em; */
    /* max-height: 12em; */
    /* border: solid 1px #f0f0f0; */
   /* display: block;
    padding: 0.25em;
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;*/
}
#bigimg{
	height: auto;
    width: 60%;
	border: 0; 
    margin: auto;
}
	@media screen and (max-width: 1280px) {

				#bigimg{
					 width: 80%;
				}
}
	@media screen and (max-width: 736px) {

				#bigimg{
					 width: 100%;
				}
	.posts-img img{
			height: auto;
	}
	#search{
				
		width: 16em !important;
	}
	.comments-ul {
    margin-bottom: 1.5em;
}
}


.floot-left{
	-moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.context-right{
	text-align: right;
}	
#banner{
	padding:  2.5em 0em;
	text-align: center;
}
.posts-img img{
	height: 8em;
	width: auto;
}
#search{
	margin: 0;
	width: 25em;
}
			
.topping{
    background-color: #38f;
    /* padding: 2px; */
    font-size: 0.7em;
    margin-right: 1em;
    color: white;
    /* padding: 0.05em; */
    padding: 0.25em 0.5em;
    border-radius: 5px;
    /* line-height: 3em; */
    position: relative;
    top: -0.125em;
}
.statelabel{
	    font-size: 0.8em;
}