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

h1 a, h2 a, h3 a, h4 a {
    font-family: "brandon-grotesque", Sans-serif !important;
}

input#gform_submit_button_2 {
    background-image: url(/wp-content/uploads/2025/03/email.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    padding-right: 3rem;
    background-size: 30px;
}

input#gform_submit_button_2:hover {
    background-color: #FCF5FA;
    color: #000;
}

.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    max-width: 1460px;
    margin: 2em auto;
}

.woocommerce-checkout .checkout-header{
	font-family: "brandon-grotesque", Sans-serif;
    font-size: 62px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
	max-width: 1460px;
    margin: 5% auto 0;
}

/* Tilat shortcode */

        .tilat-wrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .tila-item {
            display: flex;
            gap: 0px;
			margin-bottom: 60px;
        }
        .tila-left {
            flex: 1;
			padding-right: 5%;
			
        }
        .tila-right {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

		ul.henkilomaarat {
			margin-left: 0px;
			padding-left: 0px;
			list-style: none;
		}

		ul.henkilomaarat li svg {
			max-width: 16px;
			margin-right: 10px;
			margin-bottom: -3px;
		}

		ul.henkilomaarat li * {
			display: inline-block;
		}

        @media (max-width: 1024px) {
            .tila-item {
                flex-direction: column-reverse;
            }
            .tila-left, .tila-right {
                flex: 1 1 100%;
                width: 100%;
				padding:0 20px;
            }
			.tila-right {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }
            .tila-image {
                width: 100%;
                height: auto;
            }
        }