/*

Theme Name: Hello Elementor Child

Theme URI: N/A

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Andreas Norberg, Gomorron Reklambyrå

Author URI: N/A

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

*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h1 {
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1em;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

/* Styling Categories and Date */

.elementor-post-info__terms-list-item,
.elementor-post-info__item--type-date {
  background: #e7e8e6;
  padding: 4px 8px;
  border: 0.5px solid #d0d1cd;
  border-radius: 4px;
  color: #414535 !important;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
}

/* Styling Icon "Perks" */

.elementor-icon-box-icon {
  margin-right: 1rem;
  margin-top: 0.3rem;
}

.elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  margin-left: 8px;
  margin-right: 0;
}

/* Styling Accordion - "Frågor och Svar" */

.elementor-accordion-icon {
  margin-top: 8px;
  margin-right: 0px !important;
}

/* Responsive headings */

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 0;
    font-size: 3.157rem !important;
    line-height: 3.5rem !important;
  }

  h2 {
    font-size: 2.369rem !important;
    line-height: 3rem !important;
  }

  h3 {
    font-size: 1.777rem !important;
    line-height: 2rem !important;
  }

  h4 {
    font-size: 1.333rem !important;
    line-height: 1.75rem !important;
  }

  h5 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  h6 {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

@media screen and (max-width: 425px) {
  h1 {
    margin-top: 0;
    font-size: 2.074rem !important;
    line-height: 2.5rem !important;
  }

  h2 {
    font-size: 1.728rem !important;
    line-height: 2rem !important;
  }

  h3 {
    font-size: 1.44rem !important;
    line-height: 2rem !important;
  }

  h4 {
    font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  h5 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  h6 {
    font-size: 0.833rem !important;
    line-height: 1rem !important;
  }
}

/* Unclickable menu */

.unclickable > a:hover {
  cursor: default;
}
