/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */

:root {
	--kobo_color_black: #112039; 
	--kobo_color_accent: #ccbdbd;
	--kobo_color_linen: #ede5e8; 
	--kobo_color_bg: #ffffff;  
	--kobo_font_body: "Montserrat", sans-serif;
	--kobo_font_heading: "EB Garamond", serif;
	--kobo_font_weight: 700;
	--kobo_font_size_btn: 12px;
	--kobo_font_size_cat: 13px;
	--kobo_font_size_body: 16px;
	--kobo_font_size_third: 18px;
	--kobo_font_size_sub: 26px; 
	--kobo_font_size_headings: 32px;
	--kobo_slider_height: calc(100vh - 142px) !important;
} 
body.has-overlay-header{
	--kobo_slider_height: 100vh !important;
}

/* ============================================================
   Dev Temp Nots

 --kobo_slider_height: calc(100vh - (132px)) !important; 
 
 body.koboportal .someSelector { ... }
 body.koboaqua   .someSelector { ... }
 
 width: min(1400px, 95%);
 
 
 
 ============================================================ */

/* ============================================================
	  Dev
	  ============================================================ */

.koboDev {
	background: #fffae6; 
	border: 1px dashed #d4aa00;
	color: #665500;
	font-family: monospace;
	font-size: 13px; 
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.8;
	text-align: center;
}
.koboDevRed {
	background: #ffecec;
	border: 1px dashed #cc0000;
	color: #660000;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.9;
	text-align: center;
}
.pdEditThis {
	display: none;
	position: fixed;
	top: 200px;
	background: red;
	left: -42px;
	padding: 5px 20px;
	font-weight: bold;
	z-index: 10000;
	transform: rotate(90deg);
}
.pdEditThis a {
	color: #FFF;
	text-decoration: none !important;
}
.logged-in .pdEditThis {
	display: block !important;
}
.koboClear {
	clear: both;
}
.koboClear5 {
	clear: both;
	padding: 5px;
}
.koboClear10 {
	clear: both;
	padding: 10px;
}
.koboClear15 {
	clear: both;
	padding: 15px;
}
.koboClear20 {
	clear: both;
	padding: 20px;
}
.no-results{
	text-align: center;
}
/* ============================================================
  TOP
  ============================================================ */
.kobotop {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}
.kobobook a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	/* text-transform: uppercase; */
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 10px 20px;
	background: transparent;
	border: 1px solid var(--kobo_color_black);
	letter-spacing: .12em;
}
.hasnt-overlay-header .kobobook a,
.is-sticky .kobobook a {
	/* color: #FFF;
	background: var(--kobo_color_black); */
}
.koboclub{
	margin-right: 20px;
}
.koboclub a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 3px 0;  
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.has-overlay-header .koboclub a{
	color: #FFF;
}
.is-sticky .koboclub a {
	color: var(--kobo_color_black); 
}
.kobotopleft {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}
.kobotopgroup {
	width: 77px;
}
.kobotopgroup img {
	width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	filter: none;
}
.has-overlay-header .kobotopgroup img {
	filter: brightness(0) invert(1);
}
.is-sticky .kobotopgroup img {
	filter: none;
}
.koboportal .kobotopgroup {
	display: none;
}
.koboTopSocial{
	display: flex;
	gap: 10px;
}
.koboTopSocial .kobofaSocial{
	color: var(--kobo_color_black);
}
 
/* ==========================================================
   FINAL CSS — New Namespace: koboslider_
========================================================== */
.homeslider {
  position: relative;
  height: var(--kobo_slider_height);
  margin: 0 auto;
  overflow: hidden;
}
#koboslider_slider{
	height: 100%;
}
#koboslider_slider ul{
	margin: 0;
}
.koboslider_video {
	object-fit: cover !important;
	width: 100%;
	height: 100vh;
}

#koboslider_video_container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

#koboslider_controls {
	width: fit-content;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

.koboslider_btn_icon {
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	border-radius: 50%;
}

.koboslider_title_meta{
  position:absolute;
  top:50%;
  transform:translateY(-50%) !important;
  z-index:10;
  max-width:700px;
  padding:0 20px;
  width:fit-content;
}

.koboslider_title_meta.align-center{
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

.koboslider_title_meta.align-left{
  left:10%;
  right:unset;
  margin:0;
  text-align:left;
}

.koboslider_title_meta.align-right{
  right:10%;
  left:unset;
  margin:0;
  text-align:right;
}

.koboslider_title_meta.align-topcenter{
  top:18%;
  left:0;
  right:0;
  transform:none;
  margin:0 auto;
  text-align:center;
}

.koboslider_title_meta.align-bottomcenter{
  top:auto;
  bottom:18%;
  left:0;
  right:0;
  transform:none;
  margin:0 auto;
  text-align:center;
}
.koboslider_title_meta.align-bottomleft{
  top:auto;
  bottom: 80px;
  left: 80px;
  right:unset;
  transform:none;
  margin:0 auto;
  text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_size_headings);
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF; 
}

.koboslider_sub {
	color: #FFF;
	font-size: 16px;
} 
.koboslider_btn {
	margin: 35px 0 0;
} 
.koboslider_btn a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 30px;
	text-decoration: none !important;
} 
.koboslider_item {
	height: var(--kobo_slider_height);
} 
.koboslider_bg {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
} 
#koboslider_slider .flex-direction-nav a{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	font-size: 30px;
	color: #FFF;
	text-decoration: none !important;
	/* background: #000000;*/
} 
#koboslider_slider .flex-direction-nav .flex-prev{
	left: 20px;
} 
#koboslider_slider .flex-direction-nav .flex-next{
	right: 20px;
}
#koboslider_slider.kobonarrw1 .flex-direction-nav{
	display:none !important;
}
 
 
/* ============================================================
  MISC ELEM
  ============================================================ */
*,
html {
	scroll-behavior: smooth !important;
}
#book {
	scroll-margin-top: 120px;
	overflow: initial !important;
}
.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	color: #000;
	overflow: hidden;
}
.scrollD {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	z-index: 10;
	bottom: 10px;
}
.scrollDb {
	height: 20px;
	width: 1px;
	background: #FFF;
	margin: 0 auto;
}
.scrollD span {
	/* background: #0000004a; */
	padding: 1px 7px;
}
.copyrights {
	font-size: var(--kobo_font_size_btn);
	font-weight: 400;
	color: var(--kobo_color_black) !important;
}
.copyrights a {
	color: var(--kobo_color_black) !important;
}
.fancybox-caption {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.is-sticky #site-header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.is-sticky #site-logo img {
	max-width: 70px;
}
.kobohrsrow_noresults{
	text-align: center;
	font-style: italic;
}
/* ============================================================
	  BURGER MENU
	  ============================================================ */
#mobile-menu a { 
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomenunav {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavb {
	width: 35px;
	height: 2px;
	background: #FFF;
	margin: 7px 0;
}
.kobomenunavc {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavcT {
	/* margin-top: 2px; */
	color: #FFF;
	font-size: 14px;
	/* letter-spacing: 1px; */
	line-height: 1;
}
.hasnt-overlay-header .kobomenunav,
.hasnt-overlay-header .kobomenunavb,
.hasnt-overlay-header .kobomenunavc {
	background: var(--kobo_color_black);
}
.is-sticky .kobomenunav,
.is-sticky .kobomenunavb,
.is-sticky .kobomenunavc {
	background: var(--kobo_color_black);
}
.kobomenunavc,
.kobomenunavb {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* #mobile-menu a:hover .kobomenunavb {
	width: 35px;
	background: var(--kobo_color_black);
}
#mobile-menu a:hover .kobomenunavc {
	width: 30px;
} */
.is-sticky .kobomenunavcT,
.hasnt-overlay-header .kobomenunavcT {
	color: var(--kobo_color_black);
}
.kobomobmenu{
	/* position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center; */
} 
.kobo-club-bm{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.kobo-book-bm{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase; 
	font-weight: 400;
	font-size: 13px;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid !important;
	letter-spacing: .12em;
}
.kobomobmsoc{
	
}
.kobomobmsocTitle{
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: 18px;
	margin: 0 0 10px;
}
.kobomobmsocR{
	font-size: 16px !important;
	line-height: 26px !important;
}
.koboespa{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1000;
	max-width: 300px;
}

.koboespa img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display:block;
}

/* close button */
.koboespaClose{
	position:absolute;
	top:-8px;
	right:-8px;
	width:22px;
	height:22px;
	background:#000;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
	font-weight:bold;
}
#kobo-manage-consent {
	position: fixed;
	left: unset !important;
	right: 16px;
}
.kobomobmenubg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100vh;
	position: revert;
}
.kobomobmenubgL{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.kobomobmenubgL img{
	max-width: 150px;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.kobomobmenudat{
	position: absolute;
	left: 20px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomobmenudatSocial{
	display: flex;
	gap: 20px;
}
/* ============================================================
  BUTTONS
   ============================================================ */

.koboBtn{
	 background:transparent;
	 color:var(--kobo_color_black);
	 border:0;
	 padding:0;
	 display:inline-block;
	 vertical-align:middle;
	 text-align:left;
	 position:relative;
   
	 text-transform:uppercase;
	 text-decoration:none !important;
	 font-size:var(--kobo_font_size_btn);
	 letter-spacing:1px;
	 font-weight:500;
   
	 transition:color .35s ease;
   }
   
   /* base subtle line */
   .koboBtn::before{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:1px;
	 background:var(--kobo_color_accent);
	 opacity:.5;
   }
   
   /* animated accent line */
   .koboBtn::after{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:2px;
	 background:var(--kobo_color_accent, var(--kobo_color_black));
	 transform:scaleX(0);
	 transform-origin:left;
	 transition:transform .35s ease;
   }
   
   .koboBtn:hover{
	 color:var(--kobo_color_accent, var(--kobo_color_black)) !important;
   }
   
   .koboBtn:hover::after{
	 transform:scaleX(1);
   }

.koboBtnW{
	 background:transparent;
	 color:#FFF;
	 border:0;
	 padding:0;
	 display:inline-block;
	 vertical-align:middle;
	 text-align:left;
	 position:relative;
   
	 text-transform:uppercase;
	 text-decoration:none !important;
	  font-size:var(--kobo_font_size_btn);
	 letter-spacing:1px;
	 font-weight:500;
   
	 transition:color .35s ease;
   }
   
   /* base subtle white line */
   .koboBtnW::before{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:1px;
	 background:#FFF;
	 opacity:.45;
   }
   
   /* animated white line */
   .koboBtnW::after{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:2px;
	 background:#FFF;
	 transform:scaleX(0);
	 transform-origin:left;
	 transition:transform .35s ease;
   }
   
   .koboBtnW:hover{
	 color:#FFF !important;
   }
   
   .koboBtnW:hover::after{
	 transform:scaleX(1);
   }

.koboBtnB{
  --shine:rgba(255,255,255,.13);

  position:relative;
  isolation:isolate;          /* IMPORTANT: keeps negative z-index inside */
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:7px 25px;
  border:0;
  background:var(--kobo_color_black);
  color:#fff;

  text-transform:uppercase;
  font-size:13px;
  letter-spacing:1px;
  font-weight:500;
  overflow:hidden;
  cursor:pointer;

  transition:color .45s ease;
}

/* layers go BEHIND the text */
.koboBtnB::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,var(--kobo_color_bg),var(--kobo_color_accent));
  transform:translateX(-130%);
  transition:transform 1s cubic-bezier(.25,.46,.45,.94);
  z-index:-2;
}

.koboBtnB::after{
  content:"";
  position:absolute;
  inset:0 auto 0 -180%;
  width:55%;
  background:linear-gradient(120deg,transparent 0%,var(--shine) 50%,transparent 100%);
  transform:skewX(-18deg);
  transition:left 1.2s cubic-bezier(.25,.46,.45,.94);
  z-index:-1;
}

/* hover */
.koboBtnB:hover::before{transform:translateX(0)}
.koboBtnB:hover::after{left:180%}
.koboBtnB:hover{
  color:var(--kobo_color_black)!important; /* text visible on light gradient */
  text-decoration:none!important;
}



/* ============================================================
   Map
   ============================================================ */

#mapContact {
	width: 100%;
	height: 560px;
}
.maptitle{
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
} 
.maplink a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	border-bottom: 1px solid var(--kobo_color_black);
	padding: 0 0 1px;
	font-size: 12px;
}
.gm-style-iw-chr { 
	position: absolute;
	right: 0;
	max-width: 40px;
}
.gm-style .gm-style-iw-d { 
	padding: 20px 10px 10px 8px;
}
/* ============================================================
  FOOTER
  ============================================================ */
.koboFooter {
	background: var(--kobo_color_bg);
	padding: 80px 0;
	background-image: url(../images/top_bg.png);
	/* background-size: contain; */
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 2px solid var(--kobo_color_black);
	background-size: 40%;
	
}
.koboFooterInner {
	width: min(1500px, 95%);
	margin: 0 auto;
	display: flex;
	gap: 20px;
}
.koboFooterInner>div:nth-child(1) {
	width: 20%;
}
.koboFooterInner>div:nth-child(2) {
	width: 20%;
}
.koboFooterInner>div:nth-child(3) {
	width: 15%;
}
.koboFooterInner>div:nth-child(4) {
	width: 15%;
}
.koboFooterInner>div:nth-child(5) {
	width: 25%;
}

.koboFooterS {
	padding: 0 10px;
}
.koboFooterSLogo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.koboFooterSLogoI img {
	width: 150px;
	max-width: 90%;
}
.koboFooterSTitle { 
	margin: 0 0 20px;
}
.koboFooterSTitle h4 {
	font-size: var(--kobo_font_size_third);
	font-weight: var(--kobo_font_weight);
	font-family: var(--kobo_font_body);
	margin: 0; 
}
.koboFooterSTitleBook h4 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}
.koboFooterSsmap ul {
	/* display: flex;
	flex-wrap: wrap;
	gap: 2px 14px; */
}
.koboFooterSsmap ul li {
	list-style-type: none;
	padding: 0 0 5px;
}
.koboFooterSsmap ul li a {
	color: var(--kobo_color_black);
	/* text-transform: uppercase; */
}
.koboFooterSsmap ul .sub-menu{
	display: none !important;
}
.koboFooterSlinks {
	margin: 20px 0 0;
}
.koboFooterSlinks ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 14px;
}
.koboFooterSlinks ul li {
	list-style-type: none;
}
.koboFooterSlinks ul li a {
	color: var(--kobo_color_black);
}
.koboFootData {
	padding: 0 0 4px;
}
.koboFooterSocial {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.kobofaSocial {
	font-size: 20px;
}
.koboFoothname{
	margin: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.fmhtenumber{
	margin: 70px auto 0;
	max-width: 800px;
	font-size: var(--kobo_font_size_btn);
	text-align: center;
}

 
/* =========================================
   NEWSLETTER BOX
========================================= */

.koboNl{ 
	border-top: 2px solid var(--kobo_color_linen);
}
.koboNlInner{
	max-width: 980px;
	margin: 0 auto;
	padding: 50px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.koboNlL{
	width: 40%;
}
.koboNlR{
	width: 60%;
}
.koboNlLTitle{
	font-style: var(--kobo_font_thtitle_sz);
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight); 
	margin: 0 0 20px;
}
.koboNlLText{
	max-width: 300px;
}
.koboSignup{
	width: 100%;
	display: flex;
	gap: 10px;
} 
.koboSignup input[type="email"]{
	background: transparent;
	color: var(--kobo_color_black);
	border: 0;
	border-bottom: 1px solid var(--kobo_color_black) !important;
	width: 100%;
	border-radius: 0;
	
}
.koboSignup__btn{
	background: var(--kobo_color_black);
	border-radius: 0;
	width: 100%;
}

/* kobo _blog */

.kobopbo{
	width: min(1400px, 95%);
	margin: 20px auto;
}
.kobopboIntro{
	max-width: 800px;
	text-align: center;
	margin: 50px auto;
}
.kobopboIntroTitle h1{
	font-weight: normal;
	font-size: var(--kobo_font_size_headings);
	margin: 0 0 15px;
}

/* kobo _topfeatured */
.kobohomeTopFeatured{
	width:100%;
	margin:0 0 60px;
}

.kobohomeTopFeaturedMedia{
	width:100%;
	margin:0 0 22px;
}

.kobohomeTopFeaturedMedia a{
	display:block;
	text-decoration:none;
}

.kobohomeTopFeaturedImg{
	display:block;
	width:100%;
	height:auto;
	object-fit:cover;
	max-height: 500px;
}

.kobohomeTopFeaturedContent{
	width:100%;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.kobohomeTopFeaturedCat{
	margin:0 0 8px;  
	text-transform:uppercase;
	font-size: var(--kobo_font_size_cat);
	font-weight: var(--kobo_font_weight);
	letter-spacing: .12em;
}

.kobohomeTopFeaturedCat a,
.kobohomeTopFeaturedCat span{
	color:inherit;
	text-decoration:none !important;
	color: var(--kobo_color_black);
}

.kobohomeTopFeaturedDate{
	margin:0 0 10px;
	font-size:12px;
	line-height:1.4;
	opacity:.75;
}

.kobohomeTopFeaturedTitle{
	margin:0 0 16px;
	font-size:34px;
	line-height:1.15;
	font-weight:400;
}

.kobohomeTopFeaturedTitle a{
	color:inherit;
	text-decoration:none;
}

.kobohomeTopFeaturedTitle a:hover{
	opacity:.8;
}

.kobohomeTopFeaturedBtn a{
	display:inline-block; 
}

@media only screen and (max-width: 768px){
	.kobohomeTopFeaturedTitle{
		font-size:26px;
	}
	.kobohomeTopFeaturedContent{
		max-width: 95%;
	}
}	
/* kobo _home category rows */
.kobohomePostRow{
	width:100%;
	margin:0 0 80px;
}

.kobohomePostRowHead{
	position:relative;
	text-align:center;
	margin:0 0 34px;
	padding:22px 0;
	border-top:1px solid rgba(0,0,0,.12);
	border-bottom:1px solid rgba(0,0,0,.12);
}

.kobohomePostRowHead h2{
	margin:0;
	font-size: var(--kobo_font_size_headings);
	font-weight:normal;
	color:var(--kobo_color_black);
	text-transform:uppercase; 
	line-height:1.1;
}

.kobohomePostRowGrid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	column-gap:32px;
	row-gap:40px;
	align-items:start;
}

.kobohomePostCard{
	width:100%;
}

.kobohomePostCardMedia{
	width:100%;
	margin:0 0 14px;
}

.kobohomePostCardMedia a{
	display:block;
	text-decoration:none;
}

.kobohomePostCardImg{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio: 4 / 4;
	object-fit:cover;
}

.kobohomePostCardContent{
	width:100%;
}

.kobohomePostCardCat{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	font-weight:var(--kobo_font_weight);
	letter-spacing:.12em;
	line-height:1.4;
}

.kobohomePostCardCat a,
.kobohomePostCardCat span{
	text-decoration:none !important;
	color:var(--kobo_color_black);
}

.kobohomePostCardTitle{
	margin:0 0 16px;
	font-size:22px;
	line-height:1.3;
	font-weight:400;
	color:var(--kobo_color_black);
}

.kobohomePostCardTitle a{
	color:inherit;
	text-decoration:none !important;
}

.kobohomePostCardTitle a:hover{
	opacity:.8;
}

.kobohomePostCardMeta{
	font-size:14px;
	line-height:1.45;
	color:var(--kobo_color_black);
}

.kobohomePostCardExcerpt{
	margin:0 0 14px;
	font-size:15px;
	line-height:1.6;
	color:var(--kobo_color_black);
}
.kobohomePostCardAuthor{
	margin:0 0 2px;
}

.kobohomePostCardDate time{
	display:inline-block;
}
.kobohomePostCardBtn{
	margin:14px 0 0;
}
@media only screen and (max-width: 1280px){
	.kobohomePostRowGrid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}

@media only screen and (max-width: 768px){
	.kobohomePostRow{
		margin:0 0 60px;
	}

	.kobohomePostRowHead{
		margin:0 0 24px;
		padding:18px 0;
	}

	.kobohomePostRowHead h2{
		font-size:28px;
	}

	.kobohomePostRowGrid{
		grid-template-columns:1fr;
		row-gap:30px;
		column-gap:0;
	}

	.kobohomePostCardTitle{
		font-size:20px;
	}
}	
/* kobo _home category rows */
.kobohomePostRow{
	width:100%;
	margin:0 0 80px;
}

.kobohomePostRowHead{
	position:relative;
	text-align:center;
	margin:0 0 34px;
	padding:22px 0;
	border-top:1px solid rgba(0,0,0,.12);
	border-bottom:1px solid rgba(0,0,0,.12);
}

.kobohomePostRowHead h2{
	margin:0;
	font-size: var(--kobo_font_size_headings);
	font-weight:normal;
	color:var(--kobo_color_black);
	text-transform:uppercase; 
	line-height:1.1;
}

.kobohomePostRowGrid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	column-gap:32px;
	row-gap:40px;
	align-items:start;
}

.kobohomePostCard{
	width:100%;
}

.kobohomePostCardMedia{
	width:100%;
	margin:0 0 14px;
}

.kobohomePostCardMedia a{
	display:block;
	text-decoration:none;
}

.kobohomePostCardImg{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio: 4 / 4;
	object-fit:cover;
}

.kobohomePostCardContent{
	width:100%;
}

.kobohomePostCardCat{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	font-weight:var(--kobo_font_weight);
	letter-spacing:.12em;
	line-height:1.4;
}

.kobohomePostCardCat a,
.kobohomePostCardCat span{
	text-decoration:none !important;
	color:var(--kobo_color_black);
}

.kobohomePostCardTitle{
	margin:0 0 16px;
	font-size:22px;
	line-height:1.3;
	font-weight:400;
	color:var(--kobo_color_black);
}

.kobohomePostCardTitle a{
	color:inherit;
	text-decoration:none !important;
}

.kobohomePostCardTitle a:hover{
	opacity:.8;
}

.kobohomePostCardMeta{
	font-size:14px;
	line-height:1.45;
	color:var(--kobo_color_black);
}

.kobohomePostCardExcerpt{
	margin:0 0 14px;
	font-size:15px;
	line-height:1.6;
	color:var(--kobo_color_black);
}
.kobohomePostCardAuthor{
	margin:0 0 2px;
}

.kobohomePostCardDate time{
	display:inline-block;
}

@media only screen and (max-width: 1280px){
	.kobohomePostRowGrid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}

@media only screen and (max-width: 768px){
	.kobohomePostRow{
		margin:0 0 60px;
	}

	.kobohomePostRowHead{
		margin:0 0 24px;
		padding:18px 0;
	}

	.kobohomePostRowHead h2{
		font-size:28px;
	}

	.kobohomePostRowGrid{
		grid-template-columns:1fr;
		row-gap:30px;
		column-gap:0;
	}

	.kobohomePostCardTitle{
		font-size:20px;
	}
}	
/* kobo _home split feature */
.kobohomeSplitFeature{
	width:100%;
	margin:0 0 90px;
}

.kobohomeSplitFeatureGrid{
	display:grid;
	grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);
	column-gap:34px;
	row-gap:34px;
	align-items:start;
}

.kobohomeSplitFeatureMain{
	width:100%;
}

.kobohomeSplitFeatureMainCard{
	position:relative;
	overflow:hidden;
	background:var(--kobo_color_black);
	min-height:760px;
}

.kobohomeSplitFeatureMainMedia{
	width:100%;
	height:100%;
}

.kobohomeSplitFeatureMainMedia a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.kobohomeSplitFeatureMainImg{
	display:block;
	width:100%;
	height:760px;
	object-fit:cover;
}

.kobohomeSplitFeatureMainOverlay{
	position:absolute;
	inset:0;
	background:linear-gradient(to top, rgba(0,0,0,.88) 8%, rgba(0,0,0,.38) 48%, rgba(0,0,0,.08) 100%);
	pointer-events:none;
}

.kobohomeSplitFeatureMainContent{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	padding:34px 34px 28px;
	color:#fff;
}

.kobohomeSplitFeatureMainCat{
	margin:0 0 14px;
}

.kobohomeSplitFeatureMainCat a,
.kobohomeSplitFeatureMainCat span{
	display:inline-block;
	background:#fff;
	color:var(--kobo_color_black);
	text-decoration:none !important;
	text-transform:uppercase;
	font-size:11px;
	line-height:1;
	letter-spacing:.14em;
	font-weight:600;
	padding:8px 10px;
}

.kobohomeSplitFeatureMainTitle{
	margin:0 0 18px;
	font-size:58px;
	line-height:1.08;
	font-weight:400;
	color:#fff;
}

.kobohomeSplitFeatureMainTitle a{
	color:inherit;
	text-decoration:none !important;
}

.kobohomeSplitFeatureMainTitle a:hover{
	opacity:.85;
}

.kobohomeSplitFeatureMainMeta{
	font-size:13px;
	line-height:1.45;
	color:rgba(255,255,255,.88);
}

.kobohomeSplitFeatureMainAuthor{
	margin:0 0 3px;
}

.kobohomeSplitFeatureSide{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	column-gap:22px;
	row-gap:34px;
	align-items:start;
}

.kobohomeSplitFeatureSideCard{
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,.08);
}

.kobohomeSplitFeatureSideMedia{
	width:100%;
	margin:0 0 14px;
}

.kobohomeSplitFeatureSideMedia a{
	display:block;
	text-decoration:none;
}

.kobohomeSplitFeatureSideImg{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:1 / 1;
	object-fit:cover;
}

.kobohomeSplitFeatureSideContent{
	width:100%;
}

.kobohomeSplitFeatureSideCat{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	font-weight:var(--kobo_font_weight);
	letter-spacing:.12em;
	line-height:1.4;
}

.kobohomeSplitFeatureSideCat a,
.kobohomeSplitFeatureSideCat span{
	text-decoration:none !important;
	color:var(--kobo_color_black);
}

.kobohomeSplitFeatureSideTitle{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.35;
	font-weight:400;
	color:var(--kobo_color_black);
}

.kobohomeSplitFeatureSideTitle a{
	color:inherit;
	text-decoration:none !important;
}

.kobohomeSplitFeatureSideTitle a:hover{
	opacity:.8;
}

.kobohomeSplitFeatureSideExcerpt{
	margin:0 0 14px;
	font-size:14px;
	line-height:1.6;
	color:rgba(0,0,0,.72);
}

.kobohomeSplitFeatureSideMeta{
	font-size:13px;
	line-height:1.45;
	color:rgba(0,0,0,.72);
}

.kobohomeSplitFeatureSideAuthor{
	margin:0 0 2px;
}

.kobohomeSplitFeatureMainBtn{
	margin:18px 0 0;
}

.kobohomeSplitFeatureSideBtn{
	margin:14px 0 0;
}

@media only screen and (max-width: 1280px){
	.kobohomeSplitFeatureGrid{
		grid-template-columns:1fr;
	}

	.kobohomeSplitFeatureMainCard{
		min-height:auto;
	}

	.kobohomeSplitFeatureMainImg{
		height:620px;
	}

	.kobohomeSplitFeatureMainTitle{
		font-size:42px;
	}
}

@media only screen and (max-width: 768px){
	.kobohomeSplitFeature{
		margin:0 0 60px;
	}

	.kobohomeSplitFeatureMainImg{
		height:500px;
	}

	.kobohomeSplitFeatureMainContent{
		padding:24px 22px 22px;
	}

	.kobohomeSplitFeatureMainTitle{
		font-size:32px;
		line-height:1.12;
	}

	.kobohomeSplitFeatureSide{
		grid-template-columns:1fr;
		row-gap:28px;
	}
}
/* kobo latest list */
.kobohomeLatest{
	margin:0 0 100px;
}

.kobohomeLatestList{
	display:flex;
	flex-direction:column;
	gap:40px;
}
.kobohomeLatestListp{
	max-width: 980px;
	margin: 0 auto;
}

.kobohomeLatestItem{
	display:grid;
	grid-template-columns:320px 1fr;
	gap:28px;
	align-items:start;
}

.kobohomeLatestMedia img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.kobohomeLatestCat{
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: var(--kobo_font_size_cat);
	font-weight: var(--kobo_font_weight);
	letter-spacing: .12em;
	line-height: 1.4;
}
.kobohomeLatestCat a, .kobohomeLatestCat span {
	text-decoration: none !important;
	color: var(--kobo_color_black);
}
.kobohomeLatestTitle{
	font-size:22px;
	margin:0 0 10px;
}

.kobohomeLatestExcerpt{
	font-size:15px;
	line-height:1.6;
	margin:0 0 12px;
	color:rgba(0,0,0,.75);
}

.kobohomeLatestMeta{
	font-size:13px;
	margin:0 0 12px;
	opacity:.7;
}

@media(max-width:768px){
	.kobohomeLatestItem{
		grid-template-columns:1fr;
	}
}
/* kobo _grid2 section */
.kobohomeGrid2{
	margin:0 0 100px;
}

.kobohomeGrid2Wrap{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	column-gap:40px;
	row-gap:50px;
}

.kobohomeGrid2Item{
	width:100%;
}

.kobohomeGrid2Media{
	margin:0 0 16px;
}

.kobohomeGrid2Img{
	width:100%;
	height:auto;
	aspect-ratio: 4 / 3;
	object-fit:cover;
}

.kobohomeGrid2Cat{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	letter-spacing:.12em;
}

.kobohomeGrid2Cat a{
	text-decoration:none;
	color:var(--kobo_color_black);
}

.kobohomeGrid2Title{
	margin:0 0 12px;
	font-size:26px;
	line-height:1.25;
}

.kobohomeGrid2Title a{
	text-decoration:none;
	color:inherit;
}

.kobohomeGrid2Excerpt{
	margin:0 0 14px;
	font-size:15px;
	line-height:1.6;
	color:rgba(0,0,0,.75);
}

.kobohomeGrid2Meta{
	margin:0 0 12px;
	font-size:13px;
	opacity:.7;
}

.kobohomeGrid2Btn{
	margin-top:10px;
}

@media(max-width:768px){
	.kobohomeGrid2Wrap{
		grid-template-columns:1fr;
	}
}	

/* kobo _grid3 section */
.kobohomeGrid3{
	margin:0 0 100px;
}

.kobohomeGrid3Wrap{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	column-gap:32px;
	row-gap:46px;
}

.kobohomeGrid3Item{
	width:100%;
}

.kobohomeGrid3Media{
	margin:0 0 16px;
}

.kobohomeGrid3Media a{
	display:block;
	text-decoration:none;
}

.kobohomeGrid3Img{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio: 4 / 5;
	object-fit:cover;
}

.kobohomeGrid3Cat{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	font-weight:var(--kobo_font_weight);
	letter-spacing:.12em;
	line-height:1.4;
}

.kobohomeGrid3Cat a,
.kobohomeGrid3Cat span{
	text-decoration:none !important;
	color:var(--kobo_color_black);
}

.kobohomeGrid3Title{
	margin:0 0 12px;
	font-size:24px;
	line-height:1.28;
	font-weight:400;
	color:var(--kobo_color_black);
}

.kobohomeGrid3Title a{
	color:inherit;
	text-decoration:none !important;
}

.kobohomeGrid3Title a:hover{
	opacity:.8;
}

.kobohomeGrid3Excerpt{
	margin:0 0 14px;
	font-size:15px;
	line-height:1.65;
	color:rgba(0,0,0,.75);
}

.kobohomeGrid3Meta{
	margin:0 0 14px;
	font-size:13px;
	line-height:1.45;
	color:rgba(0,0,0,.72);
}

.kobohomeGrid3Author{
	margin:0 0 2px;
}

.kobohomeGrid3Btn{
	margin:12px 0 0;
}

@media only screen and (max-width: 1100px){
	.kobohomeGrid3Wrap{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}

@media only screen and (max-width: 768px){
	.kobohomeGrid3{
		margin:0 0 60px;
	}

	.kobohomeGrid3Wrap{
		grid-template-columns:1fr;
		row-gap:30px;
		column-gap:0;
	}

	.kobohomeGrid3Title{
		font-size:21px;
	}
}


/* kobo sidebar latest */
.kobosideSection{
	margin:0 0 50px;
}

.kobosideTitle{
	margin:0 0 20px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,.1);
}

.kobosideTitle h3{
	margin:0;
	font-size:18px;
	letter-spacing:.12em;
	text-transform:uppercase;
	font-weight:600;
}

.kobosideList{
	display:flex;
	flex-direction:column;
	gap:18px;
}

.kobosideItem{
	padding-bottom:14px;
	border-bottom:1px solid rgba(0,0,0,.06);
}

.kobosideItem:last-child{
	border-bottom:none;
}

.kobosideItemTitle{
	margin:0 0 6px;
	font-size:16px;
	line-height:1.35;
	font-weight:400;
}

.kobosideItemTitle a{
	text-decoration:none;
	color:var(--kobo_color_black);
}

.kobosideItemTitle a:hover{
	opacity:.75;
}

.kobosideItemDate{
	font-size:12px;
	opacity:.65;
}

/* kobo single post */
.kobosinglePost{
	width:100%;
	margin:0 0 80px;
}

.kobosinglePostHero{
	width:100%;
	margin:0 0 38px;
}

.kobosinglePostHeroImg{
	display:block;
	width:100%;
	height:auto;
	max-height:520px;
	object-fit:cover;
}

.kobosinglePostBody{
	display:grid;
	grid-template-columns:minmax(0,1fr) 320px;
	column-gap:48px;
	row-gap:40px;
	align-items:start;
}

.kobosinglePostMain{
	min-width:0;
}

.kobosinglePostHead{
	margin:0 0 30px;
}

.kobosinglePostCat{
	margin:0 0 12px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	font-weight:var(--kobo_font_weight);
	letter-spacing:.12em;
	line-height:1.4;
}

.kobosinglePostCat a,
.kobosinglePostCat span{
	color:var(--kobo_color_black);
	text-decoration:none !important;
}

.kobosinglePostMeta{
	margin:0 0 14px;
	font-size:13px;
	line-height:1.5;
	color:rgba(0,0,0,.72);
}

.kobosinglePostAuthor{
	margin:0 0 2px;
}

.kobosinglePostTitle{
	margin:0;
	font-size:52px;
	line-height:1.08;
	font-weight:400;
	color:var(--kobo_color_black);
}

.kobosinglePostContent{
	font-size:17px;
	line-height:1.85;
	color:var(--kobo_color_black);
}

.kobosinglePostContent p{
	margin:0 0 1.4em;
}

.kobosinglePostContent h2,
.kobosinglePostContent h3,
.kobosinglePostContent h4{
	margin:1.6em 0 .6em;
	line-height:1.2;
}

.kobosinglePostContent img{
	max-width:100%;
	height:auto;
	display:block;
}

.kobosinglePostContent a{
	text-decoration:underline;
	text-underline-offset:3px;
}

.kobosinglePostSide{
	width:100%;
	min-width:0;
}

@media only screen and (max-width: 1100px){
	.kobosinglePostBody{
		grid-template-columns:1fr;
	}

	.kobosinglePostSide{
		margin-top:10px;
	}
}

@media only screen and (max-width: 768px){
	.kobosinglePost{
		margin:0 0 60px;
	}

	.kobosinglePostHero{
		margin:0 0 24px;
	}

	.kobosinglePostHeroImg{
		max-height:420px;
	}

	.kobosinglePostTitle{
		font-size:34px;
		line-height:1.12;
	}

	.kobosinglePostContent{
		font-size:16px;
		line-height:1.75;
	}
}

/* kobo share */
.kobosinglePostShare{
	margin:50px 0 0;
	padding-top:30px;
	border-top:1px solid rgba(0,0,0,.1);
}

.kobosinglePostShareTitle{
	margin:0 0 16px;
	font-size:12px;
	letter-spacing:.14em;
	text-transform:uppercase;
	opacity:.6;
}

.kobosinglePostShareBtns{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.koboshareBtn{
	display:inline-block;
	padding:10px 14px;
	font-size:12px;
	letter-spacing:.08em;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid rgba(0,0,0,.2);
	color:var(--kobo_color_black);
	transition:all .25s ease;
}

.koboshareBtn:hover{
	background:var(--kobo_color_black);
	color:#fff;
	border-color:var(--kobo_color_black);
}

/* kobo join page */
.koboJoinPage{
	width:100%;
	margin:0 0 90px;
}

.koboJoinPageHead{
	width:100%;
	text-align:center;
	margin:0 0 54px;
}

.koboJoinPageHead h1{
	margin:0;
	font-size:clamp(38px,5vw,72px);
	line-height:1.04;
	font-weight:400;
	color:var(--kobo_color_black);
}

.koboJoinPageGrid{
	display:grid;
	grid-template-columns:minmax(0,1fr) 360px;
	column-gap:56px;
	row-gap:40px;
	align-items:start;
}

.koboJoinPageMain{
	min-width:0;
}

.koboJoinPageContent{
	font-size:17px;
	line-height:1.9;
	color:var(--kobo_color_black);
}

.koboJoinPageContent p{
	margin:0 0 1.45em;
}

.koboJoinPageContent h2,
.koboJoinPageContent h3,
.koboJoinPageContent h4{
	margin:1.5em 0 .6em;
	line-height:1.2;
}

.koboJoinPageContent a{
	color:inherit;
	text-decoration:underline;
	text-underline-offset:3px;
}

.koboJoinPageSide{
	min-width:0;
	position:relative;
}

.koboJoinSideBox,
.koboContS{
	margin:0 0 28px;
	padding:0 0 24px;
	border-bottom:1px solid rgba(0,0,0,.10);
}

.koboJoinSideTitle,
.koboContSTitle{
	margin:0 0 14px;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:.16em;
	font-weight:600;
	color:var(--kobo_color_black);
}

.koboContSDat{
	margin:0 0 12px;
	font-size:15px;
	line-height:1.7;
}

.koboContSDat:last-child{
	margin-bottom:0;
}

.koboContSDat a{
	color:var(--kobo_color_black);
	text-decoration:none !important;
	transition:opacity .25s ease;
}

.koboContSDat a:hover{
	opacity:.7;
}

.kobocontSocial{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin:10px 0 0;
}

.kobocontSocialS a{
	width:42px;
	height:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(0,0,0,.12);
	text-decoration:none !important;
	color:var(--kobo_color_black);
	font-size:16px;
	transition:all .25s ease;
}

.kobocontSocialS a:hover{
	background:var(--kobo_color_black);
	color:#fff;
	border-color:var(--kobo_color_black);
}

@media only screen and (max-width: 1100px){
	.koboJoinPageGrid{
		grid-template-columns:1fr;
	}
}

@media only screen and (max-width: 768px){
	.koboJoinPage{
		margin:0 0 60px;
	}

	.koboJoinPageHead{
		margin:0 0 30px;
	}

	.koboJoinPageContent{
		font-size:16px;
		line-height:1.8;
	}

	.kobocontSocialS a{
		width:40px;
		height:40px;
	}
}
/* kobo category archive */
.koboCategoryArchive{
	margin:0 0 100px;
}

.koboCategoryArchiveHead{
	text-align:center;
	margin:0 0 50px;
}

.koboCategoryArchiveHead h1{
	margin:0;
	font-size:clamp(34px,4vw,58px);
	line-height:1.05;
	font-weight:400;
}

.koboCategoryArchiveGrid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	column-gap:32px;
	row-gap:46px;
}

.koboCategoryArchiveItem{
	width:100%;
}

.koboCategoryArchiveMedia{
	margin:0 0 16px;
}

.koboCategoryArchiveImg{
	width:100%;
	height:auto;
	aspect-ratio:4 / 5;
	object-fit:cover;
}

.koboCategoryArchiveCat{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:var(--kobo_font_size_cat);
	letter-spacing:.12em;
}

.koboCategoryArchiveCat a{
	text-decoration:none;
	color:var(--kobo_color_black);
}

.koboCategoryArchiveTitle{
	margin:0 0 12px;
	font-size:24px;
	line-height:1.3;
}

.koboCategoryArchiveTitle a{
	text-decoration:none;
	color:inherit;
}

.koboCategoryArchiveExcerpt{
	margin:0 0 14px;
	font-size:15px;
	line-height:1.65;
	color:rgba(0,0,0,.75);
}

.koboCategoryArchiveMeta{
	margin:0 0 12px;
	font-size:13px;
	opacity:.7;
}

.koboCategoryArchiveBtn{
	margin-top:10px;
}

.koboCategoryArchivePagination{
	margin:60px 0 0;
	text-align:center;
}

@media(max-width:1100px){
	.koboCategoryArchiveGrid{
		grid-template-columns:repeat(2,1fr);
	}
}

@media(max-width:768px){
	.koboCategoryArchiveGrid{
		grid-template-columns:1fr;
	}

	.koboCategoryArchive{
		margin:0 0 60px;
	}
}

@media(max-width:1520px){
	#site-logo img {
		max-width: 120px;
	}
}

@media(max-width:720px){
 
 #site-logo img {
	 max-width: 80px;
 }
 .header-one #site-logo {
	 float: none;
 }
 #mobile-menu a {
	 gap: 10px;
 }
 .koboFooterInner {
	 width: 90%;
	 flex-wrap: wrap;
 }
 .koboFooterInner>div:nth-child(1),
 .koboFooterInner>div:nth-child(2),
 .koboFooterInner>div:nth-child(3),
 .koboFooterInner>div:nth-child(4),
 .koboFooterInner>div:nth-child(5){
	 text-align: center;
	 width: 100%;
 }
 .koboFooterSocial {
	 justify-content: center;
 }
 .copyrights {
	 padding: 20px 40px;
 }
.koboFooter { 
	background-size: 80%;
}
.kobopbo {
	width: 90%;
}
#site-header-inner {
	width: 90%;
}

}