/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/*video popup*/
.nl-video-popup{
    position: relative;
}
.image-play {
    position: relative;
}
.image-play .icon-wrap {
    z-index: 6;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.image-play .icon-wrap > i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    top: 50%;
    left: 50%;
}
.image-play:hover .icon-wrap > i {
    color: #E20A00;
}
/*end video popup*/