/*Splash*/
[data-page-id="38359900"] .content_container {
    max-width: 100vw;
}
body.mobile[data-page-id="38359900"] {
    font-size: 1.5em;
    position:fixed;
    overflow:hidden;
}

/*Ensayos visuales*/
/*Hide header*/
[local-style="37590244"] {
	display: none;
}

[local-style="38350585"] {
mix-blend-mode: screen;
background-blend-mode: screen;
z-index: 99999;
    pointer-events: none;
}
[local-style="38350582"] {
mix-blend-mode: multiply;
background-blend-mode: multiply;
z-index: 99999;
        pointer-events: none;
}

body[data-page-id="38346501"]  .content_container {
    max-width: 100vw;
    margin: 0 auto;
}
body[data-page-id="38346501"] * {
    font-family: Spectral, Icons;
	font-style: normal;
	font-weight: 400;
    letter-spacing: -0.5px;
}
body[data-page-id="38346501"] {
  background: rgba(242, 243, 246, 1);
}

/*imágenes rodales*/
[data-id="38350760"] img {
filter: brightness(0.95);

    opacity: .25;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}
[data-id="38350760"] img:hover {
opacity: 1;
cursor: initial !important;
}
body[data-page-id="38346501"] img[data-draggable] {
    opacity: 1;
}
body[data-page-id="38346501"] img[data-draggable]:hover {
    cursor: move !important;
}


body[data-page-id="38346501"] .gallery_image_caption {
    font-size: 1.5rem;
    line-height: 1.0em;
	color: #70747c;
    padding-left: 16px;
    text-align: center;
}
body.mobile[data-page-id="38346501"] .gallery_image_caption {
    font-size: 1.2rem;
    line-height: 1.2em;
}
body[data-page-id="38346501"] small {
  background: rgba(64, 112, 96, 1);
    padding: 3px 6px;
    color: #f2f3f6;
    border-radius: 25px;
}

body[data-page-id="38346501"] bodycopy {
	font-size: 1.6rem;
	line-height: 1.2;
}

/*Over image captions*/
[local-style="38324083"] .gallery_image_caption,
[data-id="38350760"] .gallery_image_caption {
	color: rgb(255, 255, 255) !important;
    font-size: 1.5rem;
    line-height: 1.0em;
    float: left;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    transform: translateY(50%);
    bottom: 50%;
    width: 100%;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
}

[data-id="38351211"] .background_overlay {
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(240, 241, 245, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
    height: 50% !important;
    top: 25%;
}
[local-style="38350466"] .backdrop {
    opacity: .85;
}

.header {
    opacity: 1;
moz-transition: all 1s ease-in-out;
o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
webkit-transition: all 1s ease-in-out;
text-shadow: 1px 1px 10px rgb(0 0 0 / 75%);
}
body.mobile .header div{
	text-align: center !important;
    padding: 0;
}
.disappear {
    opacity: 0 !important;
}
.disappear:before{
    opacity: 1;
}

/*Ensayos visuales*/


::selection {
  background: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 1);
}

html { 
  scroll-behavior: smooth;
}

#toolset {
	display: none;
}

body {
	background: #FFF;
	color: #222;
	font-family: "Nimbus-sans", "Helvetica Neue", sans-serif, Icons;
    font-size: 1.1rem;
    line-height: 1.2em;
    font-weight: bold;
	letter-spacing: -0.02em;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

	-webkit-transition: background 1s ease;
	-moz-transition: background 500ms ease;
	transition: background 500ms ease;
}

* {
   /* color: #222;*/
    text-rendering: optimizeLegibility;
}

a:active {
	opacity: 0.7;
}

.page a.active {
/*	color: #232429;*/
}

i,
em {
	font-style: italic;
}

b,
strong {
   font-weight: normal;
    border-bottom: 1px solid;
}

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

sub {
	top: 0.3em;
}

sup {
/*	top: -0.4em;*/
        letter-spacing: 0.4px;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
 /*   
   user-drag: none;  
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;*/
}

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

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

hr {
    padding: 1.5rem;
    width: 80%;
    position: relative;
    
    margin: 5rem auto;
    height: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 30px !important;
    background: transparent url(https://files.cargocollective.com/c1556573/Paul-Rodri-guez_Footer_Logo-variations_bg-2.png) repeat-x;
    border: none;
}

.content img {
}

a:hover img {
	opacity: .6;
}
a img {
    transition: all .25s ease-in-out !important;
    -moz-transition: all .25s ease-in-out !important;
    -webkit-transition: all .25s  ease-in-out !important;
}
body.homepage a:hover img {
	opacity: .85;
}
body.homepage a img {
        transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}

h1 u {
    border-bottom: 2px solid rgba(35, 36, 41, 1);
    text-decoration: none;
        transition: all 200ms ease-out;
}
[data-predefined-style="true"] h1 a {
  
}
[data-predefined-style="true"] h1:hover a u {
  
}
[data-predefined-style="true"] h1 a:hover {
   
}
[data-predefined-style="true"] [local-style="37420974"] a,
[data-predefined-style="true"] [local-style="37420975"] a {
	border: none;
}

[data-id="37420972"] [local-style="37420975"] {
	bottom: 0;
}

/*Home*/
[local-style="37590221"] .page {
    min-height: 100% !important;
	background-color: initial /*!page_bgcolor*/;
}
[local-style="37590221"] .backdrop {
    min-height: 100vh;
}
[local-style="37590221"] .container,
body.mobile [local-style="37590221"] .container {
    position: fixed;
}

#header a {
	border: none;
}

/*Video Splash*/
[local-style="37420969"] * {
   mix-blend-mode: difference !important;
}
#videoplayer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    object-fit: cover;
}
@media only screen and (max-width: 449px),
    screen and (max-height: 449px) {
#videoplayer {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    z-index: -100 !important;
    object-fit: cover !important;
}
    #rawvideo {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
}
#rawvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 450px) {
    #videoplayer, #rawvideo {
        /*With Margin*/
        /*
        object-fit: contain;
        height: 80%;
        width: 95%;
        left: 2.5%;
        top:10%
*/
    }
}

/*Video width 100% on mobile  */
/*Vimeo + Cargo*/ 
body.mobile .video_embed, body.mobile iframe.video_embed, body.mobile .video_wrapper_inner, body.mobile .video_wrapper_outer {
    width: 100% !important;
    height: 100% !important;
    padding: .5rem;
    z-index: 9999;
    padding-bottom: 58.65%; /* 16:9 + 5rem */
    padding-top: 58.65%; /* 16:9 + 5rem */
    /*    padding-bottom: 56.25%; /* 16:9 */
    /*	padding-top: 56.25%; /* 16:9 */
}
/*Video in middle screen*/
body.mobile [data-backdrop="video"].backdrop .video_embed {
  top: 33.33%;
}

/*Last video space*/
body.mobile [data-id="37590224"] {
  margin-bottom: 10rem;
}

/*Footer*/
body.mobile [local-style="37590245"] bodycopy {
    font-size: .85rem;
}
body [local-style="37590245"] bodycopy {
    font-weight: 100;
}
/*MENU DESCKTOP/MOBILE*/
/**
 * NAV MOBILE Site Menu Button
 */

.scrollUp {
    transform: translateY(-40px);
    transition: transform ease-in-out 0.5s;
    -webkit-transition: transform ease-in-out 0.5s;
    -moz-transition: transform ease-in-out 0.5s;
}

[local-style="37590244"] {
    margin-bottom: -40px;
        transition: transform ease-in-out 0.5s;
    -webkit-transition: transform ease-in-out 0.5s;
    -moz-transition: transform ease-in-out 0.5s;
}
/*body.mobile [local-style="37590244"] {
	margin-bottom: initial;
    transform: initial !important;
}*/

.pinned_bottom {
	z-index: 99;
}

.dropbtn {
    font-size: 1.75rem;
    line-height: 0;
    font-weight: normal;
/*    color: #232429;*/
    font-style: normal;
    vertical-align: middle;
/*    cursor: pointer;*/
    width: 100%;
    padding: 0 0.28em;
    background-color: initial;
    border: none;
    text-transform: lowercase;
    letter-spacing: .25px;
}

.dropbtn a {
	border: none !important;
}

/*Footer*/

/*no display on index*/ [data-page-id="37420972"] [local-style="37421018"] {
    display: none;
}

.contact-footer {
/*		background-color: #f2f3f6;*/
}

[local-style="37420973"] {
z-index: -1 !important;
}

[local-style="37421018"] {
	padding-bottom: 0.25rem !important;
    bottom: 0 !important;
}
[local-style="37421018"] small {
	bottom: 0;
    vertical-align: bottom;
}
.pinned_bottom{
    height: auto !important;
}

/*Popup Cookies Consent*/

#cookies .wrapper {
  position: fixed;
  bottom: 20px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 5px 25px 25px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#cookies .wrapper.show {
  right: 20px;
}
#cookies .wrapper header {
  display: flex;
  align-items: center;
}

#cookies header h3 {
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-variation-settings: 'slnt' 0, 'MONO';
    color: rgba(51, 51, 51, 1);
    font-weight: 3400;
}
#cookies .wrapper .data {
	font-size: 1.1rem;
	color: rgb(190, 175, 168);
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO';
	padding-bottom: 2px;
}
#cookies .wrapper .data p {
  color: #323232;
}
#cookies .data p a {
  color: #323232;
  text-decoration: none;
    font-weight: 800;
    letter-spacing: initial;
}
#cookies .data p a:hover {
  text-decoration: underline;
}
#cookies .wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-transform: uppercase;
}
#cookies .buttons .button {
	font-size: 1.0rem;
	color: rgb(190, 175, 168);
    font-weight: 400;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: -0.5px;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #323232;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
    text-transform: uppercase;
}
#cookies .buttons #acceptBtn:hover {
  background-color: #f2f3f6;
      color: #232429;
}
#cookies #declineBtn {
  border: 2px solid #e2dad4;
  background-color: #fff;
  color: #333;
}
#cookies #declineBtn:hover {
  background-color: #e2dad4;
  color: #333;
}
/***/

/*Inside Project*/
.col8-12 {
    width: 66.666%;
    margin: 0 auto;
}
body.mobile .col8-12 {
    width: 66.666%;
    margin: 0 auto;
}
.col8-12 {
    width: 66.666%;
    margin: 0 auto;
}

/**
* Read more
**/
span#readmore {
    font-weight: normal;
}
.read-more.read-less .second-section,
.read-more.read-less .text-less,
.leer-mas.leer-menos .second-section,
.leer-mas.leer-menos .text-less{
   display: none;
}
.read-more.show-more-content .text-more,
.leer-mas.show-more-content .text-more{
   display: none;
}
.read-more .text-more,
.read-more .text-less,
.read-more .text-more,
.read-more .text-less{
   margin-left: 2px;
   cursor: pointer;
}
.leer-mas.leer-menos,
.leer-mas.show-more-content,
.leer-mas .second-section{
	font-weight: normal;
}
.read-more.read-less .text-more,
.read-more.show-more-content .text-less {
	font-weight: normal;
}
/**/

.project-title {
	text-align: center;
}

#project-slide .gallery_image_caption {
    max-width: 90%;
}
body.mobile #project-slide .gallery_image_caption {
    max-width: 100%;
    text-align: center !important;
    font-size: 1.4rem;
}
#project-slide [image-gallery-horizontal-align=right] .gallery_image_caption {
	text-align: left !important;
}
/*width slide on project set*/
[data-id="37420984"] #project-slide .image-gallery {
	width: 100%;
    height: auto;
    margin: auto auto;
    min-height: 50vh; /*100% height screen*/ 
 /*   top: 10vh;*/
    margin-bottom: 25vh;
}
body.mobile [data-id="37420984"] #project-slide .image-gallery {
	width: 100%;
}
/*#project-slide .image-gallery img {
    width: 100% !important;
    height: auto !important;
}*/
body.mobile #project-slide .image-gallery img {
/*    max-height: 66.6vh;*/
    max-height: initial;
    width: 100% !important;
    max-width: initial;
    height: auto !important;
}
#project-title {
    padding: 1rem;
    padding-bottom: 4rem;
}
#project-title h2 {	
    font-size: 2.8rem;
    line-height: 0.75;
    padding-bottom: 0.3rem;
}
body.mobile #project-title {
    padding: 0;
    padding-bottom: 1rem;
}
body #project-title .marquee {
    padding-bottom: .66em;
    padding-top: .66em;
}
@media only screen and (min-width: 768px) {
body #project-title .marquee .marquee_contents {
    transform: none !important;
}
}
.project-info {
	padding-top: 2.5rem !important;
}
body.mobile .project-info {
	padding-top: 5rem !important;
}
@media only screen and (min-width: 768px) {
.project-info .gallery_card,
.project-info .gallery_card_image,
.project-info .image-gallery .gallery_card img{
    max-height: 26vh;
    width: auto;
    max-width: 100%;
}
}

/*Photography*/
[data-id="37590223"] {
padding-top: 0 !important;
}

/*Video*/
.video-credit div:first-child {
	text-align: right;
}
body.mobile .video-credit div:first-child {
	text-align: inherit;
}

body.mobile .video-credit {
    text-align: center;
}

/**
 * Bio
 */
[data-id="37590236"] b {
  content: ' ';
  display: block;
}

[data-id="37590236"] .gallery_image_caption {
	font-size: 1.0rem;
	line-height: 1.5rem;	
    margin: .5rem 0;
}

/**
 * Exhibitions
 */
body.mobile [data-id="37590233"] .gallery_image_caption {
    display: none;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

button {
font-size: 1.5rem;
	font-family: "Nimbus-sans", "Helvetica", sans-serif, Icons;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    border: none;
    color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 2px;
    background: #323232;
    cursor: pointer;
    width: auto;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

button a {
	color: #FFFFFF !important;
    border: none !important;
}

[data-predefined-style="true"] bodycopy {
;
}

[data-predefined-style="true"] bodycopy a {
    color: #232429;
	border-bottom: 1px solid;
	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;
}

a.icon-link {
font-size: 1.5rem !important;
    line-height: 0.5 !important;
vertical-align: initial; 
padding: initial;
}

[data-predefined-style="true"] h1 {
	font-family: "Nimbus-sans", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: 100;
    letter-spacing: -.05px;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
/*	color: #232429;*/
	line-height: 1.5;
    text-align: center;
}

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

[data-predefined-style="true"] h2 {	
    font-weight: 100;
    margin-block-start: 0;
}

[data-predefined-style="true"] h2 a {
/*	color: #232429;*/
}
[data-predefined-style="true"] h3 {	
    font-weight: 100;
    margin-block-start: 0;
    letter-spacing: -.5px;
}
[data-predefined-style="true"] h3 a {	
    border-bottom: 0;
}

[data-predefined-style="true"] h3 span {	
    font-size: 0.7em;
}

[data-predefined-style="true"] small {
    font-size: 1.1rem;
    line-height: 1.3em;	
    font-family: "Nimbus-sans", "Helvetica", sans-serif;
    font-weight: 400;
	line-height: .8rem;	
    letter-spacing: -0.02em;
    text-align: center;
}

[data-predefined-style="true"] small a {
/*	color: #232429;*/
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


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

[data-css-preset] body {
}

body .content_container {
    max-width: 80vw;
    margin: 0 auto;
}
body.mobile .content_container  {
    max-width: 100% !important;
}

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

/**
 * Thumbnails
 */

.thumbnails .content {
    padding-top: 0;
}

[local-style="37421024"] .thumbnail-image {
    background-color: #70747c;
    display: flex;
}
body.mobile [local-style="37421024"] .thumbnail-image {
    background-color: initial;
    display: initial;
}
.thumbnail-image img {
    margin: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}
[local-style="37421024"] a:hover .thumbnail-image img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale"); /* Firefox 3.5+ */
/*filter: gray; /* IE6-9 */
/*-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
body.mobile .thumbnail-image img {
    width: 100% !important;
    height: auto !important;
    padding: 0 5rem;
}
div[thumbnails] {
/*	justify-content: space-around;*/
    justify-content: space-between;
}

.gallery_image_caption {
	display: block;
    text-align: left;
    clear: both;
    font-size: 1rem;
    line-height: 1.2em;
    text-rendering: optimizeLegibility;
    font-weight: normal !important;
    letter-spacing: 0.005px;
    margin: 8px 0;
}

.gallery_image_caption i {
	font-family: "Monument Grotesk Variable", Icons;
    font-weight: 400;
	font-style: normal;
    font-style: italic;
}

[image-gallery-horizontal-align=middle] .gallery_image_caption {
	text-align: left !important;
}

.thumbnails .content_padding {
/*    padding: 0 0.5rem 1rem 0.5rem;*/
    margin-bottom: 4rem;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(255, 255, 255, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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


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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .thumb_image img {
	margin: 0.2em;
}

.thumbnails .tags {
    margin-top: 0rem;
    margin-bottom: 2rem;
    font-size: .85rem;
	font-weight: 400;
/*	color: #232429;*/
	font-style: normal;
	line-height: 1.4;
    letter-spacing: .45px;
}

.thumbnails .tags a {
	font-family: "Nimbus-sans", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: normal;
    font-size: 1.25rem;
    line-height: 0.75rem;
	border-bottom: 0;
	color: #232429;
    text-decoration: none;
    padding-left: .05rem;
    pointer-events: none;
    transition: all 200ms ease-out;
}

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

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

.thumbnails .thumbnail .title  {
	font-family: "Nimbus-sans", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.85rem;
	color: #232429;
	line-height: 1.10;
    text-align: left;
    letter-spacing: .45px;
    transition: all 200ms ease-out;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 20px;
    z-index: 999;
    position: absolute;
    opacity: 0;

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

body.mobile .thumbnails .thumbnail .title  {

    position: relative;
    opacity: 1;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}
.thumbnails .thumbnail:hover img {
    opacity: .3;
}

.thumbnails .thumbnail:hover .title,
.thumbnails .thumbnail:hover .tags a {
    color: #232429 !important;
    transition: all 200ms ease-out;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
/*	color: #232429;*/
    position: fixed;
	top: 1rem /*!site_menu_button*/;
	font-size: 28px /*!site_menu_button*/;
	right: 1.5rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Nimbus-sans", "Helvetica", sans-serif, Icons;
    letter-spacing: -1px;
	font-size: 3rem;
	line-height: 1.5;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    max-width: 45%;
    height: auto;
    display: block;
    border-width: 0.1rem;
    border-color: rgba(0, 0, 0, 0.14);
    border-style: solid;
    border-radius: .25rem 0 0 .25rem;
    box-shadow: 0.4rem 0.4rem 2.17rem 0rem rgba(0, 0, 0, 0.15);
}

body.mobile #site_menu {
	padding: 0;
	margin: 0;
    font-size: 3.5rem;
    line-height: initial;
	text-align: center;
	display: flex;
	justify-content: center;
}

#site_menu .page-link a {
	color: rgba(35, 36, 41, 1);
}

#site_menu .set-link > a {
	color: rgba(35, 36, 41, 1);
	font-weight: 100;
}

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

#site_menu a.active {
	color: rgba(35, 36, 41, 1);
    border-bottom: 2px solid;
    margin-bottom: -2px;
}

#site_menu .close {
	display: block;
	color: rgba(35, 36, 41, 1);
	line-height: 1em;
	font-size: 50px;
    font-weight: 100;
    right: 17px;
    top: 2px;
}

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

#site_menu .break {
	height: 28px;
}

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

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: #232429;
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2.5rem /*!shop_button*/;
	right: 4rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: #232429;
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.4;
	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.5rem;
	line-height: 1.3;
	color: #232429;
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.5rem;
    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.3;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-size: 1.2rem;
	font-weight: 400;
	color: #232429;
	font-family: "Nimbus-sans", "Helvetica", sans-serif, Icons;
	font-style: normal;
	line-height: initial;
    background: rgba(35, 36, 41, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
    padding: .8rem 1rem;
    border: 0;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 3.2rem /*!quick_view_padding*/;
    padding-bottom: 3.2rem /*!quick_view_padding*/;
    padding-left: 3.2rem /*!quick_view_padding*/;
    padding-right: 3.2rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 1.5rem /*!quick_view_padding*/;
    padding-right: 1.5rem /*!quick_view_padding*/;
}


[data-css-preset] .quick-view-background {
background-image: linear-gradient(rgb(242 243 246 / 70%), #fff, #f2f3f6, rgb(242 243 246 / 70%));
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption-wrapper {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0 2.5rem;
}

.quick-view-caption {
    margin-top: 1.00rem;
    margin-bottom: 0.5rem;
	font-family: "Nimbus-sans", "Helvetica", sans-serif;
    letter-spacing: -0.01px;
	line-height: initial;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1.1rem 3.2rem;
    text-align: left;
    
   
    text-rendering: optimizeLegibility;
      font-size: 0.7rem;
    line-height: 1.2em;
    font-weight: normal !important;
    letter-spacing: 0;
 }

.quick-view-caption span {
    padding: 0.5rem 0;
    display: inline-block;
    color: #232429;
}

body.mobile .quick-view-caption {
	font-size: 1.3rem;
    line-height: 1.6rem;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 15px;
}

.quick-view-navigation .right-arrow {
    right: 15px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 28px;
    width: 28px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    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: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
}

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

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

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(35, 36, 41, 1);
    stroke-width: 2px;
    display: none;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2px;
    display: none;
}



body.mobile .slideshow-nav {
	display: none;
}

body .slideshow-nav {
    position: absolute;
    width: 100%;
/*    height: 100vh;*/
    z-index: 999 !important;
    visibility: visible !important;
    pointer-events: none;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */
[image-gallery=slideshow] .gallery_card img {
    cursor: pointer;
}
.pswp--zoom-allowed .pswp__img {
    cursor: grab;
}

.image-gallery-navigation .right-arrow {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    float: right;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    pointer-events: visible;
    cursor: url(https://payload471.cargocollective.com/1/19/619716/9970961/cursor-right_w.png) 31 20, e-resize;
}
.image-gallery-navigation .left-arrow {
position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    pointer-events: visible;
    cursor: url(https://payload471.cargocollective.com/1/19/619716/9970961/cursor-left_w.png) 31 20, e-resize;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.slick-next.image-gallery-navigation,
.slick-prev.image-gallery-navigation {
    position: absolute;
    width: 33.33%;
    /* height: 100vh; */
    /* z-index: 999 !important; */
    visibility: visible !important;
    pointer-events: none;
}
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 32px;
   height: 32px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
   stroke-width: 2.0px;
}

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


/**
 * 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: #f2f3f6;
    font-size: 1.4rem;
    line-height: 1.1;
	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: 1rem;
    fill: rgba(169, 156, 150, 1);
}

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

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

