/*
Theme Name:     AITech
Theme URI:      https://lumiciobanu.com/product/aitech-kadence/
Template:       kadence
Author:         Lumi Ciobanu
Author URI:     https://lumiciobanu.com/
Description:    AITech is a tech child theme for the free Kadence theme by Kadence WP. AI Tech is ideal for tech service providers and comes with 4 pages (Homepage, About, Services, Coming Soon) and the Blog page. The pages are built using the free version of Gutenberg Blocks by Kadence Blocks.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/





/* General style */
.page.content-bg {
	background: #041A2D!important;
}

.post.content-bg {
	background: #ffffff!important;
}

.single .content-style-unboxed .content-bg:not(.loop-entry) {
	background: #ffffff;
}

.single-content h2, 
.single-content h1 {
	margin: 0.3em 0 0.3em;
}

.single-content p {
	margin: 0.5em 0 0.7em;
}


.gradient-infobox .kt-blocks-info-box-link-wrap  {
	background-image: radial-gradient(circle at center 20%, #2e499c, #041A2D);
    width: 100%;
}


/* Sticky Section */
	
.sticky-section {
	position: sticky;
}
.top-20 {
	top: 20%;
}

/* Infinite Testimonial */
.infinite-testimonial .kt-inside-inner-col {
 overflow: hidden;
  display: flex;
	flex-direction: row;
  margin: 0 auto;
}
.infinite-testimonial .testimonial-box {
 min-width: 450px; 
  animation: slide 40s linear infinite;
}
 @keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1500px, 0, 0);   }
} 

@media (min-width: 910px) {
	.hidden-desktop {
		display: none;
	}
}


.label-service {
	position: absolute;
	top: 10px;
	right: 0;
}


