/*
Theme Name: Albia Latest Theme
Theme URI: albia.in
Author: Ranjan Nayak
*/


.myblog{
	width: 70%;
	float: left;
	padding:50px 0;
}
.sidebar{
	padding-top: 50px;
	width: 30%;
	float: left;
	padding-left: 50px;
}
.myblog h2 a{
	color:#065005;
}
.myblog h2 a:hover{
	color: #ffba00;
}
.myblog p{
    color: #5b5b5b;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
}
.myblog li{
    color: #5b5b5b;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    line-height: 1.70;
    text-align: justify;
	margin-left:20px;
	list-style:disc;
}

.myblog p a:hover{
 text-decoration:none;
 color: #ffba00;
}
.post_date{
	font-size: 12px;
	color: #686868;
}
.myblog img{
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}
.myblog img.blog_img{
	width: 50%;
	margin-bottom: 0;
}

.sidebar h2{
	font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    text-transform: uppercase;
    color: #065005;
    border-top: 4px solid #065005;
    padding-top: 15px;
    font-weight:bold;
}
.sidebar ul ul {
	padding-left: 15px;
}

.sidebar ul ul li {
	list-style: disc;
	margin:7px 0;
	
}
.sidebar ul ul li a{
	color:#088207;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	color: #ffba00;
}
.wpcf7{
	text-align: center;
}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=number], .wpcf7 textarea{
	width: 100%;
	resize: none;
	background-color: #eef0f2;
	border: 2px solid #ddd;
}
.wpcs-slide-out-div{
 display:none;
}
.comments-template{
  margin: 10px 0 0;
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}

.comments-template ol{
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}

.comments-template ol li{
  margin: 10px 0 0;
  line-height: 18px;
  padding: 0 0 10px 70px;
  border-bottom: 1px solid #ccc;
	position:relative;
	list-style:none;
}
.commentlist img{
	position:absolute;
	left:0;
	top:0;
	 width:50px;
	height:auto;
	border-radius:4px;
}
.comments-template h2, .comments-template h3{

  font-size: 18px;
  font-weight:bold;
}

.commentmetadata{
  font-size: 12px;
}

.comments-template p.nocomments{
  padding: 0;
}

.comments-template form{
	width:100%;
	float:left;
	padding:40px 40px 20px;
	background-color:#F0F0F0;
	border-radius:5px;
	font-size:15px;
}
.comments-template input{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding:10px;
	height:auto;
}
.comments-template textarea{
	width:100%;
	float:left;
	margin-bottom:20px;
	resize:none;
}
.comments-template #submit{
	width:auto;
	padding:10px 20px;
}
#post-435 .attachment-post-thumbnail{
    width: 80%;
    margin-left: 10%;
}
@media screen and (max-width: 767px){
.myblog{
	width: 100%;
	padding:40px 5%;
}	
.sidebar{
	width: 100%;
	padding:0 5%;
}
	.comments-template form{
		padding:20px;
	}
	.myblog h2{
		font-size:20px;
	}
	.myblog p{
		text-align:left;
	}
	.myblog img.blog_img{
		width: 100%;
	}
	#post-435 .attachment-post-thumbnail{
        width: 100%;
        margin-left: 0;
    }
}