@charset "UTF-8";
/*
Theme Name: Søm Blok
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: Digitalist
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: soemblok
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 */
/*------------------------------------*\
    Breakpoints

    Usage eg.:

    @include bp(largetablet) {
        height: 500px !important;
    }

\*------------------------------------*/
:root {
  --max-width: 2000px;
}

/*------------------------------------*\
    Fonts
\*------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elementor-widget-text-editor a,
.elementor-heading-title a {
  color: inherit;
  transition: 0.2s ease-in-out;
}
.elementor-widget-text-editor a:hover,
.elementor-heading-title a:hover {
  text-decoration: underline;
}

.elementor-widget-text-editor ul {
  padding-inline-start: 20px;
}

/*------------------------------------*\
    Padded container
\*------------------------------------*/
.e-con.paddedsection {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection {
    padding-bottom: 130px;
    padding-top: 130px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_onlyside {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .e-con.paddedsection_onlyside {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_smaller {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_smaller {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_smaller {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_small {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_small {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_small {
    padding-bottom: 70px;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_top {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_top {
    padding-top: 75px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_top {
    padding-top: 130px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_small_top {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_small_top {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_small_top {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_smaller_top {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_smaller_top {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_smaller_top {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_smaller_top {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_smaller_top {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_smaller_top {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_bottom {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 130px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.e-con.paddedsection_small_bottom {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_small_bottom {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .e-con.paddedsection_small_bottom {
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*------------------------------------*\
    Last P no margin
\*------------------------------------*/
.lastnospace p:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    Align last item bottom
\*------------------------------------*/
.lastbottom .elementor-widget-wrap,
.lastbottom {
  display: flex;
  flex-flow: column nowrap;
}
.lastbottom .elementor-widget-wrap > div:last-child,
.lastbottom > div:last-child {
  margin-top: auto;
}

/*------------------------------------*\
    Popup
\*------------------------------------*/
.dialog-close-button svg.eicon-close {
  display: none;
}
.dialog-close-button:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m7.5 7.5 15 15m-15 0 15-15'%3E%3C/path%3E%3C/svg%3E");
}

/*------------------------------------*\
    Caption
\*------------------------------------*/
figure.wp-caption figcaption {
  text-align: left;
  margin-top: 10px;
  font-style: normal;
}

.elementor-form .form_product_title {
  font-weight: bold;
  font-size: 0.875em;
}
.elementor-form .form_product_text {
  font-size: 0.875em;
  line-height: 1.1em;
}
.elementor-form .spacer {
  display: block;
  height: 10px;
}

/* Overrides */
/* Elements */

/*# sourceMappingURL=style.css.map */
