/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

hr {
  color: #fff;
    width: 120%;
    height: 40px;
  padding-bottom: 5px;
  background: url("https://freight.cargo.site/t/original/i/23e7556266d0843209460c16af18dcb84d43b9a8d6457e0dc08a7e02fe8e99ea/squiggy.svg");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: repeat-x;
  animation: move 10s linear infinite;
  -webkit-animation: move 10s linear infinite;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
    animation-play-state: running;
    border: 0;
    margin-left: -20%;
}


@-webkit-keyframes move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}

hr.half {
  color: #fff;
    width: 100%;
    height: 30px;
    margin:0;
    margin-top: .8em;
  background: url("https://freight.cargo.site/t/original/i/23e7556266d0843209460c16af18dcb84d43b9a8d6457e0dc08a7e02fe8e99ea/squiggy.svg");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: repeat-x;
  animation: moveh 10s linear infinite;
  -webkit-animation: move 10s linear infinite;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
    animation-play-state: running;
    border: 0;
}


@-webkit-keyframes moveh {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}

hr.ul {
  color: #fff;
    width: 44em;
    height: 50px;
    margin:0;
    margin-top: -0.9em;
  background: url("https://freight.cargo.site/t/original/i/5973c5159a9dfbf25e1e48006cbe8a020276596fc3685a2fd27ee84fd5c6202f/squiggy-42.svg");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: repeat-x;
  animation: moveh 10s linear infinite;
  -webkit-animation: moveul 10s linear infinite;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
    animation-play-state: running;
    border: 0;
}


@-webkit-keyframes moveul {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}


hr.blank {
  color: none;
    width: auto;
    height: 15em;
    margin:0;
    background: none;
}

hr.blankhalf {
  color: none;
    width: auto;
    height: 7.2em;
    margin:0;
    background: none;
}

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	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.3;	
}

table {

  width: 100%;
        border-spacing: 2px; 
}
table th {
	padding: .5em;
    border-bottom: 0px solid #fff;
    font-size: 1.15em;
}
table td {
  border: 0px solid #000; 
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        background-color: rgba(255,255,255,0.03);
}


table tr:first-child td {
  border-top: 0;

    
}
table tr td:first-child {
  border-left: 0;
    	white-space: nowrap;
    font-size: 1.15em;
    background: none;
    padding: 0.5em;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr td:last-child {
  border-right: 0;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0;
}

[data-predefined-style="true"] bodycopy a {
	padding-bottom: 0em;
	border-bottom: 0px solid;
	text-decoration: none;
	color: #fff;
}

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

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

[data-predefined-style="true"] nav {

	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-size: 1.2rem;
    text-shadow: 0 !important;
	font-weight: normal;
    color: rgba(170, 170, 170, 0.7);
    line-height: 1.3;
}

[data-predefined-style="true"] nav a {
	font-weight: normal;
	color: rgba(235, 205, 225, 0.9);
    text-shadow: none;
    letter-spacing: -0.4px;
    padding: 2px;
}

[data-predefined-style="true"] nav a:hover {
	text-shadow: none;
    color: #202020;
	background-color: rgba(235, 205, 225, 0.9);
}

[data-predefined-style="true"] stitle {
	font-size: 6.1rem;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	font-weight: 700;
    padding: 0em;
	line-height: 1;
    text-shadow: 0 1px #555, -1px 0 #999, -1px 2px #555, -2px 1px #999, -2px 3px #555, -3px 2px #999, -3px 4px #555, -4px 3px #999, -4px 5px #555, -5px 4px #999, -5px 6px #555, -6px 5px #999, -6px 7px #555, -7px 6px #999, -7px 8px #555, -8px 7px #999;
	color: #fff;
}

[data-predefined-style="true"] h0 {
	    white-space:nowrap;
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 900;
	font-size: 12vmin;
	color: #fff;
	text-shadow: 0 1px #949494, -1px 0 #b4b4b4, -1px 2px #949494, -2px 1px #b4b4b4, -2px 3px #949494, -3px 2px #b4b4b4, -3px 4px #949494, -4px 3px #b4b4b4, -4px 5px #949494, -5px 4px #b4b4b4, -5px 6px #949494, -6px 5px #b4b4b4, -6px 7px #949494, -7px 6px #b4b4b4, -7px 8px #949494, -8px 7px #b4b4b4, -10px 10px 5px rgba(0,0,0,.3) ;
    
    
}

[data-predefined-style="true"] h1 {
	font-family: "Guyot Text", Icons;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 3.8rem;
	line-height: 1;
    text-shadow: -3px 3px 0px rgba(0,0,0,0.4);

	}

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

[data-predefined-style="true"] h2 {

	font-style: normal;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 2.1rem;
	line-height: 1.5;
	font-family: Inter, Icons;
    text-shadow: -2px 2px 0.2px rgba(0,0,0, 0.5);
	}


[data-predefined-style="true"] h2 a {
}

[data-predefined-style="true"] h3 {
	margin: 0;
	font-size: 3.2rem;
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: rgba(255, 255, 255, 0.9);
font: italic bold Georgia, Serif;
	text-shadow: -2px 2px 0px rgba(255,255,255,0.3), -4px 3px 3px rgba(0,0,0,0.4);
}


[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: #fff;
    letter-spacing: .5px;
}

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


[data-predefined-style="true"] stat {
    display: block;
	font-size: 8rem;
	line-height: 1;
	font-family: "Guyot Text", Icons;
	font-style: normal;
	font-weight: bold;
    text-align: center;
    margin-left: -5px;
    text-shadow: -1px 1px rgba(255,255,255, 0.4), -2px 2px rgba(255,255,255, 0.4), -5px 5px 5px rgba(0,0,0,0.5);
}

[data-predefined-style="true"] content {
    display: block;
    padding: 1em;
	line-height: 1.3;
}

[data-predefined-style="true"] context {
	display: block;
    padding: 1em;
    width: 70%;
    margin-left: 2em;
}

[data-predefined-style="true"] house {
    display: block;
	color: #fff;
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
    padding-top: 1em;
    text-align: left;

}

[data-predefined-style="true"] house a {
	display: inline-block;
    margin-top: 3px;
	color: rgba(235, 205, 225, 0.9);
    font-weight: 600;
    text-shadow: -3px 3px #737891, -6px 6px #2D324B;
    font-size: 2em;
    line-height: 0.95;
    
}

[data-predefined-style="true"] house a:hover {
	background-color: #C4A9BB;
    color: #202020;
}

[data-predefined-style="true"] cvar {
	display: block;
	font-size: 1.6rem;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 400;
    padding: .5em .5em .5em 4em;
    text-align: right;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
}

[data-predefined-style="true"] cval {
	display: block;
	font-size: 1.6rem;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    padding: .5em 4em .5em .5em;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
}


[data-predefined-style="true"] ps {
	display: block;
	font-size: 1.7rem;
	line-height: 1.4;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
    padding: 2rem 2rem 2rem 2rem;
    border: 0px ridge #fff;
    background-color: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: -15px -15px 0px 0px rgba(255,255,255,0.3);
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 1em;
    margin-bottom: -1em;
}


[data-predefined-style="true"] home {
	display: block;
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-size: 7.3rem;
	line-height: 1.1;
    color: rgba(255, 255, 255, 0.9);
    filter: opacity(0.98);

}

[data-predefined-style="true"] home b{
    color: #ccdcda;
    filter: opacity(0.98);
	font-weight: bold;
    animation: gradientgb 3s infinite;
}

@keyframes gradientpo {
  0% { text-shadow: -1px 1px 0 #dec4e8, -2px 2px 0 #dcc1e5, -3px 3px 0 #d9bee3, -4px 4px 0 #d8bce1, -5px 5px 0 #d5b9df, -6px 6px 0 #d2b5dc, -7px 7px 0 #d0b2da, -8px 8px 0 #CDAED7, -9px 9px 0 #ccadd6, -10px 10px 0 #CAABD4, -11px 11px 0 #c8a8d1, -12px 12px 0 #c6a6d0, -13px 13px 0 #C3A2CD, -14px 14px 0 #BE9CC8, -15px 15px 0 #BC99C5, -16px 16px 0 #BB98C4, -17px 17px 0 #B894C1, -18px 18px 0 #B793C1, -19px 19px 0 #B692C0, -20px 20px 0 #B590BE, -21px 21px 0px #B48EBD, -22px 22px 0px #B38DBC, -23px 23px 0px #B28CBB, -24px 24px 0px #B18BBB, -25px 25px 0px #B091B8, 0px 0px 39px rgba(0,0,0,0.2) }
  50% { text-shadow: -1px 1px 0 #F2B063, -2px 2px 0 #F0AC5E, -3px 3px 0 #EFA85A, -4px 4px 0 #EDA557, -5px 5px 0 #ECA254, -6px 6px 0 #EB9F51, -7px 7px 0 #E99B4D, -8px 8px 0 #E8984A, -9px 9px 0 #E69547, -10px 10px 0 #E59244, -11px 11px 0 #E48F41, -12px 12px 0 #E28C3D, -13px 13px 0 #E1893A, -14px 14px 0 #E08637, -15px 15px 0 #DE8233, -16px 16px 0 #DD8030, -17px 17px 0 #DB7C2D, -18px 18px 0 #DA792A, -19px 19px 0 #D97627, -20px 20px 0 #D77223, -21px 21px 0px #D67020, -22px 22px 0px #D46C1D, -23px 23px 0px #D36919, -24px 24px 0px #D16616, -25px 25px 0px #D06313, 0px 0px 39px rgba(0,0,0,0.2)
    }
  100% { text-shadow: -1px 1px 0 #dec4e8, -2px 2px 0 #dcc1e5, -3px 3px 0 #d9bee3, -4px 4px 0 #d8bce1, -5px 5px 0 #d5b9df, -6px 6px 0 #d2b5dc, -7px 7px 0 #d0b2da, -8px 8px 0 #CDAED7, -9px 9px 0 #ccadd6, -10px 10px 0 #CAABD4, -11px 11px 0 #c8a8d1, -12px 12px 0 #c6a6d0, -13px 13px 0 #C3A2CD, -14px 14px 0 #BE9CC8, -15px 15px 0 #BC99C5, -16px 16px 0 #BB98C4, -17px 17px 0 #B894C1, -18px 18px 0 #B793C1, -19px 19px 0 #B692C0, -20px 20px 0 #B590BE, -21px 21px 0px #B48EBD, -22px 22px 0px #B38DBC, -23px 23px 0px #B28CBB, -24px 24px 0px #B18BBB, -25px 25px 0px #B091B8, 0px 0px 39px rgba(0,0,0,0.2)}
}


@keyframes gradientgb {
	0% {
        color: #EBCDE1;
    }
    50% {
        color: #CDD2EB;
    }
    100% {
        color: #EBCDE1;
    }
}
	
	


    @keyframes gradientgb3d {
        0% {text-shadow:
        -1px 1px 0 #496560,
        -2px 2px 0 #46625D,
        -3px 3px 0 #45605B,
        -4px 4px 0 #435D58,
        -5px 5px 0 #415B56,
        -6px 6px 0 #3F5853,
        -7px 7px 0 #3D5650,
        -8px 8px 0 #3B534D,
        -9px 9px 0 #3A504B,
        -10px 10px 0 #384E48,
        -11px 11px 0 #364B46,
        -12px 12px 0 #344943,
        -13px 13px 0 #324640,
        -14px 14px 0 #31433E,
        -15px 15px 0 #2F413B,
        -16px 16px 0 #2D3E39,
        -17px 17px 0 #2B3C36,
        -18px 18px 0 #2A3934,
        -19px 19px 0 #283731,
        -20px 20px 0 #26342E,
        -21px 21px 0px #24312B, 
        -22px 22px 0px #222F29,
        -23px 23px 0px #202C26,
        -24px 24px 0px #1F2A24,
        -25px 25px 0px #1D2721,
        0px 0px 39px rgba(0,0,0,0.2)
        }
        50% {color: #E3E5EC;
            text-shadow:
        -1px 1px 0 #737891,
        -2px 2px 0 #6F748D,
        -3px 3px 0 #6D728B,
        -4px 4px 0 #6B7089,
        -5px 5px 0 #686D86,
        -6px 6px 0 #656A83,
        -7px 7px 0 #626780,
        -8px 8px 0 #5F647D,
        -9px 9px 0 #5C617A,
        -10px 10px 0 #5A5F78,
        -11px 11px 0 #565B74,
        -12px 12px 0 #545972,
        -13px 13px 0 #50556E,
        -14px 14px 0 #4E536C,
        -15px 15px 0 #4B5069,
        -16px 16px 0 #484D66,
        -17px 17px 0 #454A63,
        -18px 18px 0 #424760,
        -19px 19px 0 #40455E,
        -20px 20px 0 #3C415A,
        -21px 21px 0px #383D56, 
        -22px 22px 0px #363B54,
        -23px 23px 0px #323750,
        -24px 24px 0px #30354E,
        -25px 25px 0px #2D324B,
        0px 0px 39px rgba(0,0,0,0.2)}
        100% {text-shadow:
        -1px 1px 0 #496560,
        -2px 2px 0 #46625D,
        -3px 3px 0 #45605B,
        -4px 4px 0 #435D58,
        -5px 5px 0 #415B56,
        -6px 6px 0 #3F5853,
        -7px 7px 0 #3D5650,
        -8px 8px 0 #3B534D,
        -9px 9px 0 #3A504B,
        -10px 10px 0 #384E48,
        -11px 11px 0 #364B46,
        -12px 12px 0 #344943,
        -13px 13px 0 #324640,
        -14px 14px 0 #31433E,
        -15px 15px 0 #2F413B,
        -16px 16px 0 #2D3E39,
        -17px 17px 0 #2B3C36,
        -18px 18px 0 #2A3934,
        -19px 19px 0 #283731,
        -20px 20px 0 #26342E,
        -21px 21px 0px #24312B, 
        -22px 22px 0px #222F29,
        -23px 23px 0px #202C26,
        -24px 24px 0px #1F2A24,
        -25px 25px 0px #1D2721,
        0px 0px 39px rgba(0,0,0,0.2)
        }
}


[data-predefined-style="true"] e {
    display: block;
	font-weight: bold;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    color: #fff;
    padding-bottom: 5px;
   letter-spacing: .5px;
    line-height: auto;
    text-shadow: -2px 2px rgba(0,0,0, 1.0);
}

[data-predefined-style="true"] tag {
	background-color: rgba(255,255,255,0.9);
	font-size: 0.9rem;
    color: #000;
    padding: 2px 15px 2px 15px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1.0em;
    line-height: 3rem;
    margin-right: 10px;
	font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] tagd {
    font-family: "VCR OSD Mono", Icons;
    font-size: 0.9em;
    background-color: #737891;
    padding: 2px 10px 3px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.0em;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 3.2rem;
    text-transform: uppercase;
    letter-spacing: -.1px;
	
}

[data-predefined-style="true"] tagm {
	font-family: "VCR OSD Mono", Icons;
        font-size: 0.9em;
    background-color: #65837D;
    padding: 2px 10px 3px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.0em;
    margin-right: 10px;
    line-height: 3.2rem;
    text-transform: uppercase;
}

[data-predefined-style="true"] tagx {
	font-family: "VCR OSD Mono", Icons;
    background-color: #8F7483;
        font-size: 0.9em;
    padding: 2px 10px 3px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.0em;
    margin-right: 10px;
    text-transform: uppercase;
}

[data-predefined-style="true"] tagp {
	font-family: "VCR OSD Mono", Icons;
    background-color: #737891;
    padding: 2px 15px 5px 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.0em;
    margin-right: 10px;
    text-transform: uppercase;
}

[data-predefined-style="true"] tagr {
	font-family: "VCR OSD Mono", Icons;
    background-color: #7F7290;
    padding: 2px 13px 5px 13px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.0em;
    margin-right: 10px;
    text-transform: uppercase;
}

[data-predefined-style="true"] tagv {
	font-family: "VCR OSD Mono", Icons;
    background-color: #737891;
    padding: 2px 13px 5px 13px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.0em;
    margin-right: 10px;
    text-transform: uppercase;
}


[data-predefined-style="true"] csbox {
    display: block;
	background-color: rgba(255,255,255,0);
    	line-height: 1.3;
    width: 99%;
	font-size: 1.3rem;
    margin: 0;
}

[data-predefined-style="true"] csbox:hover {
	background-color: rgba(255,255,255,0.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: 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: #202020/*!body_bgcolor*/;
}

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

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!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.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	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;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	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.2;
}

.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 {
    font-weight: 800;
    color: rgba(235, 205, 225, 0.9);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: .75rem;
    line-height: 1;
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
        animation: gradientgb 3s infinite;
}

body.mobile #site_menu_button {
    font-family: "VCR OSD Mono", Icons;
    font-weight: bold;
	margin: -6px;
    font-size: 34px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
    
	font-family: "VCR OSD Mono", Icons;
    font-weight: bold;
	font-style: normal;
	font-size: 4rem;
    text-shadow: 0 !important;
    color: rgba(170, 170, 170, 0.7);
    line-height: 1.3;
	background: rgba(57, 47, 55, 0.99);
	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(235, 205, 225, 0.9);
}

#site_menu .set-link > a {
	color: rgba(235, 205, 225, 0.9);
	font-weight: bold;
}

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

#site_menu a.active {
	opacity: 0.9;
    color:rgba(57, 47, 55, 0.95);
    background-color: rgba(235, 205, 225, 0.9);
    padding-right: 8px;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
    padding-right: 1.2rem;
	font-size: 45px;
            animation: gradientgb 3s infinite;
}

body.mobile #site_menu .close {
    font-family: "VCR OSD Mono", Icons;
	display: block;
	font-size: 2em;
	line-height: 0.8em;

}

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

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

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

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

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