/**
 * Content
 */

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

body {
	background-color: #fff;
	color: #000;
    font-size: 62.5%;
}


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

#sync-category {
	padding-bottom: 100px;
    padding-top: 50px;
    border-top: 1px solid rgba(171,168,165,.25);
}

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

li {
    list-style-type: circle;
}

li span {
	position: relative;
    left: 10px;
}

#navigation {
    height: 80px;
    line-height: 80px;
	text-align: right;
}

[data-id="9364878"] .content img {
	outline: none;
}

[data-id="8446912"] .content img {
	outline: none;
}

.logo-container {
    padding-top: 6px;
    display: flex;
    align-items: center;
	height: 80px;
    line-height: 80px;
}

.content img {
	float: none;
    outline: 1px solid #f5f1ed;
    outline-offset: -1px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** 
 * Buttons
*/

.button-container {
	display: flex;
    justify-content: center;
    margin-top: 80px;
}

#button-container-cart {
	margin-top: 20px;
}

#button-container-back {
    display: inline-block;
    float: left;
}

.button {
	background-color: #171714;
	border: none;
	color: #fdfdfc;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
    transition: 0.2s ease-in-out;
}

.button p.tight {
	color: #fdfdfc;
}

.button:hover {
	background-color: #e64637;
}

#button-back {
	background-color: #e64637;
}

#button-back h3 {
	color: #fdfdfc; 
}

#button-back:hover {
	background-color: #171714;
}

#button-shop {
	margin-top: 20px;
    padding: 8px 32px;
}

a {
	text-decoration: none;
}

.gallery_image_caption {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: quire-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #171714;
	line-height: 1.5;
    letter-spacing: 0.2px;
    text-rendering: optimizeLegibility;
    margin-left: auto;
    margin-right: auto;	
}

/**
 * Footer
 */

.footer h3 {
	color: #fdfdfc;
}

.footer p {
	color: #fdfdfc;
    margin-top: 0;
}

#footer-logos {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
	border-top: 1px solid rgba(171,168,165,0.25);
    border-bottom: 1px solid rgba(171,168,165,0.25);
}

#footer-links {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(171,168,165,0.25);
}

/**
 * Loading Animation
 */

.loader-wrapper {
	height: 100vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f5f1ed;
	display:flex;
	justify-content: center;
	align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdfdfc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/**
 * Social Icons
 */

.fab {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  color: #171714;
  margin: 10px;
}

[data-id="9835355"] .fab {
	font-size: 80px;
}

@media only screen and (max-width: 768px) {
	[data-id="8966511"] .fab {
		font-size: 25px;
}
}

.fab:hover {
    color: #e64637;
    transition: .1s ease-in-out;
}

.social-icons {
	text-align: center;
    border-top: 1px solid #aba8a5;
    border-bottom: 1px solid #aba8a5;
}
  
  
.social-icons li {
	display: inline-block;
    list-style-type:none;
}

.social-icons li a {
    border-bottom: none;
}

/**
 * Mailchimp
 */

.mc-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mc-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/**
 * Typography
 */

[data-predefined-style="true"] bodycopy {
	font-family: quire-sans, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 19px;
    letter-spacing: 0.2px;
	color: #171714;
	line-height: 1.5;
    text-rendering: optimizeLegibility;
    margin-left: auto;
    margin-right: auto;
}

p {
	font-family: quire-sans, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 19px;
    letter-spacing: 0.2px;
	color: #171714;
	line-height: 1.5;
    text-rendering: optimizeLegibility;
    margin-left: auto;
    margin-right: auto;
}

p.tint {
	color: #aba8a5;
}

p.tight {
	color: #aba8a5;
    margin: 0px;
}

p.white {
	color: #fdfdfc;
}

p.red {
	color: #e64637;
}

p.live {
    margin: 0px;
}

p.inline {
	display: inline;
}

p.inline-tint {
	display: inline;
    color: #aba8a5;
}

p.strong {
	display: inline;
    font-weight: 600;
}

a.body {
    font-family: quire-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
    letter-spacing: 0.2px;
    text-rendering: optimizeLegibility;
    color: #e64637;
    text-decoration: none;
    transition: .3s ease-in-out;
}

a.body:hover {
    color: #171714;
}

a.footer {
    font-family: quire-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
    letter-spacing: 0.2px;
    text-rendering: optimizeLegibility;
    color: #aba8a5;
    text-decoration: none;
    display: inline;
}

a.footer:hover {
    color: #fdfdfc;
    transition: .3s ease-in-out;
}

a.nav {
    font-family: quire-sans, Icons;
	font-weight: 300;
    font-size: 20px;
	color: #171714;
	font-style: normal;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}

a.nav-last {
    font-family: quire-sans, Icons;
	font-size: 20px;
    font-weight: 300;
	color: #171714;
	font-style: normal;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

a.nav:hover {
	color: #e64637;
    transition: 0.2s ease;
}

a.nav-last:hover {
	color: #e64637;
    transition: 0.2s ease;
}

.quote {
	font-family: masqualero, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    color: #171714;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 7px;
}

.midquote {
	font-family: masqualero, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    color: #171714;
    line-height: 1.6;
    text-align: center;
	padding-top: 42px;
    padding-bottom: 42px;
}

#film-music-quote {
	text-align: center;
    border-top: 1px solid #aba8a5;
    border-bottom: 1px solid #aba8a5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.price {
	font-family: masqualero, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    color: #171714;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 7px;
}

h1 {
	font-family: "FAUX Occident", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 90px;
	color: #f5f5f5;
	line-height: 1.0;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 50px;
	}
}

h1 a {
    text-decoration: none;
	color: #f5f5f5
}

h2 {
   	font-family: FAUX Occident, sans-serif, Icons;
	font-weight: normal;
	font-style: normal;
    font-size: 40px;
    color: #171714;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}

h2 a {
	text-decoration: none;
}

h2.tint {
    color: #aba8a5;
}

h2.link {
    color: #e64637;
    letter-spacing: 0.2px;
    text-rendering: optimizeLegibility;
    display: inline-block;
    margin: 0;
}

h3 {
	font-family: masqualero, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 30px;
    color: #171714;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3.grid {
	margin-top: 0;
}

h3.site-menu {
    margin-top: 20px;
	margin-bottom: 20px;
}

h3.back-button {
    margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: masqualero, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 23px;
    color: #171714;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 4px;
}

h4.tint {
	color: #aba8a5;
}

h4.live {
	display: flex;
}

/**
 * Heroes / Breakpoints
 */

.hero-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fp-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1250px) { 
    .hero-layer-wrapper {
		display: none;
    }
	
}

/* Home Hero */

[data-id="9200304"] .page {
	max-width: none;
    z-index: 0;
}

/* About Hero */

[data-id="9838688"] .page {
	max-width: none;
    z-index: 0;
}

/* Patreon Hero */

[data-id="27470314"] .page {
	max-width: none;
    z-index: 0;
}

/* Live Hero */

[data-id="9838733"] .page {
	max-width: none;
    z-index: 0;
}

/* Music Hero */

[data-id="9866290"] .page {
	max-width: none;
    z-index: 0;
}

/* Video Hero */

[data-id="9838741"] .page {
	max-width: none;
    z-index: 0;
}

/* Film Music Hero */

[data-id="9852449"] .page {
	max-width: none;
    z-index: 0;
}

/* Sync Hero */

[data-id="10748773"] .page {
	max-width: none;
    z-index: 0;
}

/* Home Featured Video */

[data-id="9415518"] .page {
	max-width: none;
    z-index: 1;
}

/* Video Featured Video */

[data-id="9835507"] .page {
	max-width: none;
    z-index: 1;
}

/* Film Music Featured Video */

[data-id="9852451"] .page {
	max-width: none;
    z-index: 1;
}

/* F/P Video */

[data-id="10012890"] .page {
	max-width: none;
    z-index: 1;
}

/**
 * Breakpoints
 */

.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_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 1.7rem/*!main_margin*/;
	padding-bottom: 1.7rem/*!main_margin*/;
	padding-left: 1.7rem/*!main_margin*/;
	padding-right: 1.7rem/*!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: 50%/*!thumbnails_width*/;
}

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

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

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

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

.thumbnails .thumb_image {
	outline: 1px solid #f5f1ed;
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.7rem;
    margin-bottom: .3rem;
    font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.1;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Quiosco, Icons;
	font-style: italic;
	line-height: 1.2;
    text-align: center;
}

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

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

/**
* Heroes
*/

.mobile-hero {
    display: none;
	height: 100vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
	position: fixed;
    z-index: -999;
}

.hero {
	height: 100vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.layer {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
	position: fixed;
    z-index: -999;
}

/**
* Work Pages
*/

.albumart {
    width: 50%;
	border: 1px solid #aba8a5;
}

/**
 * Grid
 */

.grid-wrapper {
	width: 100%;
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 3em;
    grid-auto-flow: dense;
}

.grid-wrapper .grid-album {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.grid-wrapper .grid-video {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

#grid-video-container {
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

#grid-video-container video {
	top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.grid-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    opacity: 0;
    transition: 0.3s ease-in-out;
    background-color: #fdfdfc;
}

.grid-wrapper div:hover .grid-overlay {
	opacity: 1;
}

.grid-overlay-text {
	position: absolute;
    top: 0;
    left: 0;
	text-align: left;
}

/**
 * Track Listings
 */

.track {
    padding: 7px 14px;
    margin: 7px 0px 7px 0px;
    background-color: #faf8f6;
}

.trackno {
	display: inline-block;
    width: 36px;
}

/**
 * Live
 */

/* Filter/Buttons */

#filterContainer {
	width: 100%;
    flex: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.btn {
    border: none;
    outline: none;
    padding: 7px 7px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.btn:hover {
    background-color: rgba(0,0,0,0);
    color: #e64637;
}

.btn.active {
    background-color: rgba(0,0,0,0);
    color: #e64637;
}

/* Live Shows */

.filterDiv {
    background-color: #faf8f6;
    color: #171714;
    width: 100%;
    text-align: left;
    padding: 14px 35px;
    margin: 7px 0px 7px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.filterDiv:hover {
	background-color: #f5f1ed;
}

@media only screen and (max-width: 1250px) {
	.filterDiv {
		flex-direction: column;
        text-align: center;
        align-content: center;
		overflow: hidden;
	}
    
    .filterDiv div {
		width: 100%;
        padding: 0px 0px 0px 0px;
	}
}

.show {
    display: block;
}

.live-shows {
    margin-top: 42px;
    overflow: hidden;
}

.livedate {
	display: inline-block;
    padding: 0px 35px 0px 0px;
    flex: 25%;
    width: 10%;
}

.liveartist {
	display: inline-block;
    padding: 0px 35px 0px 0px;
    flex: 25%;
    width: 25%;
}

.livecity {
	display: inline-block;
    padding: 0px 35px 0px 0px;
    flex: 25%;
}

.tickets {
	display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 18px 0px 14px 0px;
    flex: 25%;
    float: right;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: #171714;
    line-height: 80px;
    position: fixed;
	right: 1.5rem;
}

body.mobile #site_menu_button {
    font-size: 40px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	background: #fdfdfc;
    padding-left: 30px;
	font-family: masqualero, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 30px;
    color: #171714;
    line-height: 1.3;
    text-align: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

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

#site_menu .page-link a {
	color: #171714;
}

#site_menu .set-link > a {
	color: #171714;
}

#site_menu a:active {
	
}

#site_menu a.active {
	color: #e64637;
}

#site_menu .close {
	display: none;
	color: #171714;
	line-height: 60px;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 60px;
    right: 1.5rem;
}

#site_menu .break {
	height: 28px;
}

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

/*
 * Shop Button
 */

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

#shop_button.text {
    font-family: Quiosco, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
    padding: 0;
    line-height: 1.2;
}

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

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

/*
 * Shop Product Widget
 */

.shop_product {
    text-align: center;
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
    margin: auto;

}

.shop_product .price {
    display: block;
	font-family: masqualero, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 30px;
    color: #171714;
    line-height: 1.3;
    margin-bottom: 10px;
}

.shop_product .dropdown {
    font-family: quire-sans, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 19px;
    letter-spacing: 0.2px;
    color: #171714;
    display: inline-block;
	width: 100%;
    border: 1px solid #aba8a5;
    background:  transparent url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: quire-sans, sans-serif, Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 19px;
    letter-spacing: 0.2px;
    background: #171714;
    color: #fdfdfc;
    flex: 0 0 50%;
    text-align: center;
    display: inline-block;
	line-height: 1.5;
    padding: .8rem 1rem .9rem;
}

.shop_product .button:hover {
	background: #e64637;
}

/*
 * 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.95) /*!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-bottom: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
	border-bottom: 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.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;
}

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