﻿.sow-image-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .sow-image-container > a {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .sow-image-container > a {
        display: flex;
    }
}

.sow-image-container .so-widget-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.so-widget-sow-image {
    height: 100%;
    align-items: inherit;
}

.wrapper {
    padding: 0px 0px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.parent {
    width: 100%;
    /*margin: 20px;*/
    height: 250px;
    /*border: 1px solid white;*/
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    .parent:hover .child:before, .parent:focus .child:before {
        display: block;
    }

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    /*display: none;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
}
/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {
        width: 100%;
        margin: 20px 0px
    }

    .wrapper {
        padding: 20px 20px;
    }
    /*.product-img-heder {
        margin-top: -25%!important;
    }*/
}
/*@media (max-width: 500px) {

    .product-img-heder {
        margin-top: -25%!important;
    }
}*/

.widget-title::before {
    content: '';
    background-color: #0968ed;
    width: 40px;
    height: 3px;
    display: block;
    margin-bottom: 5px;
}

.product-img-heder {
    margin-top: -10%;
    background: linear-gradient(transparent,black,black)
}

.key-img-heder {
    margin-top: -10%;
    background: linear-gradient(#0F9D58,#0F9D58,#0F9D58)
}

    .key-img-heder:hover {
        transform: scale(1.1);
        cursor: pointer;
        transition: all 0.5s;
    }

.product-img-headerlink {
    color: white;
    /*font-weight: 600;*/
    cursor: pointer;
}

product-img-headerlink:hover {
    color: white !important;
    background-color: white;
}

.child .card .card-header {
    padding: 0.75rem 2.25rem !important;
}

.file-upload {
    border: solid 1px #bcbcbc;
    border-radius: 4px !important;
    background-color: white;
}

    .file-upload > input {
        display: none;
    }

    .file-upload img {
        padding: 5px;
        cursor: pointer;
    }

.form-control {
    border: solid 1px #bcbcbc;
    border-radius: 4px !important;
    background-color: #fff !important;
}

    .form-control:focus {
        /*color: #495057;*/
        background-color: #fff;
       /*border-color: transparent;*/
        outline: 0;
        box-shadow: none;
    }

.required:after {
    color: red;
    content: " *";
}
.uk-card-body {
    
     padding: 5px 5px!important; 
}
