/*** CUSTOM CODE START ***/

/* DESKTOP MODE */

/* SHOW IMAGE ON HOVER */

.img_wrapper{
	position: relative;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.hover_img{
	position: absolute;
    top: -5px;
    left: 35%;
    z-index: -100;
    display: none;
    
    width: 100%;
    height: auto;
    background-color: transparent;
    
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 50%;
}

.img_wrapper:hover > .hover_img{
	display: block;
}

.hover_img_last{
	position: absolute;
    bottom: -15px;
    left: 35%;
    z-index: -100;
    display: none;
    
    width: 100%;
    height: auto;
    background-color: transparent;
    
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 50%;
}

.img_wrapper:hover > .hover_img_last{
	display: block;
}

/* END - SHOW IMAGE ON HOVER */


.frame{
	padding: 1rem;
}

.navbar{
	background-color: transparent;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*
.custom-list{
    display: list-item;
  	margin-left: 1.3em;
    list-style-type: "/"
}
*/

.navbar_sm a {
	font-family: 'Jost', sans-serif !important;;
    font-size: 1.2rem !important;
    color: #4c4f29 !important;
}

.navbar small a{
	color: #4c4f29 !important;
}

.ignazio{
	padding-top: 80%;
    padding-left: 25%;
    border-style: none !important;
    font-family: 'Jost', sans-serif !important;
	font-weight: 400;
    font-size: 1.2rem;
}

.title-name{
	color: #fff000;
    -webkit-text-fill-color: #fff000;
    text-decoration: none;
}

.title-name:hover{
	color: #ec1b23;
    -webkit-text-fill-color: #ec1b23;
    text-decoration: none;
}

h1 span{
	padding: 5px;
    margin: -5px;
}

.navbar-name a{
	color: #ec1b23;
    -webkit-text-fill-color: #ec1b23;
    text-decoration: none;
    
    font-weight: 700;
    padding: 5px;
    margin: -5px;
}

.navbar-name a:hover{
	color:#fff000;
    -webkit-text-fill-color: #fff000;
    text-decoration: none;
    
    font-weight: 700;
    padding: 5px;
    margin: -5px;
}


.pswp__bg {
    background-color: rgba(254, 252, 246, .95) !important;
}

.pswp_bg image-zoom-background {
    background-color: rgba(254, 252, 246, .95) !important;
}

.table-text{
	color: #4c4f29 !important;
}

.table-text a {
	color: #4c4f29 !important;
}

.table-text hr{
	background-color: #4c4f29 !important;
}

.moon_quote{
	margin: 0;
	padding: 20px 20px 50px 20px;
    text-align: left;
    font-size: 16px;
}

.moon_p{
	line-height: 20px;
    margin-bottom: 15px;
}

body > div.main_container > div.pinned.pinned_top > div > div.page.container.container_width.clearfix.pointer-events-auto.allow-scroll > bodycopy > div > b > h1 > a:hover{
	color: #fff000 !important;
}

h1{
	font-family:'Jost', sans-serif !important;
}

hr{
	background-color: rgba(254, 252, 246, 1) !important;
}

li:first-child {
  margin: 0;
}

li{
  margin: 15px 0;
  width: 100%;
    
}
*, *:after, *:before {
	box-sizing: border-box;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

:root {
	font-size: 16px;
}

*:focus {
	outline: none;
}

#accordian-container {
	width: 100%;
    height: 100vh;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem; /* default is 2rem */
	margin-bottom: 5rem;
}

details div {
	border-left: 1.75px solid #4c4f29;
	border-right: 1.75px solid #4c4f29;
	border-bottom: 1.75px solid #4c4f29;
	padding: 1.5em;
    font-size: 16px;
    background-color: rgba(254, 252, 246, .87);
    font-family: 'Marcellus', serif !important;
    z-index: 0;
}

details div > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
}

summary {
	list-style: none;
    font-size: 18px;
    color: #4c4f29 !important;
    background-color: rgba(254, 252, 246, .87) !important;
    font-family: 'Jost', sans-serif !important;
    
   	border: 1.75px solid #4c4f29;
	padding: .55em 1em; /* default is .75em 1em */
	cursor: pointer;
	position: relative;
	padding-left: calc(.25rem + .55rem + .55rem);
    
}

summary a{
	color: #4c4f29 !important;
}

summary::-webkit-details-marker {
	display: none;
}

/*
summary {
	border: 1.75px solid #000;
	padding: .75em 1em;
	cursor: pointer;
	position: relative;
	padding-left: calc(.75rem + .75rem + .75rem);
}
*/

summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .75rem; /* default is left: .75rem*/
	content: "+";
	width: 1.75rem;
	height: 1rem;
	color: #4c4f29 !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
    
    font-family: 'Jost', sans-serif !important;
    font-size: 18px;
}

details[open] summary {
	background-color: rgba(254, 252, 246, .87) !important;
}

details[open] summary:before {
	content: "-";
}

summary:hover {
	background-color: rgba(123, 133, 112, 0.87);
}

#buffer-zone{
	display: block;
    width: 100%;
    height: 100px;
}

#accordian-container > details:nth-child(5) > summary:before{
	content: " ";
}


/*** SMALLER SCREENS ***/
@media screen and (max-width: 1500px){
	h1{
		font-size: 2.7vw !important;
        white-space: nowrap;
	}
    
    summary {
        list-style: none;
        font-size: 1vw !important;
        color: #4c4f29;
        background-color: rgba(48, 51, 5, 0.87);

        border: 1.25px solid #4c4f29;
        padding: .25em 1em; /* default is .75em 1em */
        cursor: pointer;
        position: relative;
        padding-left: calc(.25rem + .25rem + .25rem);
        
        width: 100%;
    }
    
    summary:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: .75rem; /* default is left: .75rem*/
        content: "+";
        width: .75rem;
        height: .75rem;
        color: rgba(254, 252, 246, 1);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;

        font-family: 'Jost', sans-serif !important;
        font-size: 1vw !important;
    }
    
    small {
		font-size: 10px !important;
	}
    
    [data-css-preset] .page {
   		background-color: initial /*!page_bgcolor*/;
    }

    .mobile .page,
    [data-css-preset].mobile .page {
        position: relative;
        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: transparent /*!body_bgcolor*/;
    }

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

    [data-css-preset] .content_padding {
        padding-top: 1.5rem /*!main_margin*/;
        padding-bottom: 1.5rem /*!main_margin*/;
        padding-left: 1.5rem /*!main_margin*/;
        padding-right: 1.5rem /*!main_margin*/;
    }
	
    [data-backdrop="video"].backdrop .video_wrapper_inner{
		left: -2000px !important;
        transform: scale(1.2);
	}
}


/*** MOBILE SCREENS ***/
@media screen and (max-width: 768px){
    h1 span{
		font-size: 5vw !important;
        display: inline !important;
	}
        
    h1 span:after {
		content: "" !important;
  		display: block !important;
	}
    
    p{
		font-size: 2rem !important;
	}
    
   	blockquote {
        margin: 0;
        padding: 0 25px 0 15px !important;
        text-align: left;
        font-size: 2rem !important;
        font-family: 'Marcellus', serif !important;
        font-weight: 300;
	}
    
    .moon_quote{
        margin: 0;
        padding: 20px 15px 50px 15px !important;
        text-align: left;
        font-size: 2rem;
	}

	.moon_p{
        line-height: 20px;
        margin-bottom: 15px;
	}

    [data-predefined-style="true"] bodycopy {
        font-size: 2rem !important;
        color: rgba(254, 252, 246, 1) !important;
        font-family: 'Marcellus', serif !important;
        line-height: 1.5;
        font-style: normal;
        font-weight: 400;
	}
    
    [data-backdrop="video"].backdrop .video_wrapper_inner{
		left: -2400px !important;
        transform: scale(1.1);
	}
    
    .kbj-name{
	  	padding: 0 0 0 5% !important;
    	font-family: 'Jost', sans-serif !important;
		font-weight: 400;
    	font-size: 1.2rem !important;
	}
    
    .ignazio{
    	padding: 50% 0 30% 40% !important;
    	font-family: 'Jost', sans-serif !important;
		font-weight: 400;
    	font-size: 1.2rem !important;
	}
    
    #site_menu {
        font-family:  'Jost', sans-serif !important;
        background: rgba(254, 252, 246, 0.98);
        font-size: 2.3rem !important;
        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: #4c4f29;
        text-wrap: wrap;
        font-size: 2.3rem !important;
        font-family: 'Jost', sans-serif !important;;

        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }

    #site-menu .page-link {
        line-height: 5rem;
    }

    #site_menu .set-link > a {
        color: #4c4f29;
        font-weight: bold;
        pointer-events: none;

        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }

    #site_menu > div:nth-child(2){
        font-family:  'Jost', sans-serif !important;
    	font-weight: 700;
        font-size: 2.3rem !important;
	}
}



/*** CUSTOM CODE END ***/


#toolset {
	display: none;
}

body{
	/*background: rgba(254, 252, 246, 1);*/
	background: linear-gradient(180deg, rgba(31,38,25,1) 0%, rgba(3,11,0,1) 100%);
	/*background-size: 400% 400%;
	animation: gradient 45s ease infinite;*/
	color: #000;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

a{
	text-decoration: underline;
}

a:active {
	opacity: 0.7;
}

a:hover{
	text-decoration: underline;
    color: #EC1B23;
}

.page a.active {
	color: #EC1B23 !important;
}

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 {
	margin: 0;
	padding: 0 0 0 15px;
    list-style-type: "\0027AD \00A0";
    font-size: 1.3rem;
    color: #4c4f29 !important;
    
}
ol {
	margin: 0;
	padding: 0 0 0 15px;
}

blockquote {
	margin: 0;
	padding: 0 80px 0 50px;
    text-align: left;
    font-size: 1.3rem;
    font-family: 'Marcellus', serif !important;
    font-weight: 300;
}

hr {
	background: rgba(0, 0, 0, 0.6);
	border: 0;
	height: 2px;
	display: block;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.content img {
	float: none;
    margin-bottom: 0;
    vertical-align: bottom;  
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	color: rgba(254, 252, 246, 1) !important;
	font-family: 'Marcellus', serif !important;
	line-height: 1.5;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(254, 252, 246, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: #EC1B23;
}

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: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1;
	color: rgba(254, 252, 246, 1);
}

[data-predefined-style="true"] h1 a {
	color: #fff000; 
}

[data-predefined-style="true"] h2 {
	font-family: 'Jost', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(254, 252, 246, 1);
	font-size: 2.2rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(254, 252, 246, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: 'Marcellus', serif !important;
	font-style: normal;
	font-weight: 400;
	color: rgba(254, 252, 246, 1);
    /*color: #4c4f29 !important;*/
}

[data-predefined-style="true"] small a {
	color: rgba(254, 252, 246, 1);
    /*color: #4c4f29 !important;*/
	border-bottom-width: 0em;
}

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

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
    padding-top: 30px;
	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: transparent /*!body_bgcolor*/;
}

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

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


/**
 * Thumbnails
 */

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

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

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!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: 1.0rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(254, 252, 246, 1);
    line-height: 1;
    font-size: 30px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0.08);
    position: fixed;
	right: 2rem /*!site_menu_button*/;
	top: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -10px;
    font-size: 32px;
}

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

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: 'Marcellus', serif;
	background: rgba(254, 252, 246, 0.98);
	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: #4c4f29;
    text-wrap: wrap;
    font-size: 2rem;
    
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

#site-menu .page-link {
	line-height: 5rem;
}

#site_menu .set-link > a {
	color: #4c4f29;
	font-weight: bold;
    pointer-events: none;

    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

#site_menu > div:nth-child(2){
    font-weight: 700;
}

#site_menu a:active {
	opacity: 1;
    color: #EC1B23 !important;
}

#site_menu a.active {
	opacity: 1;
    color: #EC1B23 !important;
}

#site_menu a:hover {
	opacity: 1;
    color: #EC1B23 !important;
    text-decoration: underline !important;
}

#site_menu .close {
	display: none;
	color: #4c4f29;
	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: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding: .7rem 2.5rem 0.6rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem 0.8rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * 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, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, 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.6rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

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

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

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

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

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

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


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



/*
 * 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.4rem;
    line-height: 1.3;
	font-family: Diatype, 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: 0.9rem;
    fill: rgba(0, 0, 0, 0.5);
}

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

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


