
.main-content .photos .photo-item {
    position: relative;
    margin: 0px 0px 20px 0px;
}

    .main-content .photos .photo-item:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,.6);
        z-index: 1;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
    }

    .main-content .photos .photo-item .photo-text-more {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin-top: 30px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
        text-align: center;
    }

        .main-content .photos .photo-item .photo-text-more .icon {
            color: #fff;
            font-size: 20px;
        }

        .main-content .photos .photo-item .photo-text-more .heading {
            font-size: 16px;
            color: #fff;
            margin-bottom: 0;
        }

        .main-content .photos .photo-item .photo-text-more .meta {
            color: #ccc;
            text-transform: uppercase;
            font-size: 12px;
        }

    .main-content .photos .photo-item img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 240px;
        margin-bottom: 0px;
        border: 1px solid #dfdfdf;
        padding: 5px;
        border-radius: 5px;
        height: 220px;
    }



    .main-content .photos .photo-item:hover:after {
        opacity: 1;
        visibility: visible;
        cursor: zoom-in;
    }

    .main-content .photos .photo-item:hover .photo-text-more {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        cursor: zoom-in;
    }

.site-mobile-menu .site-mobile-menu-body ul:first-child {
    margin-bottom: 20px!important;
    float: left;
}

.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap {
    float: left;
    display: block;
    position: relative;
}

    .site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li, .site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li a {
        float: none;
        width: auto;
        display: inline;
    }

.blog-entry .img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

    .blog-entry .img-wrap img {
        border: 4px solid #fff;
    }

.blog-entry h2 {
    font-size: 24px;
}

    .blog-entry h2 a {
        color: #fff;
    }

.blog-entry .meta {
    color: #737373;
}

.custom-pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .custom-pagination span, .custom-pagination a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .custom-pagination a {
        border-radius: 50%;
    }

        .custom-pagination a:hover {
            background: #ef6c57;
            color: #fff;
        }

.d-block {
    display: block !important;
}


/*********kk*/
.medcovbox {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}


ul.simplefilter {
    text-align: center;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.simplefilter li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin: 0 0.3em;
    border: 1px solid #0057b8;
    font-size: 1em;
    background: #0057b8;
    border-radius: 4px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .simplefilter li:hover {
        background-color: #000;
    }


    .simplefilter li a {
        padding: 6px 8px;
        min-width: 100px;
        float: left;
        color: #fff !important;
        text-decoration: none;
        font-size: 15px;
    }

.menubar nav > ul > li > a.galll {
    color: #fff;
    background: #8bc442;
    padding: 0px 5px 0px 5px;
}

.gallery-mainsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.my-gallery {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
}

.thumbnailmedia {
    height: 220px;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.headingcatth1 {
    height: 50px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    align-items: center;
    display: grid;
}

.zoommedia {
    background: #fff;
    font-size: 15px;
    line-height: 25px;
    color: #ff0000;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0px auto;
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media screen and (max-width:900px) {
    .main-content .photos .photo-item img {
        height: auto !important;
    }

    .thumbnailmedia {
        height: auto!important;
    }

    .headingcatth1 {
        height: auto;
    }
}

/******end*/
