/*
THEME NAME: Forum - App
THEME URI: http://
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Fredrik Öberg
AUTHOR URI:
TAGS: 
*/

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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


@font-face {
    font-family: 'VisueltLivingHistory-Bold';
    src: url('fonts/VisueltLivingHistory-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal; 
}

@font-face {
    font-family: 'VisueltLivingHistory-Italic';
    src: url('fonts/VisueltLivingHistory-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VisueltLivingHistory-Medium';
    src: url('fonts/VisueltLivingHistory-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
font-family: 'VisueltLivingHistory-Medium', sans-serif;
    font-size:13px;
    background-color:#521b3b;
    color:#fff;}

body.page-id-114 {

}




html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body.home {
        padding:30px;
  overflow: hidden;
}

#drawingCanvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
    border-radius: 30px;
    background-color:#fff;
}

.drawing-app-wrapper {
display: flex;
    align-items: center;
    flex-direction: column;
    height: 80%;
    border-radius: 30px;
}

.home article {
    min-height: 10%;
    text-align: center;
}

#field_1_4 {
display: none;
}


.home input#gform_submit_button_1, #clearDrawing {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: 20px;
    z-index: 10000;
    background-color: #ba8277;
    color: #521b3b;
    border: 0;
    border-radius: 10px;
    /* margin-top: 10px; */
    margin-bottom: -14px;
    padding: 12px 36px;
    font-size: 26px;
    font-weight: 700;
}

#clearDrawing {
    margin-left: 0;
    z-index: 10001;    
    left: auto;
    right: 55%;
    margin-right:0px;
}


.wrap {
    margin: 15px;
    width: 100%;
}
h1,h2,h3,h4 { font-weight:700; margin-bottom: 15px; text-align: center; font-family: 'VisueltLivingHistory-Bold';}
h1 { font-size:45px; margin-bottom:30px; }
h2 { font-size:32px; }
h3 { font-size:20px; }
h4 { font-size:20px; }

.page-template-tmpl-slideshow #imageList {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 600px; /* Adjust to match expected image height */
  width: 100%;
  max-width: 100%;
  overflow: hidden;

}

.slideshow_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5%;
}

hr {
border: 0;
    border-top: 4px solid #ba8277;
    opacity: 1;
    margin: 15px 0%;
    width: 100%;
}

ul.bilder-review-list img {
    max-width: 640px !important;
    height: auto !important;
    background-color:#fff;
}

.page-template-tmpl-slideshow #imageList li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container.wrapper-post-114 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.page-template-tmpl-slideshow #imageList li img {
    max-height: 100%;
    max-width: 100%;
    object-fit: unset;
    width: 100%;
    height: 100%;
}

/* Active image */
.page-template-tmpl-slideshow #imageList li.active {
  opacity: 1;
  z-index: 1;
}

#statusMessage { display:none; }
.logged-in.admin-bar #statusMessage {     display: block;
    text-align: center;
    padding-bottom: 10px; }

body.logged-in.admin-bar {
    padding-top:92px;
}

body.home.logged-in.admin-bar {
    padding-top: 59px;
    padding-left: 0;
}

.admin-main-menu {
  background-color: #000;
  padding: 0.4em 1em;
  color: #fff;
   height: 60px;
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 32px;
}

.admin-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-menu-logo img {
  height: 40px;
  width: auto;
}

.admin-menu-items {
  list-style: none;
  display: flex;
  gap: 2em;
  margin: 0;
  padding: 0;
}

.admin-menu-items li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s;
}

.admin-menu-items li a:hover {
  opacity: 0.7;
}

.slideshow_section.bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.thumbnail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 2em;
}

.thumbnail-gallery img {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s ease;
}


#imageList img, .thumbnail-gallery img {
    border-radius:10px;
    background-color:#fff;
}

.thumbnail-gallery img.active {
  border-color: #ba8277;
}

h1.entry-title {
    text-align: center;
}

div#timer {
    text-align: center;
    font-size: 160%;
    display: block;
    margin-bottom: 20px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 782px) {

body.logged-in.admin-bar {
    padding-top:106px;
}
    
.admin-main-menu {
    top: 46px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}