/*our custom css goes here*/

div.cont dl, ul, ol {
    margin-left: 20px;
}

div.cont li {
    list-style: disc;
    font-weight: 100;
}

.dropdown-item {
    white-space: normal;
}

div#home-search-container[data-overlay-dark]:before {
    border-radius: 30px;
}

form#home-search {
    z-index: 2;
}

.blog .item .post-img {
    z-index: 1;
}

.blog .item .tag-container {
    padding: 8px;
    position: relative;
}

.blog .item .tag-container .tag {
    position: absolute;
    right: 15px;
    bottom: 35px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}

.blog .item .tag-container .tag a {
    background-color: #EE3158;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.blog .item .tag-container .tag .icon {
    font-size: 8px;
}

div.side-bar div.widget ul.recent li div.thum {
    display: flex;
    align-items: center;
    border-radius: unset;
    width: 100%;
    height: unset;
}

div.side-bar div.widget ul.recent li div.thum a {
    margin-left: 0;
}

div.side-bar div.widget ul.recent li div.thum a:nth-child(1) {
    width: 135px;
    float: left;
}

div.side-bar div.widget ul.recent li div.thum a:nth-child(1) img {
    border-radius: 50%;
}

div.side-bar div.widget ul.recent li div.thum a:nth-child(2) {
    float: left;
    margin-left: 0;
    width: calc(100% - 135px);
    padding: 10px;
}

footer.footer div.sub-footer i {
    color: #EE3158;
}

footer.footer div.container div.row .item {
     display: inline-block;
}

footer.footer .las-post .thum {
    display: flex;
    align-items: center;
    border-radius: unset;
    width: 100%;
    height: unset;
}

footer.footer .las-post .thum a:nth-child(1) {
    width: 135px;
    float: left;
}

footer.footer .las-post .thum a:nth-child(1) img {
    border-radius: 50%;
}

footer.footer .las-post .thum a:nth-child(2) {
    float: left;
    margin-left: 0;
    width: calc(100% - 135px);
    padding: 10px;
}

.navbar {
    min-height: unset;
}

body.article-page div.blog div.img img {
    max-height: 250px;
    object-fit: cover;
}

div#mobile-search-content {
    padding-right: 0px;
    padding-left: 0px;
}

div#mobile-search form {
    position: relative;
}

div#mobile-search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
}

div#mobile-search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #999;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .header .caption .butn {
        margin-top: unset !important;
    }
}