/*!
Theme Name: Shopylyst Child
Theme URI: https://shopylyst.com/
Template: shopylyst
Author: Codebeans Team
Author URI: https://shopylyst.com/
Description: We specialise in customised solutions across UX/UI Design,Ecommerce Store Development,CRM/CX Design,Business Process Automation,and Systems Integration.
Version: 1.0
Text Domain: shopylyst child
*/


a:focus {
    outline: none;
}

.logo_header .vc_single_image-img.attachment-full {
    width: 165px;
}

.wf-header {
    display: none;
}

#formsubmit {
    background: linear-gradient(90deg, rgba(240, 95, 11, 1) 0%, rgba(242, 132, 17, 1) 100%);
    padding: 16px 35px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
}

/*video start*/
.video_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    height: 100%;
}

.video-images {
    position: relative;
    cursor: pointer;
}

.video_img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.vimeo_youtube_box video,
.vimeo_youtube_box iframe {
    width: 100%;
    height: 190px;
}

.video-repeat {
    margin-bottom: 28px;
}

/*video end*/

/*gallery page css start*/
.gallery-item {
    display: flex;
    text-align: center;
    width: 100%;
}

.gallery_list .gallery_img {
    width: 440px;
    height: 263px;
    object-fit: cover;
    transition: 0.5s;
}

.gallery_list .col-md-4 a {
    display: inline-block;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.gallery_list .col-md-4 a:after {
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}

.gallery_list .col-md-4 a:hover:after {
    opacity: 1;
}

.gallery_list .col-md-4 a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.gallery_list .col-md-4 a:hover {
    cursor: url("/wp-content/uploads/couser-black.png"), auto;
}


/*gallery page css end*/