/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* First activate the default icon in the video player options, then hide it with custom CSS */
.video-carousel .eicon-play{display:none;}
.single-video .eicon-play{display:none;}

/* Use this class and change/add the values to display your icon as intended */

.single-video .elementor-custom-embed-play{
    width: 100%;
    max-width: 230px;
    content: url(http://demo7.1stopwebsitesolution.com/laddie-batla/wp-content/uploads/2022/01/Live-DEmo-copy.png);
    transition: 0.3s ease-in-out;
}

/* If you'd like to add a hover state - Example */

.single-video .elementor-custom-embed-play:hover{
    max-width: 250px;
}




/* For the second one*/




.video-carousel .elementor-custom-embed-play{
    width: 100%;
    content: url(http://demo7.1stopwebsitesolution.com/laddie-batla/wp-content/uploads/2022/02/play-2.png);
    opacity: 0;
    	  -webkit-transition: all 1s;
    transition: all 1s;
}

/* If you'd like to add a hover state - Example */

.video-carousel .elementor-custom-embed-play:hover{
    opacity: 1;
	  -webkit-transition: all 1s;
    transition: all 1s;
}



.video-w-c .swiper-container{
--grid-column-gap: 0px!important;
	}
