	/**
 * Content
 */
/* Thin weight; Italic style */
@font-face {
    font-family: 'Alpina';
    font-weight: Thin;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1748932/GT-Alpina-Fine-Standard-Thin-Italic-Trial.otf') format('otf');
}
/* Light weight; Italic style */
@font-face {
    font-family: 'Alpina';
    font-weight: light;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1748932/GT-Alpina-Fine-Standard-Light-Italic-Trial.otf') format('otf');
}
/* Normal weight; Normal style */
@font-face {
    font-family: 'Alpina';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1748932/GT-Alpina-Fine-Standard-Regular-Trial.otf') format('otf');
}


/* styles.css */

.iframe-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Max width for the iframe container */
    margin: auto; /* Center the container */
    overflow: hidden; /* Hide overflow */
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vibrate-button {
    padding: 0px;
    font-size: 18px;
    font-family: "Monument Grotesk Variable", Icons;
    font-weight:700;
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    border-radius: 0px;
    position: relative;
    transition: transform 0.1s;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.vibrate-color-button {
    padding: 0px;
    font-size: 18px;
    font-family: "Monument Grotesk Variable", Icons;
    font-weight:700;
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    position: relative;
    transition: all 0.1s;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    animation: vibrate 0.1s infinite;
}


@keyframes vibrate {
    0% { transform: translate(0, 0); }
    10% { transform: translate(-2px, 2px); }
    20% { transform: translate(2px, -2px); }
    30% { transform: translate(-2px, -2px); }
    40% { transform: translate(2px, 2px); }
    50% { transform: translate(2px, -2px); }
    60% { transform: translate(-2px, 2px); }
    70% { transform: translate(2px, 2px); }
    80% { transform: translate(-2px, -2px); }
    90% { transform: translate(2px, 2px); }
    100% { transform: translate(0, 0); }
}


.vibrate-button:hover {
    animation: vibrate 0.1s infinite;
}

/* TIKTOK effect */
.ticktok-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.effect-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: max-content;
}

.effect-text, .effect-image {
    display: block;
    position: relative;
    transition: transform 0.1s, color 0.1s;
}

.effect-container::before,
.effect-container::after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    color: inherit;
}

.effect-container::before {
    filter: blur(2px) contrast(1.5) brightness(1.5) sepia(1) saturate(5) hue-rotate(-50deg);
    mix-blend-mode: screen;
}

.effect-container::after {
    filter: blur(2px) contrast(1.5) brightness(1.5) sepia(1) saturate(5) hue-rotate(50deg);
    mix-blend-mode: screen;
}

@keyframes vibrate {
    0% { transform: translate(0, 0); }
    10% { transform: translate(-1px, 1px); }
    20% { transform: translate(1px, -1px); }
    30% { transform: translate(-1px, -1px); }
    40% { transform: translate(1px, 1px); }
    50% { transform: translate(1px, -1px); }
    60% { transform: translate(-1px, 1px); }
    70% { transform: translate(1px, 1px); }
    80% { transform: translate(-1px, -1px); }
    90% { transform: translate(1px, 1px); }
    100% { transform: translate(0, 0); }
}

@keyframes colorChange {
    0% { color: #aeaeae; }
    25% { color: #4e4e4e; }
    50% { color: #a9a9a9; }
    75% { color: #313131; }
    100% { color: #a7a7a7; }
}

.effect-container:hover .effect-text,
.effect-container:hover .effect-image {
    animation: vibrate 0.1s infinite, colorChange 0.4s infinite;
}

.effect-container:hover::before {
    transform: translateX(-10px);
}

.effect-container:hover::after {
    transform: translateX(10px);
}

/* Centering container */
.center-container {
    display: flex;
    align-items: center;     /* Centers vertically */
    height: 100vh;           /* Full viewport height */
}

.horizontal-container {
    display: flex;
	justify-content: center;
    width: 100%;      
}


.head-responsible {
    font-size: 18px;
}

.main-caption-responsible{
	width: 64%;
   font-size: 24px;
   
}

.imagecaption-responsible{
	
    width: 24%;
    font-size: 20px ;
    line-height: 1.4 ;
}

@media (max-width: 1080px) {
    .head-responsible {
        font-size: 14px;
        line-height: 0px;
    }
       	.main-caption-responsible{ 
		width: 80%;
    	font-size: 20px;
}
    
    .gallery_card{
	margin-bottom: 46px !important;
}
    .gallery_image_caption {  
	position: absolute;
    display: block!important;
    text-align: left !important;
    font-size: 12px !important;
   margin-top: 20px !important;
    margin-left: 0% !important;
    width: 24% !important;
   
	font-weight: 700;
	color: rgba(0, 0, 0, 1) !important;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 13px !important;
	letter-spacing: 0.01em;
   opacity: 1 !important;
   text-transform: capitalize;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
   transition: opacity 0.3s ease;
}
    
    [data-predefined-style="true"] h3Top{
	font-size: 40px !important;
}
    [data-predefined-style="true"] h3Name{
	font-size: 32px !important;
}
    [data-predefined-style="true"] h3Contact{
	font-size: 12px !important;
        width: 20% !important;
}
    [data-predefined-style="true"] h4hidden{
	color: white;
    
}
}

/* Media query for tablets (width less than 768px) */
@media (max-width: 768px) {
    .head-responsible {
        font-size: 10px;
        line-height: 0px;
    }
   	.main-caption-responsible{ 
		width: 100%;
    	font-size: 14px;
}
    
    .gallery_image_caption {  
	position: absolute;
    display: block!important;
    text-align: left !important;
	margin-top: 8px !important;
    margin-left: 0% !important;
    font-size: 10px !important;
	font-weight: 700;
	color: rgba(0, 0, 0, 1) !important;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 12px!important;
	letter-spacing: 0.01em;
   opacity: 1 !important;
   text-transform: capitalize;
   width: 40% !important;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
   transition: opacity 0.3s ease;
}
    .gallery_card{
	margin-bottom: 28px !important;
    }
    [data-predefined-style="true"] h3Top{
	font-size: 18px !important;
}
    [data-predefined-style="true"] h3Name{
	font-size: 16px !important;
}
    [data-predefined-style="true"] h3Contact{
	font-size: 9px !important;
        width: 20% !important;
        line-height: 12px!important;
        bottom: 2% !important;
}
        .vibrate-button:hover {
    animation: none !important;
}
}


@media (max-width: 480px) {
    .head-responsible {
        font-size: 9px;
        line-height: 0px;
    }
    .gallery_card{
	margin-bottom: 14px !important;
    }
     .gallery_image_caption{
        width: 44% !important;
	
}
        [data-predefined-style="true"] h3Top{
	font-size: 16px !important;
            width: 24% !important;
}
    .vibrate-button:hover {
    animation: none !important;
}
}


body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(0, 0, 0, 0.85);
}

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 {
	border: 2rem;
	padding: 0rem;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

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

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

.content img {
	float:none;
	margin-bottom: 2rem ;

    width: 72%;
    vertical-align:top;
    box-shadow: 0rem 0rem 3px rgba(0, 0, 0, 0.44); 
    transition: all 0.3s ease;
}

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

/* Add padding to slideshows to match box shadow */
[image-gallery="slideshow"] .gallery_card img {
    margin: 10px !important;
}


.gallery_image_caption {
    position: absolute;
    display: block;
    text-align: center;
	margin-top:-12%;
    margin-left: 1.5%;
    width: 16%;
    font-size: 20px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.01em;
   opacity: 0;
   text-transform: capitalize;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
   transition: opacity 0.3s ease;
}

.gallery_card:hover .gallery_image_caption{
	opacity: 1;
}

.gallery_card:hover img{
	filter: brightness(0.5);
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	font-family: Cormorant, Icons;
	font-style: normal;
	line-height: 1;
   
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
	padding-bottom: 0rem;
	border-bottom: px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
   transition: opacity 0.3s ease;
}

[data-predefined-style="true"] bodycopy a:hover {
    /*animation: vibrate 0.1s infinite;*/

}

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: Cormorant, Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 10.1vmin;
	line-height: 1.1;
	color: #000;
	}

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

[data-predefined-style="true"] h2 {
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.3;
	    letter-spacing: 0.01em;
    display: inline-block;
}

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

[data-predefined-style="true"] h3TOP {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 48px;
	line-height: 1.1;
	color: #000;
   position: fixed;
    width: 24%;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[data-predefined-style="true"] h3Name {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 300;
	margin: 0;
    padding-bottom: 200px;
	font-size: 40px;
	line-height: 1.1;
	color: #000;
   position: fixed;
    width: 20%;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[data-predefined-style="true"] h3Contact {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 300;
	padding-top:0px;
	margin: 0;
  bottom: 40px;
	font-size: 20px;
	line-height: 1.1;
	color: #000;
   position: fixed;
    width: 24%;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[data-predefined-style="true"] h3Caption {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 300;
    padding: 0;
	margin: 0px;
	font-size: 1.5rem;
	line-height: 0;
	color: #000;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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


[data-predefined-style="true"] small {
	display: block;
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
   letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
    color: #000;
    background: rgba(255, 255, 255, 0);
    border-radius: 5rem;
    padding: 0 1.2rem 0.1rem 1.2rem;
    transition: color 0.1s;
}

[data-predefined-style="true"] h3_main_caption {
	display: flex;
  	;
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 388;
	color: #fff;
    width: 100%;
    justify-content: center;
   letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h3_main_caption a {
    color: #000;
    background: rgba(255, 255, 255, 0);
}

[data-predefined-style="true"] h3Sorting {
	display: flex;
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 390;
	color: #000;
    width: 100%;
   letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h3_main_caption a {
    color: #000;
    background: rgba(255, 255, 255, 0);
}

[data-predefined-style="true"] h3projects {
	display: block;
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(0, 0, 0);
   letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h3projects a {
    color: #000;
    background: rgba(255, 255, 255, 0);
    border-radius: 5rem;
    padding: 0 1.2rem 0.1rem 1.2rem;
    transition: color 0.1s;
}

[data-predefined-style="true"] h4hidden {
	font-size: 1.2rem;
    line-height: 1;
}

[data-predefined-style="true"] h4hidden a {
    color: #000;
    background: rgba(255, 255, 255, 0);
}

[data-predefined-style="true"] h5bottom {
	font-size: 1.2rem;
    line-height: 1;
    bottom: 40px;
    color: lightgrey;
	font-family: "Monument Grotesk Variable", Icons /*!null*/;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-family: "Monument Grotesk Variable", Icons /*!null*/;
}

[data-predefined-style="true"] h5bottom a {
    color: #000;
    background: rgba(255, 255, 255, 0);
}
/**
 * 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: 4%;
	background-color: rgba(255, 255, 255, 0) /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: rgba(255, 255, 255, 1)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

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

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

[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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	line-height: 1.4;
}

.thumbnails .tags {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.4;
}

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

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	font-size: 40px /*!site_menu_button*/;
	padding: 20px 0px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
   transition: transform 0.5s ease; /* Add transition for smooth rotation */
   
}
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;
}

[data-css-preset] #site_menu_button:hover {
    transform: rotate(90deg); /* Rotate 90 degrees on hover */
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(110, 110, 110, 0.9);
	font-size: 20px;
	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 Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
    text-transform: uppercase;
}

#shop_button.text {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

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

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-size: 2rem;
    display: inline-block;
	width: 100%;
 	border: 0px solid rgba(0, 0, 0, 0.25);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.4;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 10rem;
    padding: 0 2rem 0.1rem 1.2rem;
    text-transform: uppercase;
}

.shop_product .button {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 2rem;
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.4;
padding: 0 1.2rem 0.1rem 1.2rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    background: black;
    border-radius: 10rem;
}

/**
 * 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: "TeX Gyre Heros Condensed", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * 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: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * 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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

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

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

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", 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.15);
}

.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.03);
}

.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;
}

/**
 * Make a Text Cycle Customization
 * See more at: https://support.cargo.site/Make-a-Text-Cycle
 **/

.cycle_content {
    opacity: 0;
    white-space: nowrap;
    display: blockt;
    pointer-events: none;
    color: #fff;
    transition: transform 0.1s;
   
}

.cycle_container {
  position:absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 1rem;
  line-height: 1 !important;
    }

