#tmhf-filters {
}

#tmhf-filters .row {
    padding-bottom: 20px;
}

#tmhf-filters a {
    color: #fff;
    text-decoration: none;
    border-bottom: #fff 1px solid;
    font-size: 14px;
    padding: 0 0 7px
}

.tmhf-filter-list {
    list-style: none;
    border: #34372f 1px solid;
    width: 190px;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    position: absolute;
    left: 50%;
    top: 33px;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
}

.tmhf-filter-list li {
    text-align: left;
    padding: 3px 17px;
    color: #000;
    cursor: pointer;
    transition: all 300ms;
}

.tmhf-filter-list li:hover,
.tmhf-filter-list li.active-filter {
    background: #FF5200;
    color: #fff;
}

#tmhf-folios {
    padding-bottom: 80px;
}

#tmhf-folios .container {
    width: 1104px;
}

#tmhf-folios .col-lg-3 {
    padding-left: 4px;
    padding-right: 4px;
}

.tmhf-folio-item {
    margin-bottom: 8px;
    position: relative;
    background: #FF5200;
    overflow: hidden;
}

.tmhf-folio-item:hover img {
    opacity: 0.25;
}

.tmhf-folio-item:hover .overlay {
    top: 50%;
    opacity: 1;
}

.overlay {
    color: #fff;
    position: absolute;
    top: 110%;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 300ms;
}

.overlay span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

#tmhf-gallery-slider {
    position: relative;
}

.tmhf-nav {
    position: absolute;
    bottom: 37px;
    width: 100%;
    z-index: 100;
    padding: 0 27px;
}

.tmhf-nav a {
    display: block;
    width: 28px;
    height: 43px;
    background: url(https://tmh.ae/wp-content/plugins/tmh-folio/assets/images/arrow-l.png) no-repeat;
    text-indent: -9000px;
}

.tmhf-slide {
    width: 100%;
}

.tmhf-slide .img,
.tmhf-slide iframe {
    vertical-align: top;
}

.tmhf-slide iframe {
    width: 100%;
    height: 855px;
}

#tmhf-prev {
    float: left;
}

#tmhf-next {
    float: right;
    background: url(https://tmh.ae/wp-content/plugins/tmh-folio/assets/images/arrow-r.png) no-repeat;
}

#tmhf-pager {
    position: absolute;
    right: 27px;
    bottom: -50px;
    z-index: 100;
}

#tmhf-pager a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: #000 1px solid;
    border-radius: 50%;
    text-indent: -9000px;
    margin-left: 4px;
}

#tmhf-pager a.activeSlide {
    background: #000;
}

.tmhf-loader {
    display: none;
}

.tmhf-single p {
    font-size: 14px;
}

.tmhf-single h1 {
    font-size: 30px;
}

.tmhf-single h2 {
    font-size: 25px;
}

#tmhf-posts-pager {
    text-align: right;
    padding-top: 15px;
    padding-right: 5px;
    clear: both;
}
#tmhf-posts-pager a {
    display: inline-block;
    line-height: 24px;
    width: 26px;
    text-align: center;
    background: #fff;
    color: #000;
    margin-left: 5px;
}
#tmhf-posts-pager a.tmhf-active-page {
    background: #ff5204;
    color: #fff;
}

#tmhf-folio-wrapper {
    min-height: 450px;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
    #tmhf-folios .container {
        width: 100%;
    }

    .tmhf-folio-item img {
        width: 100%;
        height: auto;
    }

    #tmhf-filters .col-lg-3 {
        margin-bottom: 20px;
    }

    #tmhf-slider {
        width: 100% !important;
    }
}