/*
Theme Name: Nansenfred
Text Domain: dc
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Author: Design Container AS
Author URI: https://designcontainer.no
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


body main article section .fullwidth-block{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: auto !important;
}

body main article section .fullwidth-block img{
  display: none !important;
}


@media screen and (min-width: 39.9988em){

body main article section .fullwidth-block .row{
  margin: auto;
  max-width: 90rem !important;
  width: 100%;
}

body main article section .fullwidth-block .hero-banner__background-wrapper__clear{
  background-size: cover !important;
  background-position: right !important;
  background-repeat: no-repeat;
}
.block-section.fullwidth-block:first-of-type{
  margin-top: -5.5rem;
  padding-top: 11rem;
}

#post-7324 section.align-full{
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: auto !important;
}

#post-7324 section.align-full > .row{
  width: 1024px;
  margin: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

}

@media screen and (max-width: 39.9988em) {
  .block-section.fullwidth-block:first-of-type{
    padding-top: 10.5rem !important;
    margin-top: -9rem !important;
  }

  body main article section .fullwidth-block{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

   body main article section .fullwidth-block .hero-banner__background-wrapper__clear{
    display: none; 
  }

  body main article section .fullwidth-block .hero-banner__title{
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin: 0;
    font-weight: 600;
  }
}
