/* This is used primarily for the parent which will contain the inmix widget */
.dw-overflow-visible {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* in-mix styles */
.in-mix{
    background-color: #FFFFFF;
    margin: 29px 0 19px 0;
}

.in-mix wc-layout-cell{
    cursor: pointer;
}

.in-mix wc-img{
    background-color: #FFFFFF;
}


.in-mix .wc-img-wrapper:not(.small-image-wrapper),
.in-mix .small-image-wrapper > wc-img{
    transition: transform 0.2s ease-in;
    position: relative;
}

.in-mix .wc-img-wrapper:not(.small-image-wrapper):hover,
.in-mix .small-image-wrapper:hover > wc-img{
    transform: scale(1.1);
    z-index: 10;
}

.in-mix > wc-layout-row > wc-layout-cell{
    padding: 0 5px;
}

.in-mix .wc-img-wrapper{
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.in-mix wc-text-wrapper{
    position: absolute;
    right: 5px;
    bottom: 0;
    left: 5px;
    width: auto;
    height: auto;
    text-shadow: 1px 1px 2px #000;
    text-align: start;
    white-space: normal;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.in-mix wc-title{
    margin-top: 5px;
    font-weight: bold;
}

.in-mix wc-text{
    font-style: italic;
    display: block;
    font-weight: bold;
}
/* End in-mix styles */

/* in-mix-masonry styles */
.in-mix-masonry{
    box-sizing: border-box;
    padding: 11px;
}

.in-mix-masonry > wc-layout-row > wc-layout-cell:first-child {
    padding-left: 0;
}

.in-mix-masonry > wc-layout-row > wc-layout-cell:first-child wc-text-wrapper{
    left: 0;
}

.in-mix-masonry > wc-layout-row > wc-layout-cell:last-child {
    padding-right: 0;
}

.in-mix-masonry .small-image-wrapper:nth-child(1) {
    padding-right: 5px;
}

.in-mix-masonry .small-image-wrapper:nth-child(2) {
    padding-left: 5px;
}

.in-mix-masonry > wc-layout-row > wc-layout-cell:last-child wc-layout-row:first-child .small-image-wrapper{
    padding-bottom: 5px;
}

.in-mix-masonry wc-layout-row:nth-child(2) .small-image-wrapper{
    padding-top: 5px;

}
/* End in-mix-masonry styles */


/* in-mix-3 styles */
.in-mix-3 wc-img{
    height: 73%;
}

.in-mix-3 wc-text-wrapper{
    position: static;
    color: #5b5b5b;
    text-shadow: 1px 1px 2px #FFF;
    height: 27%;
}

.in-mix-3 wc-title{
    margin-top: 3px;
}

.in-mix-3 wc-title,
.in-mix-3 wc-text{
    margin: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}
/* End in-mix-3 styles */

/* in-mix-3-mob styles */
.in-mix-3-mob .small-image-wrapper{
    padding-right: 0;
}
/* End in-mix-3-mob styles */

