@font-face {
    font-family: 'DramatenCenturyOldStyle';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c823951/DramatenCenturyOldStyle.woff') format('woff');
}

@font-face {
    font-family: 'FormulaCondensed';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c823951/FormulaCondensed-Bold.woff') format('woff');
}

@font-face {
    font-family: 'SourceSansRegular';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c823951/SourceSansPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'FormulaCondensed';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c823951/FormulaCondensed-Bold.woff') format('woff');
}


body {
	background-color: transparent;
	color: #fff;
    font-family: 'FormulaCondensed';
    line-height: calc(15px + 0.390625vw);
    font-size: calc(15px + 0.390625vw);
}

p {
	font-family: 'SourceSansRegular';
    font-size: calc(15px + 0.390625vw);
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding: 0 15px 0 0;

}

.details {
    font-family: 'SourceSansRegular';
    font-size: calc(10px + 0.390625vw);
    line-height: calc(12px + 0.390625vw);
    margin-block-start: 0em;
    color: #9e9d9d;
	
}

.main_container {
    background: black;
}

.page_background {
    display: none;
}

.page_container {
    
}
.page container container_width{
	width: 100%;
}

.content_container {
	padding: 0px;
    margin: 0px;
    width: 100%;
    background: #000;

}

header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.8),transparent 100%);
}

.logo img {
    width: 80px !important; 
    height: auto !important; /* Adjust the height as needed */
}

nav {
    display: flex;
}

nav a {
    font-weight: bold;
    font-family: 'SourceSansRegular';
    font-size: 18px;
    margin-left: 20px; /* Adjust the spacing between links */
}

@media only screen and (max-width: 500px) {
    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #333;
    }

    nav a {
        margin: 0;
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #555;
    }

	}


.footer {
	
}

.footer-flex-container {
	display: flex;
    border-top: 1px solid #817c7c;

    
}

.footer-column {
    width: calc(25%);
    text-align: left;
    padding: 1em 1em 0em 1em;
    margin-bottom: 1em;
    font-size: calc(20px + 0.390625vw);
    line-height: 1.4em;

}

.logo-w-btns img {
	width: 100% !important;
    height: auto !important;
    object-fit: cover;
    margin-bottom: 1.5rem;
    
}

.logo-w-btns {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
	.footer-flex-container {
		flex-wrap: wrap;
}
    
    .footer-column {
		width: calc(50%);
        font-size: 1.5em;
}
    .footer-column:nth-of-type(2) {
       text-align: end;
        
}
    .logo-w-btns {
}

}
     .footer-column:nth-of-type(3){
		display: flex;
         margin: 0 auto;
         justify-content: center;
}
    




a:active {
	opacity: 0.7;
}

.page a.active {
    opacity: 0.4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
    /*position: absolute;*/
    display: block;
    background-color: transparent;
    position: relative;    
}

.bg-container {
	display: flex;
    flex-direction: column;
    position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
  	margin-top: -100px;
}

.faq {
	padding: 10px;
    width: 100%;
    height: 100% !important;
    margin-bottom: 0;
}


article:nth-of-type(1) .mobil_1{
    left: 10%;
    position: absolute;
    top: 20%;
}


.caption-grid {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 20%);
    width: 50%;
    position: absolute;
    bottom: 40%;
   	right: 10%;
    z-index: 1;
  }

.box {
    font-size: 2.5vw;
  }


.b {
    grid-column: 2/4;
    grid-row: 1;
    padding: 0 0 0 2vw;
}

.a {
    grid-column: 1; /* Adjust to 1 to reverse order */
    grid-row: 1;
    
}

.c {
    grid-column: 2/4;
    grid-row: 2;
    padding-left: 2vw;
    display: flex;
    justify-content: space-between;
    
}
.app-logo {
    position:relative;
    object-fit: cover;
    margin-bottom:5px;
}

.app-logo img {
	width: 8vw !important;
    height: 8vw !important;
   
}

article:nth-of-type(2) {
    background: #079049;
    
}

article {
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(48,96,144,1) 70%);
    width: 100vw;
    height: 80vw;
    position: relative;
    
}

.mobil_2 img, .mobil_3 img, .mobil_4 img, .mobil_1 img, .mobil_5 img {
    height: 50vw !important;
    width: auto !important;
}

.mobil_2{
    right: 10%;
    position: absolute;
    top: -20%;
}

.pulse_2, .pulse_4 {
	transform: scale(0.3);
    position: absolute;
    top: 0;
    right: 0;    
}

.pulse_1 {
    transform: scale(0.3);
    position: absolute;
    top: 40%;
    left: -30%;  
	
}

.pulse_3 {
	transform: scale(0.3);
    position: absolute;
    top: 0;
    left: -25%;  
}

.pulse_5 {
	transform: scale(0.3);
    position: absolute;
    top: -15%;
    right: -20%;  
}


 .first_textbox, .second_textbox, .third_textbox, .fourth_textbox, .fifth_textbox {
	position: absolute;
    font-size: 2.5vw;
}

 .first_textbox {
    top: 14%;
    left: 10%;
	
}

.second_textbox {
    bottom: 20%;
    left: 50%;
	
}

#path {
    box-sizing: border-box;
    top: 20%;
    left: 13%;
    width: 25% !important;
    height: 68% !important;
    position: absolute;
    z-index: 1; 
    object-fit: cover;
}

#path img {
	width: 100% !important;
    height: 100% !important
}

article:nth-of-type(3) {
    background: #F2BC54;
}

.mobil_3{
    left: 10%;
    position: absolute;
    top: -60%;
}


.third_textbox{
    top: 40%;
    left: 10%;
}

.fourth_textbox{
    top: 10%;
    right: 10%;
}



.mobil_4{
    right: 10%;
    position: absolute;
    top: 10%;
}

.fifth_textbox{
    bottom: 20%;
    left: 10%;
}


article:nth-of-type(4) {
    background: #F86E47;
}

.mobil_5{
    right: 10%;
    position: absolute;
    top: 30%;
}

.headphones {
	z-index: 1;
    position: absolute;
    left: 7%;
}

.headphones img {
	width: 35vw !important;
    height: auto !important;
}


.awards-article {
    height: calc(60%);
    background: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.quotes-container{
	display: flex;
    background: #202020;

}

.quotes {
    display: flex;
    width: 100% !important;
    box-sizing: border-box;
    justify-content: center;
    font-size: calc(12px + 0.390625vw);
    padding-left: 20px;

}

.inner-quotes-flex-container-img-box  {
    width:calc(8%);
    height: calc(20vw/3);
    margin-right: 2vw;
}


.awards-flex-container, .quotes-flex-container{
	display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
}

.inner-awards-flex-container, .inner-quotes-flex-container {
	display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    
    
}

.inner-awards-flex-container-img-box {
    width:calc(20%);
    height: calc(40vw/3);
    padding-right: 2vw;
}

.inner-awards-flex-container-img-box img, .inner-quotes-flex-container-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
	
}



.inner-awards-flex-container-text-box, .inner-quotes-flex-container-text-box {
    width: calc(100%);
    align-self: center;
    	
}

@media only screen and (max-width: 500px) {
    .bg-container {
		margin-top: 0;        
}
    article {
		height: 100vw !important;
}
    .mobil_2 img, .mobil_3 img, .mobil_4 img, .mobil_1 img, .mobil_5 img {
        height: 70vw !important;
        width: auto !important;
}
    .first_textbox, .second_textbox, .third_textbox, .fourth_textbox, .fifth_textbox {
        position: absolute;
        font-size: 4vw;
        width: 40vw;
}
    .pulse_1, .pulse_2, .pulse_3, .pulse_4, .pulse_5 {
		transform: scale(0.2);
}
    #path {
        top: 20%;
        left: 16%;
        width: 15% !important;
        height:68% !important;
	
}
    .box {
    	font-size: 3.9vw;
  }
    .b {
       white-space: nowrap;

}
    .app-logo {
        display:none;
	
}
    .caption-grid{
        font-size: 4vw;
        width: 40vw;
}
    .download_btns a{
        flex: 0 0 25% !important;
        max-width: 130px;
    	min-width: 80px;
        margin-top: 1rem;
    	margin-right: 1.5rem !important;


        
	
}
    .awards-article {
        height: 80% !important;
   	 	font-size: 10px;
    padding: 4vw;
 
    }
    .awards-flex-container {
        height: auto;
        width: 100vw;

}
      .inner-awards-flex-container-img-box {
         height: auto;

    }
    
    .quotes-container{
        display: block;
        padding: 20px 0px 20px 0px;
}
    .quotes {
        font-size: 12px;
    }
	.inner-quotes-flex-container {
        margin-bottom: 5vw;
    }
    .inner-quotes-flex-container-img-box  {
        width: 12%;
    }

    

}

.hero-image-wrapper-karin {
	aspect-ratio: 16/9;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -100px;
  display: block;
}

.hero-image-wrapper-karin-mobile {
	aspect-ratio: 16/9;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -100px;
  display: none;
}



.hero-image-wrapper {
  aspect-ratio: 16/9;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -100px;
}

.hero-image-wrapper img {
   	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
	
}

.hero-image-wrapper-karin img, .hero-image-wrapper-karin-mobile img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
	
}

.hero-video-wrapper {
    aspect-ratio: 16/9; 
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -60px; 
}

.hero-video-wrapper video {
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
      
}

@media screen and (max-width: 500px) {
    .hero-video-wrapper {
         height: 100vw;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: -60px; 	
	}
}



.video_gradient {
	background: linear-gradient(90deg,rgba(11, 11, 11, 0.6),transparent 55%), linear-gradient(180deg,rgba(0, 0, 0, 0.6),transparent 25%), linear-gradient(40deg,rgba(0, 0, 0, 0.9),transparent 55%);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 26.09%;
    top: 0;
    transition: opacity .5s;
    width:100vw;
    
}
.gradient {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.6),transparent 25%), linear-gradient(180deg,rgba(0, 0, 0, 0.6),transparent 25%), linear-gradient(40deg,rgba(0, 0, 0, 0.9),transparent 55%);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 26.09%;
    top: 0;
    width:100vw;
    
}

#logo img {
	width: 100% !important;
    margin-bottom: 1vw;
}


.title_info {
	top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    max-width: 100%;
    padding: 2rem;
    width: 33%;
    font-size: 25vw;
  	white-space: nowrap;
  	overflow-x: hidden;
  	margin: 0;
}

.promenad-content {
  	padding: 15px;
    padding-top: 0px;
}

.promenad_title {
	margin-bottom: 1.2vw;
    min-height: 13.2vw;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'FormulaCondensed';
    line-height: 0.9;
    text-align: center;
}

.title_caption {
    font-family: 'FormulaCondensed';
    font-size: 2.5vw;
    letter-spacing: 0.02vw;
    color: #f2bc54;
    z-index: 0;
    margin-bottom: 1vw;
    display: inline-flex;
}

.promenad_title img {
    width: 100%;
}

.awards {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    right: 2%;
    bottom: 5%;
}

.awards img {
	height: 5vw !important;
    margin: 0 1.1vw 0 0;
    position: relative;
}

.columns {
	display:flex;
    flex-flow: row wrap;
    padding: 20px 30px 20px 30px; 
}

.columns a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
	
}
.column {
    margin-right: 8px;
    margin-bottom: 2.5px;
    margin-top: 5px;
    background: #202020;
    width: calc(25% - 8px);
    box-sizing:border-box;       
}
.column:last-child {
	background:  #f4f4f4;
    
}

.column:hover {
	border: 1px solid #4f4e4e;
}


.column p {
	display: block;
    line-height: 1.3;
    font-size:1.3rem;
    margin-top: 0px;
    text-align: left;
    padding: 5px 15px 0px 15px;
    font-family: source sans pro, sans-serif;
    margin-bottom: 45px;    
}
.column h3 {
	font-family: 'FormulaCondensed';
   	line-height: calc(20px + 0.390625vw);
    font-size: calc(18px + 0.390625vw);;
    padding: 5px 10px 20px 10px;   
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 20px;
}

.column img {
    position:relative;
    width: 100% !important;
    height:17rem !important;
    object-fit: cover;
    margin-bottom:5px;
}

.las_mer {
    border: 1px solid white;
    padding: 2px 7px 2px 7px;
    margin: 15px !important;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
}

.las_mer:hover {
	background: rgba(255, 255, 255, 0.49);
}

.banner {
    display: flex;
    position: absolute;
    top: 5%;
    left: 0;
    background: rgb(242, 188, 84);
    color: rgb(255, 255, 255);
    text-align: center;
   	font-family: 'FormulaCondensed';
    font-size: calc(20px + 0.390625vw);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 0px 5px 0px 5px;
}

.banner text {
    padding-top: 6px !important;
}

	

@media screen and (max-width: 980px) {
	.column, columns {
        justify-content:center;
    	flex-basis: calc(50% - 8px);
	}
    .column p {
		line-height: calc(19px + 0.390625vw);
    	font-size: calc(17px + 0.390625vw);
        margin-bottom: 45px;
	}
    .promenad-content {
        padding: 25px;
        padding-top: 0px;
	}
     .las_mer {
         font-size: 1.5rem;
	}
}

@media screen and (max-width: 500px) {
    .title_info {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
  	}
    .promenad_title {
    margin: 0 auto;
        	
	}
    .columns {
        padding: 10px;
        justify-content:center;	
	}
	.column {
    	flex-basis: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
	}
    .column p {
		line-height: calc(18px + 0.390625vw);
    	font-size: calc(13px + 0.390625vw);
        margin-bottom: 45px;

	}
    .column img {
	    height:30rem !important;

	}
    .banner {
        font-size: 8vw;	
	}
    .hero-image-wrapper {
    	height: 60vh;
    	margin-top:-60px;
	}
     .hero-image-wrapper-karin {
     	height: 60vh;
    	margin-top:-60px;
        display: none;
     
	}
      .hero-image-wrapper-karin-mobile {
     	height: 60vh;
    	margin-top:-60px;
        display: block;
     
	}
    .las_mer {
        font-size: 2em;
	}
     .title_caption {
            font-size: 6.4vw;
            width: 100vw;
            margin-top: 10vw;
    }
}
    
@media screen and (max-width: 400px) {
	.las_mer {
        font-size: 2.5em;
	}
}

.big-image {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}

.promenad-info {
    display: flex;
    flex-direction: row;
   	margin-top: 30px;
    margin-bottom: 3rem;    

}


.promenad-about {
	width: calc(60%);
    margin-right: 5px;
}

.promenad-details {
	width: calc(40%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    

}

.details-box {
	width: 50%;
    
}

.details-text {
    padding-bottom: 15px;

}

.checklist {
	width: 50%;
}
.checklist img, .map img, .map_mobile img {
   	position: relative;
    width: 100%!important;
    height: auto !important;
    display: block;
    object-fit: cover !important;

}

.map {
	width: 100%;
}

.map_mobile {
	display: none;
    order: 3;
}

.trailer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.trailer iframe {
    aspect-ratio: 16/9;
    width:100% !important;
    object-fit: cover;
}

.logo {
    display: flex;
    flex-direction: column;
    width: 36%;
}

.promenad_logo {
	width: 100%;
    margin-bottom: 1.5vw;

}
.download_btns {
	z-index: 1;
    display: flex;
    width: 100%;
}

.download_btns a {
    box-sizing: border-box;
	flex: 0 0 30%;
    margin-right: 0.5rem;
    padding: 0;
    width: 100%;
    min-width: 80px;
}

.download_btns a img{
   	width: 100% !important;
    height: auto !important;
}



@media screen and (max-width: 1300px) {
	.promenad-info {
        flex-direction: row;
        box-sizing: border-box;
        width: 100%;

	}
	.promenad-about { 
    	width: 50%;
    
        
	}
	.promenad-details {
        width: 50%;
        display: flex;
        flex-direction: column;

	}
    .details-box {
        width: 100%;
        padding-bottom: 15px;
        
	}
    .checklist {
        width: 100%;
        padding-bottom: 30px;
	}
    .map {
		display: block;
	}
    .map_mobile {
		display: none;
	}
}

@media screen and (max-width: 800px) {
    
	.promenad-info {
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
	}
	.promenad-about { 
    width: auto;
    order: 2;
    margin-right: 0;
   
	}
	.promenad-details {
       	flex-direction: row;
        width: 5;
        order: 1;
        flex-wrap: nowrap;
        width: 100%;
	}
    .map {
		display: none;
	}
    .map_mobile {
		display: block;
	}

}


.about {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}


ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote{
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
    display: block; 
    
}
video#fullscreen_embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity:40%;
}

video {
	padding: none;
    
}
.gallery_image_caption {
    margin-bottom: 0.5rem;
    padding: 10px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif, Icons;
	font-style: normal;
	line-height: 1.3;
    font-size: 1.3rem;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	font-family: 'SourceSansRegular', Icons;
	font-style: normal;
	line-height: 1.3;
	font-size: 1.8rem;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.9);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "FormulaCondensed", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 12.1rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: 0.1em;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "DramatenCenturyOldStyle", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.8rem;
	line-height: 1.1;
	    letter-spacing: 0.1em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(35, 25, 25, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "DM Sans", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
    letter-spacing: 0.1em;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

.div {
	display: block;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

.content {
    padding: 0 !important;

}

.content_width {
	width: 100%;
}

.container {
    height: auto;    
}

.container_width {
    width: 100% !important;
	
}



[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}


.content_padding {
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 90%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1.25rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -2.5rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.3rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Social Condensed Variable", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.1em;
	font-variation-settings: 'wdth' 75, 'slnt' 0;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Social Condensed Variable", Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: 0.1em;
	font-variation-settings: 'wdth' 75, 'slnt' 0;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}
/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: white;
    line-height: 1;
    font-size: 36px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2.5rem /*!site_menu_button*/;
	right: 2.5rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: 'SourceSansRegular', sans-serif, Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}



/*
 * Shop Product Widget
 */


/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Image Drop Shadow
 */

.no-shadow img {
    box-shadow: none !important;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 100%;
    height: 3.3rem;
    outline: 1px solid rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.05);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

[data-css-preset] .content_padding {
	padding-top: 0.1rem /*!main_margin*/;
	padding-bottom: 0.1rem /*!main_margin*/;
	padding-left: 0.1rem /*!main_margin*/;
	padding-right: 0.1rem /*!main_margin*/;
}
    