main.blog_listing {
    background: #FAFAFA;
	padding: 32px 0;
}

.blog_listing .float-top {
    margin-bottom: 30px
}

.blog_listing .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.float-lt.feature-gd {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: 0.3s ease-in;
    background: #fff;
    text-align: center;
}

.feature-gd h3 {
    font-size: 20px;
    line-height: 27px;
    color: #1A1D2D;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-gd h3 a:hover {
    color: #e0308a;
    text-decoration: none
}

.w3l-features-8 .feature-gd p {
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.feature-gd a.red {
    font-size: 16px;
    line-height: 24px;
    color: #e0308a;
    display: inline-block;
    font-weight: 700;
    text-decoration: underline
}

.feature-gd a.red:hover {
    color: #1A1D2D;
}

main.single-post .container {
    padding-top: 48px;
    padding-bottom: 48px
}

.single_article {
    margin: 0 auto;
    max-width: 768px;
    box-shadow: 0 25px 49px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}
@media screen and (max-width:991px){
	.single_article{
		padding: 15px
	}
}
.single_article ul {
    display: block;
    list-style-type: disc;
    padding-left: 20px;
}

.single_article ol {
    display: block;
    list-style-type: decimal;
    padding-left: 20px;
}

#secondary .widget-title {
    font-size: 24px;
    color: #141414;
    margin-bottom: 26px;
    font-weight: 700;
}

#secondary ul {
    padding: 0;
    margin: 0;
}

#secondary ul li a {
    color: #808080;
    display: block;
    font-weight: 600;
}
