
@media screen and (max-width: 1600px){
  .blog-item {
  margin-bottom: 60px;
  overflow: hidden;
}
.post-content{
  padding: 10px 10px 10px 30px;
}
.post-item h3 {
    text-align:center;
    color: 
    #fff;
    margin:0px;
    text-transform: initial;
}
.blog-item .blog-thumb {
  width: 230px;
  height: 170px;
  float: left;
}

.blog-item .blog-content {
  padding-left: 258px;
}

.blog-item .blog-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.4;
}

.blog-item .blog-meta {
  margin-bottom: 15px;
}

.blog-item .blog-meta span {
  margin-right: 10px;
  font-size: 12px;
  color: #b7b7b7;
}

.blog-item .blog-meta span i {
  color: #f6783a;
  margin-right: 3px;
}
.post-item {
  margin-bottom: 60px;
}

.post-item .post-thumb {
  height: 320px;
   margin-bottom: 30px;
}

.post-item .post-thumb-full {
  margin-bottom: 40px;
}

.post-item .post-content h3 {
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.post-item .post-content h3 a {
  color: #29a846;
  font-size: 25px;
}

.post-item .post-content p {
  margin-bottom: 20px;
  text-indent: 0%;
  text-align: justify;


line-height: 1.42857143;
font-size: 17px;
}

.post-item .post-meta {
  margin-bottom: 10px;
}

.post-item .post-meta span {
  margin-right: 10px;
  font-size: 14px;
  color: #b7b7b7;
}

.post-item .post-meta span i {
  color: #f6783a;
}

.post-item .tag {
  padding-top: 15px;
  padding-bottom: 40px;
  font-size: 12px;
  text-transform: uppercase;
  color: #b7b7b7;
}

.post-item .tag i {
  color: #f6783a;
  margin-right: 5px;
}

.post-item .post-author {
  padding: 40px 0;
  border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.post-item .post-author .pa-content {
  padding-left: 130px;
  padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.comment-warp {
  padding-top: 40px;
  border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
  font-weight: 400;
  margin-bottom: 35px;
}

.comment-warp .comment-list {
  list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
  list-style: none;
  margin-left: 14%;
}

.comment-warp .comment {
  margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.comment-warp .comment .comment-content {
  padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #b7b7b7;
  margin-bottom: 5px;
  display: block;
}

.comment-warp .comment .comment-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}

.comment-warp .comment .comment-content p {
  margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  color: #111111;
  padding: 5px 25px;
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
  border-color: #f6783a;
  background: #f6783a;
  color: #fff;
}

.comment-form-warp {
  padding: 40px 0;
  border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 14px;
  padding: 18px 20px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.comment-form textarea {
  height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
  border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
  margin-bottom: 50px;
}

.widget {
  margin-bottom: 55px;
  margin-left: -19px;

}

.widget .widget-title {
font-weight: 400;
font-size: 24px;
margin-bottom: 30px;
background: #29a846;
color: white;
padding: 10px;
text-align: center;
}

.widget ul {
  list-style: none;
}
.widget i {
    margin-right: 10px;
}

.widget ul a {
  font-size: 16px;
color: #337ab7;
margin-bottom: 0px;
padding: 2px 0;
display: inline-block;
}

.widget ul a:hover {
  color: #29a846;
}

.widget .search-widget {
  position: relative;
}

.widget .search-widget input {
  width: 100%;
  border: 1px solid #9d9d9d;
  padding: 10px 15px;
  padding-right: 55px;
  font-size: 14px;
}

.widget .search-widget button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
  width: 70px;
  height: 70px;
  float: left;
  font-size: 24px;
}

.widget .recent-post-widget .rp-content {
  padding-left: 50px;
}

.widget .recent-post-widget .rp-content p {
  font-size: 12px;
  color: #b7b7b7;
  margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
  color: #f6783a;
}

.widget .recent-post-widget .rp-content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.post-item {
    margin: 0px 10px 10px 10px;
}
.widget .tags a {
  min-width: 80px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  color: #636363;
  padding: 12px 15px;
  border: 1px solid #f6783a;
  margin-right: 5px;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 2px;
}

.post-item.post-details {
  margin-bottom: 0;
}
.site-breadcrumb h1 {
    
    padding: 0px 0;
color: #ffffff;
font-size: 30px;
margin:10px 10px 10px 30px;
}
.site-breadcrumb{
  margin: 0px;
  text-align: left;
}

.post-item.post-details p {
  margin-bottom: 15px;
}
.para {

    padding-left: 60px;

}

.post-item.post-details blockquote {
  padding: 25px 30px;
  font-size: 16px;
  color: #111111;
  border-left: 3px solid #f6783a;
  -webkit-box-shadow: 0 0 40px #f2f2f2;
          box-shadow: 0 0 40px #f2f2f2;
  margin: 40px 0 35px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

.recent-post-widget{
  border:1px solid black;
  padding: 10px;
}
}
@media screen and (max-width: 1540px){
  .post-item img{
 
width: 230px;
}
@media screen and (max-width: 1024px){
.post-item .post-content p {
  margin-bottom: 20px;
  text-indent: 0%;
  text-align: justify;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: initial;
line-height: 1.8;
font-size: 17px;
}
.post-content{
  padding: 10px 10px 10px 10px;
}
.para{
  padding-left: 0px;
}
.site-breadcrumb{
  margin: 0px;
  text-align: center;
}
}