/**
 * Content
 */


body {
	background-color: #fff;
	color: #9a4949;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #ff4a00;
}

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: 0;
	padding: 0;
    
}

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

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

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

.content img {
	float: none;
	margin-bottom: 0em;

}


.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.3;
}

/**
 * Loading Animation
 */

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

/**
 * Cursor
 */

html {
    cursor: url("https://files.cargocollective.com/c773388/Oval.svg"), auto !important;
}

a {
    cursor: url("https://files.cargocollective.com/c773388/Arrow-b.svg"), auto !important;
}


a:hover {
    cursor: url("https://files.cargocollective.com/c773388/Arrow-b.svg"), auto !important;
}


/**
 * Hover image
 */

.hover-title {
    display: table;
    pointer-events: inherit;

}

.hover-image {
    visibility: hidden;
}


.hover-image {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 117vw;
    height: 100vh;
}



.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin-bottom: 0;
    transform: scale(0.75);
}


/* Base styles for smooth transitions */
body:not(.mobile) .hover-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Make the hovered image visible with smooth fade-in */
body:not(.mobile) .hover-title:hover + .hover-image {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    z-index: 1; /* Behind the hovered title but above other titles */
}

/* Keep the hovered title in front of its image */
body:not(.mobile) .hover-title:hover {
    z-index: 2; /* In front of the image */
    position: relative; /* Needed for z-index to work */
}

/* Push other titles behind the image with smooth transition */
body:not(.mobile) .hover-title {
    z-index: 0; /* Behind the image when not hovered */
    position: relative; /* Needed for z-index to work */
    transition: z-index 0.1s ease-in-out;
}


/**
 * Webfonts
 */

/* Bold weight; Normal style */
@font-face {
    font-family: 'Norse-Bold';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c757084/Norse-Bold.woff') format('woff');
}
/* Demibold weight; Normal style */
@font-face {
    font-family: 'Norse-Demibold';
    font-weight: 300;
    font-style: normal;
    src: url('https://files.cargocollective.com/c757084/Norse-DemiBold.woff') format('woff');
}
/* Thin weight; Normal style */
@font-face {
    font-family: 'Norse-Thin';
    font-weight: 100;
    font-style: normal;
    src: url('https://files.cargocollective.com/c757084/Norse-Thin.woff') format('woff');
}
/* Regular weight; Normal style */
@font-face {
    font-family: 'Norse-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c757084/Norse-Regular.woff') format('woff');
}
/* Light weight; Normal style */
@font-face {
    font-family: 'Norse-Light';
    font-weight: 200;
    font-style: normal;
    src: url('https://files.cargocollective.com/c757084/Norse-Light.woff') format('woff');
}


/**
 * Editor styles
 */



[data-predefined-style="true"] h3 {
	font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 3rem;
	line-height: 1.3;
	}


[data-predefined-style="true"] bodycopy {
	font-size: rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	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 {
    color: #000;
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color:  rgba(0, 255, 150, 1);
	font-style: normal;
}

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: "Norse-Demibold", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.7rem;
	line-height: 0.9;
	color: rgb(0, 0, 0);
	    
}

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

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

[data-predefined-style="true"] h2 {
	font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.5rem;
	line-height: 1.3;
	}

[data-predefined-style="true"] h2 a {
	font-family: "Norse-Regular";
    color: rgba(0, 0, 0, 1);
    font-style: normal;
    font-size: 1.rem;

}

[data-predefined-style="true"] h2 a:hover {
	font-size: 1.5rem;
    font-family: "Norse-Regular";
    color: rgba(0, 0, 0, 1);
    font-style: normal;
    text-decoration-color:  rgba(0, 255, 150, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.1;
	font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

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

[data-predefined-style="true"] smaller {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.4;
	font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(99, 99, 99, 1);
}


[data-predefined-style="true"] h2selected {
	font-family: "Norse-Demibold", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.5rem;
	line-height: 1.1;
    text-decoration: underline;
    text-decoration-color:  rgba(0, 255, 150, 1); ;
	}

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

[data-predefined-style="true"] logo {
	font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.8rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] logobold {
	font-family: "Norse-Bold", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 2rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] logobold a {
	color: rgba(0, 0, 0, 1);


 
}


/**
 * 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*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

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

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

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


[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: 60%/*!thumbnails_width*/;
}

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!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: .8rem;
    margin-bottom: .2rem;
    font-size: 1.2rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.3;
}

.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: rgba(255, 255, 255, 1);
	line-height: 1;
	font-size: 18px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(117, 143, 102, 0);
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

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

#site_menu_button.custom_icon {
    width: 56px;
	height: auto;
    margin: -1px;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
    font-family: "Norse-Regular", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    
    /* Beautiful gradient background */
      background: linear-gradient(138deg, 
        rgba(255, 255, 255, 0.54) 0%,
        rgba(255, 255, 255, 0.58) 25%,
        rgba(255, 255, 255, 0.57) 50%,
        rgba(255, 255, 255, 0.47) 75%,
        rgba(255, 255, 255, 0.32) 100%
    );
    
    /* Enhanced backdrop and border */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04),
       inset 0 1px 0 rgba(255, 255, 255, 0.6);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    padding: 20px 30px 90px 30px;
    max-width: 400px;
    min-width: 300px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    line-height: 1.4;
    border-radius: 16px;
    
    /* Enhanced smooth transitions */
    transition: 
        opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s ease-out,
        backdrop-filter 0.3s ease-out;
    
    /* Initial state positioning */
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
}

/* Dark theme gradient variation */
[data-theme="dark"] #site_menu {
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.95) 0%,
        rgba(30, 41, 59, 0.98) 25%,
        rgba(51, 65, 85, 0.95) 50%,
        rgba(30, 41, 59, 0.98) 75%,
        rgba(15, 23, 42, 0.95) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.4),
        0 10px 10px -5px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Enhanced hidden state with softer animation */
#site_menu.hidden {
    opacity: 0;
    transform: translateX(-120%) translateY(-10px) scale(0.95);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    box-shadow: none;
}

/* Enhanced showing state */
#site_menu.showing {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    animation: slideInSoft 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Soft slide-in animation */
@keyframes slideInSoft {
    0% {
        opacity: 0;
        transform: translateX(-120%) translateY(-10px) scale(0.95);
        backdrop-filter: blur(0px);
    }
    50% {
        opacity: 0.7;
        transform: translateX(-20%) translateY(-5px) scale(0.98);
        backdrop-filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
        backdrop-filter: blur(20px);
    }
}

/* Mobile responsive */
body.mobile #site_menu {
    width: 100%;
    border-radius: 0 0px 200px 40px;
    height: 420px;
   
    
}

/* Enhanced link styles with gradient hover effects */
#site_menu .page-link a {
    color: rgba(0, 0, 0, 0.87);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 4px 8px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

#site_menu .page-link a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 255, 150, 1), 
        transparent
    );
    transition: left 0.5s ease;
}

#site_menu .page-link a:hover::before {
    left: 100%;
}

#site_menu .page-link a:hover {
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    transform: translateX(4px);
}

/* Dark theme link colors */
[data-theme="dark"] #site_menu .page-link a {
    color: rgba(248, 250, 252, 0.9);
}

[data-theme="dark"] #site_menu .page-link a:hover {
    color: rgba(96, 165, 250, 1);
    background: rgba(96, 165, 250, 0.1);
}

#site_menu .set-link > a {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 2px 6px;
    border-radius: 4px;
}

#site_menu .set-link > a:hover {
    color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.03);
    transform: translateX(2px);
}

[data-theme="dark"] #site_menu .set-link > a {
    color: rgba(203, 213, 225, 0.7);
}

[data-theme="dark"] #site_menu .set-link > a:hover {
    color: rgba(203, 213, 225, 0.9);
    background: rgba(255, 255, 255, 0.05);
}

/* Enhanced active states */
#site_menu a:active {
    opacity: 0.6;
    transform: scale(0.98);
    transition: all 0.1s ease;
}

#site_menu a.active {
    opacity: 1;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.85),
        rgba(255, 255, 255, 0.63)
    );
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color:#00FF96 ;
}

[data-theme="dark"] #site_menu a.active {
    background: linear-gradient(135deg, 
        rgba(96, 165, 250, 0.15),
        rgba(59, 130, 246, 0.15)
    );
    color: rgba(96, 165, 250, 1);
}

/* Enhanced close button */
#site_menu .close {
    display: none;
    color: rgba(0, 0, 0, 1);
    line-height: 0.85em;
    font-size: 45px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

#site_menu .close:hover {
    color: rgba(0, 0, 0, 1);
    transform: rotate(90deg);
}

body.mobile #site_menu .close {
    display: inline-block;
    padding: 12px;
    border-radius: 100px;
    font-size: 43px;
    line-height: 0.5em;
    margin-right: 6px;
    margin-top: 17px;
    background: linear-gradient(135deg, 
        rgba(0, 255, 150, 1),
        rgba(0, 255, 150, 1)
    );
    border: 4.5px solid rgba(0, 0, 0, 1);
}

body.mobile #site_menu .close:hover {
    background: linear-gradient(135deg, 
        rgba(0, 255, 150, 1),
        rgba(0, 255, 150, 1)
    );
    transform: rotate(90deg) scale(1.05);
}

[data-theme="dark"] body.mobile #site_menu .close {
    background: linear-gradient(135deg, 
        rgba(255, 96, 96, 0.9),
        rgba(102, 20, 147, 0.9)
    );
    color: rgba(248, 250, 252, 0.9);
}

[data-theme="dark"] body.mobile #site_menu .close:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 1),
        rgba(0, 255, 150, 1)
    );
    color: rgba(0, 255, 150, 1);
}

/* Existing utility classes enhanced */
#site_menu .break {
    height: 1px;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
    );
    margin: 8px 0;
}

[data-theme="dark"] #site_menu .break {
    background: linear-gradient(90deg, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}

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

#site_menu .indent::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
}

[data-theme="dark"] #site_menu .indent::before {
    background: rgba(255, 255, 255, 0.2);
}

/* Smooth focus states for accessibility */
#site_menu a:focus-visible {
    outline: 2px solid rgba(59, 130, 246, 0.6);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    #site_menu,
    #site_menu.hidden,
    #site_menu.showing,
    #site_menu a,
    #site_menu .close {
        transition: opacity 0.8s ease;
        animation: none;
    }
    
    #site_menu a:hover,
    #site_menu .close:hover {
        transform: none;
    }
}




















/*
 * 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*/;
}

#shop_button.text {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}

#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 Roman", Icons;
	font-size: 2.4rem;
	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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * 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: transparent /*!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: 200px;
    width: 200px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #00ff96;
    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.9;
}

.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: #00ff96;
    stroke-width: 1.5px;
}

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

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    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: 100px;
   height: 100px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
    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;
}


.rotate {
    display: inline-block;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    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.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;
}

.NSW-Electoral-Commission {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.Cover.png {
    display: none;
}


[data-predefined-style="true"] h1.nav-title {
    margin-bottom: 10px;
}

[data-predefined-style="true"] h2.nav-title-active {
    margin-bottom: 10px;
}

.admin-wrapper .bg-blue {
    background: #000;
}
