.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;
overflow: hidden;
z-index: 99;
	
}
.blog-short-content{
		max-height: 360px;
overflow: hidden;
z-index: 99;
}
.blog-short-content img {
	max-height:100px;margin:10px;
}

.short_blog_pic {
	max-width:50px;
	float:left;
	margin-right:10px;
}


.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;
    color:#727272;
	font-weight:600;
}

.blog-title a {
	color: #333;
	text-decoration: none;
}

.blog-content {
}
.blog-content p{margin:0px;}
.num_comments {
	width: 100%;
	padding-bottom: 20px;
	clear: both;
}




.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;
}




.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;
}