/*
Theme Name: webicient v.4
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;
  font-size: 62.5%;
}

#main {
  overflow: hidden;
}

#wrap {
  visibility: hidden;
}

.absolute {
  position: fixed !important;
  width: 100%;
  margin: 0 auto;
  transition: 0.35s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#huvudmeny .elementor-container {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff21;
}

#huvudmeny-svart .elementor-container {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #00000021;
}

/* svart bakgrund */

.svart-background .elementor-container {
  border-width: 0px 0px 0px 0px !important;
}

.svart-background {
  background-color: rgba(0,0,0,0.9) !important;
}

/* vit bakgrund */

.vit-background {
  max-width: 100% !important;
}

.vit-background {
  background-color: #e6e2df;
}

.vit-background .menu-item a {
}

.meny-logo img {
  transition: 0.35s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.svart-background .meny-logo img,
.vit-background .meny-logo img {
  width: 100px !important;
}

#arrow-right {
  transition: transform 0.2s ease-in-out;
}

.elementor-button-link:hover #arrow-right {
  transform: translate3d(6px, 0px, 0px);
}

.scrolla-ner {
  user-select: none;
  pointer-events: none;
}

.elementor-form-spinner {
  display: none !important;
}

.elementor-message {
  display: inline-block;
  background-color: #00000014;
  padding: 15px;
}

svg {
  height: 100%;
}

svg#close-svg {
  fill: #d20000;
}

svg#check-svg {
  fill: #33b721;
}

.restaurang .elementor-icon-list-item {
  align-items: center !important;
}

.restaurang .elementor-icon-list-icon {
  display: flex;
}

.elementor-button-icon {
  display: flex;
  align-items: center !important;
}

.swiper-n,
.swiper-p {
  outline: none;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}

.list-container:nth-child(1) .list-item-geo:nth-child(-n + 3) {
  margin-top: -40px;
}

.filtrerat .list-item-geo:nth-child(-n + 3) {
  margin-top: -40px;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
}

body:not(.elementor-editor-active) .elementor-menu-anchor {
  content: "";
  display: block;
  position: absolute;
  height: 110px; /* fixed header height*/
  margin: -110px 0 0; /* negative fixed header height */
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}

.produktkategori a {
  font-size: 2rem;
}

#geo-knapp {
  cursor: pointer;
}

.animation-container h1,
.animation-container h2,
.animation-container h3,
.animation-container h4,
.animation-container p {
  will-change: transform, opacity;
}

.home .preload-animation {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  z-index: 99999999999;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2024/06/logo-texas.png");
  -webkit-background-size:800px;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  user-select: none;
  opacity: 1;
}


.home .preload-opacity-hidden {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999999999;
  opacity: 1;
  top: 0;
  visibility: visible;
  user-select: none;
  pointer-events: none;
	background-image: url("/wp-content/uploads/2024/06/bg-texas.jpg");
		  -webkit-background-size:cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  user-select: none;
}

/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 475px;
}

.post-type-archive-lediga_tjanster .lity-iframe .lity-container {
  padding: 15px;
}

.post-type-archive-lediga_tjanster .lity-iframe-container {
}

.lity-iframe-container {
  width: 100%;
  height: 600px;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}

.lity-hide {
  display: none;
}

.lity-active,
.lity-active body {
  overflow: hidden;
}

.visa-meny-iframe .lity-iframe .lity-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 15px 75px 0px 75px;
  margin-bottom: 10px;
}

.visa-meny-iframe .lite-iframe .lity-content,
.visa-meny-iframe .lite-iframe .lity-iframe-container {
  height: 100%;
}

.elementor-social-icons-wrapper .elementor-grid-item {
  margin-left: 5px;
}

.produktion a {
  color: #000 !important;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  font-size: 3.5rem !important;
  font-family: inherit !important;
}

.restaurang-info li:nth-child(2) {
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.restaurang-info li:nth-child(1) {
  margin-right: 0 !important;
}

.restaurang-info li:nth-child(3) {
  display: block !important;
  width: 100% !important;
}

.elementor-widget-posts .elementor-button-wrapper {
  margin: 0 !important;
}

.elementor-post.ecs-post-loop .elementor-widget .elementor-icon-list-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
}

/* Öppettider shortcode */

/* läs mer btn */
.lasmer {
  overflow: hidden;
  transition: height 0.6s ease-in-out;
}

.lm-btn {
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #2c4648;
  margin-top: 15px;
  color: #fff !important;
  padding: 5px 15px;
}

.lasmer::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(236, 233, 231, 0) 90%,
    rgb(236, 233, 231) 100%
  );
  transition: background-image 0.5s ease-in-out;
  pointer-events: none;
  user-select: none;
}

.lasmer h1,
.lasmer h2,
.lasmer h3,
.lasmer h4 {
  font-family: "D-DIN", Sans-serif !important;
  font-size: 2rem !important;
  color: #222222 !important;
  font-weight: 600;
}

.lasmer[aria-expanded="true"]::after {
  background-image: linear-gradient(
    180deg,
    rgba(236, 233, 231, 0) 95%,
    rgb(236, 233, 231) 100%
  );
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border-top: none !important;
}

#moove_gdpr_cookie_info_bar {
	z-index: 99999999999999 !important;
}
/*
#CybotCookiebotDialog {
  background: #222222 !important;
}

#CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialogBodyContentText {
  color: #fff !important;
}

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #661a20 !important;
  border-color: #661a20 !important;
}

#CybotCookiebotDialogPoweredbyLink {
  display: none !important;
}

#CybotCookiebotDialogBodyContent {
  padding: 12px 0 8px 12px !important;
}

#CybotCookiebotDialogBodyButtons {
  padding-left: 12px !important;
}

#CybotCookiebotDialogBodyButtons {
  margin-left: 0px !important;
}

#CybotCookiebotDialogBodyButtonDetails,
#CybotCookiebotDialogBodyButtonDetails:hover {
  color: #fff !important;
}

#CybotCookiebotDialogBodyButtonDecline {
  background-color: transparent !important;
  border: none !important;
  margin-left: 0px !important;
}

#CybotCookiebotDialogDetail {
  background-color: transparent !important;
}*/

.hemleverans-btn.elementor-sticky--effects {
  right: 0;
  left: initial !important;
}

.single-restauranger .elementor-sticky--effects {
  left: 0;
}

@media (max-width: 600px) {
  .list-container:nth-child(1) .list-item-geo:nth-child(2),
  .list-container:nth-child(1) .list-item-geo:nth-child(3) {
    margin-top: 0px;
  }

  .filtrerat .list-item-geo:nth-child(2),
  .filtrerat .list-item-geo:nth-child(3) {
    margin-top: 0px;
  }
  .opacity-bild-mobil {
    opacity: 0.3;
  }

  .absolute-button {
    position: relative !important;
  }

  .historia-bild {
    position: relative !important;
  }

  .js-distance {
    font-size: 1.8rem !important;
  }

  .visa-meny-iframe .lity-iframe .lity-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 15px 15px 15px 15px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .visa-meny-iframe .lite-iframe .lity-content,
  .visa-meny-iframe .lite-iframe .lity-iframe-container {
    height: 100%;
  }

  .mobil-nav .elementor-nav-menu--layout-vertical > ul > li > a {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .btn-pos-mobile {
    position: relative !important;
  }

  .home .preload-animation {
    -webkit-background-size: 450px 450px;
    background-size: 450px;
  }
	
	.svart-background .meny-logo img,
.vit-background .meny-logo img {
  width: 100px !important;
}
}

@media (min-width: 500px) and (max-width: 850px) {
  body .list-item-geo {
    font-size: 2.2rem !important;
  }

  body .list-item-geo h3 {
    font-size: 2.2rem !important;
  }
  .js-geo-locations .elementor-icon-list-items i {
    font-size: 1rem !important;
  }

  .js-geo-locations .elementor-icon-list-items li {
    font-size: 1.25rem !important;
  }

  .list-item-geo .elementor-widget-wrap {
    padding: 15px 15px 15px 15px !important;
  }

  .js-distance {
    font-size: 1.6rem !important;
  }

  .js-geo-locations .elementor-icon-list-items .fa-map-marker-alt {
    display: none;
  }
}

@media (min-width: 1025px) {
  nav ul:hover > li {
    opacity: 0.5;
  }

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

  nav ul li:hover {
    opacity: 1;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 62.5%;
  }
  .list-item-geo .elementor-icon-list-text {
    font-size: 1.5rem;
  }
}
