/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
  font-family: "ABCCameraPlain-Regular";
  src: url("wp-content/themes/themeforlukasz/fonts/ABCCameraPlain-Regular.otf");
  src: url("/wp-content/themes/themeforlukasz/fonts/ABCCameraPlain-Regular.otf") format("opentype");
}
@font-face {
  font-family: "ABCCameraPlain-RegularItalic";
  src: url("/wp-content/themes/themeforlukasz/fonts/ABCCameraPlain-RegularItalic.otf");
  src: url("/wp-content/themes/themeforlukasz/fonts/ABCCameraPlain-RegularItalic.otf") format("opentype");
}
h1, h2, h3, h4, h5, h6, p, a {
  font-family: "ABCCameraPlain-Regular";
}

em, i {
  font-family: "ABCCameraPlain-RegularItalic";
	font-style: normal;
}

/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
header {
  background-color: #A6A8A9;
}

body.home .header,
body.contact .header {
  background-color: transparent;
}

/**
 * partials/nav
 * ---
 * Menus
 */
.navbar {
  display: flex;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: #a6a8a9bf;
}
.navbar .navbar-toggler-icon {
  width: auto;
  height: auto;
  margin: 15px 0;
}
.navbar .navbar-toggler-icon .show-menu,
.navbar .navbar-toggler-icon .show-close {
  color: #fff;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
  display: inline-block;
  text-align: center;
  width: 100vw;
  height: calc(100vh - 130px);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom: 50px;
}
.navbar ul li.active a {
  color: #000;
  transition: 0.5s;
}
.navbar ul a {
  font-size: 28px;
  color: #fff;
  font-family: "ABCCameraPlain-Regular";
  text-transform: capitalize;
  transition: 0.5s;
}
.navbar ul a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
.navbar .navbar-toggler .navbar-toggler-icon div {
  height: 3px;
  width: auto;
  background-color: #fff;
  margin: 5px 0;
}
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
  outline: 0;
}
.navbar .current-post-ancestor a,
.navbar .current-menu-parent a,
.navbar .current-post-parent a {
  color: #000;
  transition: 0.5s;
}
.navbar .current-post-ancestor a:hover,
.navbar .current-menu-parent a:hover,
.navbar .current-post-parent a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}

body.contact .navbar ul a {
  color: #FFCB59;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.contact .navbar ul li.current-menu-item a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .navbar {
    justify-content: center;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
    text-align: left;
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
  .navbar ul li.current_page_item a,
.navbar ul li.current-menu-item a {
    color: #000;
  }
  .navbar ul a {
    font-size: 24px;
    color: #fff;
    font-family: "ABCCameraPlain-Regular";
  }
}
/**
 * partials/footer
 * ---
 */
body.single .footer,
body.page .footer,
body.archive .footer {
  background-color: #A6A8A9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
body.single .footer .sidebar-widget p.wp-block-tag-cloud,
body.page .footer .sidebar-widget p.wp-block-tag-cloud,
body.archive .footer .sidebar-widget p.wp-block-tag-cloud {
  margin: 0;
  display: flex;
  justify-content: space-around;
  width: inherit;
  flex-direction: column;
  align-items: center;
	
	height: 75vh;
	align-items: center;
    text-align: center;
	justify-content: center;
}
body.single .footer .sidebar-widget p.wp-block-tag-cloud a,
body.page .footer .sidebar-widget p.wp-block-tag-cloud a,
body.archive .footer .sidebar-widget p.wp-block-tag-cloud a {
  text-transform: uppercase;
  font-size: 36px !important;
  color: #FFF;
  transition: 0.5s;
  margin: 5px 0;
	
    font-size: 36px !important;
    margin: 45px;
    line-height: 1;
}
body.single .footer .sidebar-widget p.wp-block-tag-cloud a:hover,
body.page .footer .sidebar-widget p.wp-block-tag-cloud a:hover,
body.archive .footer .sidebar-widget p.wp-block-tag-cloud a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body.single .footer .sidebar-widget p.wp-block-tag-cloud a.active,
body.page .footer .sidebar-widget p.wp-block-tag-cloud a.active,
body.archive .footer .sidebar-widget p.wp-block-tag-cloud a.active {
  color: #000;
  transition: 0.5s;
}
body.single .footer .sidebar-widget p.wp-block-tag-cloud a[aria-label*=section],
body.page .footer .sidebar-widget p.wp-block-tag-cloud a[aria-label*=section],
body.archive .footer .sidebar-widget p.wp-block-tag-cloud a[aria-label*=section] {
  display: none;
}

body.home .footer .sidebar-widget p.wp-block-tag-cloud a {
  color: #fff;
}

.show-themes,
.hide-themes {
	color: #fff;
    padding: 5px 0;
    font-size: 22px;
    text-align: center;
}

.show-themes {
	display: block;
}

.hide-themes {
	display: none;
	margin-top: 90px;
}

@media only screen and (min-width: 768px) {
  body.single .footer .sidebar-widget p.wp-block-tag-cloud,
body.page .footer .sidebar-widget p.wp-block-tag-cloud,
body.archive .footer .sidebar-widget p.wp-block-tag-cloud {
    flex-direction: row;
	height: auto;
    align-items: center;
    text-align: center;
    justify-content: space-around;
  }
  body.single .footer .sidebar-widget p.wp-block-tag-cloud a,
body.page .footer .sidebar-widget p.wp-block-tag-cloud a,
body.archive .footer .sidebar-widget p.wp-block-tag-cloud a {
    margin: 10px 0;
    font-size: 24px !important;
  }
	
/* 	body.single .footer .sidebar-widget p.wp-block-tag-cloud a,
	body.page .footer .sidebar-widget p.wp-block-tag-cloud a,
	body.archive .footer .sidebar-widget p.wp-block-tag-cloud a {

	} */
}
/* page - homepage */
html {
  scroll-behavior: smooth !important;
}

body,
.wrapper {
  background-color: #A6A8A9;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

main {
  margin-bottom: 150px;
}


.wp-swiper .swiper-button-next, 
.wp-swiper .swiper-button-prev {
/*     display: block !important; */
    width: 30px;
/* 	overflow: hidden; */
}
.wp-swiper .swiper-button-next svg {
	position: fixed;
    right: 10px;
}
 

.wp-swiper .swiper-button-left svg {
	position: fixed;
    left: 10px;
}

.wp-swiper .swiper-pagination-bullets {
	position: absolute;
    top: -25px;
    bottom: inherit;
}

.wp-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000;
  opacity: 1;
}

.wp-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

body.page p.order,
body.page p.button,
body.single p.order,
body.single p.button,
body.tag .content-from-page p.order,
body.tag .content-from-page p.button {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
}
body.page article,
body.single article,
body.tag .content-from-page article {
  margin-top: 80px;
}
body.page article p,
body.single article p,
body.tag .content-from-page article p {
  color: #000;
  line-height: normal;
  font-size: 22px;
}
body.page.contact {
	height: calc(100vh + 5px);
}
body.single.contact,
body.tag .content-from-page.contact {
  overflow: hidden;
}
body.page.contact article,
body.single.contact article,
body.tag .content-from-page.contact article {
  margin-top: 0;
}
body.page.contact .head-img img,
body.single.contact .head-img img,
body.tag .content-from-page.contact .head-img img {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100vh;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
body.page.contact .wp-block-group,
body.single.contact .wp-block-group,
body.tag .content-from-page.contact .wp-block-group {
  display: inline-block;
}
body.page.contact .contact,
body.single.contact .contact,
body.tag .content-from-page.contact .contact {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 999;
  text-transform: uppercase;
  display: flex;
  text-align: center;
}
body.page.contact .contact a,
body.single.contact .contact a,
body.tag .content-from-page.contact .contact a {
  color: #FFCB59;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke fill;
  line-height: normal;
  line-height: 60px;
  font-size: 28px;
  margin: 0 30px;
}

body.page.contact .contact a:hover,
body.single.contact .contact a:hover,
body.tag .content-from-page.contact .contact a:hover {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFCB59;
  paint-order: stroke fill;
	text-decoration: none;
}

body.page.bio article,
body.single.bio article,
body.tag .content-from-page.bio article {
  margin-top: 0;
  overflow-x: hidden;
}
body.page.bio .head-img,
body.single.bio .head-img,
body.tag .content-from-page.bio .head-img {
  max-height: 90vh;
  overflow: hidden;
}
body.page.bio .title,
body.single.bio .title,
body.tag .content-from-page.bio .title {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke fill;
  line-height: normal;
  font-size: 32px;
  margin-bottom: 30px;
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.page.bio .title,
body.single.bio .title,
body.tag .content-from-page.bio .title {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.bio p,
body.single.bio p,
body.tag .content-from-page.bio p {
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.page.bio p,
body.single.bio p,
body.tag .content-from-page.bio p {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.bio p strong,
body.single.bio p strong,
body.tag .content-from-page.bio p strong {
  display: block;
  text-align: center;
  font-weight: 400;
  height: 0;
}
body.page.bio .wp-block-columns,
body.single.bio .wp-block-columns,
body.tag .content-from-page.bio .wp-block-columns {
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
}
body.page.bio .wp-block-columns p:nth-child(odd),
body.page.bio .wp-block-columns p:nth-child(even),
body.single.bio .wp-block-columns p:nth-child(odd),
body.single.bio .wp-block-columns p:nth-child(even),
body.tag .content-from-page.bio .wp-block-columns p:nth-child(odd),
body.tag .content-from-page.bio .wp-block-columns p:nth-child(even) {
  margin-left: 0;
  margin-right: 0;
}
body.page.bio .wp-block-columns p,
body.single.bio .wp-block-columns p,
body.tag .content-from-page.bio .wp-block-columns p {
  width: 100%;
}
body.page.bio .wp-block-columns img,
body.single.bio .wp-block-columns img,
body.tag .content-from-page.bio .wp-block-columns img {
  width: 100%;
}
body.page.writings .segment, body.page.books .segment, body.page.talks .segment,
body.single.writings .segment,
body.single.books .segment,
body.single.talks .segment,
body.tag .content-from-page.writings .segment,
body.tag .content-from-page.books .segment,
body.tag .content-from-page.talks .segment {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

body.page.writings .segment > p, body.page.books .segment > p, body.page.talks .segment > p,
body.single.writings .segment > p,
body.single.books .segment > p,
body.single.talks .segment > p,
body.tag .content-from-page.writings .segment > p,
body.tag .content-from-page.books .segment > p,
body.tag .content-from-page.talks .segment > p {
  width: 96%;
  margin-left: 2%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  body.page.writings .segment > p, body.page.books .segment > p, body.page.talks .segment > p,
body.single.writings .segment > p,
body.single.books .segment > p,
body.single.talks .segment > p,
body.tag .content-from-page.writings .segment > p,
body.tag .content-from-page.books .segment > p,
body.tag .content-from-page.talks .segment > p {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.practice main,
body.single.practice main,
body.tag .content-from-page.practice main {
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.page.practice main,
body.single.practice main,
body.tag .content-from-page.practice main {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.practice main h4,
body.single.practice main h4,
body.tag .content-from-page.practice main h4 {
  font-size: 28px;
  color: #000;
}
body.page.practice main p,
body.single.practice main p,
body.tag .content-from-page.practice main p {
  font-size: 18px;
}
body.page.practice main p.publisher,
body.single.practice main p.publisher,
body.tag .content-from-page.practice main p.publisher {
  font-size: 14px;
}
body.page.talks .wp-block-columns p,
body.single.talks .wp-block-columns p,
body.tag .content-from-page.talks .wp-block-columns p {
  margin-bottom: 0;
}
body.page.talks .wp-block-columns.segment,
body.single.talks .wp-block-columns.segment,
body.tag .content-from-page.talks .wp-block-columns.segment {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 15px;
}
body.page.single h1, body.page.single h2, body.page.single h3, body.page.single h4, body.page.single p,
body.single.single h1,
body.single.single h2,
body.single.single h3,
body.single.single h4,
body.single.single p,
body.tag .content-from-page.single h1,
body.tag .content-from-page.single h2,
body.tag .content-from-page.single h3,
body.tag .content-from-page.single h4,
body.tag .content-from-page.single p {
  color: #000;
  margin-bottom: 15px;
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.page.single h1, body.page.single h2, body.page.single h3, body.page.single h4, body.page.single p,
body.single.single h1,
body.single.single h2,
body.single.single h3,
body.single.single h4,
body.single.single p,
body.tag .content-from-page.single h1,
body.tag .content-from-page.single h2,
body.tag .content-from-page.single h3,
body.tag .content-from-page.single h4,
body.tag .content-from-page.single p {
    width: 90%;
    margin-left: 5%;
  }
}

body.category .section-title {
  color: #000;
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
}

body.category .section article:last-of-type,
body.category > article:last-of-type{
	border-bottom: 0;
}

body.category main,
body.tag main {
  margin-top: 80px;
}
body.category .wrapper,
body.tag .wrapper {
  margin-bottom: 100px;
}
body.category h1.section,
body.tag h1.section {
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 22px;
}
body.category.category-writings h1.talks,
body.category.category-writings h1.practice,
body.tag.category-writings h1.talks,
body.tag.category-writings h1.practice {
  display: none;
}
body.category.category-talks h1.writings,
body.category.category-talks h1.practice,
body.tag.category-talks h1.writings,
body.tag.category-talks h1.practice {
  display: none;
}
body.category.category-practice h1.talks,
body.category.category-practice h1.writings,
body.tag.category-practice h1.talks,
body.tag.category-practice h1.writings {
  display: none;
}
body.category.category-latest h1.section,
body.tag.category-latest h1.section {
  display: none;
}
body.category article,
body.tag article {
  border-bottom: 1px solid #000;
}
body.category article .post-line,
body.tag article .post-line {
  width: 96%;
  margin-left: 2%;
}

body.error404 article {
	margin-top: 30vh;
	text-align: center;
}

body.error404 article a:hover {
	text-decoration: none;
	color: #fff;
	transition: .5s;
}

body.error404 article a {
	transition: .5s;
}

body.error404 .footer {
	display: none;
}

@media only screen and (min-width: 768px) {
  body.category article .post-line,
body.tag article .post-line {
    width: 90%;
    margin-left: 5%;
  }
}
body.category article .post-line h2,
body.tag article .post-line h2 {
  padding: 20px 0;
  font-size: 22px;
  margin: 0;
  transition: 0.5s;
  color: #000;
  cursor: default;
}
body.category article .post-line h2:hover a,
body.tag article .post-line h2:hover a {
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
body.category article .excerpt,
body.tag article .excerpt {
  display: none;
}
body.category article.has-post-thumbnail .post-line,
body.tag article.has-post-thumbnail .post-line {
  display: flex;
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.category article.has-post-thumbnail .post-line,
body.tag article.has-post-thumbnail .post-line {
    width: 90%;
    margin-left: 5%;
  }
}
body.category article.has-post-thumbnail .post-line h2,
body.tag article.has-post-thumbnail .post-line h2 {
  width: 65%;
}
body.category article.has-post-thumbnail .post-line .thumbnail,
body.tag article.has-post-thumbnail .post-line .thumbnail {
  width: 35%;
  justify-content: end;
/*   display: flex; */
  padding: 20px 0;
  max-width: 300px;
}
body.category article.has-post-thumbnail .post-line .thumbnail img,
body.tag article.has-post-thumbnail .post-line .thumbnail img {
  width: 100%;
/*   height: 100%; */
/* 	height: fit-content; */
	position: relative;
}
body.category article.category-latest.has-post-thumbnail .post-line,
body.tag article.category-latest.has-post-thumbnail .post-line {
  display: flex;
  flex-direction: column;
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.category article.category-latest.has-post-thumbnail .post-line,
body.tag article.category-latest.has-post-thumbnail .post-line {
    width: 90%;
    margin-left: 5%;
  }
}
body.category article.category-latest.has-post-thumbnail .post-line h2,
body.tag article.category-latest.has-post-thumbnail .post-line h2 {
  width: initial;
}
body.category article.category-latest.has-post-thumbnail .post-line .thumbnail,
body.tag article.category-latest.has-post-thumbnail .post-line .thumbnail {
  width: 70%;
  justify-content: end;
  display: flex;
  padding: 20px 0;
  max-width: 700px;
}
body.category article.category-latest.has-post-thumbnail .post-line .thumbnail img,
body.tag article.category-latest.has-post-thumbnail .post-line .thumbnail img {
  width: 100%;
}
body.category article.category-latest.has-post-thumbnail .excerpt,
body.tag article.category-latest.has-post-thumbnail .excerpt {
  display: block;
  margin-bottom: 50px;
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.category article.category-latest.has-post-thumbnail .excerpt,
body.tag article.category-latest.has-post-thumbnail .excerpt {
    width: 90%;
    margin-left: 5%;
  }
}
body.category .tag-head,
body.tag .tag-head {
  width: 96%;
  margin-left: 2%;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body.category .tag-head,
body.tag .tag-head {
    width: 90%;
    margin-left: 5%;
  }
}

body.tag .tag-head br {
  display: none;
}
body.tag.tag-oblique-history .tag-head.world-making,
body.tag.tag-oblique-history .tag-head.theory-off-center {
  display: none;
}
body.tag.tag-oblique-history .tag-link-7 {
  color: #000 !important;
}

body.tag.tag-oblique-history .content-from-page .wp-block-heading > p {
	display: none;
}


body.tag.tag-oblique-history .content-from-page .wp-block-heading,
body.tag.tag-theory-off-center .content-from-page .wp-block-heading,
body.tag.tag-world-making .content-from-page .wp-block-heading {
  display: none;
}

body.tag.tag-world-making .content-from-page .wp-block-heading.world-making,
body.tag.tag-theory-off-center .content-from-page .wp-block-heading.theory-off-center,
body.tag.tag-oblique-history .content-from-page .wp-block-heading.oblique-history {
	display: block;
/* 	background: red; */
}

/* body.tag.tag-oblique-history .content-from-page .wp-block-heading.world-making,
body.tag.tag-oblique-history .content-from-page .wp-block-heading.theory-off-center {
  display: none;
} */
body.tag.tag-theory-off-center .tag-head.world-making,
body.tag.tag-theory-off-center .tag-head.oblique-history {
  display: none;
}
body.tag.tag-theory-off-center .tag-link-12 {
  color: #000 !important;
}
/* body.tag.tag-theory-off-center .content-from-page .wp-block-heading.world-making,
body.tag.tag-theory-off-center .content-from-page .wp-block-heading.oblique-history {
  display: none;
} */
body.tag.tag-world-making .tag-head.oblique-history,
body.tag.tag-world-making .tag-head.theory-off-center {
  display: none;
}
body.tag.tag-world-making .tag-link-13 {
  color: #000 !important;
}
/* body.tag.tag-world-making .content-from-page .wp-block-heading.oblique-history,
body.tag.tag-world-making .content-from-page .wp-block-heading.theory-off-center {
  display: none;
} */
body.tag article:first-of-type {
  border-top: 1px solid #000;
}

body.tag .content-from-page > h4.wp-block-heading {
  display: block;
  padding: 20px 2%;
  border-bottom: 1px solid #000;
  margin: 0;
  font-size: 22px;
}
body.tag .content-from-page > h4.wp-block-heading:hover a {
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
body.tag .content-from-page [class^="wp-block-group expo-"] {
  display: none;
}
body.tag .content-from-page .wp-swiper {
  display: none;
}
body.tag .content-from-page > .wp-swiper {
  padding: 20px 10%;
  border-bottom: 1px solid #000;
}
body.tag .content-from-page > .wp-swiper .swiper-button-next,
body.tag .content-from-page > .wp-swiper .swiper-button-prev {
  width: 80px;
  position: absolute;
  top: 50%;
  position: fixed;
}
body.tag .content-from-page > .wp-swiper .swiper-button-next::after,
body.tag .content-from-page > .wp-swiper .swiper-button-prev::after {
  display: none;
}
body.tag .content-from-page > .wp-block-columns {
  padding: 20px 10%;
  border-bottom: 1px solid #000;
}
body.tag .content-from-page .book-credits {
  display: none;
}
body.tag .content-from-page .expo-credits {
  display: none;
}
body.tag .content-from-page h4 {
  font-size: 28px;
  color: #000;
}
body.tag .content-from-page p {
  font-size: 18px;
}
body.tag .content-from-page p.publisher {
  font-size: 14px;
}
body.tag .content-from-page p.button {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
}
body.tag .content-from-page .segment p {
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.tag .content-from-page .segment p {
    width: 90%;
    margin-left: 5%;
  }
}

body.page.books article > h4 {
  display: none;
}
/* body.page.books .wp-swiper {
  width: 80%;
  margin-left: 10%;
} */

body.page.books .wp-swiper .wp-block-columns {
	padding-left: 2%;
	padding-right: 2%;
}

body.page.books .wp-swiper .swiper-button-next,
body.page.books .wp-swiper .swiper-button-prev {
  top: calc(50% - 25px);
/*   width: 80px;*/
 
  position: fixed; 
}
body.page.books .wp-swiper .swiper-button-next::after,
body.page.books .wp-swiper .swiper-button-prev::after {
  display: none;
}
body.page.books h4 {
  font-size: 28px;
  color: #000;
}
body.page.books p {
  font-size: 18px;
}
body.page.books p.publisher {
  font-size: 14px;
}
body.page.books p.button {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
}
body.page.books .segment p {
  width: 96%;
  margin-left: 2%;
	font-size: 22px;
}

body.page.latest h4 {
  display: none;
}
body.page.latest .wp-block-group h2 {
  line-height: normal;
  font-size: 32px;
  margin-bottom: 30px;
  width: 96%;
  margin-left: 2%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page.latest .wp-block-group h2 {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.latest p.button {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
  width: inherit;
}
body.page.latest .wp-block-group {
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 20px;
	border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  body.page.latest .wp-block-group {
    padding-left: 15%;
    padding-right: 15%;
  }
}
body.page.latest .wp-block-group p {
  font-size: 18px;
}

body.page.latest .post-line {
  display: flex;
  flex-direction: column;
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.page.latest .post-line {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.latest .post-line h2 {
  width: initial;
}
body.page.latest .post-line .thumbnail {
  width: 70%;
  justify-content: end;
  display: flex;
  padding: 20px 0;
  max-width: 700px;
}
body.page.latest .post-line .thumbnail img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body.page.books .segment p {
    width: 90%;
    margin-left: 5%;
  }
}
/* body.page.books .book-credits {
  display: none;
}
body.page.books .book-credits.slide-1 {
  display: block;
} */

body.page.practice article > h4 {
  display: none;
}
body.page.practice .wp-swiper {
  width: 96%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  body.page.practice .wp-swiper {
    width: 90%;
    margin-left: 5%;
  }
}
body.page.practice .wp-swiper .swiper-button-next,
body.page.practice .wp-swiper .swiper-button-prev {
  top: calc(50% - 25px);
  width: 80px;
  position: absolute;
  position: fixed;
}
body.page.practice .wp-swiper .swiper-button-next::after,
body.page.practice .wp-swiper .swiper-button-prev::after {
  display: none;
}
body.page.practice .wp-swiper figcaption {
  position: fixed;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke fill;
  line-height: normal;
  font-size: 22px;
  z-index: 9;
  margin: 0;
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}
body.page.practice .expo-credits {
  display: none;
}
body.page.practice .expo-credits.expo-1 {
  display: block;
}

@media only screen and (min-width: 768px) {
  main {
    margin-bottom: 50px;
  }
	
	body.page.latest .wp-block-group p {
		margin-left: 10%;
		margin-right: 10%;
	}

  body.page article p,
body.single article p {
    font-size: 28px;
  }
  body.page.practice main h4,
body.single.practice main h4 {
    font-size: 28px;
  }
  body.page.bio article,
body.single.bio article {
    margin-top: 0;
  }
  body.page.bio .head-img,
body.single.bio .head-img {
    max-height: 90vh;
    overflow: hidden;
  }
  body.page.bio .title,
body.single.bio .title {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    paint-order: stroke fill;
    margin-left: 30%;
    line-height: normal;
    line-height: 60px;
    font-size: 56px;
    margin-bottom: 30px;
  }
  body.page.bio p,
body.single.bio p {
    width: 60%;
  }
  body.page.bio p strong,
body.single.bio p strong {
    display: block;
    text-align: center;
    font-weight: 400;
    height: 0;
  }
  body.page.bio p:nth-child(even),
body.single.bio p:nth-child(even) {
    margin-left: 30%;
    margin-right: 10%;
  }
  body.page.bio p:nth-child(odd),
body.single.bio p:nth-child(odd) {
    margin-left: 10%;
    margin-right: 30%;
  }
  body.page.bio main p a,
body.single.bio main p a {
    text-decoration: underline;
  }
  body.page.bio .wp-block-columns,
body.single.bio .wp-block-columns {
    width: 60%;
    margin-left: 20%;
    margin-top: 40px;
  }
  body.page.bio .wp-block-columns .wp-block-column:last-of-type,
body.single.bio .wp-block-columns .wp-block-column:last-of-type {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  body.page.bio .wp-block-columns p,
body.single.bio .wp-block-columns p {
    width: 100%;
  }
  body.page.bio .wp-block-columns img,
body.single.bio .wp-block-columns img {
    width: 100%;
  }

  body.page.contact .header,
body.page.contact .footer {
    background-color: transparent;
  }

  body.page.contact .header,
body.page.contact .footer {
    background-color: transparent;
  }
  body.page.contact .head-img {
    height: 100vh;
  }
  body.page.contact .head-img img {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  body.page.contact .wp-block-group {
    display: flex;
  }
  body.page.contact .contact {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 9;
    text-transform: uppercase;
    display: flex;
    text-align: center;
  }
  body.page.contact .contact a {
    color: #FFCB59;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    paint-order: stroke fill;
    line-height: normal;
    line-height: 60px;
    font-size: 56px;
    margin: 0 30px;
  }
	
	.wp-swiper .swiper-button-next, 
	.wp-swiper .swiper-button-prev {
/* 		overflow: hidden; */
		width: inherit;
	}

  body.page.books .wp-swiper .wp-block-columns .wp-block-column {
    flex-basis: 40.33%;
  }
  body.page.books .wp-swiper .wp-block-columns .wp-block-column .wp-block-image {
    padding-right: 15px;
  }
  body.page.books .wp-swiper .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 59.33%;
  }
	
	body.page.books .wp-swiper {
	  width: 80%;
	  margin-left: 10%;
	}
	
	body.page.books .wp-swiper .wp-block-columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	body.page.books .book-credits {
	  display: none;
	}
	body.page.books .book-credits.slide-1 {
	  display: block;
	}
	
	body.page.books .segment p {
	 	font-size: 28px;
	}

  body.page.practice .wp-swiper figcaption {
    font-size: 48px;
  }

  body.category .section-title {
    font-size: 28px;
  }

  body.category main,
body.tag main {
    margin-top: 80px;
  }
  body.category h1.section,
body.tag h1.section {
    font-size: 28px;
  }
  body.category.category-writings h1.talks,
body.category.category-writings h1.practice,
body.tag.category-writings h1.talks,
body.tag.category-writings h1.practice {
    display: none;
  }
  body.category.category-talks h1.writings,
body.category.category-talks h1.practice,
body.tag.category-talks h1.writings,
body.tag.category-talks h1.practice {
    display: none;
  }
  body.category.category-practice h1.talks,
body.category.category-practice h1.writings,
body.tag.category-practice h1.talks,
body.tag.category-practice h1.writings {
    display: none;
  }
  body.category.category-latest h1.section,
body.tag.category-latest h1.section {
    display: none;
  }
  body.category article,
body.tag article {
    border-bottom: 1px solid #000;
  }
  body.category article .post-line h2,
body.tag article .post-line h2 {
    padding: 20px 0;
    font-size: 28px;
  }
  body.category article .excerpt,
body.tag article .excerpt {
    display: none;
  }
  body.category .tag-head,
body.tag .tag-head {
    font-size: 28px;
  }

  body.tag > h4.wp-block-heading,
body.tag .content-from-page > h4.wp-block-heading {
    padding: 20px 5%;
    font-size: 28px;
  }
  body.tag h1.section,
body.tag .content-from-page h1.section {
    font-size: 28px;
  }
  body.tag article .post-line h2,
body.tag .content-from-page article .post-line h2 {
    padding: 20px 0;
    font-size: 28px;
  }
  body.tag .wp-swiper,
body.tag .content-from-page .wp-swiper {
    display: none;
  }

  body.tag .tag-head br {
    display: block;
  }
	
	.wp-swiper .swiper-pagination-bullets {
	    position: absolute;
		top: inherit;
		bottom: inherit;
	}
	
	body.category article.has-post-thumbnail .post-line .thumbnail,
	body.tag article.has-post-thumbnail .post-line .thumbnail {
		display: block;
	}
	
	body.category article.has-post-thumbnail .post-line .thumbnail img,
	body.tag article.has-post-thumbnail .post-line .thumbnail img {
	  width: 100%;
/* 	  height: 100%; */
/* 		height: fit-content; */
		position: relative;
	}
}
@media only screen and (min-width: 1600px) {
  body.page.contact .head-img img {
    transform: translate(-50%, -40%) scale(1.2);
  }
}
@media only screen and (min-width: 2000px) {
  body.page.contact .head-img img {
    transform: translate(-50%, -40%) scale(1.4);
  }
}


