/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Inport styles */
@import "carts.css";
@import "spacer.css";
@import "img-slider.css";
/* --- */

/* Hide reCaptcha */

.grecaptcha-badge {
    display: none !important;
    }
.rc-anchor-normal-footer {
    display: none;
}

/* --- */

/* -- forms -- */

form label {
    width: 100%;
}
/* checkbox */
.wpcf7-list-item-label,
.wpcf7-field-label {
    font-size: 12px;
    font-weight: 200;
}
.wpcf7-list-item {
    margin-left: 0px;
}
/* button */
.wpcf7-submit {
    border: unset;
    color: var( --e-global-color-text );
}

/* --- */

/* Button*/
.elementor-button-content-wrapper {
  color: var(--e-global-color-text);
}

/* -- wooCommerce hover backgroud -- */
img.zoomImg,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: var(--e-global-color-primary) !important;
}

/* -- table WooCommers -- */

.woocommerce-product-attributes-item__label {
    text-align: left;
}
.woocommerce table.shop_attributes td p {
    padding: 8px;
    font-style: normal;
}
th.woocommerce-product-attributes-item__label,
td.woocommerce-product-attributes-item__value {
    border: 0px;
    vertical-align: middle;
}

/* --- */

/* -- Accordions luk som standard -- */
.fake-accordions .elementor-accordion > div:first-of-type{
    display: none;
}
/* --- */

/* -- Typografi -- */
body{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: 1;
	line-height:1.5;
	color: var( --e-global-color-text );
}
a{
	color:var( --e-global-color-accent )
}
a:hover{
	color:var( --e-global-color-cb297e1 )
}
#trompet {
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1em;
}
.elementor-widget-theme-post-content h4 {
    margin-top: 32px;
    font-size: 1.3em;
}

#lead,
#lead-no-padding,
#lead .elementor-heading-title {
    font-size: 1.2em;
    line-height: 1.5em;
}
#lead-no-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}
/* -- Citat -- */
.elementor-widget-theme-post-content .wp-block-quote{
    margin: var(--space-96) var(--space-24) var(--space-48);
}
.elementor-widget-theme-post-content .wp-block-quote p {
    font-size: 2rem;
    line-height: 2.4rem;
}
.elementor-widget-theme-post-content .wp-block-quote p:before {
    color: var( --e-global-color-accent );
    content: open-quote;
    display: block;
    font-weight: 900;
    font-size: 7rem;
    line-height: 0rem;
}
/* -- Citat slut -- */

/* -- ikoner produkter -- */
.icon {
    display: none;
    /* display: flex;
    padding-top: var(--space-24); */
}
/* .icon-inner {
    margin: 0 10px;
    width: 25%;
}
.icon-inner:first-child {
    margin-left: 0;
}
.icon-inner:last-child {
    margin-right: 0;
}
.icon-inner p {
    font-size: var(--wp--preset--font-size--small);
    line-height: 150%;
    text-align: center;
    word-break: break-all;
} */
/* -- slut ikoner produkter -- */

@media (max-width:767px) {
    h1.elementor-heading-title.elementor-size-xxl{
        font-size: calc(2rem + 1vw) !important;
    }
    h2{
        font-size: calc(1.2rem + 1vw);
    }
    .elementor-widget-breadcrumbs {
        font-size: 0.8em;
        line-height: 1.7;
    } 
    #trompet{
        font-size: calc(0.8rem + 1vw);
    }
}
/* --- */

/* Countdown */
#countdown-right {
  text-align: right;
}
#countdown-left {
  text-align: left;
}
.elementor-countdown-item {
  padding-top: 0 !important;
	padding-right: 0 !important;
}
div#ready-to-order {
    margin-bottom: 4px;
}
#countdown-right .elementor-countdown-expire--message {
    text-align: right;
    padding: 0;
}
@media (max-width: 767px){
		#countdown-right, #countdown-left {
		text-align: center;
	}
		#countdown-right .elementor-countdown-expire--message {
			text-align: center;
			padding: 0;
	}
}

/* MENU */
@media (max-width: 767px){
	.elementor-nav-menu--layout-horizontal {
		margin: auto;
	}
}