/*
Theme Name: thement
Theme URI: https://webicient.com
Template: hello-elementor
Author: webicient
Author URI: https://webicient.com
Description: Webicient Theme
Version: 4.0.0
Updated: 2020-10-14 14:00:00

*/


* {
  text-shadow: rgba(0, 0, 0, 0.02) 0 0 1px;
}

html {
  margin-top: 0px;
  /* Default (Extra small screens). 1rem = 7px */
  font-size: 43.75%;
}

#wrap {
  visibility: hidden;
  overflow: hidden;
}

body {
  font-size: 1.8rem;
}

body.no-scroll {
  overflow: hidden !important;
}

nav ul:hover>li {
  opacity: 0.5;
}

nav li {
  transition: opacity 0.2s ease-in-out;
}

nav ul li:hover {
  opacity: 1;
}

.elementor-widget-icon-list ul {
  list-style: none !important;
}

.gen-cookie-notice,
.gen-cookie-notice .gen-cookie-notice-btn {
  font-family: "futura-pt", Sans-serif;
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:focus,
.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type="checkbox"]:checked+label,
.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary {
  background-color: #a7100c !important;
}

/*header */

#site-header {
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 999;
  padding: 0 25px;
}

#site-header.scroll-menu {
  padding: 0;
  max-width: 100%;
  top: 0;
}

#site-header.scroll-menu .ent-section {
  max-width: 100%;
  border-radius: 0;
}

#site-header.scroll-menu .cl-l img {
  max-width: 200px;
}

.ent-section {
  font-family: "futura-pt", Sans-serif;
  display: flex;
  align-items: center;
  flex: 1 1 50%;
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  max-width: 1600px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.cl-l {
  flex: 1;
  display: flex;
  align-items: center;
}

.cl-l img {
  max-width: 225px;
  min-height: 50px;
  border-radius: 10px;
  margin-right: 45px;
  transition: all 0.3s ease-in-out;
}

.cl-l a {
  display: flex;
}

.cl-r {
  flex: 4;
  display: flex;
  align-items: center;
}

.ent-menu {
  list-style: none;
  padding: 0;
  position: relative;
  display: flex;
}

.ent-parent {
  position: relative;
}

.ent-menu .ent-parent>a {
  color: #180109;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 30px 40px 0;
  cursor: pointer;
}

.ent-parent.tel a {
  text-decoration: underline;
  font-size: 1.7rem;
  margin-top: 5px;
  display: block;
  color: #a7100c;
  padding: 0 !important;
}

.title.tel {
  color: #a7100c !important;
  text-decoration: underline;
  font-size: 2.7rem !important;
}

.has-children .chevron-icon svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

/* right section inner */

.cl-r-inner {
  flex: 1.45;
}

/* right section right inner */

.cl-r-ir {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1.5;
}

.cl-r-ir>a {
  margin-left: 15px;
  padding: 15px 15px;
  background: #a7100c;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  flex: 1.2;
  text-align: center;
  font-size: 1.8rem;
}

.cl-r-ir .search-form-wrap {
  flex: 4;
}

/* sub menu */

.ent-menu .has-children:hover .sub-menu,
.ent-menu .has-children:focus-within .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}

.ent-menu .has-children:hover .sub-menu.small,
.ent-menu .has-children:focus-within .sub-menu.small {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  pointer-events: visible;
}

.ent-menu .sub-menu {
  position: absolute;
  display: flex;
  flex: 0 1 50%;
  background: #fff;
  width: 300px;
  border-radius: 15px;
  position: absolute;
  top: 65px;
  left: -85px;
  box-shadow: 0px 12px 25px 5px rgb(0 0 0 / 5%);
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s,
    -webkit-transform 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s;
  transition: opacity 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s,
    -webkit-transform 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s,
    transform 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s;
  transition: opacity 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s,
    transform 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s;
  transition: opacity 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s,
    transform 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s,
    -webkit-transform 0.3s cubic-bezier(0.175, 0.86, 0.46, 1.25) 0s;
  will-change: opacity, transform;
  pointer-events: none;
}

.sub-menu.small {
  display: block;
  width: 230px;
  left: 50%;
  right: 0;
  margin: 0 auto;
  background-color: #eff0f4 !important;
  transform: translate(-50%, 10px);
}

.sub-menu.small a {
  color: #180109;
  font-weight: 500;
  font-size: 1.8rem;
}

.sub-menu.small .ent-inner-top a:not(:last-of-type) {
  margin-bottom: 5px;
}

.sub-menu.small .ent-inner-top {
  padding: 15px 25px;
  white-space: nowrap;
}

.sub-menu.small .ent-inner-top a {
  display: block;
}

.sub-menu.small .ent-inner-bottom a {
  display: block;
}

.sub-menu.small .ent-inner-bottom {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 15px 25px;
  border-top: solid 1px #18010912;
}

/* inner-1 */

.amne-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex: 0 1 25%;
}

.amne-list .ent-row {
  flex: 1;
  padding: 15px;
}

.amne-list a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1 !important;
  display: block;
  margin-bottom: 15px;
}

.amne-list a:hover {
  text-decoration: underline;
}

.ent-menu .sub-menu .inner-1 {
  flex: 5;
  padding: 25px;
}

/* inner-2 */

.ent-menu .sub-menu .inner-2 {
  flex: 1.5;
  background: #eff0f4;
  padding: 25px;
  border-radius: 15px;
}

.ent-inner-col.inner-2 a {
  display: flex;
  align-items: center;
}

.ent-inner-col.inner-2 a:not(:last-of-type) {
  margin-bottom: 20px;
}

.ent-inner-col.inner-2 a img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.ent-inner-col.inner-2 .fl-title {
  color: #180109 !important;
  font-size: 1.6rem !important;
  font-weight: 500;
}

.ent-inner-col.inner-2 .fl-taxonomy {
  color: #a7100c;
  font-size: 1.4rem;
  opacity: 1;
  margin-top: 3px;
  font-weight: 500;
}

.ent-inner-col.inner-2 .fl-btn {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #a7100c;
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 1;
  border-radius: 10px;
}

/* Search form */

.search-form-wrap form {
  width: 100%;
  padding: 7px 35px 7px 35px;
  font-family: "futura-pt", Sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border: none;
  background: #eff0f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-form-wrap input[type="search"] {
  width: 100%;
  font-family: "futura-pt", Sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border: none;
  background: transparent;
  outline: none !important;
}

.search-form-wrap form svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  opacity: 0.7;
}

.searchwp-live-search-results {
  border: none !important;
  background: #141414 !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-family: "futura-pt", Sans-serif !important;
  max-height: 700px !important;
  transition: all 0.3s ease;
  min-height: 150px !important;
}

.searchwp-live-search-result:hover {
  background: #1c1c1c !important;
}

.searchwp-live-search-result:not(:last-of-type) {
  border-bottom: 1px solid #202020 !important;
}

.searchwp-live-search-result a {
  display: flex !important;
  align-items: center !important;
  padding: 20px !important;
}

.searchwp-live-search-result a img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}

/* search mobile */

.search-mobile .searchwp-live-search-result a img {
  width: 40px;
  height: 40px;
}

.search-mobile .searchwp-live-search-result a {
  padding: 15px !important;
}

.search-mobile .s-r-content .s-r-title {
  font-size: 2.5rem;
}

.search-mobile .s-r-content span {
  white-space: normal;
  font-size: 1.8rem;
  margin-top: 4px;
  white-space: normal;
}

.search-mobile.search-form-wrap form {
  padding: 0;
}

.search-mobile .btm-div a {
  font-size: 2rem;
  padding: 10px 20px;
}

/* END search mobile */

.s-r-content {
  line-height: 1;
}

.s-r-content .s-r-title {
  border: none !important;
  font-size: 1.8rem !important;
  display: block;
  text-align: left;
  opacity: 1;
}

.s-r-content span {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  text-align: left;
  opacity: 0.5;
  white-space: normal;
}

.searchwp-live-search-no-min-chars:after {
  color: #fff;
  content: "Fortsätt skriv" !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.searchwp-live-search-results-showing {
  top: 10px !important;
  left: 0 !important;
}

.search-f-parent {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.search-f-parent-mobile {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.searchwp-live-search-no-results a {
  text-decoration: underline;
  display: block;
  color: #a7100c;
}

.btm-div {
  width: 100%;
}

.btm-div a {
  color: #fff;
  width: 100%;
  padding: 20px;
  background: #2c2c2c;
  display: block;
}

/* Mobile menu */

.mobile-menu {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
  background-color: #a7100c;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
  z-index: 99999;
  display: none;
  user-select: none;
  pointer-events: none;
}

.mobile-menu .mm-icon-wrap {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mm-icon-wrap .line {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all cubic-bezier(0.25, 0.1, 0.27, 1.55) 0.35s;
  -o-transition: all cubic-bezier(0.25, 0.1, 0.27, 1.55) 0.35s;
  transition: all cubic-bezier(0.25, 0.1, 0.27, 1.55) 0.35s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line.top {
  top: 18%;
}

.line.middle {
  top: 48%;
}

.line.bottom {
  top: 78%;
}

/* Toggle sub menu icon */

.rm-icon-wrap {
  width: 50px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rm-icon-wrap .line {
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #000;
  border-radius: 10px;
  -webkit-transition: all cubic-bezier(0.25, 0.1, 0.27, 1.55) 0.35s;
  -o-transition: all cubic-bezier(0.25, 0.1, 0.27, 1.55) 0.35s;
  transition: all cubic-bezier(0.25, 0.1, 0.27, 1.55) 0.35s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line.one {
  transform: rotate(90deg);
}

.ot-list .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.ot-list.active .sub-menu {
  display: block;
  opacity: 1;
  pointer-events: all;
  padding: 5px 0;
  max-height: 500px;
}

.ot-list.active .line.one {
  transform: rotate(0deg);
}

.ot-list .ent-inner-top {
  padding: 5px 15px 5px 15px;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
}

.ot-list .ent-inner-bottom {
  border-top: 1px solid #e3e3e3;
  padding: 15px 15px 5px 15px;
  background: #eff0f4;
  border-radius: 0 0 15px 15px;
  margin-bottom: 15px;
}

/* End toggle icon */

.mm-icon-wrap.open .top {
  webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
}

.mm-icon-wrap.open .middle,
.mm-icon-wrap.open .bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
}

.mm-popup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: 100vh;
  width: 90vw;
  max-width: 100vw;
  padding: 120px 25px 25px 25px;
  z-index: 99998;
  font-family: "futura-pt", Sans-serif;
  background-color: #fff;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateX(50px);
  overflow-x: scroll;
  /* 1 */
  -webkit-overflow-scrolling: touch;
  /* 2 */
}

.mm-popup .search-form-wrap {
  margin: 15px 0 50px 0;
}

.mm-popup .search-form-wrap input[type="search"] {
  font-size: 2.5rem !important;
  padding: 10px 25px 10px 45px;
}

.mm-popup .amne-list {
  display: block;
}

.mm-popup .amne-item {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  color: #777777;
  line-height: 1;
}

.mm-popup .mm-p-wrap>div>.amne-item {
  margin-bottom: 20px !important;
}

.mm-popup .amne-item.readmore {
  color: #180109;
  text-decoration: underline;
}

.mm-popup .title {
  font-size: 3rem;
  font-weight: 600 !important;
  color: #180109;
  user-select: none;
}

.mm-popup a.title {
  color: #180109;
}

.mm-popup .ot-list {
  position: relative;
}

.mm-popup .ovrigt-list a {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}

.ol-btn {
  margin-top: 15px !important;
  font-size: 2.4rem !important;
  border-radius: 10px;
  padding: 15px 25px;
  background-color: #a7100c;
  text-align: center;
  color: #fff !important;
  line-height: 1;
}

/* END header */

.filter {
  filter: grayscale(0.4);
  transition: filter 0.3s ease-in-out;
}

.filter:hover {
  filter: grayscale(0);
}

.f-card .elementor-widget-wrap {
  transition: all 0.2s ease !important;
  -webkit-transform: translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}

.f-card .elementor-widget-wrap:hover {
  -webkit-transform: translatey(-3px);
  -ms-transform: translatey(-3px);
  transform: translatey(-3px);
  -webkit-box-shadow: 4px 8px 12px 0 rgb(0 0 0 / 15%) !important;
  box-shadow: 4px 8px 12px 0 rgb(0 0 0 / 15%) !important;
}

.f-card .elementor-widget-wrap .hover-text {
  transition: all 0.3s ease-in-out;
}

.f-card .elementor-widget-wrap:hover .hover-text {
  transform: translatey(-8px);
}

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

@media (max-width: 1150px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    user-select: all;
    pointer-events: initial;
  }

  .mm-popup.active {
    opacity: 1 !important;
    user-select: all !important;
    pointer-events: initial !important;
    visibility: visible !important;
    transform: translateX(0);
  }

  #site-header {
    padding: 0 10px;
  }

  .ent-section {
    padding: 10px;
  }

  .cl-r {
    display: none;
  }

  #site-header .cl-l img {
    max-width: 180px;
  }

  .searchwp-live-search-no-min-chars:after {
    font-size: 2.2rem;
  }
}

@media (min-width: 1150px) and (max-width: 1260px) {
  .cl-r-ir>a {
    font-size: 1.6rem;
  }

  .cl-r-inner {
    flex: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .mm-popup {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    max-height: 100vh;
    width: 50vw;
    max-width: 100vw;
    padding: 60px 25px 25px 25px;
  }
}

@media (min-width: 768px) {

  /* Small screens. 1rem = 8px */
  html {
    font-size: 50%;
  }
}

@media (min-width: 992px) {

  /* Medium screens. 1rem = 9px */
  html {
    font-size: 56.25%;
  }
}

@media (min-width: 1200px) {

  /*Large screens. 1rem = 10px */
  html {
    font-size: 62.5%;
  }
}