/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
div,body,a {
    font-family: 'Open sauce one Fonts, sans-serif' !important;
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    padding: 16px;
}
.navbar_menu-link div {
    font-weight: 400 !important;
}
.button.is-secondary-button.hide-tablet,
.button.is-nav-button{
    padding: 9px 30px !important;
	font-weight: 400 !important;
}
/* a.navbar_menu-link.w-nav-link {
    padding: 16px;
} */
.zl_video_module .elementor-custom-embed-play {
    background: var(--e-global-color-aabea94);
    padding: 5px 20px;
    border-radius: 30px;
    transition: all 0.5s;
    position: absolute;
    bottom: 20px;
    left: 20px;
    top: unset;
    transform: unset;
}
span.play-text {
    font-size: 14px;
}
.zl_video_module .elementor-custom-embed-play:hover{
	background: #fff;
}

.zl_related_blog .elementor-grid-3 .elementor-grid {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.single-post .elementor-widget-theme-post-content a{
	text-decoration: underline;
}
.single-post .elementor-widget-theme-post-content h4,.single-post .elementor-widget-theme-post-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.single-post figure.w-richtext-figure-type-video{
    text-align: center;
    clear: both;
    width: 100%;
       padding-bottom: 0% !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-bottom: 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.single-post iframe {
    width: 100%;
       height: 500px;
}
strong {
    font-weight: 500;
}
.is-opacity-40{
	 color: #FFFFFF66;
}
blockquote p {
    margin-bottom: 0px !important;
    font-family: "Open sauce one Fonts", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}
blockquote {
    padding: 30px 0px 30px 0px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #3333334A;
	margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0px;
}

#tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.zl_blog .elementor-element:hover img{
	transform:scale(1.1);
	border:1px solid #ccc;
}
.zl_blog .elementor-widget-theme-post-featured-image{
    border: 1px solid #ccc;
    border-radius: 10px;
	overflow: hidden;
}
.zl_blog .elementor-element img{
	transition:0.5s;
}

.zl_blog a.elementor-post-info__terms-list-item{
    color: rgba(0, 0, 0, 0.4) !important;
}

.featured_first h4.elementor-heading-title {
    font-size: 40px !important;
    line-height: 50px !important;
}
.single-post .zl_post_meta a.elementor-post-info__terms-list-item {
    background-color:rgba(0, 0, 0, 0.4);
    color: #fff !important;
    padding: 7px 14px;
    border-radius: 50px;
	margin-right: 10px;

}
.single-post .elementor-post-info__terms-list a[href="https://aicamp.zluck.in/tag/featured/"] {
    display: none !important;
}


/*---- Table CSS ------*/

.zl-table th {
    font-size: 18px !important;
	background: black;
    color: white;
    border: 1px solid white !important;
}

table tbody>tr:nth-child(odd)>td {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}


.zl-table td{
	color:black !important;
	 font-size: 15px !important;
}

.zl-table tr:nth-child(even):hover >td {
	background-color: white !important;
} 


.zl_dk_hide{
	display: none !important;
}

.zl_category_list_menu h5{
	display: none;
}
.zl_category_list_menu ul{
		list-style: none;
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    font-weight: 600;
    padding-left: 0px;
}
.zl_category_list_menu li.cat-item.current-cat {
    border-color: var(--e-global-color-accent);
}
.zl_category_list_menu li{
	border-bottom: 3px solid transparent;
	    padding-bottom: 3px;
}
.zl_all_cat {
      display: inherit;
    padding-right: 16px;
}
@media (max-width: 767px) {
	.zl_category_list_menu ul{
		flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
	}
	
	.zl_category_list_menu ul li a{
	white-space: nowrap;
	}
	.zl_cat_list_column.elementor-element{

    overflow: auto;
    flex-wrap: nowrap;
}
	.zl_category_list_menu li{
		font-size: 16px;
	}
	.zl_dk_hide{
	display: block !important;
}
	li.zl_dk_hide.menu-item a {
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px;
    padding: 9px 32px 9px 32px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
}
	li.zl_book_demo_btn.menu-item a {
    background-color: #fff;
    fill: #222222;
    border: 1px solid var(--e-global-color-primary);
    color: #222222;
}
		li.zl_signup_btn.menu-item a {
    background-color:var( --e-global-color-secondary );
    fill: #fff;
    border: 1px solid var(--e-global-color-primary);
    color: #fff;
			margin-bottom: 20px;
}
	.gallery.gallery-columns-4 .gallery-item {
    max-width: 25% !important;
}
.featured_first h4.elementor-heading-title {
    font-size: 18px !important;
    line-height: 24px !important;
}

    .zl-table .elementor-widget-container {
        position: relative;
        width: 100%;
        overflow: hidden; 
    }

    .zl-table .elementor-widget-container::after {
        content: '';
        display: block;
        height: 10px;
    }

    .zl-table .elementor-widget-container > div {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin; 
        -webkit-overflow-scrolling: touch; 
    }
    .zl-table .elementor-widget-container > div::-webkit-scrollbar {
        height: 6px;
    }
    .zl-table .elementor-widget-container > div::-webkit-scrollbar-thumb {
        background: #ccc; 
        border-radius: 3px;
    }
    .zl-table .elementor-widget-container > div::-webkit-scrollbar-track {
        background: #f0f0f0; 
    }
    .zl-table .elementor-widget-container table {
        min-width: 600px; 
        white-space: nowrap;
    }
}

