/* 
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
*/

/* Add your custom styles here */

/* style.css */
body {
    --e-global-typography-primary-font-family: 'copperplate' !important;
	--e-global-typography-secondary-font-family: 'copperplate' !important;
	--e-global-typography-primary-font-weight: 400 !important;
	--e-global-typography-secondary-font-weight: 400 !important;
	--e-global-typography-accent-font-family: 'copperplate' !important;
	--e-global-typography-accent-font-weight: 700 !important;
}

.entry-title {
	font-family: var(--e-global-typography-primary-font-family);
	text-transform: uppercase;
	font-size: 2rem;
}

.kivi-item-image {
	aspect-ratio: 3 / 2;
}

.kivi-single-item-header {
	margin-top: 2rem;
}

.kivi-item-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home #site-header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    isolation: isolate;
    background-color: rgba(255,255,255,1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
@media only screen and (max-width: 767px) {
	.home #site-header {
		position: relative;
	}
}
@media only screen and (min-width: 768px) {
	.home.admin-bar #site-header {
		top: 30px;
	}	
}

.elementor-heading-title > a {
	text-decoration: underline;
}

.kivi-index-item a {
	color: inherit !important;
}

input[type="submit"] {
	cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.blur-me {
	backdrop-filter: blur(40px);
}

/* kivi säädöt */
.slick-arrow {
    right: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    border-radius: 50% !important;
    height: 48px !important;
    width: 48px !important;
	border: unset !important;
    z-index: 100;
}
.slick-arrow {
	color: transparent;
}
.smol-css-grid {
  --min: 33ch;
  --gap: 1rem;

  display: grid;
  grid-gap: var(--gap);
  /* min() with 100% prevents overflow
  in extra narrow spaces */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}

.kivi-index-item .kivi-item-body h2 {
	font-size: 1rem;
}

.nf-response-msg {
	text-align: center;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background: var(--e-global-color-85ac232) !important;
	color: #fff !important;
}

:is(.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]):hover {
	background: var(--e-global-color-accent) !important;
	color: #fff !important;
}

.kivi-item-details {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
}

.kivi-template-single {
	padding-bottom: 2rem;
}