.blog-wrap {
    padding: 0;
    margin: 0 auto;
    color: #333;
}
.blog {
	max-height:180px;
	overflow:hidden;
}
.blog p {
	margin:0px;
	line-height:1,5;
}
.blogg {
	min-height:300px;
	max-height:300px;
	overflow:hidden;
}

.gallery2 {
    background-size:cover;
   opacity:0.7;	
}

.gallery2:hover{
	opacity:0.9;
}

.gallery2.img {
    display: block;
    height: 150px;
    width: 100%;
	margin-bottom:10px;
}

.gallery2 .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-short {
	max-height: 250px;
	min-height:250px;
overflow: hidden;
z-index: 99;
	
}
.blog-short-content{
		max-height: 250px;
overflow: hidden;
z-index: 99;
}
.blog-short-content img {
	max-height:100px; float:Left;margin:10px;
}

.short_blog_pic {
	max-width:50px;
	float:left;
	margin-right:10px;
}
.blog-end {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+78 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 78%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

height: 80px;
margin-top: -90px;
z-index: 999;
position: relative;

}

.blog-wrap .entry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.blog-title {
	font-size: 30px;
	margin: 0px;
	width: 100%;
	line-height: 1;
	font-weight:bold;
}

.blog-title a {
	color: #333;
	text-decoration: none;
}

.blog-content {
	clear: both;
	margin-left:10px;
}
.blog-content p{margin:2px 0px;}
.num_comments {
	width: 100%;
	padding-bottom: 20px;
	clear: both;
}

.num_comments a {
	text-decoration: none;
}

.comment-line {
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.comment-date {
    color: #999;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    float: left;
}

.comment-name {
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
    float: left;
    font-weight: bold;
}

.blog-comment {
	padding-bottom: 60px;
}

.comment-form {
    width: 100%;
    margin-top: 25px;
    clear: both;
    margin-bottom: 50px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 125px;
    padding: 2px;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 30px;
    padding: 2px;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.comments {
    padding-top: 50px;
    clear: both;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.comments-off {
	background-color: #F4F2EB;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline;
}

.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: none;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 10px;
}

.blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #999;
    font-size: 12px;
    padding: 7px;
    margin: 0px;
}

.add {
	font-size: 22px;
	margin-bottom: 10px;
}

.comment-label {
	color: #555;
}

.blog-date {
	color: #aaa;
	padding:0;
	font-size:11px;
}

#ph {
	display: none;
	visibility: hidden;
}