﻿.related-project .portfolio {
    width: 100%;
}

.project-img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
}

h3.project-title a {
    color: #ff0315;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}

p.project-link a {
    display: inline-block;
    font-size: 16px;
    color: #ff0315;
}

.project-img img {
    transition: 0.5s;
}

.project:hover .project-img img {
    transform: scale(1.5);
    transition: 0.5s;
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

.project-body {
    padding: 5px 15px;
}

.project {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(227,227,227,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(227,227,227,1);
    box-shadow: 0px 0px 15px 0px rgba(227,227,227,1);
    border-radius: 25px;
}

.project-img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
}

    .project-img img {
        transition: 0.5s;
    }

.project:hover .project-img img {
    transform: scale(1.5);
    transition: 0.5s;
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

.project-body {
    padding: 5px 15px;
}

h3.project-title a {
    color: #ff0315;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.field-label-inline .field-label, .field-label-inline .field-item {
    display: inline-block;
}

.hero .heading-text .field-item:first-child {
    animation-delay: .25s;
}

.hero .heading-text .field-item:nth-child(2) {
    animation-delay: .7s;
}

.hero .heading-text .field-item:nth-child(3) {
    animation-delay: 1s;
}

.owl-slider-wrapper .owl-stage, .deals-layout .owl-stage, .owl-item, .owl-item-cont, .deals-layout .owl-item > .field-item {
    display: flex;
}

.owl-item {
    flex-wrap: wrap;
}

.owl-item-cont, .deals-layout .owl-item > .field-item {
    width: 100%;
    flex: 0 0 100%;
}

.page-title .field-order-number .field-label, .page-title .field-order-number .field-item {
    float: none;
    display: inline-block;
}

.product-teaser .product-image .field-item:nth-child(2) {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.product-teaser:hover .product-image .field-item:nth-child(2) {
    opacity: 1;
}

.product-list-wrap .product-image .field-field-image .field-item {
    display: table-cell;
    vertical-align: middle;
}

.piczoomer, .piczoomer .field-item {
    position: relative;
}

.piclist .field-item {
    cursor: pointer;
}

.pricing-table .pricing-features .field-item {
    padding: 7px 0;
    font-size: 14px;
}

    .pricing-table .pricing-features .field-item:before {
        content: "✓";
        margin-right: 10px;
    }

p.project-link a {
    display: inline-block;
    font-size: 16px;
    color: #ff0315;
}
