/*
Theme Name: Finovate Child
Author: VamTam
Author URI: https://vamtam.com
Template: finovate
*/



/*
put your child theme styles here
you don't need any @import rules
*/

.elementor-form input::placeholder,
.elementor-form textarea::placeholder {
    color: #383637 !important;
    opacity: 1 !important;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: smooth !important;
  }
}

.elementor-widget-menu-anchor {
  scroll-margin-top: 100px;
}

#page .elementor-heading-title span.ffoutline {
	font-family: "Okine Sans Bold Outline", Sans-serif;
}

#page .elementor-element.lspacing .elementor-heading-title {
	letter-spacing: 1px;
}

#main-content .elementor-element.bg-video-greyscale .elementor-background-video-container video {
	filter: grayscale(100%);
}

#main-content .elementor-element.bg-pattern-cont:before {
	z-index: 1;
}

#main-content a.elementor-element[data-element_type="container"] {
	text-decoration: none;
}

#main-content .elementor-element.logos-cont .elementor-widget-image img {
	filter: grayscale(1);
}

#main-content .elementor-element.container-link {
	position: relative;
}

#main-content .elementor-element.container-link .elementor-widget-html.html-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#main-content .elementor-element.container-link .elementor-widget-html.html-link a.block-link {
	width: 100%;
	height: 100%;
	display: block;
}

#main-content .e-n-accordion .e-n-accordion-item-title-icon > span,
#main-content .e-n-accordion .e-n-accordion-item-title-icon svg {
	height: 40px;
}

#main-content .elementor-counter .elementor-counter-number-wrapper {
	align-items: flex-end;
}

#main-content .elementor-counter .elementor-counter-number-suffix {
	font-size: .5em;
	padding-bottom: 14px;
	font-family: "Okine Sans Bold", sans-serif;
}

#main-content .elementor-widget-uael-posts .uael-post__thumbnail {
	border-radius: 5px;
}

#main-content .elementor-widget-uael-posts .uael-post__content-wrap h5.project-desc {
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	font-family: var(--e-global-typography-9a799c7-font-family), Sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	text-transform: none;
}

#main-content .elementor-widget-uael-posts .uael-post__bg-wrap .uael-post__thumbnail img {
	transition: transform 0.3s ease !important;	
}

#main-content .elementor-widget-uael-posts .uael-post__bg-wrap:hover .uael-post__thumbnail img {
	transform: scale(1.1);
}

#main-content ul.elementor-portfolio__filters li.elementor-portfolio__filter,
body.single-projects #main-content .project-categories span.project-category {
	font-family: "Okine Sans Bold", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #ffffff;
	padding: 5px 20px 5px 20px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	border-radius: 16px 16px 16px 16px;
}

#main-content ul.elementor-portfolio__filters li.elementor-portfolio__filter.elementor-active,
#main-content ul.elementor-portfolio__filters li.elementor-portfolio__filter:hover {
	border-color: #F27194;
	background-color: #F27194;
}

body.page #main-content #sub-header,
body.single-projects #main-content #sub-header {
	display: none;
}

body.single-projects #main-content .project-categories {
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
}

body.single-projects #main-content .elementor-widget-video .e-hosted-video {
	--video-aspect-ratio: unset;
}

body.single-projects #main-content .elementor-widget-video video.elementor-video {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

body.single-projects #main-content .elementor-post-navigation .elementor-post-navigation__link {
	width: auto;
}

body.single-projects #main-content .elementor-post-navigation .elementor-post-navigation__separator-wrapper {
	transform: rotate(20deg);
	margin: 0 20px;
}

body.single-projects #main-content .elementor-post-navigation .elementor-post-navigation__link a {
	text-decoration: none;
}



/*
 * footer
 */
#main-footer .elementor-heading-title a,
#main-footer .elementor-widget-container a {
	text-decoration: none;
}

/*
 * responsive
 */
@media (max-width: 767px) {
	.grecaptcha-badge {
		visibility: hidden;
		opacity: 0;
	}
	
	#main-content .elementor-widget-n-tabs .e-n-tabs-heading {
		position: static;
		max-width: 100%;
		transform: none;
		display: flex;
		flex-direction: column;
	}
	
	#main-content .elementor-987686 .elementor-element.elementor-element-d4ab75b {
		margin: 0 auto;
	}
	
	#main-content .elementor-widget-n-menu.elementor-element-0644080  .e-n-menu-title {
		padding: 5px 6px;
	}
	
	#main-content .elementor-widget-n-menu.elementor-element-0644080 a.e-n-menu-title-container span.e-n-menu-title-text {
		font-size: 12px;
	}
	
	#main-footer #menu-1-e7ff7a4 li.menu-item {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	header .elementor-element.elementor-element-e7f1f0a .elementor-menu-toggle {
		padding: 10px;
	}
	
	header #menu-2-6d7bcb6 a.elementor-item {
		justify-content: center;
	}
	
	body.single-projects #main-content .project-categories span.project-category {
		flex: 0 0 auto;
		white-space: nowrap;
	}
}