body {
  padding-top: 10px;
  padding-bottom: 20px;
  background:#dcdcdc;
}
.logo{padding:5px 0 5px 0; display:inline-block;}
.navbar {
  margin-bottom: 20px;
}
#mnu-home{font-size:15px;padding:15px 20px 15px 20px; background:#ff0000}
.navbar-nav>li{-webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;}
.navbar-nav>li>a{color:#FFF !important; }
.navbar-nav>li:hover{background:#4d4d4d;color:#FFF !important}

.wrapper{background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow:  0 1px 3px 0 #b5b5b5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow:  0 1px 3px 0 #b5b5b5;
		border: 1px solid #DDD;
		border-bottom:4px solid #37b8eb;width:100%; float:left;margin-bottom:20px;padding-bottom:20px;}
		
.post.excerpt {
    clear: both;
    margin-bottom: 30px;
	margin-top:30px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #cdcdcd;
}
.related-posts .post.excerpt.last { margin-right: 0 }
.post-date-ribbon {
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    margin-top: -30px;
    position: relative;
    padding: 0 7px;
    float: left;
	background-color: #EA141F;
}
.single_post .post-date-ribbon { margin-top: -30px }
.corner {
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EA141F rgba(0, 0, 0, 0);
}
.corner:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0);
}
.title {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 24px;
    line-height: 28px;
    clear: both;
}
.title a { color: #000;font-size:18px; font-weight:bold; }
.title a:hover{color:#ff0000; text-decoration:none}
.page h1.title {
    margin-bottom: 0;
    margin-top: 0;
}
.post-info {
    display: block;
    font-size: 13px;
    color: #999999;
    float: left;
    width: 100%;
}
.post-info a, .single-post .post-info a { color: #666 }
.post-info > span i { font-size: 16px }
.post-info > span { margin-right: 7px }
.post-info > span > span { margin-right: 7px }
.post-info > span:last-child { margin-right: 0 }
header{margin-bottom:10px; float:left;width:100%;}
.featured-thumbnail {
   
    float: left; 
    position: relative;
    margin-top: 5px;
	margin-bottom:15px;
}
#featured-thumbnail {
    float: left; 
    
}
.thumb{margin-right: 20px; max-width: 280px;}
.related-posts #featured-thumbnail {
    width: auto;
    max-width: 200px;
    margin-right: 0;
}

.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.featured-thumbnail .latestPost-review-wrapper.wp-review-show-total {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0px 5px;
}
.readMore {
   
    margin-top: 15px;
}
.readMore a {
    color: #fff;
    padding: 5px 12px;
    transition: all 0.25s linear;
   background:#ff0000;
}
.readMore a:hover {
    color: #fff;
    background: #222222;
}
.post-content{text-align:justify; line-height:24px;}
.sidebar_list{display:block; margin:0 auto; padding:0 0 0 15px;}
.sidebar_list li{list-style: none;}
.sidebar_list li a{display:block; padding:5px 10px 5px 10px; font-size:20px;}
.sidebar_list li a:hover{color:#ff0000;}

.gallery-columns-6 .gallery-item { max-width: 16.66% }
.gallery-columns-7 .gallery-item { max-width: 14.28% }
.gallery-columns-8 .gallery-item { max-width: 12.5% }
.gallery-columns-9 .gallery-item { max-width: 11.11% }
.gallery-caption { display: block }
/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.single_post .pagination { margin: 10px 0 15px }
.pagination ul {
    list-style: none;
    margin: 0; 
}
.pagination ul li {
    float: left;
    margin-right: 8px;
	
}
.pagination a:hover {background:#ff0000;}
.pagination .current { background:#ff0000;
    color: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-right: 8px;
}
.single .pagination .current {margin: 0;}
.pagination a, .pagination2, .pagination .dots {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    color: #555;
    padding: 10px 14px;
    margin-right: 8px;
    transition: all 0.25s ease;
}
.single .pagination a {
    padding: 0;
    border: 0;
}
.pagination a:hover {
    color: #fff;
    border-color: transparent;
}
.copyrights {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    color: #979494;
	margin-top:20px;
}
#copyright-note {
    margin: 0 auto;
    clear: both;
    width: 100%; background:red;
}
#copyright-note a { color: #CFCFCF }
#copyright-note a:hover { color: #fff }
.divider{border-bottom:2px solid #CCC;padding:5px 0 5px 0;}
.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.footer-widgets .sbutton, #sidebars .sbutton {
    float: right;
    background-color: #f9f7f2;
    text-align: center;
}
.related-posts #featured-thumbnail .featured-thumbnail { max-width: 100% }
.home_page .featured-thumbnail { max-width: 150px }
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.featured-thumbnail .latestPost-review-wrapper.wp-review-show-total {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0px 5px;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #FFF;
    margin-top: 10px;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}
.postauthor-top { margin-bottom: 10px }
.related-posts h3 {
    font-size: 18px;
    margin: 0;
    color: #444;
}
.related-posts .post.excerpt {
    width: 30.2%;
    float: left;
    list-style: none;
    margin-right: 4.6%;
    min-height: 100px;
    clear: none;
    padding: 0;
    border: none;
    overflow: hidden;
}
.related-posts a {
    display: block;
    width: 100%;
    color: #666;
}
.related-posts .title {
    width: 100%;
    padding-top: 10px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: initial;
    color: #444;
}
.postauthor {
    margin: 10px 0 15px;
    padding: 0;
    min-height: 125px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor h4 {
    font-weight: bold;
    font-size: 18px;
}
.postauthor h5 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.postauthor img {
    float: left;
    margin: 5px 25px 15px 0;
}
.postauthor h4 a { color: #473636 }
@media screen and (max-width: 640px) { 
    .footer-widget {
        width: 48%;
        margin-right: 4%;
    }
    .footer-widget:nth-child(even) { margin-right: 0 }
    .single-title { font-size: 24px }
}
@media screen and (max-width: 550px) { 
    .related-posts .post.excerpt {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .related-posts .post.excerpt.last { clear: left }
    .related-posts .post.excerpt:nth-of-type(2n) { margin-right: 0 }
    .related-posts #featured-thumbnail { max-width: 100% }
}
@media screen and (max-width: 480px) { 
    .footer-widget { width: 100% }
    #copyright-note, .top {
        width: 100%;
        text-align: center;
    }
}