@font-face {
  font-family: 'Avenir Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir'), url('/wp-content/themes/smort/fonts/avenir_roman_12.woff') format('woff');
  }
  @font-face {
    font-family: 'Swiss';
    font-style: normal;
    font-weight: normal;
    src: local('Swiss 721 BT'), url('/wp-content/themes/smort/fonts/Swiss 721 BT.woff') format('woff');
    }


@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/*
Theme Name: Smort AB
Theme URI: https://smort.se
Author: Smort Development
Description: Smort AB - E-commerce simplified
Version: 1.3.3.7



/* Core */
:root {
	--textColor: #616573;
	--textColorLight: #fff;
	--textColorDark: rgb(136,137,145);
  --textColorHeadlines: var(--accentColor);

	--textSize: 18px;
	--textLineHeight: 160%;

	--fontFamily: jostregular,sans-serif;
	--fontFamilySecond: "rubik";

	--accentColor: #2900dd;
  --accentColorRGB: 27,34,44;
	--accentColor2: #558a81;
	--accentColor2RGB: 96,179,229;

	--buttonColorLight: #fff;
	--buttonColorDark: var(--accentColor2);
	--buttonTextLight: var(--textColorLight);
	--buttonTextDark: var(--textColorLight);

	--mainLetterSpacing: 2px;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

strong {
  font-weight: 800;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
p{
   font-family: 'Crimson Text', serif !important;
  font-size: 20px;
  line-height:1.5;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: 'Crimson Text', serif !important;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

body {
  background-color: #000 !important;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 20px 0;
  background: transparent;
  margin: 20px auto;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 30px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  text-decoration: none;
}
article .the-content p {
  color: #191919;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}

/* Misc & mixens
-------------------------------------------------------------- */

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 2.5em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 0.8em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }


/* 2.0 */

header{
  margin: 0px;
  padding: 0px;
}
header#masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
h1.hero-heading {
  font-size: 10rem;
  line-height: 1.3;
  font-family: 'Helvetica';
  font-weight: 500;
  margin:0px;
}

h2 {
  line-height: 1.2;
}

/* Header */

#masthead .container.center {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 15px 20px;
}
.col-1-header {
  width: 20%;
}
.col-2-header.col-header {
  width: 80%;
}
nav.site-navigation.main-navigation {
  float: right;
}
.logo-smort.col-1-header.col-header img {
  max-height: 50px;
  float: left;
}
.col-3-header.col-header {
  width: 20%;
  text-align: right;
  padding-right: 50px;
}
.hero-col-img .qi-block-image-slider .qodef-e-inner img {
  display: block;
  border-radius: 10px;
}
header nav ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: none;
  font-size: 16px !important;
  font-family: 'Crimson Text', serif;
}

/* Logos */

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-track {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.smort-logos {
  overflow: hidden;
  padding: 30px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.smort-logos:before,
.smort-logos:after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
}




.logos-track {
  display: inline-flex;
  animation: 65s slide-track infinite linear;
}

.logos-slide {
  display: inline-block;
}

/* Partner logos rendered as images */
.logos-slide img.partner-logo,
.logos-slide img.partner-logo-text {
  height: 70px !important;
  margin: 0 40px;
  width: 150px !important;
  object-fit: contain;
}

/* Buttons */
.header-btn-smort a {
  background-image: url(/wp-content/uploads/2023/09/smort-waves-black-1.png);
  background-position: right;
  background-repeat: no-repeat;
  font-size: 18px;
  padding: 12px 20px 12px 20px;
  /* min-width: 220px; */
  width: 160px !important;
  font-family: helvetica;
  font-weight: 400 !important;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 40px;
  text-align: left !important;
  position: relative;
  display: block;
  color: #fff !important;
  float: right;
}
.main-btn-smort a {
  background-image: url(/wp-content/uploads/2023/09/smort-waves-black-1.png);
  background-position: right;
  background-repeat: no-repeat;
  font-size: 18px;
  padding: 12px  20px 12px 20px;
  min-width: 220px;
  font-family: helvetica;
  font-weight: 400 !important;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 40px;
  text-align: left;
  position:relative;
}
.main-btn-smort a:after {
    content: url(/wp-content/uploads/2023/09/arrow-smort.png);
    position: absolute;
    right: 20px;
}
.main-btn-smort a:hover{
  color: #bdbdbd;
  transform: scale(0.98);
transition-duration: 2s;
}
.white-btn-smort a {
  background-image: url(/wp-content/uploads/2023/09/wave-smort-light.png);
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 18px;
  padding: 12px  20px 12px 20px;
  min-width: 220px;
  font-family: helvetica;
  font-weight: 400 !important;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 40px;
  text-align: left;
  position:relative;
  color:#000;
}
.white-btn-smort a:after {
    content: url(/wp-content/uploads/2023/09/arrow-smort.png);
    position: absolute;
    right: 20px;
}
.white-btn-smort a:hover{
  color: #bdbdbd;
  transform: scale(0.98);
transition-duration: 2s;
}
.outline-btn-smort a {
  background: transparent;
  font-size: 18px;
  padding: 12px  20px 12px 20px;
  min-width: 220px;
  font-family: helvetica;
  font-weight: 400 !important;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 40px;
  text-align: left;
  position:relative;
  border: 2px solid #000;
  color:#000;
}
.outline-btn-smort a:after {
    content: url(/wp-content/uploads/2023/10/arrow-right-1.svg);
    position: absolute;
    right: 20px;
    top: 18px;
}
.outline-btn-smort a:hover{
  color: #000;
  transform: scale(0.98);
transition-duration: 2s;
}

/* Headings */

.main-heading-smort{
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 800;;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Swiss';
}
.has-text-align-center {
  text-align: center !important;
}


/* Header custom hover */

.hover .logo-smort {
  filter: invert(1);
}
header.hover nav ul li a{
  color:#fff;
  font-weight: 500;
}

/* Post grid */

.kb-portfolio-content-item-inner {
  opacity: 1 !important;
  max-width: 100% !important;
  padding: 15px 5px;
}
.kb-portfolio-filter-container{
  margin-bottom: 50px !important;
}
h3.entry-title.kb-portfolio-loop-title {
  text-align: center;
  font-size: 3rem !important;
  width: 100% !important;
  margin-top: 5px;
}
.kadence-portfolio-image img {
  filter: blur(0);
  border-radius: 15px !important;
}
.kb-blocks-portfolio-taxonomies {
  width: 100%;
  color: #000 !important;
  text-align: right;
  padding: 5px;
  width: 100%;
  text-align: center;
  align-content: flex-end !important;
  font-family: 'crimson-text';
  text-transform: none !important;
  font-size: 10px !important;
}
.kb-portfolio-content-item-inner {
  display: block;
}
button.kb-filter-item {
  width: 200px;
  font-style: normal;
  font-family: 'helvetica';
  font-size: 14px;
  padding: 12px;
}

.hide-scroll.content_fixed {
  display: none;
}

.cursor {
  mix-blend-mode: difference;
  pointer-events: none;
}

html{
  scroll-behavior: smooth;
}

/* Header sticky */
.home .sticky-header{
position: fixed !important;
top: 0;
width: 100%
animation: fadeIn 0.9s !important;
}
.sticky-header .logo-smort{
  filter: invert(0);
}
header.sticky-header nav ul li a{
  color:#fff;
}
.sticky-header{
  background-color:transparent;
}
.home header#masthead{
  height:60px;
}


/* Gradient bg */

.gradient-bg {
  /* background: linear-gradient(300deg,#000000,#424242,#484848);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite; */
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-bg .kt-inside-inner-col {
  min-height: 700px;
}

/* About */


.page-id-118 .logo-smort.col-1-header.col-header {
  filter: invert(1);
}
.page-id-118 header nav ul li a{
  color:#fff;
}
p.justify-text-style {
  max-width: 400px;
  text-transform: uppercase;
  text-align: justify !important;
  margin: 0 auto;
  color: #fff !important;
  font-weight: 600 !important;
  font-family: 'helvetica';
  font-size: 16px;
  line-height: 1.5;
}
p.has-text-align-center.justify-text-style:after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.single-case .logo-smort.col-1-header.col-header {
  filter: invert(1);
}
.single-case header nav ul li a{
  color:#fff;
}

/* case custom */

h1.case-title-smort {
  font-size: 9rem !important;
  max-width: 90vw;
  line-height: 1.2;
  margin:0 auto;
}
.single-case .wp-block-kadence-videopopup, .single-case .kadence-video-popup-wrap{
  max-height:400px;
}
.case-info-row p {
  margin-bottom: 0px;
}
span.kb-svg-icon-wrap.kb-svg-icon-fas_play:before {
  content: "Play ";
  margin-top: 13px;
  margin-right: 20px;
}
p.case-description-1 {
  font-family: 'Helvetica';
  font-size: 4rem !important;
  line-height: 1.3;
  margin-bottom: 30px;
}
.contact-us-smort a {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
h2#recent {
  padding: 0px 50px;
}
ul.group {
  margin: 0px;
  list-style: none;
}


/* Footer */

footer.site-footer {
	display: flex;
	flex-direction: column;
}

footer.site-footer .footer-content {
	flex: 1;
}

footer.site-footer .footer-lang-toggle {
	text-align: center;
  background-color: #000;

}

footer.site-footer .footer-lang-toggle a {
	font-size: 16px !important;
	font-weight: 500;
	text-decoration: none;
	color: white;
	transition: color 0.3s ease;
  font-family: 'Swiss';
text-decoration-color: #fff;
}

footer.site-footer .footer-lang-toggle a:hover {
  opacity: 0.8;
}

footer.site-footer p {
    margin: 0px;
}
footer.site-footer a{
	font-size: 14px !important;
}

/* .kadence-video-overlay{
  cursor: url(data:image/png;base64,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);
}
a.kadence-video-popup-link.kadence-video-type-external {
  cursor: url(data:image/png;base64,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), pointer !important;
} */
.left-right-timeline:after {
  left: 40%;
  position: absolute;
  bottom: 0;
  background-image: url(/wp-content/uploads/2023/10/timeline-left-right.svg);
  background-size: 400px 400px;
  display: inline-block;
  width: 400px;
  height: 400px;
  content: "";
  background-repeat: no-repeat;
  animation: fadeIn 0.8s;
}
.right-left-timeline:after {
  right: 45%;
  position: absolute;
  bottom: -13%;
  background-image: url(/wp-content/uploads/2023/10/timeline-left-right.svg);
  background-size: 400px 400px;
  display: inline-block;
  width: 400px;
  height: 400px;
  content: "";
  background-repeat: no-repeat;
  transform: scaleX(-1);
  animation: fadeIn 0.8s;
}

footer.site-footer a {
  color: #000;
}

/* v2 */

.big-heading-smort h2 {
  font-size: 6.5rem !important;
  line-height: 1.3;
  max-width: 90vw;
}
.contact-row svg#mysvg {
  display: block;
  margin: 0 auto;
}


/* Filter buttons */

.kb-portfolio-loop2_f99687-f8 .kb-filter-item.is-active{
  background:transparent !important;
  color: #969696 !important;
}
.kb-portfolio-loop2_f99687-f8 .kb-filter-item{
  border: 0px;
  width: 250px !important;
  font-size: 3.5rem !important;
  font-family: 'Crimson Text', serif;
}
/* Responsive */

@media only screen and (max-width: 992px) {
  svg.logo-stommer {
    position: fixed;
    z-index: 99;
    mix-blend-mode: difference;
    max-width: 60% !important;
    height: 50px !important;
    margin-top: 0px;
	overflow: visible;
}
  .contact-details-row a:after {
    background-image: url(/wp-content/uploads/2023/10/arrow-right.svg);
    background-size: 50px 50px !important;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 10px !important;
    transform: rotate(-45deg);
    top: 20% !important;
}
  .contact-details-row h2 {
      font-size: 2.5rem !important;
      padding: 15px !important;
  }
  svg#mysvg {
    max-width: 350px;
}
header nav ul li{
  float: none;
  margin: 0px;
}
header nav ul li a {
  padding: 5px 0px !important;
  display: block;
  font-size: 1.5rem !important;
  color:#fff;
}
  .col-2-header.col-header {
      margin-top: 30px;
      text-align: right;
  }
.col-1-header{
  width: 80%;
  filter:invert(1);
}

#related h1.entry-title {
  font-size: 2.5rem;
}
#related h1.entry-title:after {
  background-image: url(/wp-content/uploads/2023/10/arrow-right.svg);
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 10px !important;
  transform: rotate(-45deg);
}
h1.case-title-smort {
  font-size: 4rem !important;
  max-width: 90vw;
  line-height: 1.2;
}
.case-info-row p {
  margin-bottom: 0px;
  line-height: 1.2;
}
ul.group li{
  padding: 20px;
}
h2#recent{
  padding: 20px;
  font-size: 2rem;
}
p.case-description-1{
  font-size: 3rem !important;
}
.left-right-timeline:after{
  left:10%;
  background-size: 350px 350px;
  display: inline-block;
  width: 300px;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  top: 50%;
}
.right-left-timeline:after{
  right: 10%;
  background-size: 350px 350px;
  display: inline-block;
  width: 300px;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  top:40%;
}
.kb-portfolio-loop2_f99687-f8 .kb-filter-item {
  border: 0px !important;
  width: auto !important;
  font-size: 2rem !important;
  font-style: normal;
  text-align: left;
  padding: 0px !important;
  line-height: 1.5;
}
.banner:before{
  content: '';
  position: absolute;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(9,9,121,0) 35%) !important;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner svg#mysvg {
  fill: #fff !important;
  filter: invert(1);
}
h3.entry-title.kb-portfolio-loop-title{
  font-size:2.5rem !important;
}
p.justify-text-style{
  max-width: 350px;
}
footer.site-footer{
  border:0px;
}
.page-id-118 footer.site-footer {
  border: 0px;
  color: #fff;
}
.main-heading-smort{
  font-size:4rem;
  line-height: 1.5;
}
.kb-filter-item:nth-of-type(1), .kb-filter-item:nth-of-type(2){
  border: 0px !important;
}
.kb-portfolio-filter-container{
  flex-wrap: nowrap !important;
  flex-direction: column !important;
}
.culture-title-left:after{
  right: 0px !important;
  top: -50px !important;
}
.scrolling-image-header-about {
  display: none;
}

.header-row-about p {
  margin-bottom: 0px;
  font-size: 13px;
}
.wp-block-social-links.aligncenter{
  display: block !important;
}
.citat-case{
  font-size: 20px !important;
}
.case-footer-title {
  font-size: 3rem !important;
}
}

/* test */

.modalOverlayNew {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  text-align: center;
  z-index: 11;
  cursor: pointer;
  opacity: 0;
}

.modalContainer {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.messageWrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 800px;
  height: 400px;
  background-color: #ffffff;
  position: absolute;
  z-index: 12;
  opacity: 0;
}

.message {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #000;
  position: relative;
}

.summaryLinks {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
}

.summaryLinksContainer {
  display: flex;
  justify-content: flex-end;
  width: 90%;
}

#tradeButton {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px 10px 20px;
  background: rgba(249, 224, 56, 1);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 115px;
  transition: all 0.3s;
}

#tradeButton:hover {
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  color: #fff;
}


#transferButton {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px 10px 20px;
  background: rgba(249, 224, 56, 1);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 115px;
  transition: all 0.3s;
}

#transferButton:hover {
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  color: #fff;
}


#paybillsButton {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px 10px 20px;
  background: rgba(249, 224, 56, 1);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 115px;
  transition: all 0.3s;
}

#paybillsButton:hover {
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  color: #fff;
}

/* Contaact */

.contact-details-row h2 {
  font-size: 8rem;
  padding: 30px 40px;
  border-bottom: 1px solid;
  padding-bottom: 70px;
}
.contact-details-row a:hover{
  color: var(--accentColor);
}
.contact-details-row a{
  color:#000;
}
.contact-details-row a:after {
  background-image: url(/wp-content/uploads/2023/10/arrow-right.svg);
  background-size: 100px 100px;
  display: inline-block;
  width: 100px;
  height: 100px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  transform: rotate(-45deg);
  top: 7px;
}
.contact-details-row a:hover:after{
  transform: rotate(-0deg);
transition-duration: 0.2s;
}

/* Contact form */


/* V2 */


.kb-filter-item:nth-of-type(1), .kb-filter-item:nth-of-type(2){
  border-radius: 0px !important;
}

.kb-blocks-portfolio-taxonomies {
  display: none;
}
.case-cred-block p {
  line-height: 2.5;
}
/*.single-case .site-footer {
  display: none;
}*/

.cf-container input[type=text] {
  border: 0px;
  border-bottom: 2px solid #000;
  border-radius: 0px !important;
}
.cf-container input[type="submit"] {
  background-color: transparent;
  font-size: 24px;
  padding: 0px;
  line-height: 1;
  font-weight: 700;
  font-family: Arial;
}

.case-footer-title {
  line-height: 1.2;
}

/* Form */

.wp-block-kadence-advanced-form555_542674-8f .kb-adv-form-field .kb-adv-form-label {
  color: #000000;
  font-size: 20px;
  padding: 0px;
}
.single-case article{
  margin-bottom: 0px !important;
}


.citat-case{
    font-size: 50px;
    font-size: 7rem;
    line-height: 1.2;
    font-family: '';
}



/* About 2.0 */

.logo-initial {
@media (max-width: 768px) {
    display: none;
  }
}

.page-id-118 h2 {
  font-weight: 700;
  font-family: 'Helvetica';
}


/* Apply rotation animation to the scrolling-image-stommer class */
.scrolling-image-stommer {
  animation: rotateImage 30s linear infinite;
}

/* Define the animation */
@keyframes rotateImage {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.showreel-click {
  position: absolute;
  top: 45%;
  z-index: 99;
	cursor: pointer;
}



.page article {
  border-bottom: none;
  margin-bottom: 0px;
}

.scrolling-image-header-about {
  position: fixed;
  z-index: 99;
  left: 30px;
}

.contact-row a {
  color: #8e8e8e;
  font-weight: 400 !important;
}
.contact-row p {
  margin-bottom: 10px;
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
  font-size: 4rem;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{
  display: none;
}

/* Post navigation */


.post-navigation-wrapper {
 margin-top: 0px;
    padding-top: 0px;

}

.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    margin: 0 auto;
    padding: 5% 7%;
      background-color: black;
}

.post-navigation a {
    text-decoration: none;
    color: white;
    transition: opacity 0.3s ease;
	font-size: 3rem;
}

.post-navigation a:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .post-navigation {
    }

    .post-navigation a {
        font-size: 15px;
    }
}




