@charset "UTF-8";
/**** filter *****/
:root {
  --color-1:#fcb900;
  --color-2:#c4050f;
}

ul.filter {
  color: #2e2e2e;
}

ul.filter li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

ul.filter li.active {
  color: #549DC5;
}

ul.filter li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  color: #B4B4B4;
}

ul.filter li:last-child:after {
  display: none;
}

.all-portfolios {
  margin-top: 20px;
  margin-left: -10px;
}

.single-portfolio {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 277px;
}

@media (max-width: 30em) {
  .filter-count-4, .filter-count-3, .filter-count-many {
    margin-right: 0%;
    margin-bottom: 1%;
    width: 100%;
  }
}
.artist_advert {
  display: flex;
  flex-direction: row;
  background: url(../images/lines.png) bottom repeat-x;
  margin-right: 0%;
  width: 100%;
  margin-top: 0;
}

.artist-grid .entry-title a {
  font-size: 24px;
  font-size: 1.9rem;
}
.artist-grid .advert img {
  max-width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  width: 50%;
  float: left;
}
.artist-grid .content {
  display: flex;
  width: 100%;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.artist-grid .clearfix:after {
  clear: both;
}
.artist-grid .beautiful-taxonomy-filters-clear-all {
  width: auto;
  float: left;
  line-height: initial;
}
.artist-grid .filter-count-4, .artist-grid .filter-count-3, .artist-grid .filter-count-many {
  margin-right: 5%;
  width: 47.5%;
  margin-bottom: 0.5%;
}
.artist-grid .filter-count-3, .artist-grid .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
  margin-right: 0.5%;
  width: 100%;
}
.artist-grid .beautiful-taxonomy-filters-button {
  margin: 0;
}
.artist-grid .entry-title {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 3px;
}
.artist-grid .entry {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 11px;
  padding-bottom: 0;
  width: 100%;
  float: left;
}
.artist-grid img {
  border-radius: 11px;
  box-shadow: 2px 5px rgba(136, 136, 136, 0.2901960784);
}
.artist-grid p {
  line-height: 1.5;
}
.artist-grid .artist-form {
  padding: 0;
  margin: 0;
}
.artist-grid .xxx .acf-input, .artist-grid .xxx .acf-label {
  float: left;
  margin-right: 2% !important;
}
.artist-grid .content-sidebar-wrap {
  position: relative;
  padding-bottom: 200px;
}
.artist-grid .advert img {
  max-width: 50%;
}
.artist-grid .advert {
  bottom: 0;
  display: none;
}
.artist-grid span.antal {
  font-size: 0.8em;
  /* padding-top: 10px; */
  padding-left: 10px;
  line-height: 14px;
  padding-top: 0;
  vertical-align: text-top;
}
.artist-grid .stars {
  margin: initial;
  padding-right: 4px;
  float: left;
}
.artist-grid h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

/****************** endast desktop *******************/
@media only screen and (min-width: 768px) {
  .artist-grid .content-sidebar-wrap {
    position: relative;
    padding-bottom: 0px;
  }
  .artist-grid .advert {
    position: relative;
  }
  .artist-grid div#advert_mobile {
    display: none;
  }
  .artist-grid .advert {
    display: block;
  }
  .artist-grid .advert img {
    max-width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100%;
  }
  .artist-grid .artist-form {
    margin-right: 2%;
    width: 80%;
    margin-bottom: 20px;
    border-right: black dotted 1px;
  }
  .artist-grid .textartist {
    clear: both;
  }
  .artist-grid .clearfix:after {
    clear: none;
  }
  .artist-grid .advert {
    width: 20%;
  }
  .artist-grid .filter-count-3, .artist-grid .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
    margin-right: 0.5%;
    width: 26%;
  }
  .artist-grid .artist-form > div {
    background-size: 8px 8px;
    margin-right: 1%;
  }
  .artist-grid .acf-field .acf-input {
    vertical-align: top;
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 0.5%;
  }
  .artist-grid .acf-field.acf-field-textarea.acf-field-5a26c29e7ec32 .acf-input {
    width: 98%;
  }
  .artist-grid .acf-field {
    margin: none;
    clear: none;
  }
  .artist-grid .entry {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 11px;
    padding-bottom: 0;
    float: left;
    margin-right: 1%;
  }
  .artist-grid .beautiful-taxonomy-filters-button {
    margin: 0;
    float: left;
    margin-left: 5px;
  }
}
.hide {
  display: none;
}

.artistlink:hover + .hide {
  display: block;
}

.hide {
  height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: all 1s ease;
}

.artistlink:hover + .hide {
  height: auto;
  padding: 24px 18px;
  background: yellow;
}

.artistlink:hover {
  color: green;
}

.artistlink {
  cursor: pointer;
}

.budgetfilter--wrap {
  margin-top: 2rem;
  width: 100%;
}
.budgetfilter--wrap .budgetfilter .acf-input {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .budgetfilter--wrap .acf-fields.acf-form-fields {
    width: 100%;
    grid-template-columns: 20% max-content;
    -moz-column-gap: 5px;
         column-gap: 5px;
    display: grid;
  }
  .budgetfilter--wrap .acf-field[data-name=underkategori_form] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.budgetfilter--wrap .fyra--filter {
  width: 100%;
  margin-top: 2rem;
}
.budgetfilter--wrap .fyra--filter select {
  margin-right: 1%;
  padding: 4px;
  margin-top: 2px;
}

.creds {
  text-align: center;
  background: black;
}

.creds a {
  color: white;
  text-decoration: none;
}

.site-footer {
  background-color: none;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 16px;
  text-align: center;
}

.widget-area.before-page {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 15% 0;
  color: red;
  text-align: center;
}

.before-page section {
  max-width: 90%;
  margin: 0 auto;
}

.before-page .wrap {
  background: white;
  padding: 40px;
  opacity: 0.9;
  border-radius: 34px;
  width: 700px;
  max-width: 90%;
  padding-left: 20px;
  padding-top: 20px;
}

.before-page img.alignleft {
  margin: 0 !important;
  float: none;
}

@media only screen and (max-width: 767px) {
  .before-page .beautiful-taxonomy-filters-button,
  .before-page .beautiful-taxonomy-filters-button:active,
  .before-page .beautiful-taxonomy-filters-button:hover,
  .before-page .button {
    float: none;
    margin-bottom: 10px;
  }
}
#menu-home {
  display: flex;
  width: 100%;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.featured-menu {
  width: 100%;
  background: white;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 1px solid #888888;
  padding: 0px;
  box-shadow: 2px 2px #888888;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.featured-menu a {
  text-decoration: none;
}

.one-foccurth {
  margin-right: 1%;
  width: 49%;
}

@media only screen and (min-width: 768px) {
  .one-foccurth {
    margin-right: 1%;
    width: 24%;
  }
}
.wpcr3_respond_2 textarea {
  height: 100px !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.wpcr3_div_2 {
  width: 600px;
  max-width: 100%;
}

.single-artist .wpcr3_dotline, .single-artist .wpcr3_item_name {
  visibility: hidden;
  height: 0;
  display: none !important;
  clear: none;
}
.single-artist div.wpcr3_review blockquote.wpcr3_content {
  font-size: 14px;
  font-weight: normal;
  display: block !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

.wpcr3_respond_2 {
  display: block;
  background-color: inherit;
}

.wpcr3_button_1.wpcr3_show_btn {
  display: none;
}

.archive .wpcr3_review, .archive .wpcr3_dotline, .archive .wpcr3_item_name {
  visibility: hidden;
  height: 0;
  display: none !important;
  clear: none;
}
.archive span.wpcr3_aggregateRating_overallText {
  display: none;
}
.archive div.wpcr3_aggregateRating {
  display: block !important;
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 0.8em;
}
.archive .wpcr3_respond_1, .archive .wpcr3_respond_2 {
  /* margin: 0 !important; */
  /* padding: 0 !important; */
  clear: none !important;
}

.present_advert {
  display: flex;
  flex-direction: row;
  background: url(../images/lines.png) bottom repeat-x;
  margin-right: 1%;
  width: 100%;
}

.present-grid .advert img {
  max-width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  width: 50%;
  float: left;
}

.present-grid .merinfo, .present-grid .button.tillbutik {
  padding: 5px;
  text-transform: none;
  width: 49%;
  text-align: center;
}

.present-grid .button.tillbutik.hel {
  padding: 5px;
  text-transform: none;
  width: 100%;
  text-align: center;
}

.present-grid .entry-content {
  text-align: center;
}

.present-grid .content {
  display: flex;
  width: 100%;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.present-grid .clearfix:after {
  clear: both;
}

.present-grid .beautiful-taxonomy-filters-clear-all {
  width: auto;
  float: left;
  line-height: initial;
}

.present-grid .filter-count-4, .present-grid .filter-count-3, .present-grid .filter-count-many {
  margin-right: 1%;
  width: 24.5%;
  margin-bottom: 0.5%;
}

.present-grid .filter-count-3, .present-grid .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
  margin-right: 0.5%;
  width: 100%;
}

.present-grid .beautiful-taxonomy-filters-button {
  margin: 0;
}

.present-grid .entry-title {
  margin-bottom: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.present-grid .presentfilter {
  width: 100%;
}

/****************** endast desktop *******************/
@media only screen and (min-width: 768px) {
  .present-grid .content-sidebar-wrap {
    position: relative;
    padding-bottom: 0px;
  }
  .present-grid .advert {
    position: relative;
  }
  .present-grid div#advert_mobile {
    display: none;
  }
  .present-grid .advert {
    display: block;
  }
  .present-grid .advert img {
    max-width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100%;
  }
  .present-grid .present-form {
    margin-right: 2%;
    width: 80%;
    margin-bottom: 20px;
    border-right: black dotted 1px;
  }
  .present-grid .textpresent {
    clear: both;
  }
  .present-grid .clearfix:after {
    clear: none;
  }
  .present-grid .advert {
    width: 20%;
  }
  .present-grid .filter-count-3, .present-grid .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
    margin-right: 0.5%;
    width: 26%;
  }
  .present-grid .present-form > div {
    background-size: 8px 8px;
    margin-right: 1%;
  }
  .present-grid .acf-field.antalpresenter .acf-input {
    width: 66%;
  }
  .present-grid .acf-field .acf-input {
    vertical-align: top;
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 0.5%;
  }
  .present-grid .acf-field.acf-field-textarea.acf-field-5a26c29e7ec32 .acf-input {
    width: 98%;
  }
  .present-grid .acf-field {
    margin: none;
    clear: none;
  }
  .present-grid .entry {
    width: 24%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 11px;
    padding-bottom: 0;
    float: left;
    margin-right: 1%;
  }
  .present-grid .beautiful-taxonomy-filters-button {
    margin: 0;
    float: left;
    margin-left: 5px;
  }
}
/**** filter *****/
.post-type-archive-gallery_images {
  /* 2 columns wide */
}
.post-type-archive-gallery_images .widget-title, .post-type-archive-gallery_images .archive-title, .post-type-archive-gallery_images .widget .entry-title {
  background: whitesmoke;
  text-align: center;
  line-height: 3rem;
  font-weight: bold;
  padding: 0;
}
.post-type-archive-gallery_images .archive-description.cpt-archive-description {
  display: block !important;
  background: 0;
  margin-bottom: 0px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.post-type-archive-gallery_images .content, .post-type-archive-gallery_images .masonry-content {
  margin: 0 auto 20px;
}
.post-type-archive-gallery_images .masonry-content {
  float: none !important;
}
.post-type-archive-gallery_images .entry, .post-type-archive-gallery_images .page.page-template-page_blog-php .entry {
  margin: 0;
  padding: 0;
  float: none;
  background: none;
  background-size: 0px 0px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 12px #444 !important;
}
.post-type-archive-gallery_images .entry p, .post-type-archive-gallery_images .page.page-template-page_blog-php .entry p {
  margin: 0;
  line-height: normal;
}
.post-type-archive-gallery_images img.alignright, .post-type-archive-gallery_images .alignright, .post-type-archive-gallery_images img {
  float: none;
  padding: 0 !important;
  margin-bottom: 5px !important;
  /*  width:100%;
    min-width: 100%; //defined max-height,max-width & min-height
    max-width: 10%;
    max-height: 100%;
  overflow:hidden;
  */
}
.post-type-archive-gallery_images a.alignright, .post-type-archive-gallery_images img.alignright, .post-type-archive-gallery_images .caption.alignright {
  margin: 0 !important;
}
.post-type-archive-gallery_images .gutter-width {
  width: 32px;
}
@media screen and (max-width: 640px) {
  .post-type-archive-gallery_images .gutter-width {
    width: 20px;
  }
}
.post-type-archive-gallery_images .selectholder {
  clear: both;
}
@media screen and (max-width: 767px) {
  .post-type-archive-gallery_images .selectholder {
    text-align: center;
  }
}
.post-type-archive-gallery_images .grid-sizer,
.post-type-archive-gallery_images .grid-item, .post-type-archive-gallery_images .article, .post-type-archive-gallery_images .entry {
  width: 150px;
  margin-bottom: 20px;
  max-width: calc((95vw - 76px) / 2);
  padding-bottom: 10px;
}
.post-type-archive-gallery_images .sidebar a {
  margin-left: 0;
}
.post-type-archive-gallery_images .grid-item--width2 {
  width: 40%;
}
.post-type-archive-gallery_images input, .post-type-archive-gallery_images select, .post-type-archive-gallery_images textarea {
  color: black;
  background-color: rgb(253, 198, 7);
  /* border: 1px solid #ddd; */
  /* box-shadow: 0 0 5px #ddd inset; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.post-type-archive-gallery_images .select-selected:after {
  /*  position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;*/
}
.post-type-archive-gallery_images .custom-select {
  position: relative;
  font-family: Arial;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-gallery_images .nav-primary {
    background-color: black;
    color: #fff;
    margin-left: -37px;
    margin-right: -37px;
  }
}
.post-type-archive-gallery_images .sidebar {
  font-size: 16px;
  background: white;
  float: right;
}
.post-type-archive-gallery_images .sidebar p {
  margin-top: 16px;
}
.post-type-archive-gallery_images aside#genesis-sidebar-primary {
  display: none;
}
.post-type-archive-gallery_images .content-sidebar-wrap:before {
  clear: both;
}
.post-type-archive-gallery_images select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: rgb(253, 198, 7);
  border: none;
  border-radius: 3px;
  font-size: 1em;
  max-width: 300px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-gallery_images select {
    max-width: 100%;
  }
}
.post-type-archive-gallery_images .select-container {
  position: relative;
  display: inline;
}
.post-type-archive-gallery_images .select-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.post-type-archive-gallery_images .select-container:after {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  top: 0.5rem;
  right: 0.75em;
  border-top: 8px solid black;
  /* opacity: 0.5; */
}
.post-type-archive-gallery_images select::-ms-expand {
  display: none;
}

.post-it-note {
  padding: 1em;
  background: rgb(253, 198, 7);
  position: relative;
  min-height: 10em;
}

.post-it-note:after {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 2em;
  border-width: 1em;
  border-style: solid;
  border-color: rgb(253, 198, 7);
}

.post-it-note:before {
  content: "";
  position: absolute;
  bottom: -2em;
  right: 0;
  border-width: 2em 2em 0 0;
  border-style: solid;
  border-color: rgb(207.328, 161.348, 1.672) transparent;
}

.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1;
}

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 0%, 0.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.1), inset 3px 3px 3px hsla(0, 0%, 100%, 0.2), inset -3px -3px 3px hsla(0, 0%, 0%, 0.2), 23px 20px 3px hsla(0, 0%, 0%, 0.15);
  content: "";
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

div#gallery-sidebar img {
  width: auto;
  margin: 0 auto 12px !important;
}

.post-type-archive-gallery_images select {
  width: 47%;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .post-type-archive-gallery_images select {
    width: 100%;
    max-width: 95%;
  }
}
p.catstart {
  background: #cf2e2e;
  color: white !important;
  margin: 0;
  margin-top: 10px;
  margin-top: 10px !important;
  font-size: 12px;
  line-height: 2rem;
  padding: 3px 0;
}

.wp-block-column.is-vertically-aligned-top.gulbox {
  padding: 20px 10px;
  align-self: stretch;
  margin-bottom: 10px;
}

.wp-block-column.is-vertically-aligned-top.gulbox {
  padding: 20px 10px;
  align-self: stretch;
  margin-bottom: 10px;
}

.entry-content ol li, .entry-content ul li {
  margin-left: 0;
}

.single-present .entry-title,
.single-tillbehor .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.clear {
  clear: both;
}

.post-attachment.mime-image-jpeg.data-design-thumbnail {
  float: left;
  padding-right: 10px;
}

.featured-image.alignright {
  max-width: 300px;
}

@media only screen and (max-width: 673px) {
  a.featured-image.alignright, .featured-image.alignright img {
    float: none;
    margin: 0 auto;
  }
}
.post-attachment.mime-image-jpeg.data-design-thumbnail img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.hideme li:first-of-type {
  display: block;
}

.widget-area.before-page {
  display: none;
}

@media only screen and (min-width: 768px) {
  .widget-area.before-page {
    display: block;
  }
  /*.home .site-container-wrap{
      width:100%;
      padding:0;
      max-width:100%;
      background:unset;
      margin:0;
  }
  .home .site-inner {
          background-color: #fff;
      margin: 32px auto;
      max-width: 1140px;
      overflow: hidden;
      padding: 36px;
  display:none;

  }
  .home .footer-widgets, .home .creds, .home .site-footer {
      background-color: #fff;
      clear: both;
      font-size: 15px;
      font-size: 1.5rem;
      margin: 32px auto;
      max-width: 1140px;
      padding: 36px 36px 0;
      display: none;
  }
  .home .widget-area.before-page {
      position: fixed;
      width: 100%;
      z-index: -100;
      top:0;
      padding-top: 34vh;
  }
  .home .header-image .site-header {
      padding-top: 30px;
  }
  .home .site-header .wrap {
      /* margin: 0 auto; */
  /*margin-top: 20px;*/
  /*max-width: 100%;
    padding-left: 30px;

    padding-right: 30px;
  }
  .home  .site-header {
    padding-top: 30px;
    opacity: 0.9;
  }
  .home .site-title, .home  .title-area {
    min-height: 88px;
    padding: 0;
    }
  */
  .wrap {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 20px;
  }
}
.header-image .site-title, .header-image .title-area {
  min-height: 80px;
}

.wpcr3_in_content {
  display: none;
}

.nav-primary {
  background-color: black;
  color: #fff;
}

.tricksfilter {
  flex: 1;
  width: 100%;
  min-width: 100%;
}

.tobiasbutton a {
  border-radius: 10px;
  color: white !important;
  text-decoration: none;
}

p.tobiasbutton {
  border-radius: 10px;
  margin-top: 34px;
}

.page-id-7627 h3 {
  margin: 0;
  padding: 0;
}

page-id-7627 hr {
  margin: 0 0 20px;
}

div[data-name=uthyrare] {
  display: none;
}

.tomove {
  margin-bottom: 2rem;
}

.home-blog p, .home-blog h2 {
  margin: 1em 40px;
}

.search h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.search .entry-meta {
  display: none;
}

form.is-search-form.is-form-style.is-form-style-1.is-form-id-15124.is-ajax-search {
  margin-bottom: 2rem;
}

.widget-area.header-widget-area {
  margin-top: 20px;
}

.logged-in .broken_link {
  text-decoration: line-through;
}

input[type=checkbox] {
  display: inline-block;
}

.wrap-collabsible input[type=checkbox] {
  display: none;
}

.collapsible-content .content-inner {
  background: #fdc607;
  color: black;
  padding: 0.5rem 1rem;
  padding-top: 24px;
  border-width: 5px;
  border-color: rgb(238, 238, 238);
}

.collapsible-content .content-inner h2,
.collapsible-content .content-inner h3,
.collapsible-content .content-inner h4,
.collapsible-content .content-inner h5 {
  color: black;
}

@media screen and (min-width: 768px) {
  .filter-count-2, .filter-count-1 {
    margin-right: 0.5%;
    width: 26%;
  }
}
.wp-block-separator {
  border-top: none;
}

.filter-count-2 {
  margin-right: 0.5%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filter-count-2 {
    margin-right: 0.5%;
    width: 26%;
  }
}

.present-grid .merinfo, .present-grid .button.tillbutik {
  padding: 5px;
  text-transform: none;
  width: 48%;
  text-align: center;
}

@media (max-width: 767px) {
  .produkt-grid .filter-count-2 {
    width: 100%;
  }
}
.no-submit {
  margin: 2px 0;
  display: table;
  width: 100%;
}

.beautiful-taxonomy-filters-clear-all {
  width: 100px;
  float: left;
  line-height: 69px;
}

@media only screen and (min-width: 768px) {
  .filter-count-3,
  .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
    margin-right: 0.5%;
    width: 28%;
  }
  /*.archive .filter-count-3,
  .archive .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
      margin-right: 0.5%;
      width:33%;
  }*/
  .no-submit .filter-count-3,
  .no-submit .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
    margin-right: 0.5%;
    width: 33%;
  }
  .no-submit .filter-count-3:nth-child(3n),
  .archive .filter-count-3:nth-child(3n) {
    margin-right: 0;
  }
}
.beautiful-taxonomy-filters {
  margin: 2px 0;
  padding: 0;
  border-bottom: 0px solid #ccc;
}

.beautiful-taxonomy-filters-label {
  display: none;
}

.beautiful-taxonomy-filters-select {
  width: 100%;
  padding: 6px;
}

input,
select,
textarea {
  padding: 6px 10px;
}

.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-button:active,
.beautiful-taxonomy-filters-button:hover {
  float: left;
  margin: 0;
  padding: 2px 10px;
  text-transform: none;
}

a,
.entry-content a,
.entry-title a:focus,
.entry-title a:hover,
.genesis-nav-menu > .right > a:focus,
.genesis-nav-menu > .right > a:hover {
  color: #c4050f;
}

/*
.beautiful-taxonomy-filters {
    margin: 0;
	margin-top:0;
	//margin-bottom: 0px;
    padding: 0;

    border:none;
}
.home .beautiful-taxonomy-filters {
    height:20px;
	margin-bottom: 15px;

}


@media only screen and (min-width: 768px) {
	.home .beautiful-taxonomy-filters-widget  .beautiful-taxonomy-filters-tax  {
		width:28%;
		margin-right : 1%;
	}
}
@media only screen and (min-width: 768px) {
	.home .beautiful-taxonomy-filters-tax  {
		margin-right : 1%;
	}
}
.home .widget_beautiful-taxonomy-filters-widget {
	width:100%;
}

@media only screen and (min-width: 768px) {
	.filter-count-3 {
		margin-right: 1%;
		width: 32%;
	}
}
@media only screen and (max-width: 767px) {
	button.beautiful-taxonomy-filters-button {
		margin-bottom: 20px;
	}
}

*/
/************ artist grid ****************************/
.archive-description {
  display: none;
  margin: 0 2em;
  padding: 0;
}

/************** sidebar **************************/
.home .search-bar:after {
  clear: both;
}

.sidebar {
  font-size: 16px;
  background: white;
}

.content .related {
  display: flex;
  display: flex;
  width: 100%;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.sidebar .related {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  justify-content: space-between;
}

.sidebar .single_related {
  background: white;
  margin-bottom: 10px;
  width: 48%;
  margin-right: 1%;
  box-shadow: 5px 5px 12px #444 !important;
}

.single_related h5 {
  text-align: center;
  font-size: small;
}

.sidebar img {
  width: 101%;
}

/**** home search bar *****/
.home .clearfix:after {
  clear: none;
}

.gallery {
  margin: 0 0;
  text-align: center;
}

.gallery-item {
  float: left;
  margin: 0 0;
  text-align: center;
  padding: 0;
}

/************ Form ******************/
.acf-field .acf-label label {
  display: none !important;
}

.acf-field {
  padding: 0;
  margin: 0;
  border: 0;
}

.acf-fields > .acf-field {
  border: none !important;
  padding: 0 !important;
}

.acf-ui-datepicker .ui-widget input,
.acf-ui-datepicker .ui-widget select,
.acf-ui-datepicker .ui-widget textarea,
.acf-ui-datepicker .ui-widget button {
  padding: 0;
}

.acf-field .acf-input {
  vertical-align: top;
}

.acf-field .acf-label {
  margin: 0 0 2px !important;
}

.acf-field.acf-field-checkbox.acf-field-5a34e465812c7 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .artist-grid .content {
    display: flex;
    width: 100%;
    float: none;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.no-submit button.beautiful-taxonomy-filters-button {
  display: none;
}

/************** Content single ********************/
.single-artist .content {
  min-height: 500px;
}

iframe,
video {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  embed,
  iframe,
  img,
  object,
  video,
  .caption {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .artist-grid .entry-image {
    border-radius: none !important;
    /* padding: 10px; */
    box-shadow: none;
    float: none;
    clear: both;
  }
  .sidebar section.featuredpost {
    width: 49%;
    float: left;
    margin-right: 1%;
  }
}
.sidebar a,
.featured-content a {
  margin-left: 1%;
  text-decoration: none;
}

.featured-content h2 {
  text-align: center;
}

.featured-content .entry {
  border-radius: 11px;
  box-shadow: 2px 5px rgba(136, 136, 136, 0.2901960784);
  border: 1px solid #888888;
  overflow: hidden;
}

.artist-form button,
.acf-button {
  margin-bottom: 24px;
  background-color: #345d85;
}

a.social-buttons:focus,
a.social-buttons:hover,
button:focus,
button:hover,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit],
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.button:focus,
.button:hover,
.content .entry-meta .entry-comments-link a,
.entry-content .button:focus,
.entry-content .button:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-secondary .sub-menu a:focus,
.nav-secondary .sub-menu a:hover,
.sidebar .enews-widget input[type=submit],
.site-title a,
.site-title a:focus,
.site-title a:hover {
  background-color: #c4050f;
  color: #ffffff;
}

div#message,
p.message {
  top: 50%;
  left: 50%;
  color: white;
  background: green;
  padding: 2px;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.entry-content .button {
  background-color: #345d85;
  padding: 1rem;
  text-align: center;
}
button.ovriga.button,
input[type=button].ovriga.button,
input[type=reset].ovriga.button,
input[type=submit].ovriga.button,
.button.ovriga.button,
.entry-content .button.ovriga.button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.entry-meta a {
  color: #c4050f;
  text-decoration: none;
}

p.alert {
  background: red;
  color: white;
}

.site-header .widget-area {
  display: none;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .sidebar .single_related {
    width: 24%;
    margin-right: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .header-image .site-title a {
    max-width: 570px;
    min-height: 80px;
    padding: 0;
  }
  .title-area {
    width: 600px;
    max-width: 67%;
  }
  .site-header .widget-area {
    max-width: 30%;
    display: block;
  }
  .one-foccurth {
    margin-right: 1%;
    width: 24%;
  }
  .before-page .beautiful-taxonomy-filters-button,
  .beautiful-taxonomy-filters-button:active,
  .beautiful-taxonomy-filters-button:hover {
    /* float: right; */
    width: inherit;
  }
}
.site-header .search-form {
  float: right;
  margin-top: 16px;
  width: 100%;
}

b,
strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

.acf-field.acf-field-select.acf-field-5acb5faa74cef:before {
  content: "Ange dina uppgifter";
  margin-top: 20px;
  display: block;
  font-size: 12px;
}

.acf-field.acf-field-email.acf-field-5acb72b11e41e:after {
  content: "Ange kundens uppgifter";
  font-size: 12px;
  margin-top: 20px;
  display: block;
}

/*
.archive .beautiful-taxonomy-filters-button {
	margin-top: 20px;
    padding: 10px 30px 11px;
}

*/
.slideshow-window {
  background-color: transparent;
  border: 0px solid #222;
}

.hideme li:first-of-type {
  display: none;
}

div[data-name=fakturerat] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu-toggle,
  .menu-toggle:hover {
    line-height: 1rem;
    color: transparent !important;
    z-index: 1000;
    width: 4rem;
    background-color: white !important;
    position: absolute;
    box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 150, 169, 0.3);
    right: 5%;
    top: 50px;
    border-radius: 50%;
    padding: 0 5px 0 5px;
    transition: top 1s linear;
  }
  .activated.dashicons-menu {
    top: 107px;
    transition: top 1s linear;
  }
  .menu-toggle:focus,
  .sub-menu-toggle:focus {
    outline: unset;
  }
  .dashicons-menu:before {
    content: "\f333";
    color: black;
    font-size: 3rem;
  }
  .activated.dashicons-menu:before {
    content: "\f158";
    color: red;
    font-size: 3rem;
  }
  .site-header {
    width: 78%;
    float: left;
  }
  .site-inner {
    padding-top: 0;
  }
  .nav-primary {
    background-color: black;
    color: #fff;
    margin-top: 100px;
    transition: margin 2s;
  }
}
@media screen and (max-width: 767px) {
  .site-container-wrap {
    width: 98%;
    margin-top: 1%;
  }
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}

.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
  bottom: 0;
  right: 0;
  /* Icon */
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: blue;
  cursor: pointer;
}
.tab-close:hover {
  background: green;
}

#chck1:checked + .tab-label {
  background: orange;
  position: relative;
}
#chck1:checked + .tab-label::after {
  transform: rotate(90deg);
}
#chck1:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  overflow: visible;
  height: unset;
}

#kontakt {
  width: 100%;
}
#kontakt .button {
  background: #fdc607;
  color: black;
  width: 100%;
}
#kontakt .su-spoiler.su-spoiler-style-kobotolo .su-spoiler-title {
  background: #fdc607;
  padding: 1rem 0;
  text-align: center;
}
#kontakt .su-spoiler-content {
  padding: 1rem;
  border: 1px dotted black;
}
#kontakt.hej {
  position: fixed;
  bottom: -26px;
  width: 200px;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #kontakt.hej {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#kontakt.hej .su-spoiler-content {
  display: none;
}

.su-spoiler.su-spoiler-style-kobotolo .su-spoiler-title,
#kontaktknapp .wp-block-buttons .wp-block-button,
#kontaktknapp .wp-block-buttons .wp-block-button a {
  background: #fdc607;
  color: black;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
  min-height: 20px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 10px;
}

#kontaktknapp .wp-block-buttons .wp-block-button a:after {
  content: "\f467";
  color: red;
  font-size: 3rem;
  font-family: "dashicons";
  padding-left: 2rem;
  line-height: 1rem;
}

#kontaktknapp .wp-block-buttons .wp-block-button {
  border: 2px black solid;
}

@media only screen and (max-width: 767px) {
  .single .entry-title {
    background: whitesmoke;
    text-align: center;
  }
}
#kontaktknapp.hej {
  position: fixed;
  bottom: 5px;
  z-index: 100;
  right: 0;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  #kontaktknapp.hej {
    width: 94%;
    margin-left: 3%;
    left: 0;
  }
}

#kontaktknapp {
  margin: 1rem 0;
}

.wrap-collabsible {
  margin: 1.2rem 0;
  background: rgb(238, 238, 238);
  padding: 1rem;
  margin-top: 0;
}

.lbl-toggle {
  display: block;
  color: black;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
  margin-top: -1rem;
  clear: both;
  background: #fcb900;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 1px solid black;
  padding: 0 20px;
}

.lbl-toggle:hover {
  color: red;
}

.lbl-toggle::before,
.lbl-toggle::after {
  content: "\f342";
  font-family: dashicons;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  transition: transform 0.2s ease-out;
  transform: rotate(180deg) translateX(-3px);
}

.lbl-toggle::after {
  margin-left: 0.7rem;
  transition: transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::before,
.toggle:checked + .lbl-toggle::after {
  transform: rotate(0deg) translateX(0px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: unset;
}

.collapsible-content .content-inner {
  background: rgb(242, 242, 242);
  padding: 0.5rem 1rem;
}

.content-inner {
  width: 100%;
}

.content-inner_start {
  margin-top: 10px;
}

.single-post .entry-footer {
  background: white;
}

a.button.sokunderhallning {
  background: #fcb900;
  color: black;
  border: 2px solid black;
  border-radius: 9px;
  text-transform: unset;
  font-weight: 500;
  font-size: 18px;
  width: 86%;
}
a.button.sokunderhallning:hover, a.button.sokunderhallning:focus {
  background: #cfa102;
}
a.button.sokunderhallning:after {
  content: "\f467";
  color: red;
  font-size: 3rem;
  font-family: "dashicons";
  padding-left: 2rem;
  line-height: 1rem;
}
@media only screen and (max-width: 767px) {
  a.button.sokunderhallning {
    width: 100%;
  }
}

.hej a.button.sokunderhallning,
.artist-grid a.button.sokunderhallning {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 7px;
}

input,
select,
textarea {
  padding: 6px 10px;
  border: 1px solid black;
}

select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px !important;
  color: black !important;
}

select,
select::placeholder,
input::placeholder,
textarea,
textarea::placeholder {
  font-size: 16px !important;
  color: black !important;
}

p.errormessage {
  clear: both;
}

p.noartists {
  font-weight: bold;
  color: red;
}

.acf-field.acf-field-message.acf-field-5b8904949ea23.antalartister.-c0 a {
  color: red;
}

.updated_info {
  background: green;
  color: white;
  padding: 1rem;
  font-size: 2rem;
}
.updated_info a {
  background: #fcb900;
  padding: 7px;
  text-decoration: none;
  border: 2px solid black;
  color: black;
  border-radius: 6px;
}

div.wpcr3_review blockquote.wpcr3_content p {
  font-size: 14px;
  font-weight: normal;
  display: inline !important;
  color: black;
}

.present-grid .button.tillbutik.hel {
  padding: 5px;
  text-transform: none;
  width: 100%;
  text-align: center;
}

.artistgage {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  color: black;
}

div#artistuthyrare {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-around;
}
div#artistuthyrare a,
div#artistuthyrare p {
  color: black;
  text-decoration: none;
}
div#artistuthyrare ahover,
div#artistuthyrare phover {
  color: #cf2e2e;
  cursor: pointer;
}
div#artistuthyrare .entry p:first-of-type {
  min-height: 41px;
  padding-top: 3px;
  font-size: 16px;
}

.stars {
  background: url(https://kryddafesten.se/core/modules/d06178e739/css/newstars.png) 0 0 no-repeat;
  background-repeat: none;
  text-indent: -9999px;
  height: 17px;
  width: 85px;
  margin: auto;
  padding-right: 4px;
}

.starfill {
  background: url(newstars.png) 0 -15px no-repeat;
  text-indent: -9999px;
  height: 17px;
  background: url(https://kryddafesten.se/core/modules/d06178e739/css/newstars.png) 0 -15px no-repeat;
}

.fill {
  height: 17px !important;
}

option {
  background: whitesmoke;
  color: black;
}

.post-type-archive-gallery_images .grid-sizer,
.post-type-archive-gallery_images .grid-item,
.post-type-archive-gallery_images .article,
.post-type-archive-gallery_images .entry {
  height: -moz-fit-content;
  height: fit-content;
}

#tax .collapsible-content .content-inner {
  padding-right: 0;
}
#tax .artist_info {
  display: grid;
  grid-template-columns: 20px auto;
  border-bottom: 1px solid grey;
  grid-template-areas: "knapp namn" "detalj detalj";
}
#tax .artist_info input.artcheck {
  display: inline-block;
  grid-area: knapp;
  margin-top: 7px;
  transform: scale(1.5);
}
#tax .artist_info p {
  margin-bottom: 0;
}
#tax .artist_info .artist_details {
  display: none;
  grid-area: detalj;
  grid-template-areas: "detalj detalj" "utdrag bild";
}
@media only screen and (max-width: 768px) {
  #tax .artist_info .artist_details {
    grid-template-areas: "bild detalj" "utdrag utdrag";
  }
}
#tax .artist_info .details {
  grid-area: detalj;
  align-self: center;
  align-items: center;
  justify-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #tax .artist_info .details {
    display: block;
  }
}
#tax .artist_info .details > * {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  #tax .artist_info .details > * {
    width: unset;
  }
}
#tax .artist_info .stars {
  float: right;
}
@media only screen and (max-width: 768px) {
  #tax .artist_info .stars {
    float: none;
  }
}
#tax .artist_info .artist_link {
  margin-bottom: 2px;
  background: var(--color-1);
  padding: 2px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 2px;
  margin: 4px;
  border: 1px solid;
  padding: 0;
}
#tax .artist_info .artist_link a {
  color: black;
  text-decoration: none;
}
#tax .artist_info .artist_link a:after {
  content: "\f504";
  font-family: "dashicons";
  font-size: 14px;
}
#tax .artist_info .antal {
  display: none;
}
#tax .artist_info .artist_utdrag {
  grid-area: utdrag;
  padding-right: 10px;
}
#tax .artist_info .artist_gage {
  font-weight: bold;
  grid-area: gage;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #tax .artist_info .artist_gage {
    grid-area: detalj;
    align-self: center;
    text-align: center;
  }
}
#tax .artist_info .selected + .artist_namn {
  font-weight: bold;
}
#tax .artist_info .artist_namn {
  padding-left: 27px;
  margin-left: -27px;
  text-align: center;
}
#tax .artist_info .artist_namn p {
  display: inline-block;
  padding: 2px 0;
  width: 100%;
}
#tax .artist_info .artist_namn.show {
  background: white;
}
#tax .artist_info .artist_namn p:after {
  content: "\f346";
  color: red;
  float: right;
  font-family: "dashicons";
}
#tax .artist_info .artist_namn.show p:after {
  content: "\f342";
  color: green;
  float: right;
  font-family: "dashicons";
}
#tax .artist_info .artist_namn.show ~ .artist_details {
  display: grid;
  background-color: white;
  margin-right: 0;
  padding-right: 1rem;
  margin-left: -7px;
  padding-left: 7px;
}
#tax .artist_info .artist_bild {
  max-width: 100px;
  grid-area: bild;
}
#tax .artist_info .artist_bild img {
  border-radius: 11px;
}
#tax .spinner {
  background-image: url(https://kryddafesten.se/core/modules/kobotolo-kryddafesten/images/831.gif) !important;
  background-repeat: no-repeat !important;
  background-position-y: bottom !important;
  padding-bottom: 70px !important;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px !important;
  line-height: 1.4;
}

.acf-field.acf-field-checkbox.acf-field-5b1ebb6e4cf62.is-required.-c0 .acf-input ul li:last-child {
  display: none;
}/*# sourceMappingURL=kobotolo-kryddafesten.css.map */