
/**
 * Content
 */

@font-face {
    font-family: 'Favorit';
    font-weight: 100;
    font-style: normal;
    src: url('https://files.cargocollective.com/c425219/FavoritPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Favorit';
    font-weight: 300;
    font-style: bold;
    src: url('https://files.cargocollective.com/c425219/FavoritPro-Bold.woff') format('woff');
}

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

body a {
	opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body a:hover {
	opacity: .5;
}

#topmenu {
    margin-top: 5px;
}

#topmenu a {
    padding-left: 5px;
    padding-right: 20px;
    color: #000;
    background: none;
    letter-spacing: 0.5px;
    font-family: Favorit, icons;
    font-weight: 100;
    border-bottom: none;
}


.button {
    color: rgba(0, 0, 0, 0.85);
    display: inline-block;
    font-size: 1.8rem;
	width: 95%;
    /* background-color: rgba(0, 0, 0, 0.85);*/
    padding: 10px;
    border: solid #000 2px;
    letter-spacing: 2px;
    font-weight: 100;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 15px;
    margin-top: 15px;
}

.button:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

.quote {
	text-align: center;
    /* background-color: #e9e9e9; */
    padding: 15%;
}

.quote_gray {
	text-align: center;
    background-color: #e1e1e1;
    padding: 15%;
}

#important {
    background-color: #ffeb00;
    padding: 5%;
}


#helpmenu {
	text-align: left;
    opacity: 0.8;
    font-size: 1.6rem;
}

#helpmenu a {
	border-bottom: none;
	text-decoration: none;
}

#helplinks  {
	line-height: 2.5rem;
}

#helplinks h2 {
	margin-bottom: 0.2rem;
}


/* MOBILE MENU */
@media screen and (max-width: 768px) {
#topmenu {display: none;}
}


#logo {
    position: absolute;
    top: 15px;
    margin-left: 10px;
}

#logo img {
    max-height: 100px;
    max-width: 51px;
}

#pricing {
    margin: 15px;
    text-align: center;

}

.pricing_min {
	font-size: 1.7em;
    border-top: solid 8px;

    margin-top: -10px;
}


.pricing_min a {
	 
}

video { 
   width:100%;
   height:auto;
}


p.vat {
 letter-spacing: 3px;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.3;
	font-family: Favorit, Icons;
	font-style: normal;
	color: rgba(0, 0, 0, 0.5);
}

p.newsletter_above {
    margin-top: 0px;
 letter-spacing: 3px;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: Favorit, Icons;
	font-style: normal;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.5);
    margin-bottom: 22px;
}


#social a {
	padding: 15px;
    font-size: 1.5em;
}

#downloads a {
	border-bottom: 0px;
}


#faq_item a {
	border-bottom: none;
}

#faq_item a:hover {
	opacity: 1;
}

#opis_krotki {
	font-size: 1.3em;
}



/** KOLORY POD MINIATURKAMI **/


.bliskocello-bg {
	background-color: #432CAA;
}


.bliskoviolin-bg {
	background-color: #B43724;
}




/** DRIP **/
#newsletter-container {
	width: 465px;
    text-align: center;
    
}

#newsletter-drip input {
	font-family: Favorit;
    color:  rgba(0, 0, 0, 0.85);
    font-weight: 100;;
    font-size: 0.8em;
    letter-spacing: 2px;
    border: none;
    width: 94%;
    height: 39px;
    padding: 10px;
    text-align: center;
    background-color: transparent;
    border-bottom: solid 2px rgba(0, 0, 0, 0.49);
    box-sizing:border-box;
    display: inline-block;
    margin: 0;
    vertical-align:top;
}

#newsletter-drip-button input {
	font-family: Favorit;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.49);
    font-size: 0.8em;
    letter-spacing: 2px;
    width: 100%;
    height: 39px;
    padding: 7px;
    text-align: center;
    border: solid 2px rgba(0, 0, 0, 0.40);
    box-sizing:border-box;
    display: inline-block;
    margin: 0;
    vertical-align:middle;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#newsletter-drip-button input:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#newsletter-drip-button-getit input {
	font-family: Favorit;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.49);
    font-size: 1.6rem;
    letter-spacing: 2px;
    width: 100%;
    padding: 7px;
    text-align: center;
    border: solid 2px rgba(0, 0, 0, 0.49);
    box-sizing:border-box;
    display: inline-block;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#newsletter-drip-button-getit input:hover {
	color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#download-form {
	line-height: 10px;
}


/**
 * MAILCHIMP
 */

#mc_embed_signup form {
    text-align:center; 
    padding:10px 0 10px 0;
}

.mc-field-group {
    display: inline-block;
}
 /* positions input field horizontally */
	
#mc_embed_signup input.email {
    font-family: Haus;
    font-size: 0.8em;
    letter-spacing: 2px;
    border: none;
    width: 315px;
    height: 39px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    box-sizing:border-box;
    display: inline-block;
    margin: 0;
    vertical-align:top;
}

#mc_embed_signup label {
    display:block;
    font-size:16px;
    padding-bottom:10px;
    font-weight:bold;
}

#mc_embed_signup .clear {
    display: inline-block;
}

/* positions button horizontally in line with input */


#mc_embed_signup .button {
    color: #fff !important;
    display: inline-block;
	width: 150px;
    padding: 10px;
	background: #000;
    letter-spacing: 2px;
    font-family: 'Haus-Bold';
    font-size: 0.8em;
    border: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#mc_embed_signup .button:hover {
	opacity: .5;
}

#mc_embed_signup div#mce-responses {
    float:left;
    top:-1.4em;
    padding:0em .5em 0em .5em;
    overflow:hidden;
    width:90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin:1em 0;
    padding:1em .5em .5em 0;
    font-weight:bold;
    float:left;
    top:-1.5em;
    z-index:1;
    width:80%;
}

#mc_embed_signup #mce-error-response {
    display:none;
}

#mc_embed_signup #mce-success-response {
    color:#529214;
    display:none;}

#mc_embed_signup label.error {
    display:block;
    float:none;
    width:auto;
    margin-left:1.05em; 
    text-align:left;
    padding:.5em 0;
}

@media (max-width: 768px) {
    #mc_embed_signup input.email {
        width:100%;
        margin-bottom:5px;
	}
    
#mc_embed_signup .clear {
    display: block;
    width: 100%
	}
    
#mc_embed_signup .button {
    width: 100%;
    margin:0;
    }
}

#mc_embed_signup{
    clear:left;
    width:100%;
}




/** COOKIES */

.cc-window{opacity:1;
    -webkit-transition:opacity 1s ease;
    transition:opacity 1s ease
}

.cc-window.cc-invisible{
    opacity:0
}

.cc-animate.cc-revoke{
    -webkit-transition:transform 1s ease;
    -webkit-transition:-webkit-transform 1s ease;
    transition:-webkit-transform 1s ease;
    transition:transform 1s ease;
    transition:transform 1s ease,-webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top{
    -webkit-transform:translateY(-2em);
    transform:translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform:translateY(2em);
    transform:translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}

.cc-revoke:hover{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}

.cc-grower{
    max-height:0;overflow:hidden;
    -webkit-transition:max-height 1s;
    transition:max-height 1s
}

.cc-revoke,.cc-window{
    position:fixed;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Fort, Icons;
	font-style: normal;
	line-height: 1.4;
    letter-spacing: 1px;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    z-index:9999
}

.cc-window.cc-static{
    position:static
}

.cc-window.cc-floating{
    padding:2em;
    max-width:24em;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}

.cc-window.cc-banner{
    padding:1em 1.8em;
    width:100%;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
}

.cc-revoke{
    padding:.5em
}

.cc-revoke:hover{
    text-decoration:underline
}

.cc-header{
    font-size:18px;
    font-weight:700
}

.cc-btn,.cc-close,.cc-link,.cc-revoke{
    cursor:pointer
}

.cc-link{
    opacity:.8;
    display:inline-block;
    padding:.2em;
    text-decoration:underline
}

.cc-link:hover{
    opacity:1
}

.cc-link:active,.cc-link:visited{
    color:initial
}

.cc-btn{
    display:block;
    padding:.4em .8em;
    font-size:.9em;
    font-weight:700;
    border-width:2px;
    border-style:solid;
    text-align:center;
    white-space:nowrap
}

.cc-highlight .cc-btn:first-child{
    background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}
.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){
.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


/**
 * Cargo
 */


a:active {
	opacity: 0.7;
}

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

i,
em {
	font-style: normal;
}

b,
strong {
    font-style: bold;
 
}

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 {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

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

.content .image-link,
.content .icon-link {
	background: transparent;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.25);
	font-family: Interstate, Icons;
	font-style: normal;
	line-height: 1.3;	
    text-align: center;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.9rem;
	color: rgba(0, 0, 0, 0.85);
	font-family: Favorit, Icons;
	line-height: 1.8;
    margin-top: 20px;
    
}

[data-predefined-style="true"] bodycopy a {
 
    color: rgba(0, 0, 0, 0.85);
 border-bottom: 2px solid #000;
	text-decoration: none;
}

[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"] h1 {
	font-family: Favorit, icons;
    letter-spacing: 5px;
	font-weight: normal;
	padding: 0;
	margin-top: 0.3em;
    margin-bottom: 1em;
	font-size: 6.8rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
    background: none;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: 3px;
    border-bottom: none;
}

[data-predefined-style="true"] h2 {
	font-family: Favorit, Icons;
    letter-spacing: 2px;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.4;
	}

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

[data-predefined-style="true"] small {
    letter-spacing: 3px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: Favorit, Icons;
	color: rgba(0, 0, 0, 0.49);
    margin-bottom: .3em;
}

[data-predefined-style="true"] small a {
        color: rgba(0, 0, 0, 0.85);
 border-bottom: 2px solid rgba(0, 0, 0, 0.85);
}

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

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

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

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

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

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

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

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -3rem/*!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: 0.2rem;
    font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Interstate, Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Interstate, Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
    display: none;
}

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

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

/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
    overflow:hidden;
	position: relative;
}

.thumbnails .thumbnail .title {
    background-color: #dedede;
    width: 100%;
    height: 100%;
    font-family: Favorit;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    font-size: 1.9em;
    /* border: solid #000 2px; */
    letter-spacing: 2px;
	margin: 0;
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.title span::after{
    content: "\a explore →";
    white-space: pre;
    font-family: Favorit;
    align-content: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8em;
    opacity: .5;
}

.thumbnails .title span {
	margin: auto;
	display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body.mobile .thumbnails .thumbnail:hover .title {
	opacity: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 2;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    background: rgba(33, 32, 46, 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: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Favorit", Icons;
	background: rgba(241, 241, 241, 0.95);
	font-size: 3em;
    color: #000;
	font-style: normal;
	font-weight: 100;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: center;
	display: flex;
	justify-content: center;

}

body.mobile #site_menu {
	width: 100%;
    line-height: 1.5;
}

#site_menu .page-link a {
	font-family: Favorit, icons;
    letter-spacing: 0px;
	font-style: bold;
	padding: 8px;
	margin: 0;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
}

#site_menu .set-link > a {
	font-family: Favorit, icons;
    letter-spacing: 0px;
	font-weight: normal;
	padding: 8px;
	margin: 0;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
}

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

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

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

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

/*
 * Shop Button
 */

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

#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(229, 229, 229, 1) /*!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: 30px;
    width: 30px;
}

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

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




