/******************************************

Cards

******************************************/
.profolio-project-cards::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.profolio-project-cards {
    /*padding-top: 15px;*/
    background-color: rgba(245, 245, 250, 1);
}

.profolio-cards-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.profolio-project-card {
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(50, 50, 60, .15);
    box-shadow: 0 2px 4px 0 rgba(50, 50, 60, .15);
    margin-bottom: 15px;
}

.profolio-project-card .profolio-card-image-frame {
    position: relative;
    overflow: hidden;
}

.profolio-project-card .profolio-card-image-frame img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profolio-project-card .profolio-card-image-frame .profolio-card-cover {
    display: block;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    /*background-color: red;*/
    transition: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition: .3s;
    -webkit-transition-timing-function: ease-in-out;
}

.profolio-card-image-frame .profolio-card-cover-sm {
    display: block;
    width: 100%;
    height: 110px;
    max-width: 300px;
}

.profolio-card-image-frame .profolio-card-cover-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profolio-card-category-frame {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.profolio-card-category-frame a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #007bff;
    border-radius: 15px;
    padding: 1px 15px;
    color: #fafaff !important;
    text-transform: lowercase;
    font-size: 10px !important;
    font-weight: bold !important;
    opacity: .6;
    margin-right: 10px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.profolio-card-area-frame a {
    color: rgba(90, 90, 100, .7);
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 15px;
    padding-left: 0;
}

.profolio-card-category-frame a:hover {
    opacity: 1;
    color: rgba(250, 250, 255, 1);
    text-decoration: none;
}

.profolio-card-descr {
    padding: 15px 15px 5px 15px;
    position: relative;
}

.profolio-card-location i {
    margin-right: 5px;
}

.profolio-project-card:hover .profolio-card-cover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.profolio-card-descr-bottom {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profolio-card-rating {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.profolio-card-rating li {
    width: 15px !important;
    height: 14px !important;
    list-style-type: none;
    display: inline-block;
    color: darkorange;
    font-size: 13px;
    line-height: 1;
    margin-right: 0 !important;
    margin-left: 0 !important;s
}

.profolio-card-rating .profolio-star-empty {
    color: rgba(80, 80, 90, .2);
}

.iu-post-nav-row {
    justify-content: space-between;
    margin-bottom: 25px;
}
.iu-post-nav-row .iu-post-nav-next {
    text-align: right;
}
.iu-cat-tag-wrap .profolio-card-category-frame {
    margin-bottom: 10px;
}
.iu-cat-tag-wrap .profolio-card-category-frame a {
    text-decoration: none;
    margin-bottom: 0;
}