/** 
  * Custom CSS
 */

/* Menu button on mobiles*/
#site_menu_button {
	top: -0.rem !important;
    right: 2.6rem !important;
}

/* Hide menu button when device is 
in landscape mode and the menu options
are already showing
*/
@media only screen and (min-width: 770px) and (orientation: landscape) {
	#site_menu_button {
		visibility: hidden !important;
    }
}

/* Hide side navbar on home screen */
.homepage #site_menu_button {
	visibility: hidden !important;
}

/* Adjust font size on homescreen manually */
.homepage h1 {
	font-size: 4.4rem !important;
}

.homepage h2 {
	font-size: 1rem !important;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .homepage h1 {
        font-size: 3.5rem !important;
   }

   .homepage h2 {
       font-size: 2.rem !important;
   }
}

@media only screen and (max-width: 959px) {
  .homepage h1 {
        font-size: 3.2rem !important;
   }

   .homepage h2 {
       font-size: 2.rem !important;
   }
}

@media only screen and (max-width: 480px) {
  .homepage h1 {
        font-size: 2rem !important;
   }

   .homepage h2 {
       font-size: 2.3rem !important;
   }
}

/* Extended Bold; Bold style */
   @font-face {
    font-family: "EB Garamond", Icons;
    font-weight: 400;
    font-style: normal;
    src: url('https://files.cargocollective.com/c136300/Venn-ExtendedBold.woff') format('woff');
}

/* Extended Regular; Regular style */
   @font-face {
    font-family: "EB Garamond", Icons;
    font-weight: 400;
    font-style: normal;
    src: url('https://files.cargocollective.com/c136300/Venn-ExtendedRegular.woff') format('woff');
}

/* Regular; Regular style */
   @font-face {
    font-family: "EB Garamond", Icons;
    font-weight: 400;
    font-style: normal;
    src: url('https://files.cargocollective.com/c136300/Venn-Regular.woff') format('woff');
}

/* Light; Light style */
   @font-face {
    font-family: "EB Garamond", Icons;
    font-weight: 400;
    font-style: normal;
    src: url('https://files.cargocollective.com/c136300/Venn-Light.woff') format('woff');
}

/**
 * Content
 */

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

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

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

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: "EB Garamond", Icons;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.74);
	padding-bottom: 0em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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: 3;
	padding-bottom: 3;
}

[data-predefined-style="true"] h1 {
    font-style: normal;
	font-weight: 500;
    font-family: "EB Garamond", Icons;
	padding: 0;
	margin: 0;
	font-size: 3rem;
    letter-spacing: 0.001em;
	line-height: 0.7;
	color: rgb(0, 0, 0);
    display:inline-block;
    max-width: 100%
}

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

[data-predefined-style="true"] h2 {
	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0em;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.7rem;
	line-height: 1;
    width: 100%;
    max-width: 100%;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.rem;
	line-height: 0.5;
	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

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

/**
 * 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: rgba(0, 0, 0, 0) /*!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: rgba(255, 255, 255, 0)/*!body_bgcolor*/;
}

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

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


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 70rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

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

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

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

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

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding-top: 1.15rem /*!responsive_thumbnails_padding*/;
	padding-bottom: 0,8rem /*!responsive_thumbnails_padding*/;
	padding-left: 0,5rem /*!responsive_thumbnails_padding*/;
	padding-right: 0,5rem /*!responsive_thumbnails_padding*/;
}

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


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

.thumbnails .title {
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: "EB Garamond", Icons;
	font-style: medium;
	line-height: 1.5;
  }

.thumbnails .tags {
    margin-top: 0rem;
    margin-bottom: 0.9rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "EB Garamond", Icons;
	font-style: normal;
	line-height: 0.5;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 1);
    line-height: .92em;
    font-size: 70px /*!site_menu_button*/;
    padding: 4.8px;
    line-height: 2;
    background: rgba(#fff, #fff, #fff, 1);
    position: fixed;
    top: 0.5rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -17px;
    font-size: 25px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "EB Garamond", Icons;
	background: rgba(255, 255, 255, 0.98);
	font-size: 20px;
    line-height: 3em;
	font-style: normal;
	font-weight: 500;
	padding: 8px 30px 90px 15px;
	max-width: 400px;
	min-width: 300px;
    top: 0rem;
	text-align: center;
	display: flex;
	justify-content: center;
}

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

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

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
}

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

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

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 1);
	line-height: 2em;
	font-size: 25px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 32px;
	line-height: 1em;
    right: 1.8rem !important;
}

#site_menu .break {
	height: 3px;
}

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

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    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-size: 2rem;
	font-weight: 400;
	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;
    padding: 0;
    line-height: 1.2;
}

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


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

/**
 * 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-color: transparent /*!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 .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

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

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

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

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

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

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;

}

@media only screen and (max-width: 768px) {
  .thumbnails .title {
    font-size: 1.7rem;
  }
    
}

@media only screen and (max-width: 768px) {
  .thumbnails .tags {
    font-size: 1.5rem;
  }
    
}

@media (max-width: 768px) {
  #jvt {
    font-size: 1.8rem;
      top: -7px;
      left: -8px;
    text-align: left;
    display: block; /* útil si quieres que text-align funcione correctamente */
  }
}

@media (max-width: 768px) {
  #aboutjvt {
    font-size: 1.6rem;
      left: 3px;
      right: 1px;
    text-align: left;
    display: block;
  }
}

@media (max-width: 768px) {
  #contacth {
    font-size: 1.7rem;
    text-align: left;
    display: block;
  }
}

