/*--------------------------------------------------------------
  == Before After
  --------------------------------------------------------------*/

  .stea-ba-image-container {
    position: relative;
    overflow: hidden;
}

.stea-ba-image-container * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stea-ba-image-1 img,
.stea-ba-image-2 img {
    max-width: 100%;
    width: 100%;
    opacity: 1;
}

.stea-ba-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stea-ba-image-2 img {
    position: absolute;
    top: 0;
}

.stea-ba-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    height: 100%;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.stea-ba-divider-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stea-ba-vertical .stea-ba-divider-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stea-ba-horizontal .stea-ba-divider-icons i:first-child {
    text-align: right;
    padding-right: 10%;
}

.stea-ba-horizontal .stea-ba-divider-icons i:last-child {
    text-align: left;
    padding-left: 10%;
}

.stea-ba-divider-icons .fa {
    text-align: center;
}

.stea-ba-vertical .stea-ba-divider {
    top: 50%;
    left: auto;
    width: 100%;
    height: auto;
}

.stea-ba-vertical .stea-ba-image-2 img {
    top: auto;
}

.stea-ba-horizontal .stea-ba-divider-icons:before,
.stea-ba-horizontal .stea-ba-divider-icons:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
}

.stea-ba-vertical .stea-ba-divider-icons:before,
.stea-ba-vertical .stea-ba-divider-icons:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
}

.stea-ba-label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.stea-ba-labels-none .stea-ba-label {
    display: none;
}

.stea-ba-labels-hover .stea-ba-label {
    opacity: 0;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.stea-ba-labels-hover:hover .stea-ba-label {
    opacity: 1;
}

.stea-ba-horizontal .stea-ba-label {
    top: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stea-ba-horizontal .stea-ba-label-1 {
    left: 0;
}

.stea-ba-horizontal .stea-ba-label-2 {
    right: 0;
}

.stea-ba-vertical .stea-ba-label {
    left: 0;
    width: 100%;
}

.stea-ba-vertical .stea-ba-label-1 {
    top: 0;
}

.stea-ba-vertical .stea-ba-label-2 {
    bottom: 0;
}


/* Defaults */

.elementor-widget-stea-before-after .stea-ba-label>div {
    background-color: #FF9F2C;
    font-size: 14px;
}