/* 
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
/* .grid-wrapper > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.grid-wrapper {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
} */
.zl-schedule-call div a {
    background: #ED693D;
    padding: 10px;
    display: block;
    color: #fff;
}
.zl-masonry {
    column-count: 3;
    column-gap: 8px;
}
.zl-masonry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zl-masonry .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
}
.zl-category-projects-filter {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.zl-category-projects-filter {
		padding-bottom: 16px;
	}
	.checkboxes-group label{
		font-family: "Poppins", Sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: var(--e-global-color-text);
		cursor: pointer;
		vertical-align: middle;
		align-items: center;
		display: flex;
		justify-content: center;
		margin: 15px;
	}
	.checkboxes-group label:hover,
	input[type="checkbox"]:checked + label{
		color: var(--e-global-color-primary);
	}
	.js-projects-list .elementor-page-title {
		display: block;
	}
	input[type="checkbox"] {
	  display: none;
	} 
/* Add your custom styles here */
.zl-review .swiper-slide {
    height: auto;
}
.zl-review .swiper-slide-inner {
    height: 100%;
}
.zl-review .swiper-slide-inner .elementskit-single-testimonial-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.zl-business-gallery .e-gallery--ltr.e-gallery-masonry .e-gallery-item:first-child .e-gallery-image {
    padding-bottom: 137%;
}
.zl-commitment-gallery .gallery-item img {
    background: #fff;
}
.zl_our_videos .elementor-portfolio__filters {
    margin: 0px auto 20px auto !important;
    max-width: 750px;
}
article:hover .elementor-portfolio-item__img.elementor-post__thumbnail.elementor-fit-height {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
article .elementor-portfolio-item__img.elementor-post__thumbnail.elementor-fit-height,
.elementor-portfolio-item__title{
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}
.zl-award img:hover {
    filter: grayscale(1);
}
article:hover .elementor-portfolio-item__title {
    background-color: #000;
}
.elementor-portfolio-item__title {
    padding: 10px !important;
    text-align: left;
    width: 100%;
    background-color: #ed693dc2;
    display: block !important;
}
.elementor-portfolio-item__overlay {
    vertical-align: bottom;
    align-items: baseline;
    opacity: 1 !important;
    justify-content: end !important;
    padding: 0px !important;
}


/* for gallery shortcode */
.zl-video-gallery a.elementor-clickable {
    width: 100%;
    height: 300px;
    position: relative;
}
.zl-video-gallery a.elementor-clickable img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	align-items: center;
    display: flex;
}
iframe{
	height: auto;
}
div#gallery--getting-started {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;*/
	display:block;
	gap: 10px;
}
/* a.single-cand-simg {
	overflow: hidden;
	 position: relative;
    display: none;
	height: 100%;
}
a.single-cand-simg[href*="https"] {
    display: block;
}
a.single-cand-simg img {
    display: none;
	width: 100%;
    height: 200px;
	object-fit: cover;
    -webkit-transition: 0.5s ease-in-out !important;
    transition: 0.5s ease-in-out !important;
}
a.single-cand-simg img[src*="https"] {
    display: block;
}
a.single-cand-simg:hover img.video-image {
    transform: scale(1.1);
} */
img.play-overlay {
    position: absolute;
    width: 45px !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    height: 45px !important;
    top: 50%;
	
}
/* 
.zl_our_videos .elementor-post__thumbnail__link::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 100px;
    z-index: 9;
}
.zl_our_videos .elementor-post__thumbnail__link::after {
    content: "";
    position: absolute;
    left: calc(50% + 6px);
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: 10px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 9;
} */

.zl_video_categories_archive a.elementor-post__thumbnail__link {
    margin-bottom: 10px;
}
.zl_video_categories_archive article:hover .elementor-post__card {
    background-color: #000 !important;
}
.zl_video_categories_archive .elementor-post__text {
    display: flex !important;
    justify-content: center;
}

.zl-video-portfolio-filter .caf-meta-content, .zl-video-portfolio-filter .caf-content, .zl-video-portfolio-filter .caf-content-read-more {
    display: none;
}
#caf-filter-layout1 .caf-filter-layout1 li a {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    color: #3D3935;
	padding: 8px;
    margin: 3px;
}
#caf-filter-layout1 .caf-filter-layout1 li a.active{
    background-color: transparent !important;
    color: #ED693D !important;
}
.zl-video-portfolio-filter .caf-post-title {
    background-color: rgb(237 105 61) !important;
}
.zl-video-portfolio-filter .caf-post-title h2 a{
    color: #fff !important;
}
.zl-video-portfolio-filter .caf-post-title h2 a:hover{
    color: #fff !important;
}
.zl-video-portfolio-filter:hover .caf-post-title{
	background-color:#000 !important;
}
ul#caf-layout-pagination {
    margin-top: 50px !important;
}
#caf-layout-pagination li a {
    background-color: #ed693d !important;
    color: #fff !important;
}
#caf-layout-pagination li span.page-numbers.current {
    color: #fff !IMPORTANT;
}

ul.zl_category_list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.zl_category_list li {
    padding: 10px;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.zl_category_list li a {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3D3935;
}
.zl_category_list li a:hover {
    color: #ED693D;
}


@media (max-width: 767px){
	.zl-masonry {
    column-count: 3;
}
	.grid-wrapper {
	    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
	div#gallery--getting-started {
		grid-template-columns: repeat(3, 1fr);
	}
	a.single-cand-simg img {
		height: 160px;
	}
}

@media (max-width: 500px){
	div#gallery--getting-started {
		grid-template-columns: repeat(2, 1fr);
	}
	a.single-cand-simg img {
		height: 140px;
	}
}
@media (max-width: 400px){
		.zl-masonry {
    column-count: 1;
}
	div#gallery--getting-started {
		grid-template-columns: repeat(1, 1fr);
	}
	a.single-cand-simg img {
		height: 100%;
	}
}