@charset "UTF-8";
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/********************* 
BASE (MOBILE) SIZE
*********************/
/*********************
GENERAL STYLES
*********************/
@font-face {
  font-family: "Caslon540BTWXX-Roman";
  src: local("☺"), url("Caslon540BTWXX-Roman.woff") format("woff"), url("Caslon540BTWXX-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Caslon540BT-Italic";
  src: local("☺"), url("Caslon540BT-Italic.woff") format("woff"), url("Caslon540BT-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body, html {
  margin: 0;
  padding: 0;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-size: 100%;
  line-height: 1.21;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7.15vw;
  font-family: sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #1b1b1b;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "Caslon540BTWXX-Roman", serif;
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  scroll-behavior: smooth;
  font-display: swap;
  transition: background-color 0.5s;
  background-size: 100vw auto;
  background-repeat: no-repeat;
}

div {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: 100;
  letter-spacing: 0px;
}

i, em {
  font-family: "Caslon540BT-Italic", serif;
}

img {
  transition: opacity 0.5s;
}

.lazyload:not(img) {
  position: relative;
  height: 0;
}

.lazyload:not(img) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.lazyload {
  width: 100%;
}

img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 0.35s;
}

img.lazyloaded {
  transition: opacity 0.35s;
  opacity: 1;
}

iframe.lazyload, iframe.lazyloading {
  transition: all 0.35s;
}
iframe.lazyload #player, iframe.lazyloading #player {
  opacity: 0;
  transition: all 0.35s;
}

.hidden-on-m {
  display: none;
}

input:-internal-autofill-selected {
  background-color: inherit;
}

/*********************
LINK STYLES
*********************/
:focus {
  outline-color: transparent;
  outline-style: none;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: color 0.35s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid transparent;
  padding-bottom: 0.5vw;
}
a:visited, a:focus {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid black;
}
a.active {
  text-decoration: none;
  border-bottom: 1px solid black;
}
a:hover, a:active {
  color: #000;
  text-decoration: none;
  transition: color 0.35s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid black;
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, p {
  font-weight: normal;
}

img {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: grey;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: grey;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: grey;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: grey;
}

/*********************

MENU

*********************/
#menu-projects-desktop {
  display: none;
}

.menu-mobile {
  position: fixed;
  z-index: 3;
}
.menu-mobile .mobile-information-menu {
  position: fixed;
  right: 4vw;
  top: 1.25vw;
  font-size: 7.25vw;
}
.menu-mobile .mobile-information-menu a {
  border-bottom: 1px solid black;
}
.menu-mobile a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.5vw;
}
.menu-mobile a.active, .menu-mobile a:hover {
  border-bottom: 1px solid black;
}
.menu-mobile .logo-inside-menu {
  position: fixed;
  top: 3vw;
  left: 3vw;
  width: 10vw;
  height: auto;
}
.menu-mobile .menu-content {
  display: block;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translateX(100%);
  transition: 0.5s transform ease-in-out;
}
.menu-mobile .menu-content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 45vh;
  height: calc(var(--vh, 1vh) * 45);
  text-align: center;
  top: 27.5vh;
  top: calc(var(--vh, 1vh) * 27.5);
  position: absolute;
  width: 100%;
  padding: 0;
}
.menu-mobile .menu-content ul li {
  list-style: none;
  display: block;
}
.menu-mobile.active .menu-content {
  transform: translateX(0%);
  transition: 0.5s transform ease-in-out;
}

.logo-menu {
  position: fixed;
  top: 3vw;
  left: 3vw;
  width: 10vw;
  height: auto;
  z-index: 4;
}

body.books .logo-menu {
  display: none;
}

body.home .logo-menu {
  opacity: 0;
  transition: 0.5s opacity;
}
body.home .logo-menu.in-view {
  opacity: 1;
  transition: 0.5s opacity;
  transition-delay: 2.5s;
}

footer {
  width: 100%;
  position: relative;
  margin-top: 20vw;
  text-align: center;
}
footer .full {
  border-top: 1px solid black;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  line-height: 0;
}
footer .full .third {
  width: 95%;
  left: 2.5%;
  position: relative;
  line-height: 1.05;
}
footer .full img {
  width: 86%;
  margin: 0 auto;
  position: relative;
}

/*********************

HOMEPAGE

*********************/
#homepage-logo {
  position: fixed;
  top: 1.5vh;
  height: 95vh;
  height: calc(var(--vh, 1vh) * 95);
  transition: height 0.5s;
  left: 4vw;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: 0.5s opacity;
  transition-delay: 1.5s;
}
#homepage-logo img {
  height: 100%;
  width: auto;
}
#homepage-logo.in-view {
  opacity: 0;
  transition: 0.5s opacity;
  transition-delay: 0s;
}

body.page-id-44 #homepage-logo {
  display: none;
}

#homepage-slider .homepage-slide {
  height: 75vh;
  width: 100%;
  cursor: none;
}
#homepage-slider .homepage-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  display: block;
  bottom: auto;
  margin-top: 5vw;
  position: relative;
  margin-bottom: 17vw;
  position: relative;
}
.slick-dots li {
  height: auto;
  width: auto;
}
.slick-dots a {
  border-bottom: none;
}
.slick-dots .slick-active a {
  color: blue;
  text-decoration: none;
}

.textPrice {
  position: relative;
  margin-top: 11vw;
}
.textPrice:before {
  content: "$";
}
.textPrice form {
  display: inline;
  position: relative;
}
.textPrice form:before {
  content: "add to cart";
  margin-left: 4.5vw;
  border-bottom: 1px solid black;
  padding-bottom: 0.5vw;
}
.textPrice input[type=image] {
  opacity: 0;
  height: 5vw;
  left: 0;
  border: 1px solid black;
  width: 100%;
  top: 0;
  position: absolute;
}
.textPrice.sold-out form:before {
  content: "sold out";
}
.textPrice.pre-order form:before {
  content: "pre-order";
}

article .textPrice .paypal-button-container {
  margin-left: 0vw !important;
}

.paypal-buttons-layout-horizontal {
  height: 100%;
}
.paypal-buttons-layout-horizontal iframe {
  height: 100%;
}
.paypal-buttons-layout-horizontal iframe body {
  height: 100%;
}
.paypal-buttons-layout-horizontal iframe body .buttons-container {
  height: 100%;
}

.textPrice .smart-button-container {
  display: inline-block;
}
.textPrice .paypal-button-container {
  opacity: 1;
  display: inline-block;
  position: relative;
  margin-left: 4.5vw;
}
.textPrice .paypal-button-container:before {
  content: "add to cart";
  border-bottom: 1px solid black;
  padding-bottom: 0.5vw;
}
.textPrice.sold-out .paypal-button-container:before {
  content: "sold out";
}
.textPrice.pre-order .paypal-button-container:before {
  content: "pre-order";
}
.textPrice .paypal-buttons-layout-horizontal {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.paypal-button-row {
  height: auto !important;
  min-height: auto !important;
}

.paypal-button-tagline {
  display: none !important;
}

.fleche-gauche {
  display: none;
}

.fleche-droite {
  display: none;
}

.cross {
  display: none;
}

.books-container {
  width: 95%;
  left: 2.5%;
  margin-top: 10vw;
  position: relative;
}
.books-container .item-container {
  padding-bottom: 7vw;
}
.books-container .container-item {
  margin-bottom: 8vw;
}
.books-container .item-featured-images {
  position: relative;
  height: 64vw;
  overflow: hidden;
}
.books-container .item-featured-images .top-featured {
  position: relative;
  top: 0;
  left: 0;
  height: 64vw;
  width: 100%;
}
.books-container .item-featured-images .bottom-featured {
  display: none;
}
.books-container .item-featured-images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.books-container .item-information {
  text-align: center;
  margin-top: 4.25vw;
  position: relative;
  width: 95%;
  left: 2.5%;
}

.backtotop {
  position: relative;
  margin-top: 5vw;
  text-align: center;
  width: 100%;
}
.backtotop a {
  border-bottom: 1px solid transparent;
  padding-bottom: 0.5vw;
  cursor: pointer;
}

/*********************

PROJECTS PAGE

*********************/
.projects-container {
  width: 95%;
  left: 2.5%;
  position: relative;
  margin-top: 19vw;
}
.projects-container .item-featured-images {
  position: relative;
  line-height: 0;
}
.projects-container .item-featured-images .homepage-slide {
  height: 59vw;
  overflow: hidden;
}
.projects-container .item-featured-images .homepage-slide .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-container .item-information {
  text-align: center;
  margin-top: 2.5vw;
  position: relative;
  width: 90%;
  left: 5%;
  margin-bottom: 15vw;
}

.readmore-content {
  display: none;
}
.readmore-content p {
  margin-top: 0;
}
.readmore-content.open {
  display: block;
}

.readmore {
  cursor: pointer;
}

/*********************

BOOKS & EDITIONS PAGE

*********************/
body.page-id-774 .books-container,
body.page-id-778 .books-container {
  margin-top: 19vw;
}

/*********************

SINGLE PAGE

*********************/
article {
  margin-top: 19vw;
  position: relative;
}
article .single-slider {
  width: 90%;
  left: 2.5%;
  position: relative;
  height: auto;
}
article .single-slider .slick-slide {
  height: 61vw;
  overflow: hidden;
}
article .single-slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
article .slider__counter {
  margin-top: 1.75vw;
}
article .single-description {
  width: 90%;
  left: 2.5%;
  position: relative;
  margin-top: 2.25vw;
}
article .textPrice form:before {
  margin-left: 0vw;
}
article .textPrice {
  margin-top: 0;
}

/*********************

INFO

*********************/
.info-image {
  height: 78vh;
  height: calc(var(--vh, 1vh) * 78);
  height: -webkit-fill-available;
}
.info-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sentence {
  width: 95%;
  left: 2.5%;
  position: relative;
  padding-bottom: 25vw;
}
.sentence a {
  border-bottom: 1px solid black;
  padding-bottom: 0.5vw;
}
.sentence ul {
  margin: 0;
}
.sentence ul li {
  list-style: none;
}
.sentence ul li img {
  width: 5vw;
  height: auto;
  margin-right: 2vw;
  display: inline-block;
}

/*********************
LARGER MOBILE DEVICES 
*********************/
@media only screen and (max-width: 766px) {
  .hide-on-mobile {
    display: none;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  body {
    font-size: 4vw;
  }

  .menu-mobile {
    position: fixed;
    z-index: 3;
  }
  .menu-mobile .mobile-information-menu {
    font-size: 7.25vw;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1023px) {
  body {
    font-size: 1.75vw;
  }

  .hidden-on-m {
    display: initial;
  }

  .hidden-on-d {
    display: none;
  }

  .textPrice form:before {
    padding-bottom: 0.25vw;
  }

  #menu-projects-desktop li a {
    padding-bottom: 0.25vw;
  }

  a {
    padding-bottom: 0.25vw;
  }

  /*********************

  MENU

  *********************/
  .menu-mobile {
    display: none;
  }

  #menu-projects-desktop {
    display: block;
    position: fixed;
    top: 1.5vw;
    left: 61.5vw;
    width: 39Vw;
    z-index: 99999;
  }
  #menu-projects-desktop ul, #menu-projects-desktop li {
    margin: 0;
    padding: 0;
  }
  #menu-projects-desktop li {
    list-style: none;
    margin-right: 4.25vw;
    display: inline-block;
  }
  #menu-projects-desktop li a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  #menu-projects-desktop li a.active, #menu-projects-desktop li a:hover {
    border-bottom: 1px solid black;
  }

  footer {
    width: 100%;
    position: relative;
    margin-top: 5vw;
    text-align: left;
  }
  footer a {
    border: 1px solid transparent;
  }
  footer .full {
    border-top: 1px solid black;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  footer .full .third {
    width: 32%;
    margin-top: 1.25vw;
    left: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  footer .full .third:nth-of-type(2) {
    text-align: center;
  }
  footer .full .third span {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin: 0;
    display: block;
  }
  footer .full img {
    width: 36%;
    margin: 0 auto;
    position: relative;
  }

  .logo-menu {
    top: 2vw;
    left: 2vw;
    width: 3.85vw;
  }

  body.info .logo-menu {
    display: none;
  }

  /*********************

  HOMEPAGE

  *********************/
  #homepage-logo {
    position: fixed;
    top: 3vh;
    height: 94vh;
    left: 2vw;
  }
  #homepage-logo img {
    height: 100%;
    width: auto;
  }

  #homepage-slider .homepage-slide {
    height: 100vh;
    width: 100%;
  }
  #homepage-slider .homepage-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #homepage-slider a, #homepage-slider a:hover, #homepage-slider a:focus {
    border-bottom: 0;
  }
  #homepage-slider .slick-next {
    height: 100vh;
    width: 20vw;
    right: 0;
    z-index: 10;
    top: 50vh;
  }
  #homepage-slider .slick-next:hover {
    cursor: none;
  }
  #homepage-slider .slick-prev {
    height: 100vh;
    width: 20vw;
    left: 0;
    z-index: 10;
    top: 50vh;
  }
  #homepage-slider .slick-prev:hover {
    cursor: none;
  }

  .slick-next:before {
    content: "";
  }

  .slick-prev:before {
    content: "";
  }

  .fleche-gauche {
    display: none;
    position: fixed;
    z-index: 80;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fleche-gauche img {
    width: 3vw;
  }
  .fleche-gauche.active {
    display: block;
  }

  .fleche-droite {
    display: none;
    position: fixed;
    z-index: 80;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fleche-droite img {
    width: 3vw;
  }
  .fleche-droite.active {
    display: block;
  }

  .cross {
    display: none;
    position: fixed;
    z-index: 80;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .cross img {
    width: 3vw;
  }
  .cross.active {
    display: block;
  }

  .books-container {
    width: 86%;
    left: 7%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.5vw;
  }
  .books-container .container-item {
    width: 47%;
    margin-bottom: 2vw;
  }
  .books-container .information-container {
    margin-top: 2vw;
  }
  .books-container .item-information {
    margin-top: 1.25vw;
  }
  .books-container .item-featured-images {
    position: relative;
    cursor: url("http://yundlerbrondino.com/wp-content/themes/yundlerbrondino_2021/library/images/cursor-cross.png"), auto;
    height: 28vw;
  }
  .books-container .item-featured-images .top-featured {
    position: relative;
    top: 0;
    left: 0;
    height: 28vw;
    width: 100%;
  }
  .books-container .item-featured-images .bottom-featured {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 28vw;
    width: 100%;
  }
  .books-container .item-featured-images:hover {
    cursor: none;
  }
  .books-container .item-featured-images:hover .bottom-featured {
    opacity: 1;
  }

  .textPrice {
    margin-top: 2vw;
  }

  .textPrice form:before {
    margin-left: 1.5vw;
  }

  .backtotop {
    text-align: left;
    left: -5%;
  }

  .textPrice .paypal-button-container {
    margin-left: 1.5vw;
  }
  .textPrice .paypal-button-container:before {
    padding-bottom: 0.25vw;
  }

  /*********************

  BOOKS & EDITIONS PAGE

  *********************/
  body.page-id-774 .books-container,
body.page-id-778 .books-container {
    margin-top: 7.5vw;
  }

  /*********************

  PROJECTS PAGE

  *********************/
  .slick-dots {
    margin-top: 2.5vw;
    margin-bottom: 0;
  }

  .projects-container {
    width: 95%;
    left: 2.5%;
    position: relative;
    margin-top: 8.5vw;
  }
  .projects-container .item-featured-images {
    position: relative;
    cursor: url("http://yundlerbrondino.com/wp-content/themes/yundlerbrondino_2021/library/images/cross-hair.png"), auto;
  }
  .projects-container .item-featured-images .top-featured {
    position: relative;
    top: 0;
    left: 0;
  }
  .projects-container .item-information {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .projects-container .slick-next {
    height: 100%;
    width: 50%;
    right: 0;
    z-index: 10;
    top: 50%;
  }
  .projects-container .slick-next:hover {
    cursor: none;
  }
  .projects-container .slick-prev {
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 10;
    top: 50%;
  }
  .projects-container .slick-prev:hover {
    cursor: none;
  }

  /*********************

  SINGLE


  *********************/
  article {
    position: relative;
    margin-top: 8.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  article .single-slider {
    width: 66%;
    height: 44vw;
  }
  article .single-slider .slick-slide {
    height: 44vw;
  }
  article .single-slider .slick-next {
    height: 100%;
    width: 50%;
    right: 0;
    z-index: 10;
    top: 50%;
  }
  article .single-slider .slick-next:hover {
    cursor: none;
  }
  article .single-slider .slick-prev {
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 10;
    top: 50%;
  }
  article .single-slider .slick-prev:hover {
    cursor: none;
  }
  article .single-description {
    width: 28%;
    left: 5%;
    position: relative;
    margin-top: 0vw;
    height: 44vw;
    padding-right: 2%;
    overflow-y: scroll;
  }
  article .textPrice form:before {
    margin-left: 0vw;
  }

  /*********************

  INFO

  *********************/
  .info-image {
    height: 100vh;
  }
  .info-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .sentence {
    width: 95%;
    left: 2.5%;
    position: relative;
    margin-top: 2vw;
    padding-bottom: 5.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sentence a {
    border-bottom: 1px solid black;
    padding-bottom: 0.25vw;
  }
  .sentence ul {
    margin: 0;
    padding: 0;
  }
  .sentence ul li {
    list-style: none;
  }
  .sentence ul li img {
    width: 1.75vw;
    margin-right: 2vw;
    display: inline-block;
    top: 0.1vw;
    position: relative;
  }
  .sentence .left {
    width: 35%;
  }
  .sentence .right {
    width: 50%;
    margin-right: 10%;
  }
  .sentence .contact-container {
    margin-top: 10vw;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)

*********************/
/*********************
PRINT STYLESHEET 

*********************/
