img {
    width: 100%;
    height: 100%;
}

.content-section {
    padding-top: 40px;
    text-align: justify;
}

.list-info {
    padding-left: 20px;
}

.social-share {
    display: flex;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}

.social-share .socal-icons {
    width: 35px;
    height: 35px;
    background: #4267B2;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 7px;
    font-size: 17px;
    margin-left: 10px;
    cursor: pointer;
}

.social-share .socal-icons:hover {
    background: #ef534f;
}

.share-info {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
    padding-right: 10px;
}

.blog--search .form-group {
    position: relative;
}

.blog--search input {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.blog--search .form-control {
    outline: none;
    font-size: 14px;
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 transparent;
    transition: all .4s ease;
    box-shadow: 0 0 0 #000;
}

.blog--search button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
}

.form-control:focus {
    border-color: #ef534f;
}

.search-btn {
    opacity: 0.7;
}

.side-right {
    padding-left: 30px;
}

.Popular-post {
    padding: 30px 0;
}

.Popular-post h4 {
    font-size: 17px;
    padding-bottom: 5px;
}

.post-title {
    font-size: 15px;
    font-weight: 600;
}

.resent-post .row {
    padding-top: 10px;
}

.resent-post a {
    color: #000;
    text-decoration: none;
}

.resent-post a:hover {
    color: #ef534f;
}

.ps-widget .ps-widget__heading {
    position: relative;
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ps-widget__content ul li {
    border-bottom: 1px solid #eaeaea;
    padding-top: 15px;
    padding-bottom: 3px;
}

.ps-list a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
}

.ps-list {
    list-style: none;
    padding: 0;
}

.blog--categories {
    padding: 40px 0;
}

.list-inline-item a {
    padding: 4px 10px;
    background: #cccccc9e;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
}

.list-inline-item a:hover {
    background: #ef534f;
    color: #fff;
}

.tag-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.ps-widget__heading {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width:767px) {
    .side-right {
        padding-left: 0;
    }
}