html {
    min-height: 100%;
    position: relative;
	height:100%;
	margin:auto;
}


body{font-family: 'Open Sans', sans-serif; position:relative; font-size:18px; font-weight:100; height:100%}

.no-bg{background:none!important;}

#innerblock{/*min-height:150px;*/ width:100%}

.navbar-default {
    background: none;
	border-width:1px 0;
	border-radius:0;
}

.navbar-nav>li{display:inline-block;}

.navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
    text-transform: uppercase;
}

.navbar-nav>li:first-child>a{ padding-left:22px;}

/*.navbar-default .navbar-collapse, .navbar-default .navbar-form{margin-top:20px;}*/

.navbar-header{
    padding-bottom: 30px;
}

.navbar-right {

    margin-top: 10px;
}

.navbar-nav>li>a{ padding-right:0!important;}

ul li{list-style-type:none;}

.title-text {
	font-size: 38px;
	color: #2d2d2d;
	font-weight: bold;
	text-align: left;
	background:rgba(218, 218, 218, 0.08);
	padding:5px 0;
	margin:0;
}
 
.dropdown-menu .divider{margin:0;}

.dropdown-menu {padding:0;}

.caret{margin-left: 8px;}

.dropdown-menu  li a{padding-top:10px; padding-bottom:10px;}


.outer{width:100%;}

footer{background:#dadada; width:100%; padding:10px 0 0 0; font-size:14px; }

.share-txt{ float:left;}

.social-footer {padding-top:10px; color:#191919}

.social-footer a{ color:#191919}

.all-text{font-weight:300; font-size:18px}

/*---- Blog ----*/
.entry-title

.entry-title a:hover, .entry-title a {color: #333;}

.entry-container h1, .entry-container h2, .entry-container h3, .entry-container h4, .entry-container h5, .entry-container h6 {
    margin-bottom: 0.455em;
    letter-spacing: -0.015em;
}

.post-counters .item {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}

li.item.share:hover .post-share-menu{ visibility:visible; opacity:1;}

.post-share-menu .link {
    display: block;
    padding: 5px 22px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: inherit;
}

.post-share-menu .link a {
    color: #010101;
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.post-share-menu .link:hover {
    background: #f8f8f8;
}

.post-share-menu, .post-content .post-share-menu {
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: -140px;
    margin: 0;
    margin-top: 14px;
    margin-left: 5px;
    min-width: 135px;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #efefef;
    border-radius: 2px;
    background: #fff;
    color: #aaa;
    font-size: 12px;
    font-weight: 600;
}

.entry-content h1 {
    font-family: "Merriweather", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.5;
}

.post-meta {
    margin-top: 6px;
    color: #a0a0a0;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    font-size: 11px;
	margin-bottom:40px;

}

.post-meta .post-cat > a:hover {
    color: inherit;
}

.post-meta .post-cat > a {
    color: #82af7c;
    font-weight: 600;
}

.post-outer {
 	border: 1px solid #f5f5f5;
  
}

.post-outer  .entry-container{
    padding: 30px;
}

.post-outer  .entry-container p{font-size:18px;}

.post_footer {
    font-size: 13px;
    margin-top: -10px;
    padding-top: 15px;
    display: inline-block;
  
    background: #fff;
}

.read-more {
    float: left;
    margin-top: 10px;
    line-height: 1;
    padding: 20px 35px;
}

.read-more a {
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 9px 24px;
    color: #adadad;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.read-more + .post-counters {
    padding: 26px 35px;
}

.post-counters {
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #acacac;
    float: right;
}


.PopularPosts img {
    padding-right: 0;
    height: 66px;
    object-fit: cover;
    width: 100%;
}

.PopularPosts .item-thumbnail {
    width: 110px;
    margin: 0 10px 5px 0;
}

.PopularPosts .item-thumbnail {
    float: left;
    margin: 0 5px 5px 0;
}

ul{padding:0;}

.sidebar h2 {
    margin-bottom: 20px;
    position: relative;
    padding: 0px 30px 15px;
    border-bottom: 1px solid #efefef;
    font-family: "Merriweather", Georgia, serif;
    font-size: 16px;
    line-height: 1.7;
}

.sidebar .widget {
    border: 1px solid #efefef;
}

.widget-content.popular-posts{
    padding:0px 30px 35px;
}

.PopularPosts a {
    color: #666;
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
	font-weight:400;
}


.PopularPosts .widget-content ul li {
    padding: .7em 0;
}

.popular-posts ul li {
    list-style: none outside none !important;
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.popular-posts ul li:last-child {
    border: 0;
}

.PopularPosts .widget-content ul li {
    padding: .7em 0;
}

.post-meta .meta-sep:before {
    content: "/";
    padding: 0 6px;
}


@media(max-width:768px){
	.navbar-header{padding-bottom:30px;} 
	.navbar-nav>li>a{ padding:0;} 
	.navbar-nav>li:first-child>a{ padding-left:22px;}
	
	.navbar-default .navbar-toggle {
		border-color: #ddd;
		margin-top: 22px;
		margin-bottom: 0;
}
}
