.widget-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.01);
    visibility: visible;
}

.widget {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.widget > h3 {
    font-size: 1.3rem;
    margin-left: 40px;
    line-height: 22px;
}

.widget:after
{
    border-color: rgba(0,0,0,.08);
}

.Recent_posts ul li {
    margin-bottom: 10px;
    list-style: none!important;
}

.Recent_posts ul li a {
    text-decoration: none;
}

.Recent_posts ul li .photo {
    width: 80px;
    height: 80px;
    line-height: 0;
    text-align: center;
    float: right;
    position: relative;
}

.Recent_posts ul li .desc {
    margin-right: 80px;
    padding: 5px 10px;
    background: #fff;
    position: relative;
    min-height: 70px;
}

.Recent_posts ul li .desc h6 {
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
   color: #000;
   font-family: 'Montserrat', sans-serif;
}

.Recent_posts ul li .desc .date {
    position: relative;
    z-index: 2;
}

.Recent_posts ul li .desc .date i {
    display: inline-block;
    margin-right: 2px;
}

.Recent_posts ul li .desc:after
{
	background-color: #fd970a;
}

.Recent_posts ul li .desc:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.Recent_posts ul li .desc h6
{
	font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}


.Recent_posts ul li a .desc .date
{
	    color: #a8a8a8;
}

.Recent_posts ul li a .desc:after {
    /* -webkit-transition: all .3s ease-in-out; */
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.Recent_posts ul li a:hover h6, .Recent_posts ul li a:hover .desc .date {
    color: #fff!important;
    }

    .new .date
    {
        font-weight: 400;
    }



.article .like {
    width: 99px;
    float: left;
    text-align: center;
}


/*.post-head .title
{
	border-radius:1px solid rgba(0,0,0,.08);
}*/

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.post-meta .author-date {
    float: left;
}

.post-nav {
    padding: 10px 10px 4px 130px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


.post-nav .next-prev-nav {
    float: left;
}

.post-nav .next-prev-nav li {
    float: left;
    margin-right: 5px;
}

.post-head .title {
    margin-left: 99px;
    /*border-left: 1px solid #eee;*/
    padding-left: 30px;
}

.post-head .title h1 {
    font-size: 35px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
}


.post-meta {
    margin-bottom: 8px;
    color: #a8a8a8;
}

.like
{
	float: left;
    text-align: center;
    width: 99px;
}

.liked
{
	display: inline-block;
    position: relative;
    padding-left: 0px;
    font-size: 17px;
    margin-top: 25px;
}



.post-head .image-wrapped
{

    margin-left: 99px;
    /*border-left: 1px solid #eee;*/
    padding-left: 30px;

}

.post-head .image-border
{
	border: 10px solid #f9f7f7;;
}

.form-inline label{
	justify-content: left !important;
	align-items: left !important;
}

.form-inline input
{
	    padding: .375rem 2.75rem;
}

form .btn-primary
{
	background-color: #ff9800;
	border:1px solid #ff9800;
}

form .btn-primary:hover
{
	background-color: #ff9800;
	border:1px solid #ff9800;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{
	background-color: #ff9800;
	border:1px solid #ff9800;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus
{
	display: none;
}

.section-bg
{
	background-color: #FCFCFC;
}

.widget-area
{
	min-height: 1400px;
	border-left:1px solid #eeeeee;
}

.Recent_posts ul li a:hover .desc:after {
    width: 100%;
}


.length
{
      margin-left: 20px;
    width: 300px;
}

.tag-icon
{
    font-size: 70px;margin-left: auto;margin-right: auto; display: block !important;text-align: center;color: #cacbcc;
}

.tag-box
{
    background: rgba(0,0,0,.02);
    padding: 32px;
    position: relative;
    
}

.tag-box:after
{
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(0,0,0,.02) transparent transparent;
}

.category>h3
{
    font-size: 1.3rem;
    line-height: 22px;
}

.category
{
    margin-left: 3rem !important;
}


/*media*/
@media only screen and (max-width: 768px)
{
	.widget-area
{
	min-height:500px;
	border-left:none;
}
}

