/*
Theme Name: Dan Brown
Theme URI: http://danbrown.com/
Description: Dan Brown Custom Parallax Theme
Author: Sanborn Media Factory, Inc.
Author URI: http://www.sanbornmediafactory.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.3
*/

@import url(css/reset.css);
@import url(css/base.css);
@import url(css/fonts.css?v2.0);
@import url(css/superfish.css);
@import url(css/shortcodes.css);
@import url(css/slidebox.css);
@import url(css/jquery.jscrollpane.css);

body {
	height: 100%;
	overflow-x: hidden;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}
.classic {
	text-decoration: underline !important; 
}
.block-button{
	background: url(./images/db/btn.png) 0 0 no-repeat;
	color: #f9a504;
	font-family: "Penumbra", helvetica, arial;
	letter-spacing: 0.1em;
	line-height: 73px;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 282px !important;
}
/* stageplay edits */
.page-id-123938 .container{
	padding-left: 0;
	padding-right: 0;
}
.page-id-123938 .row{
	max-width: none;
}
.page-id-123938 .double-slits{
	display: none;
}
.page-description{
	margin: auto; 
	max-width: 820px !important;
}

/*carousel*/
.wp-lightbox-overlay .scrim {
    background-color: #000 !important;
}
.wp-lightbox-overlay .close-button{
	fill: transparent !important;
	background: url(./images/db/lightbox.close.png) 0 0 no-repeat !important;
	height: 100px;
	width: 100px;
}
.stageplay-photos .wp-block-image {
    position: relative;
    display: inline-block;
}
.stageplay-photos .wp-block-image figcaption {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 8px;
	letter-spacing: .03em;
	text-transform: uppercase;
    color: #ccc;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
.slick-next, .slick-prev{
	bottom: -40px !important;
	top: auto !important;
	transform: none;
}
.slick-next{
	right: 49.5% !important;
}
.slick-prev{
	left: 49.5% !important;
}

.slick-prev::before, .slick-next::before {
	content: '' !important;
    height: 100px;
    width: 75px;
	color: #f9a504 !important;
	position: absolute;
	top: 0;
}
.slick-prev::before {
	background: url(./images/db/lightbox.prev.png) 0 0 no-repeat;
	right: 15px;
	top: -2px;
}
.slick-next::before {
    background: url(./images/db/lightbox.next.png) 0 0 no-repeat;
	left: 15px;
}

.quote-block {
	background-image: url('https://danbrown.com/wp-content/uploads/2024/06/quote-mark-gold.png');
	background-repeat: no-repeat;
	background-size: 68px;
    background-position: 26px 20px;
}
.title-decoration::before, .title-decoration::after {
	content: '';
    background: url(https://danbrown.com/wp-content/uploads/2024/06/title-decoration.png) 0 0px no-repeat;
    height: 24px;
    position: relative;
    display: inline-block;
    width: 70px;
}
.title-decoration::before{
	margin-right: 12px;
}
.title-decoration::after {
	margin-left: 10px;
}



.accent-font{ 
	font-family: 'Cormorant Garamond', serif;
}
.textured-bg{
	background: url(./images/db/loading.bg.jpg);
    background-size: cover;
}
dl.cast-list {
			padding: 20px 10px;
	font-size: 13px; 
	
		}

		dl.cast-list div {
			display: flex;
			margin: 5px 0px 5px 0px ;
		}

		dl.cast-list dt {
			flex: 0 1 auto;
			margin: 0px 0px 0px 0px;
			order: 1;
		}

		dl.cast-list div:after {
			border-bottom: 2px dotted #787878;
			content: "" ;
			flex: 1 1 auto ;
			margin: 0px 12px 5px 12px;
			order: 2 ;
			opacity: .8;
		}

		dl.cast-list dd {
			flex: 0 1 auto;
			margin: 0px 0px 0px 0px;
			order: 3;
		}

.wp-block-details summary{
	position: relative;
	border: 1px solid rgba(214, 161, 50, .3);
	box-shadow: rgb(117 86 51 / 20%) 1px 1px 20px 4px;
	padding: 30px 60px 30px 25px;
	font-family: 'Cormorant Garamond', serif; 
	font-size: 21px;
	color: #bb8722; 
	margin-bottom: 5px !important;
	background: rgba(0,0,0,.5);
}
.wp-block-details summary::marker, summary::-webkit-details-marker {
	content: '';
	display: none !important; 
}

.wp-block-details summary::after {
	content: " +";
	font-size: 40px;
	line-height: 9px;
	color: #bd830a; 
	position: absolute;
	right: 20px;
	top: 43%;
	transform: translateY(-50%);
}

.wp-block-details[open] summary::after {
	content: " -"
}


/*02092023 filter buttons*/
.filter-menu{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
    text-align: center;
    max-width: 750px;
}
.filter-menu-wrap li {
	display: inline-block;
	text-align: center;
	margin: 5px 2px;
}
.filter-menu-item{
	display: inline-block;
	background-color: #090706;
    background: linear-gradient(0.25turn, #160f0a, #000000, #160f0a);
    border-radius: 3px;
	color: rgba(249, 165, 4,.8) !important;
    cursor: pointer;
    padding: 14px 25px 13px;
    letter-spacing: .04em;
    line-height: 1em;
    border-radius: 2px;
    font-size: 12px;
	text-transform: uppercase;
    border: 1px solid rgba(178,137,89,.47);
    transition: all ease-in-out .3s;
    box-shadow: rgba(117, 86, 51, .25) 3px 9px 14px;
}
.filter-menu-item::after, .filter-menu-item::before {
    content: "•";
    display: inline-block;
    color: transparent;
    font-size: 16px;
    padding: 0px 5px;
	transition: all ease-in-out 1s;
}
.filter-menu-item:hover::after, .filter-menu-item:hover::before, .filter-menu-item.active::after, .filter-menu-item.active::before, .filter-menu-item.active-filter::after, .filter-menu-item.active-filter::before {
    color: rgba(249, 165, 4,.6);
    text-shadow: rgb(226, 175, 76) 0px 0px 5px;
}
.filter-menu-item:hover, .filter-menu-item.active, .filter-menu-item.active-filter{
	box-shadow: rgba(117, 86, 51, .3) 3px 9px 14px;
    color: #F9A506 !important;
}

/*02092023 News*/
.news-archive-container {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	align-items: stretch;
	align-content: flex-start; 
	padding-top: 30px;
	margin-bottom: 70px;
	box-sizing: border-box;
  }
.news-archive-item {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(214, 161, 50, .25);
	width: 48%;
	margin: 0%;
	padding: 2% 2% 1.5%;
  }
.news-archive-item img{
	box-sizing: border-box;
	border: 1px solid rgba(214, 161, 50, .3);
	box-shadow: rgb(117 86 51 / 30%) 1px 1px 15px 5px;
}
.news-archive-item h2{
	font-family: 'Cormorant Garamond', georgia, serif;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: .03em;
	margin-bottom: 5px;
	padding-bottom: 0px;
  }
.news-archive-item .post-terms{
	font-family: "Penumbra", helvetica, arial;
	font-size: 9px;
	letter-spacing: .12em;
	color: #f9a504;
	margin-bottom: 5px;
  }
.news-archive-item .post-date{
	font-size: 11px;
	color: rgba(238, 238, 238, 0.663);
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: .1em;
  }
.news-archive-item .post-excerpt p{
	color: #eee;
    letter-spacing: .03em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 13px;
	line-height: 22px;
	font-family: 'Open Sans';
  }
.news-archive-item .archive-item-inner-a{
	width: 40%;
	padding: 4% 2% 4% 0%;
	box-sizing: border-box;
}
.news-archive-item .archive-item-inner-b{
	width: 60%;
	padding: 3.5% 0% 4% 2%;
	box-sizing: border-box;
}






#countdown-numbers h1 {
	display: inline-block;
	position: relative;
	top: 264px;
	margin-left: 33px;
	font-size: 1.9em;
	width: 44px;
	color: #b27500;
}

#countdown-numbers {
	position: relative;
	left: -121px;
}

.front-page-special .db-button {
	/* position: relative;
    top: -190px;
    height: 56px;
    left: -102px; */
	line-height: 73px;
}

.front-page-special .title-text {
	/* position: relative; */
	/* margin: 0 auto; */
	width: 50%;
	left: 10%;
	top: 40%;
	transform: translateY(-50%);
	/* top: 0; */
}

@media only screen and (max-width: 1280px) {
	.front-page-special .title-text {
		width: 60%;
		left: 5%;
	}
}

@media only screen and (max-width: 769px) {
	.front-page-special .title-text {
		/* width: 75%; */
		left: 10%;
	}
}

@media only screen and (max-width: 567px) {
	#top-dvya .front-page-special .title-text {
		top: 41%;
	}
}

@media only screen and (max-width: 480px) {
	.front-page-special .title-text {
		width: 100%;
	}
}

.front-page-special .title-text.bookTour-text {
	top: 73%;
}

@media only screen and (max-width: 1280px) {
	.front-page-special .title-text.bookTour-text {
		top: 74%;
	}
}

@media only screen and (max-width: 769px) {
	.front-page-special .title-text.bookTour-text {
		top: 75%;
	}
}

@media only screen and (max-width: 567px) {
	#top-dvya .front-page-special .title-text.bookTour-text {
		top: 74%;
	}
}

#top-dvya .bookTour-text .home-reviews {
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	text-underline-position: under;
	-webkit-text-underline-position: under;
}

.inferno-home-subtitle {
	font-family: "Penumbra", helvetica, arial;
	text-transform: uppercase;
	color: #d72e2c;
	font-size: 23px;
}
.home-reviews {
	font-family: "Penumbra", helvetica, arial;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	margin: 33px 0 60px;
}
.home-review-author {
	color: #f9a504;
	display: block;
	margin: 13px 0;
}
.now-in-stores {
	font-family: "Penumbra", helvetica, arial;
	text-transform: uppercase;
	color: #d72e2c;
	font-size: 31px;
}
.now-in-stores-line {
	height: 1px;
	width: 90%;
	background: -moz-linear-gradient(
		left,
		rgba(215, 46, 44, 1) 0%,
		rgba(215, 46, 44, 0) 36%,
		rgba(215, 46, 44, 0) 50%,
		rgba(215, 46, 44, 0) 67%,
		rgba(215, 46, 44, 1) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0%, rgba(215, 46, 44, 1)),
		color-stop(36%, rgba(215, 46, 44, 0)),
		color-stop(50%, rgba(215, 46, 44, 0)),
		color-stop(67%, rgba(215, 46, 44, 0)),
		color-stop(100%, rgba(215, 46, 44, 1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		left,
		rgba(215, 46, 44, 1) 0%,
		rgba(215, 46, 44, 0) 36%,
		rgba(215, 46, 44, 0) 50%,
		rgba(215, 46, 44, 0) 67%,
		rgba(215, 46, 44, 1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		left,
		rgba(215, 46, 44, 1) 0%,
		rgba(215, 46, 44, 0) 36%,
		rgba(215, 46, 44, 0) 50%,
		rgba(215, 46, 44, 0) 67%,
		rgba(215, 46, 44, 1) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		left,
		rgba(215, 46, 44, 1) 0%,
		rgba(215, 46, 44, 0) 36%,
		rgba(215, 46, 44, 0) 50%,
		rgba(215, 46, 44, 0) 67%,
		rgba(215, 46, 44, 1) 100%
	); /* IE10+ */
	background: linear-gradient(
		to right,
		rgba(215, 46, 44, 1) 0%,
		rgba(215, 46, 44, 0) 36%,
		rgba(215, 46, 44, 0) 50%,
		rgba(215, 46, 44, 0) 67%,
		rgba(215, 46, 44, 1) 100%
	); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72e2c', endColorstr='#d72e2c',GradientType=1 ); /* IE6-9 */
	margin: -40px auto 15px auto;
	opacity: 0.6;
}

/*-----------------------------------------------------------------------------------*/
/*  HEADINGS
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Penumbra", helvetica, arial;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 0.5em;
	text-align: left;
	color: #f9a504;
}

h1 {
	word-spacing: normal;
	font-size: 1.563em;
	line-height: 1.1em;
	/*letter-spacing: -2px;*/
}

h2 {
	word-spacing: normal;
	/*font-size: 36px;*/
	font-size: 2em;
	line-height: 1.1em;
	/*letter-spacing: -1px;*/
}

h3 {
	word-spacing: 0.1em;
	/*font-size: 24px;*/
	font-size: 1.5em;
	line-height: 1.3em;
}

h4 {
	word-spacing: -0.05em;
	font-size: 18px;
	line-height: 24px;
}

h5 {
	word-spacing: -0.05em;
	font-size: 14px;
}

h6 {
	word-spacing: -0.05em;
	font-size: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*  Setup
/*-----------------------------------------------------------------------------------*/
body {
	background-color: #000000;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	/*min-width:1200px; /* NOTE: Make this responsive later. */
}

html {
	/*min-width:1200px; /* NOTE: Make this responsive later. */
}

a {
	color: #f9a504 !important;
}

a:hover {
	color: #f9ca6e !important;
}


#main {
	position: relative;
}

/* static bg image*/
#background {
	position: fixed;
	top: 0;
	left: 0;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

input,
textarea {
	font-size: 0.95em;
	outline: 0;
	padding: 5px;

	-webkit-transition: box-shadow 0.25s ease-out;
	-moz-transition: box-shadow 0.25s ease-out;
	transition: box-shadow 0.25s ease-out;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="submit"],
button[type="submit"] {
	/*border: none;*/
	cursor: pointer;
	background: none;
}

/* hide port single*/
.single.single-portfolio {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  PRELOADER
/*-----------------------------------------------------------------------------------*/
#coll-preloader {
	background-color: #000000 !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
}
#coll-preloader .percent {
	position: absolute;
	width: 100%;
	top: 50%;
	font-family: "novecentowidebold", arial, helvetica;
	font-size: 100px;
	text-align: center;
}

#coll-preloader img {
	height: 200px;
	margin-top: 4%;
	position: relative;
	width: 200px;
}

/*-----------------------------------------------------------------------------------*/
/*  MASTERCLASS BANNER
/*-----------------------------------------------------------------------------------*/

#master-class {
	background: rgb(68, 69, 73);
	background: radial-gradient(
		circle,
		rgba(68, 69, 73, 1) 10%,
		rgba(27, 26, 30, 1) 100%
	);
	display: block;
	text-decoration: none;

	color: #fff !important;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#master-class .wrapper.container {
	padding: 30px 0;
}

.masterclass-container {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 20px;
}

.masterclass-subtext {
	font-size: 14px;
	font-style: italic;
	text-transform: initial;
	color: #fff;
}

.masterclass-headings div {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.masterclass-heading {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	font-family: "Lato", sans-serif;
	letter-spacing: 0;
	padding: 0;
}

.masterclass-subheading {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
}

.masterclass-logo {
	max-width: 150px;
}

.masterclass-logo img {
	max-width: 100%;
	height: auto;
}

.masterclass-cta {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.7px;
	display: block !important;
}

.masterclass-cta a:hover {
	color: #f7a429;
}

.masterclass-cta span.svg {
	line-height: 1;

	position: relative;
	top: 2px;
}

.masterclass-cta span:not(:last-child) {
	margin-right: 5px;
}

@media only screen and (max-width: 1100px) {
	.masterclass-section {
		height: auto;
		padding: 20px 0;
	}

	#master-class .wrapper.container {
		padding-top: 30px;
	}

	.masterclass-headings {
		margin: 15px 0;
	}

	.masterclass-heading {
		line-height: 1;
		margin-bottom: 10px;
	}

	.masterclass-heading,
	.masterclass-subheading {
		text-align: center;
	}

	.masterclass-headings div {
		align-items: center;
		text-align: center;
	}

	.masterclass-container {
		flex-direction: column;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/

#top-wild-symphony .wrapper.container,
#the-lost-symbol .wrapper.container, #home-banner .wrapper.container {
	padding: 0px !important;
}

/* 10282022 */
#home-banner .row {
	max-width: 1800px;
}
.home-banner-image{
	display: block;
	background-image: url('https://danbrown.com/wp-content/uploads/2022/10/Dan-Brown-Museum-of-Science_banner.jpg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 31.9%;
	cursor: pointer;
}

#the-lost-symbol .row,
#top-wild-symphony .row {
	max-width: 1440px;
}

#the-lost-symbol .row > div,
#the-lost-symbol .row > div > p,
#the-lost-symbol .row > div > p > a,
#the-lost-symbol .row > div > p > a > img {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0 !important;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header .logo a {
	display: inline-block;
	padding-top: 13px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.header:hover .logo a {
	padding-top: 21px;
}

.header:hover .sf-menu a {
	padding: 2em 1em;
}

.header.duplicate {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 998;
}

.header .mainmenu {
	/*float: left;*/
	/*padding: 12px 0;*/
	/*margin: 0 0 0 40px;*/
	position: relative;
	text-align: right;
	margin-bottom: 0px;

	/*font-weight: 600;*/
}

@media only screen and (max-width: 768px) {
	.header .logo {
		text-align: center;
		margin-bottom: 10px;
	}

	.header .mainmenu {
		display: none;
	}
}

.header .responsive.menu {
	width: 100%;
	display: none;
	text-align: center;
}

.header .responsive.menu select {
	padding: 10px;
	font-weight: bold;
	width: 280px;
	height: 40px;
	margin: 10px 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.header .responsive.menu {
		display: block;
	}
}

#top-dvya,
#top-dvya .page-background {
	min-height: 0 !important;
	height: 568px !important;
	margin-bottom: -111px;
}

#top-dvya .wrapper.container {
	padding: 0;
}

#top-dvya .home-reviews {
	font-size: 23px;
	font-family: "Bodoni 72", helvetica, arial;
	text-transform: none;
	line-height: 36px;
	margin: 0 auto;
	color: #b29962;
	width: 72%;
	letter-spacing: 1px;
}

#top-dvya .home-reviews::first-line {
	padding: 2px 0px;
}

#top-dvya .home-reviews .italics {
	font-style: italic;
}

#top-dvya .home-divider {
	width: 110px;
	border-bottom: 1px solid #b29962;
	margin: 0 auto;
}

#top-dvya .home-title {
	padding: 30px 0 5px 0;
}

.home-reviews .home-review-author {
	font-size: 16px;
	margin: 0;
}

@media only screen and (max-width: 769px) {
	#top-dvya .home-reviews {
		line-height: 1em;
		margin: 0 auto 15px auto;
	}

	#top-dvya .home-title {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 568px) {
	#top-dvya .page-background {
		background-position: 15% center !important;
	}

	#top-dvya .title-text {
		left: 50%;
		top: 44%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#top-dvya .home-reviews {
		font-size: 22px;
		padding: 0 10%;
		line-height: 1.25em;
	}

	.home-reviews .home-review-author {
		font-size: 12px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*  Book and Film Archives - 11082022
/*-----------------------------------------------------------------------------------*/
.dot-divider::after{
	content: '•';
	display: inline-block;
    color: #f9a504;
    padding: 0 2px 0 5px;
    text-shadow: 0px 0px 4px #e2af4c;
	font-size: 13px;
}
.book-archive-wrap, .film-archive-wrap, .news-archive-wrap{
	margin-bottom: 80px;
}
.book-archive-container, .film-archive-container{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	align-items: stretch;
	align-content: flex-start; 
	padding-top: 30px;
	margin-bottom: 70px;
}
.book-archive-item, .film-archive-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgb(214 161 50 / 25%);
	width: 32%;
	margin: .65%;
	padding: 2% 2% 1.5%;
	background: url(./images/db/loading.bg.jpg);
    background-size: cover;
}
.film-archive-container{
	justify-content: center;
}
.film-archive-item{
	width: 100%;
	flex-direction: row;
}
.film-archive-item .archive-item-inner-a{
	width: 40%;
	padding: 3% 3% 0 3%;
	box-sizing: border-box;
}
.film-archive-item .archive-item-inner-b{
	width: 60%;
	padding: 3% 3% 0 3%;
	box-sizing: border-box;
}
.archive-item-type{
	color: #bbb;
	font-size: 13px;
}
.book-archive-item img{
	display: block;
	transition: all ease-in-out .2s;
}
.book-archive-item img:hover{
	opacity: .65;
}
.book-archive-item-description{
	color: #f0f0f0;
	letter-spacing: .03em;
	text-align: center;
	margin-bottom: 8px;
	line-height: 21px;
    font-size: 13px;
}
.film-archive-item-description{
	margin: 15px 0 20px;
	color: #f0f0f0;
	letter-spacing: .03em;
	text-align: center;
}
.book-archive-item .db-button, .film-archive-item .db-button{
	font-size: 12px;
	margin-bottom: -10px;
	display: block !important;
	line-height: 73px;
}
.book-archive-item h2{
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	margin: 2px 0;
}
.film-archive-item h2{
	font-size: 20px;
	line-height: 24px;
}
.film-archive-item-description{
	text-align: left;
}
.catalog-page .double-slits{
	margin-top: 70px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  SECTION
/*-----------------------------------------------------------------------------------*/
.page-container {
	border-bottom: 1px solid #474747;
	position: relative;
	overflow: hidden;
}

.page-background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page-background .bgimage {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2;
}
.catalog-page .page-background .bgimage {
	background-size: cover;
    background-repeat: no-repeat;
}

.page-title .text {
	font-family: "novecentowidebold", helvetica, arial;
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.83em;
	letter-spacing: -0.09em;
	margin-bottom: 50px;
}

div.wrapper.container {
	padding-top: 100px;
	padding-bottom: 150px;
}

div.wrapper.container div.row.hidden {
	position: absolute;
	visibility: hidden;
}

.desc-interior .mejs-audio {
	margin-bottom: 43px;
	display: inline-block;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	background: #f9ca6e;
	background: #f9ca6e;
	background: -webkit-gradient(
		linear,
		0% 0%,
		0% 100%,
		from(rgb(255, 169, 0)),
		to(rgba(148, 101, 0, 0.8))
	);
	background: -webkit-linear-gradient(
		top,
		rgb(255, 169, 0),
		rgba(148, 101, 0, 0.8)
	);
	background: -moz-linear-gradient(
		top,
		rgb(255, 169, 0),
		rgba(148, 101, 0, 0.8)
	);
	background: -o-linear-gradient(top, rgb(255, 169, 0), rgba(148, 101, 0, 0.8));
	background: -ms-linear-gradient(
		top,
		rgb(255, 169, 0),
		rgba(148, 101, 0, 0.8)
	);
	background: linear-gradient(rgb(255, 169, 0), rgba(148, 101, 0, 0.8));
}

/*-----------------------------------------------------------------------------------*/
/*  ALL PAGES
/*-----------------------------------------------------------------------------------*/
.common.wrapper {
	padding-top: 100px;
}
@media only screen and (max-width: 768px) {
	.common.wrapper {
		padding-top: 150px;
	}
}
.common.title .text {
	font-family: "novecentowidelightregular", helvetica, arial;
	font-size: 70px;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.83em;
	letter-spacing: -0.03em;
	/*margin-bottom: 50px;*/
}
@media only screen and (max-width: 768px) {
	.common.title .text {
		font-size: 40px;
	}
}

.common.title .first-word {
	font-family: "novecentowidebold", helvetica, arial;
}

/*09292022 Responsive Video Wrapper*/
.video-embed {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 0px;
	height: 0;
	margin-bottom: 20px;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  Archives
/*-----------------------------------------------------------------------------------*/

.page-template-template-archives-php #main .content {
	margin-top: 50px;
}

.page-template-template-archives-php #main .row {
	margin-bottom: 50px;
}

.page-template-template-archives-php #main li {
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  PLAIN TEMPLATE
/*-----------------------------------------------------------------------------------*/
.plain-interstitial {
	height: 350px;
	min-height: 350px;
}

.plain-interstitial .page-background {
	height: 350px;
	min-height: 350px;
}

.plain-interstitial .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.plain-interstitial .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.plain-interstitial .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.plain-interstitial .twelvecol {
	float: none;
}

.plain-template #back-button {
	top: 325px;
}

.plain-description {
	/* background:url(./images/db/secrets.bg.jpg) no-repeat; */
	background-size: cover;
	background-color: #ffffff;
	color: #000000;
	height: auto !important;
	font-family: "Lora", helvetica, arial, serif;
}

.plain-description div.wrapper.container {
	padding-bottom: 80px;
}

.plain-description p {
	width: auto;
	margin: 0 auto;
}

.plain-description .excerpt--blockText {
	text-align: center;
	margin-bottom: 4%;
}

.plain-description .excerpt--legalText {
	font-size: 13px;
	margin: 10% 0 0;
}

.plain-description .chapter--title {
	/*font-family: "gillsansmtstd", helvetica, arial;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
	font-size: 26px;
	display: inline-block;
	width: 100%;
	margin: 20px auto;
}

.chapter--title__number {
	font-size: 40px;
}

.chapter--firstParagraph {
	padding-top: 30px;
	/* display: inline-block; */
}

.chapter--firstParagraph:first-letter {
	color: gray;
	font-size: 48px;
	padding-right: 5px;
	margin-top: 0.3em;
	float: left;
}

.plain-description .chapter--text {
	margin: 0.5em auto;
}

.chapter {
	width: 66%;
	margin: 0 auto;
}

.chapter--text:first-letter {
	margin-left: 20px;
}

.chapter--blockText {
	/*font-family: "gillsansmtstd", helvetica, arial;*/
	display: block;
	width: 100%;
	text-align: center;
	margin: 30px auto;
}

.chapter--blockinset {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
}

.chapter--blockinset__text {
	width: 50%;
	margin: 20px 0;
}

.chapter--blockinset__right {
	text-align: right;
}

.chapter .chapter--blockinset__image {
	display: block;
	margin: 20px auto;
	position: relative;
}

@media only screen and (max-width: 769px) {
	.plain-description .desc-interior {
		width: auto;
		margin: 0 3%;
	}

	.plain-description .desc-interior p {
		width: 96%;
	}
}

@media only screen and (max-width: 640px) {
	.chapter {
		width: 75%;
		margin: 0 auto;
	}

	.chapter--blockinset__text {
		width: 60%;
	}
}

@media only screen and (max-width: 480px) {
	.chapter {
		width: 96%;
		margin: 0 auto;
	}

	.chapter--blockinset__text {
		width: 60%;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.type-post {
	position: relative;
	margin-bottom: 150px;
}

.entry-assets {
	text-align: center;
	margin-bottom: 30px;
}

.entry-title {
}

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

.entry-title .text {
	padding-bottom: 10px;
	text-align: center;
}

.entry-meta {
	/*font-family: 'novecentowidelightregular', helvetica, arial;*/
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

.entry-meta.border.thin:after {
	padding-top: 20px;
	border-width: 1px;
}

.entry-meta li {
	display: inline;
}

.entry-meta a {
	text-decoration: none;
}

.more-link {
	position: absolute;
	left: 50%;
	bottom: -45px;
	display: inline-block;
	text-decoration: none;
	font: 11px Arial, Helvetica;
	/*text-transform: uppercase;*/

	text-align: center;

	margin-left: -38px;
	padding: 5px 7px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.single-post .type-post .entry-content p:first-child {
	font-size: 1.25em;
	line-height: 1.5em;
}

.blog-navigation {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-navigation div.next {
	float: left;
	margin-right: 5px;
}

.blog-navigation div.prev {
	float: left;
}

.blog-nav-item {
	display: inline-block;
	text-decoration: none;
	font: 11px Arial, Helvetica;
	/*text-transform: uppercase;*/

	text-align: center;

	padding: 5px 7px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/*-----------------------------------------------------------------------------------*/
/*  Comments
/*-----------------------------------------------------------------------------------*/
ol.comment-list,
ol.ping-list {
	/*padding-bottom: 20px;*/
	list-style: none;
	position: relative;
}

.comments {
	font-size: 13px;
}

.comment-meta {
	float: left;
	width: 130px;
}

.comment-meta ul.extra li {
	line-height: 130%;
}

.comment-meta ul.extra .name {
	font-weight: 600;
}

.comment-meta ul.extra .name .url {
	text-decoration: none;
}

.comment-meta ul.extra small {
	font-size: 11px;
}

.comment-reply-link {
	display: inline-block;
	margin-top: 3px;
	padding: 1px 6px;
	text-decoration: none;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.comment-body {
	margin-left: 130px;
	padding-left: 20px;
}

li.comment {
	clear: both;
	padding-top: 50px;
}

li.depth-1:first-child {
	padding: 0;
}

li.comment ul.children {
	margin-left: 12%;
}

.comments .navigation {
	padding: 20px 0px;
}

.comments .navigation .older {
	float: left;
}

.comments .navigation .newer {
	float: right;
}

#respond {
	clear: both;
	margin-bottom: 30px;
}

#respond p {
	margin-bottom: 3px;
}

#respond .title,
#reply-title {
	/*padding-top: 20px;*/
}

#respond input[type="text"] {
	width: 240px;
}

#respond label {
	margin-left: 10px;
}

#respond textarea {
	width: 480px;
}

#respond input[type="submit"] {
	margin-bottom: 20px;
}

.comment-list #respond textarea {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.comment-meta {
		float: none;
		width: 100%;
	}

	.comment-meta ul.extra {
		margin-bottom: 0px;
	}

	.comment-meta ul.extra li {
		display: inline;
		margin-right: 10px;
	}

	.comment-meta ul.extra .name {
		margin-right: 10px;
	}

	.comment-body {
		margin-top: 20px;
		margin-left: 0px;
		padding-left: 0;
		border-left: none !important;
	}

	#respond input[type="text"],
	#contactForm input[type="text"] {
		width: 100%;
	}

	#respond textarea {
		width: 100%;
	}
}
/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
/*09292022*/
.global-footer{
	position: relative;
	display: block;
	background: #000;	
	padding-bottom: 30px;
	font-size: 11px;
}
.global-footer::before{
	content: '';
	display: block; 
	position: relative;
	background: url(./images/db/detail.topbar.png);
	background-repeat: no-repeat;
	height: 8px;
	margin-bottom: 15px;
	margin-top: -1px;
}
.copyright, .footer-menu{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.copyright{
	text-align: right;	
	line-height: 1.4em;
	color: #7b663f;
}
.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-menu li{
	padding: 0 10px;
    display: inline-block;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.1em;
}
.footer-menu li:first-child{
	border-right: 1px solid #7b663f;
	padding: 0 10px 0 0;
}

.footer {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer .row:first-child {
	position: relative;
}

.footer .text {
	position: relative;
	padding-top: 15px;
	font-size: 12px;
	line-height: 1.5em;
	/*text-transform: uppercase;*/
}

/*-----------------------------------------------------------------------------------*/
/*  404
/*-----------------------------------------------------------------------------------*/
.error404 .entry-content {
	text-align: center;
}

#top {
	border-bottom: 0 !important;
}

#top .wrapper {
	margin: 0;
	padding: 0;
}

#top .container {
	margin: 0;
	padding: 0;
}

#top .row {
	margin: 0;
	padding: 0;
}

.title-text {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 593px;
}

.title-text h1 {
	font-size: 1.25em;
	line-height: 0.875em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.title-text h2 {
	font-size: 0.625em;
	margin: 24px 0 0 0;
	padding: 0;
	text-align: center;
}

#top-light {
	height: 100%;
	max-width: none;
	position: absolute;
	right: 0;
}

#nav {
	background-color: #000000;
	border-bottom: 1px solid #373737;
	color: #f9a504;
	font-family: "Penumbra", helvetica, arial;
	height: 84px;
	max-height: 84px !important;
	min-height: 0 !important;
	opacity: 1;
	width: 100%;
	z-index: 999;
	display: block;
}

#nav ul {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	#nav ul {
		width: 100%;
	}
}

#nav li {
	cursor: pointer;
	display: inline;
	float: left;
	letter-spacing: 0.1em;
	padding-top: 34px;
	text-align: center;
	width: 115px;
}

@media only screen and (max-width: 1024px) {
	#nav li {
		width: 10%;
		margin-left: -1%;
	}

	#nav li#nav-sharing {
		margin-left: 1%;
	}
}

@media only screen and (max-width: 768px) {
	#nav li {
		width: 9%;
	}

	#nav li#nav-sharing {
		width: 90% !important;
		margin: 0 auto;
	}
}

#nav li:hover {
	color: #f9ca6e !important;
}

#nav .selected-nav-item {
	color: #f9ca6e !important;
}

#nav p {
	margin: 0;
}

#nav .wrapper {
	background-color: #000000;
	border-bottom: 1px solid #373737;
	height: 84px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav .container {
	height: 84px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	width: 100%;
}

#nav .twelvecol {
	float: none;
	height: 100%;
	position: absolute;
}

/*08292022*/
#nav-banner {
position: absolute;
    left: 0;
    background-image: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(./images/db/nav.bar.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    height: 33px;
    width: 100%;
    z-index: 1;
	transition: ease-in-out all .3s;
}

#nav-banner::after{
	position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 14px;
    top: 13px;
	transition: ease-in-out all .3s;
}
#nav-banner.default-caret::after, #nav-banner.book-caret::after, #nav-banner.news-caret::after, #nav-banner.media-caret::after, #nav-banner.film-caret::after, #nav-banner.secret-caret::after{
	background: transparent !important;	
}
#nav-banner.default-caret{
	transform: translateX(-137px);
}
#nav-banner.book-caret{
	transform: translateX(-25px);
}
#nav-banner.news-caret{
	transform: translateX(93px);
}
#nav-banner.media-caret{
	transform: translateX(209px);
}
#nav-banner.film-caret{
	transform: translateX(209px);
}
#nav-banner.secret-caret{
	transform: translateX(322px);
}
/*end 08292022*/

#nav img {
	max-width: none;
}

#nav-sharing {
	cursor: default;
	padding: 14px 0 0 0 !important;
	width: 304px !important;
}

#author {
	background: url(./images/db/authornew.bg.jpg) no-repeat;
	background-size: cover;
	height: 618px;
}

#author .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#author .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#author .row {
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#inner-author {
	color: #f0f0f0;
	font-size: .97em;
    line-height: 1.5em;
	left: 38%;
	position: relative;
	top: 52px;
	width: 56%;
}

#inner-author-mobile {
	display: none;
}

#books {
	background: url(./images/db/books.bg.jpg) no-repeat;
	background-size: cover;
	height: auto;
	/*  padding-bottom:48px; */
}

#books .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#books .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#books .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}
#books .row.world-editions-link {
	padding: 171px 0 10px;
}
#books .twelvecol {
	float: none;
}

#books .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.new-slit {
	height: 50px;
	margin-top: 50px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.new-slit h1 {
	display: inline;
}

.new-slit:before,
.new-slit:after {
	content: url(images/db/new.slit.png);
	display: inline;
}

@media screen and (max-width: 768px) {
	.new-slit:before,
	.new-slit:after {
		display: none;
	}
}

/*06072024*/
.work-item {
	float: left;
	font-weight: lighter;
	height: 614px;
	margin: 40px 10px 0 10px;
	padding: 0 0 40px 0;
	width: 300px;
}
.work-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: start; 
    align-items: stretch; 
}
.work-item.film-item, .work-item.book-link {
	float: none; 
	height: auto; 
	width: 100%;
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box; 
    font-weight: lighter;
    margin: 20px 10px 0 10px;
    padding: 0 0 20px 0;
    max-width: calc(33.333% - 20px); 
}

.centered-book {
	position: relative;
	left: 47%;
	transform: translateX(-50%);
}

.world-editions-link .work-item {
	height: 100px;
}

.world-editions-link .db-button, .load_more_posts_button_wrap .db-button {
	line-height: 73px;
	cursor: pointer;
}

.worldeditions .work-item {
	width: 220px;
}

section#media .work-item,
section#news .work-item {
	margin-top: 0 !important;
}

.work-item a {
	color: #f9a504;
}
/*
.book-link img {
	max-height: 453px;
}*/

.work-item img {
	border: 1px solid rgba(214, 161, 50, 0.45);
	box-shadow: rgb(117 86 51 / 20%) 1px 1px 15px 5px;
	width: 100%; 
}

#news-content .work-item img {
	max-width: 300px !important;
	width: 100% !important;
}

.work-item p {
	margin-bottom: 0;
}

.work-item .title {
	color: #f9a504;
	margin-bottom: 12px;
}

.work-item.film-item .title, .work-item.book-link .title {
	margin: 5px 0;
	font-size: 16px;
}
.work-item .blurb {
	color: #eee;
	font-size: 13px;
	line-height: 1.6;
}

#news {
	background: url(./images/db/news.bg.jpg) no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 48px;
}

#news .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#news .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#news .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#news .twelvecol {
	float: none;
}

#news .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.news-item {
	height: 406px !important;
}

#news .page-content .blurb,
#media .page-content .blurb {
	color: #ffffff;
}

#news .page-content.twelvecol.vertical-list,
#media .page-content.twelvecol.vertical-list {
	width: 700px;
	margin: 0 auto;
}

#news .view-all.right-align a {
	margin-left: auto;
	margin-right: 0;
}

#news .db-button,
#media .db-button {
	line-height: 72px;
}

#media {
	background: url(./images/db/media.bg.jpg) no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 48px;
}

#media .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#media .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#media .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#media .twelvecol {
	float: none;
}

#media .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.media-item {
	height: 426px !important;
}

.work-item .type {
	color: #f9a504;
	text-transform: uppercase;
}

#media .db-button {
	margin-top: 22px !important;
}

/* WORLD EDITIONS */

#detail-worldeditions {
	/*background: url(./images/db/detail.bg.jpg) no-repeat;*/
	background-color: #000000;
	background-size: 100%;
	min-height: 520px !important;
	padding-bottom: 78px;
}

#detail-worldeditions .double-slits {
	background: url(./images/db/detail.dividers.worldeditions.png) 0 -12px no-repeat;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	width: 460px;
}

/*.worldeditions-item.work-item {
	width: 220px;
}*/

#detail-worldeditions h1 {
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	width: 292px;
}

#detail-worldeditions ul {
	height: 100%;
	min-height: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 750px;
}

#detail-worldeditions .hidden {
	display: none;
}

#detail-worldeditions .centered-filter {
	left: 45%;
	transform: translateX(-50%);
	position: relative;
}

#detail-worldeditions .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#detail-worldeditions .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#detail-worldeditions .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#detail-worldeditions .twelvecol {
	float: none;
}

#detail-worldeditions .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#worldeditions {
	background: url(./images/db/worldeditions.bg.jpg) no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 48px;
}

#worldeditions .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#worldeditions .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#worldeditions .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#worldeditions .twelvecol {
	float: none;
}

#worldeditions .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*11082022*/
.we-wrap{
	display: flex; 
	flex-direction: row; 
	justify-content: flex-start; 
	flex-wrap: wrap; 
	align-items: stretch;
	align-content: flex-start; 
	padding-top: 40px;
}
.we-item{
	box-sizing: border-box;
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgb(214 161 50 / 29%);
	width: 32%;
	margin: .65%;
	padding: 12px;
}
.we-item img{
	width: 100%;
	max-width: 114px;
}
.we-title{
	font-size: 13px !important;
    line-height: 18px !important;
	padding-bottom: 0;
	margin: 0 0 10px;
	letter-spacing: .04em !important;
}
.we-country{
	font-size: 15px;
	letter-spacing: .01em;
}
.we-publisher{
	font-size: 12px;
	line-height: 15px;
	color: #888;
	letter-spacing: .01em;
}
.we-item-button, .post-item-button{
	display: inline-block;
    background: rgba(178, 137, 89, .14);
    border: 1px solid rgba(178, 137, 89, .16);
    padding: 8px 9px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
	color: rgba(237, 172, 47, .62) !important;
    margin-top: 13px;
    letter-spacing: .1em;
    box-shadow: rgba(117, 86, 51, .2) 3px 9px 14px;
    transition: all ease-in-out .2s;
}
.we-item-button:hover, .post-item-button:hover{
	background: transparent;
	border: 1px solid rgba(178,137,89,.47);
	box-shadow: rgba(117, 86, 51, .3) 3px 9px 14px;
    color: #F9A506 !important;
}
.we-item-col-a, .we-item-col-b{
	float: left;
}
.we-item-col-a {
	box-sizing: border-box;
	width: 40%;
}
.we-item-col-b {
	box-sizing: border-box;
	width: 60%;
	padding: 10px 10px 10px 15px;
}
#worldeditions-content #media-filter::after{
  content: "";
  display: table;
  clear: both;
}

/*.work-item .type {
	color: #f9a504;
	text-transform: uppercase;
}*/

#worldeditions .db-button {
	margin-top: 22px !important;
}

/* /WORLD EDITIONS */

#films {
	background: url(./images/db/films.bg.jpg) no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 48px;
}

#films .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#films .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#films .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#films .twelvecol {
	float: none;
}

#films .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*#films .work-item:last-child {
	float: none !important;
	margin: 0 auto !important;
}

#films .film-item {
	height: auto;
}

.film-item img {
	min-height: 454px;
}*/

@media screen and (max-width: 768px) {
	.film-item img {
		max-width: 306px;
	}
}
#secrets {
	background: url(./images/db/secrets.bg.jpg) no-repeat;
	background-size: cover;
	border-top: 1px solid #000000;
	border-bottom: 0 !important;
	height: 780px;
}

#secrets .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#secrets .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#secrets .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#secrets .twelvecol {
	float: none;
}

#secret-lattice {
	background: url(./images/db/secrets.img.png) no-repeat;
	width: 502px;
	height: 573px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
}

#secret-overlay {
	width: 100%;
	height: 100%;
	background-image: url("./images/db/secret-fog.png");
	display: none;
	background-repeat: no-repeat;
}

#secret-overlay h4 {
	color: red;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	position: relative;
	top: 200px;
}

#top,
#interstitial-one,
#interstitial-two,
#interstitial-three,
#interstitial-four,
#interstitial-five {
	height: 520px;
	min-height: 520px !important;
}

#top .page-background,
#interstitial-one .page-background,
#interstitial-two .page-background,
#interstitial-three .page-background,
#interstitial-four .page-background,
#interstitial-five .page-background {
	height: 520px !important;
	min-height: 520px !important;
}

#interstitial-one .wrapper,
#interstitial-two .wrapper,
#interstitial-three .wrapper,
#interstitial-four .wrapper,
#interstitial-five .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#interstitial-one .container,
#interstitial-two .container,
#interstitial-three .container,
#interstitial-four .container,
#interstitial-five .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#interstitial-one .row,
#interstitial-two .row,
#interstitial-three .row,
#interstitial-four .row,
#interstitial-five .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#interstitial-one .twelvecol,
#interstitial-two .twelvecol,
#interstitial-three .twelvecol,
#interstitial-four .twelvecol,
#interstitial-five .twelvecol {
	float: none;
}

.home-main #top {
	height: 635px !important;
	min-height: 635px !important;
}

.detail-page {
	color: #eeeeee;
}

.detail-page .page-container {
	border: 0 !important;
}

.book-detail #dctop {
	border: 0 !important;
}

.book-detail #detail-bar-holder {
	border: 0 !important;
}

#dcbuy .wrapper,
#dcbuy .container {
	padding: 0;
}

#detail-news {
	background: url(./images/db/detail.bg.jpg) no-repeat;
	background-color: #000000;
	background-size: 100%;
	min-height: 520px !important;
	padding-bottom: 78px;
}

#detail-news h1 {
	font-size: 1.75em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	width: 292px;
}

#detail-bar-holder {
	height: 13px;
	overflow: hidden;
	width: 100%;
}

#detail-bar {
	margin: 0;
	max-width: none;
	padding: 0;
	position: absolute;
}

.double-slits {
	background: url(./images/db/detail.dividers.png) 0 -12px no-repeat;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	width: 294px;
}

.double-slits h1 {
	text-align: center;
}

.wider-slits {
	background: url(./images/db/slits.wider.png) 0 -12px no-repeat !important;
	width: 328px !important;
}

.new-widest-slits {
	background: url(./images/db/slits.newwidest.png) 0 -12px no-repeat !important;
	width: 488px !important;
}

#back-button {
	background: url(./images/db/detail.homebutton.png) 0 0;
	height: 60px;
	left: 26px;
	position: absolute;
	top: 496px;
	width: 197px;
	z-index: 9999;
}

#back-button:hover {
	background: url(./images/db/detail.homebutton.png) -195px 0;
}

#detail-news .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#detail-news .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#detail-news .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#detail-news .twelvecol {
	float: none;
}

#detail-news .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#detail-media {
	background: url(./images/db/detail.bg.jpg) no-repeat;
	background-color: #000000;
	background-size: 100%;
	min-height: 520px !important;
	padding-bottom: 78px;
}

#detail-media h1 {
	font-size: 1.75em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	width: 292px;
}

#detail-media ul {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 750px;
}

#detail-media li {
	background: url(./images/db/media.button.png) -125px 0 no-repeat;
	color: #eeeeee;
	cursor: pointer;
	display: inline;
	float: left;
	height: 25px;
	margin-left: 20px;
	padding: 2px 0 0 0;
	text-align: center;
	width: 125px;
}

#detail-media .hidden {
	display: none;
}

#detail-media .active-filter {
	background: url(./images/db/media.button.png) 0 0 no-repeat;
}

#detail-media .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#detail-media .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#detail-media .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#detail-media .twelvecol {
	float: none;
}

#detail-media .page-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#coll-preloader {
	background-color: #000000;
	/*background:url(./images/db/loading.bg.jpg)!important;*/
	background-size: cover !important;
}
#coll-preloader .percent {
	color: #f9a504 !important;
	/*font-family: "gillsansmtstd", helvetica, arial;*/
}
#coll-preloader .percent sup {
	font-size: 0.5em;
}

#detail-privacypolicy,
#detail-termsofuse {
	background: url(./images/db/detail.bg.jpg) no-repeat;
	background-color: #000000;
	background-size: 100%;
	min-height: 520px !important;
	padding-bottom: 78px;
}

#detail-privacypolicy .double-slits,
#detail-termsofuse .double-slits {
	background: url(./images/db/slits.widest.png) 0 -12px no-repeat !important;
	width: 400px;
}

.db-button {
	background: url(./images/db/btn.png) 0 0 no-repeat;
	color: #f9a504;
	display: block;
	font-family: "Penumbra", helvetica, arial;
	font-weight: normal;
	height: 73px;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	width: 282px;
}

.db-button span {
	display: block;
	padding-top: 24px;
}

.db-button.small {
	background: url("./images/db/btn.small.png");
	width: 192px;
	display: inline-block;
	line-height: 73px;
}

.db-button.centered {
	margin-left: 117px;
}

#media .page-content p {
	margin: 0 !important;
}

#news .page-content p {
	margin: 0 !important;
}

.pop-content {
	display: none;
}

#author .db-button {
	display: inline-block;
	height: 45px;
	margin: 0;
	padding-top: 28px;
}

#author .do-lightbox {
	display: inline-block;
	margin: 0;
}

#db-footer {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f9a504;
}

.book-interstitial {
	height: 520px !important;
	min-height: 520px !important;
}

.book-interstitial .page-background {
	height: 520px !important;
	min-height: 520px !important;
}

.book-interstitial .wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.book-interstitial .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.book-interstitial .row {
	float: none;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.book-interstitial .twelvecol {
	float: none;
}

.book-section {
	background: url(./images/db/secrets.bg.jpg) no-repeat;
	background-size: cover;
	color: #eeeeee;
	height: auto !important;
}

.book-section h1 {
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	text-align: center;
}

.book-section .wrapper {
	padding: 0 0 0 0 !important;
}

.book-section .container {
	padding: 0 0 64px 0 !important;
}

.book-description {
	background: url(./images/db/secrets.bg.jpg) no-repeat;
	background-size: cover;
	color: #eeeeee;
	height: auto !important;
}

.book-description h1,
.book-reviews h1,
.book-facts h1 {
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	text-align: center;
}

.book-description p,
.book-reviews p,
.book-facts p {
	margin-left: auto;
	margin-right: auto;
	width: 710px;
}

.desc-interior {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

.desc-interior img {
	position: absolute;
}

.book-description p {
	margin-left: 200px !important;
	width: 530px !important;
}

.book-description .wrapper,
.book-reviews .wrapper,
.book-facts .wrapper {
	padding: 0 0 0 0 !important;
}

.book-description .container,
.book-reviews .container,
.book-facts .container {
	padding: 64px 0 64px 0 !important;
}

.book-reviews {
	background: url(./images/db/secrets.bg.jpg) no-repeat;
	background-size: cover;
	color: #eeeeee;
	height: auto !important;
}

.book-facts {
	background: url(./images/db/secrets.bg.jpg) no-repeat;
	background-size: cover;
	color: #eeeeee;
	height: auto !important;
}

.book-buy {
	background: url(./images/db/secrets.bg.jpg) no-repeat;
	background-size: cover;
	color: #eeeeee;
	height: 350px !important;
}

.preorder-links {
	margin: 0 auto 30px auto;
	text-align: center;
	width: 100%;
	max-width: 940px;
}

.preorder-links .link-logo {
	margin-left: 8px;
	margin-right: 8px;
	max-height: 48px;
	max-width: 126px;
}

.preorder-links .inactive {
	cursor: default;
	opacity: 0.2;
}

.orange,
.orange a {
	color: #f9a504;
	text-decoration: none;
}

#next-book {
	background: url(./images/db/book.next.png) 0 0 no-repeat;
	height: 60px;
	position: absolute;
	right: 40px;
	top: 496px;
	width: 195px;
	z-index: 999;
}

#next-book:hover {
	background: url(./images/db/book.next.png) -196px 0 no-repeat;
}

#prev-book {
	background: url(./images/db/book.prev.png) 0 0 no-repeat;
	height: 60px;
	position: absolute;
	right: 240px;
	top: 496px;
	width: 195px;
	z-index: 999;
}

#prev-book:hover {
	background: url(./images/db/book.prev.png) -194px 0 no-repeat;
}

.buy-book-big {
	background: url(./images/db/buybook.button.png) 0 0 no-repeat;
	display: block;
	height: 122px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 492px;
}

.buy-book-big:hover {
	background: url(./images/db/buybook.button.png) -488px 0 no-repeat;
}

.book-info-buttons {
	width: 780px !important;
	margin-left: 200px !important;
	width: 530px !important;
}

.book-info-buttons a {
	display: inline-block;
	margin-left: -18px;
	margin-right: 0px;
}

#lightbox-container {
	color: #ffffff;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	visibility: hidden;
	z-index: 99999;
}

.lightbox-close {
	background: url(./images/db/lightbox.close.png) 0 0 no-repeat;
	height: 100px;
	width: 100px;
	z-index: 9999;
	float: right;
}

.lightbox-close:hover {
	background: url(./images/db/lightbox.close.png) -100px 0 no-repeat;
}

#lightbox-close {
	display: none;
	right: 24px;
	top: 24px;
}

#lightbox-contents {
	position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    width: 100%;
    overflow-y: auto;
    max-height: calc(100% - 90px);
    max-width: 650px;
	box-sizing: border-box;
	border: 1px solid #373737;
}

.lightbox-background {
	background-color: #000000;
	opacity: 0.9;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.lightbox {
	position: absolute;
}
.jspContainer {
	width: 100% !important;
	overflow: scroll;
}
.jspPane {
	width: 100% !important;
}
.jspVerticalBar {
	display: none;
}
.jspHorizontalBar {
	display: none;
}
@media screen and (max-width: 480px) {
	.jspContainer {
		width: 100% !important;
	}
	.jspPane {
		width: 100% !important;
	}
}
.secret-video-lightbox {
	width: 855px !important;
}
.photo-lightbox {
	width: 730px;
}

/*09292022*/
.description {
	padding: 0 5% 6%;
}
.video-lightbox .video-embed{
	margin-right: 5%;
	margin-left: 5%;
}
.article-lightbox, .video-lightbox {
	background: url(./images/db/lightbox.bg.jpg);
	background-size: cover;
    position: relative;
	box-sizing: border-box;
    background-clip: padding-box;
}
.slideshow-lightbox{
	position: relative;
	box-sizing: border-box;
	background: #000;
}
.lightbox-title-wrap{
	padding: 40px 0 0 5%;
	width: calc(100% - 100px);
}
.lightbox-title-wrap::after{
  content: "";
  display: table;
  clear: both;
}
.article-lightbox h1, .video-lightbox h1 {
	font-family: 'Cormorant Garamond', serif;
	position: relative;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-size: 2em;
    line-height: 1.2em;
}
.article-lightbox-noscroll, .video-lightbox-noscroll, .slide-pane{
	overflow-x: hidden;
    overflow-y: auto;
}
.article-lightbox img {
	border: 1px solid #373737;
}
.slideshow-image {
	box-sizing: border-box;
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 0;
    max-width: calc(100% - 200px);
}
.slideshow-image img {
	width: 100%;
  	height: auto;
	position: relative;
	border: 1px solid #373737;
}
.slideshow-caption {
	position: relative;
    padding: 10px 20px 20px;
    text-align: center;
}
.slideshow-next {
	background: url(./images/db/lightbox.next.png) 0 0 no-repeat;
	height: 100px;
	right: 15px;
	position: absolute;
	top: calc(50% - 30px);
	width: 75px;
}
.slideshow-next:hover {
	background: url(./images/db/lightbox.next.png) -73px 0 no-repeat;
}
.slideshow-prev {
	background: url(./images/db/lightbox.prev.png) 0 0 no-repeat;
	height: 100px;
	left: 15px;
	position: absolute;
	top: calc(50% - 30px);
	width: 75px;
}
.slideshow-prev:hover {
	background: url(./images/db/lightbox.prev.png) -77px 0 no-repeat;
}
.slide-pane {
	display: none;
	opacity: 0;
	width: 100%;
}
.slide-pane::before{
	content: "";
  	display: table;
  	clear: both;
}
.slide-pane p, .slideshow-lightbox p{
	margin-bottom: 0px;
}

#secret-form {
	position: relative;
}

#secret-answer {
	background: none;
	border: none;
	color: #f9a504;
	font-family: "Penumbra", helvetica, arial;
	font-size: 1.5em;
	left: 82px;
	padding-top: 13px;
	position: absolute;
	top: 259px;
	width: 256px;
}

#secret-submit {
	background: url(./images/db/secrets.button.png) 0 0 no-repeat;
	height: 49px;
	left: 342px;
	position: absolute;
	top: 265px;
	width: 94px;
}

#secret-submit:hover {
	background: url(./images/db/secrets.button.png) -92px 0 no-repeat;
}

.big-yellow {
	font-size: 1.4em;
	font-family: "Penumbra", helvetica, arial;
	color: #f9a504;
}

.big-yellow em {
	font-family: "Penumbra", helvetica, arial;
}

#db-footer p {
	margin-bottom: 10px;
}

#job {
	font-family: "Penumbra", helvetica, arial;
	font-size: 1.2em;
	letter-spacing: 0em;
	margin-bottom: 20px !important;
}

#legal {
	margin-bottom: 44px !important;
}

#legal span {
	padding-right: 14px;
	display: inline-block;
	font-size: 0.7em;
}

#scroll-top {
	background: url(./images/db/scrolltotop.button.png) 0 0 no-repeat;
	display: none;
	height: 150px;
	position: fixed;
	right: 2px;
	bottom: 2px;
	width: 150px;
	z-index: 99;
}

#scroll-top:hover {
	cursor: pointer;
	background: url(./images/db/scrolltotop.button.png) -140px 0 no-repeat;
}

.four04-page .wrapper,
.four04-page .container {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.four04-page .wrapper .container {
	padding: 10% 0 0 0;
}

.four04-page .row,
.four04-page .twelvecol {
	float: none;
	text-align: center;
}

.four04-page img {
	margin-bottom: 48px;
}

.db-404-button {
	background: url(./images/db/404.button.png) 0 0 no-repeat;
	color: #f9a504;
	display: block;
	font-family: "Penumbra", helvetica, arial;
	font-size: 0.9em;
	font-weight: normal;
	height: 39px;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	width: 314px;
}

.db-404-button span {
	display: block;
	padding-top: 8px;
}

#nav-sharebox {
	background: url(./images/db/share.bg.png) 0 0 no-repeat;
	height: 130px;
	position: fixed;
	top: 494px;
	display: none;
	width: 320px;
	z-index: 999;
}

#twitter-content {
	display: none;
}

#facebook-content {
	display: none;
}

#mailing-content {
	display: none;
}

#search-box {
	font-family: "Penumbra", helvetica, arial;
	height: 42px;
	left: 18px;
	position: absolute;
	top: 23px;
	width: 285px;
}

a.share-visit {
	background: url(./images/db/share.popdown.png) 272px 4px no-repeat;
	bottom: 28px;
	font-size: 0.9em;
	height: 16px;
	left: 20px;
	letter-spacing: 0.1em;
	padding-top: 1px;
	position: absolute;
	text-align: left;
	width: 280px;
}

button[type="submit"] {
	background: url(./images/db/share.popdown.png) 272px 4px no-repeat;
	bottom: 28px;
	font-size: 0.9em;
	height: 16px;
	left: 20px;
	letter-spacing: 0.1em;
	padding-top: 1px;
	position: absolute;
	text-align: left;
	width: 280px;
	color: #f9a504 !important;
	border: none !important;
}
.fb-like {
	left: 90px;
	position: absolute;
	top: 36px;
}

a.share-visit:hover {
	background: url(./images/db/share.popdown.png) 274px -13px no-repeat;
}

.twitter-share-button {
	position: absolute;
	left: 120px;
	top: 36px;
}

#EMAIL_FIELD {
	font-family: "Penumbra", helvetica, arial;
	height: 42px;
	left: 18px;
	position: absolute;
	top: 23px;
	width: 285px;
}

#hashtagart {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

#hashtagart-copy {
	color: #eeeeee;
	margin-top: 48px;
}

.view-all {
	font-family: "Penumbra", helvetica, arial;
	font-size: 14px;
	position: relative;
	text-align: center;
	top: -18px;
	width: 100%;
}

.view-all a {
	color: #cbcbcb !important;
}

#detail-infernocontestrules .double-slits {
	background-image: none;
}

h4.search-terms {
	text-align: center;
}

@media screen and (min-width: 320px) {
}

#job_surprise {
	display: none;
	position: relative;
	left: 40px;
}

/* MEDIA QUERIES */

/* TABLET STYLES */
@media only screen and (max-width: 1025px) {
	/* GLOBAL */

	html {
		min-width: 0;
	}

	body {
		min-width: 0;
		position: relative;
	}

	.fixed {
		position: fixed;
	}
	/* FRONT PAGE */
	/*08292022*/
		#nav-banner {
			position: absolute;
    		left: 0;
    		background-image: url(./images/db/nav.bar.noarrow.png);
		}
		#nav-banner.default-caret, #nav-banner.book-caret, #nav-banner.news-caret, #nav-banner.media-caret, #nav-banner.film-caret, #nav-banner.secret-caret{
			transform: none;
		}
		/*end 08292022*/
	.row .twelvecol {
		padding-left: 0;
		padding-right: 0;
	}

	#inner-author {
		width: 60%;
	}

	#author {
		height: 668px;
	}

	#author .db-button {
		height: 27px;
	}

	.do-lightbox p {
		margin-bottom: 0;
	}

	#books .page-content,
	#news .page-content,
	#media .page-content,
	#films .page-content {
		width: 100%;
		margin: 0 auto;
	}

	#news .news-item,
	#media .media-item {
		width: 29%;
		margin: 40px 2% 0 2%;
	}
/*
	#books .work-item {
		height: 436px;
	}

	#books .book-link img {
		max-height: 354px;
	}*/
	#news .page-content.twelvecol.vertical-list,
	#media .page-content.twelvecol.vertical-list {
		display: block;
		width: 96%;
		margin: 0 2%;
	}

	/*WORLD EDITIONS PAGE */
	#detail-worldeditions .page-content {
		width: 100%;
	}
	

	/*NOVEL DETAIL PAGES */

	.book-description .desc-interior {
		width: 90% !important;
	}

	.book-description .desc-interior p {
		font-size: 16px;
		line-height: 24px;
		width: 75% !important;
	}
}

/* NEWS PAGE */

#detail-news .page-content {
	width: 100%;
}

#detail-news #news-content {
	width: 95%;
	margin: 0 auto;
}

#detail-news .news-item {
	width: 30%;
}

/* MEDIA PAGE */

#detail-media .page-content {
	width: 100%;
}

#detail-media #media-content {
	width: 95%;
	margin: 0 auto;
}

#detail-media .media-item {
	width: 30%;
}

@media screen and (max-width: 1025px) {
	.work-container {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 769px) {
	
	.work-item.film-item, .work-item.book-link {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px); 
    }
	
	/*02092023*/
	.filter-menu-item{
		padding: 12px 10px 12px;
		font-size: 11px;
	}
	
	/*02092023*/
	 .news-archive-item {
		width: 100%;
  	}
	/*11082022*/
	.catalog-page #top {
		height: 380px !important;
		min-height: 0px !important;
	}
	.catalog-page #back-button {
    	top: 355px;
	}
	
	/* FRONT PAGE */

	#nav {
		display: none !important;
	}

	#nav-banner {
		display: none;
	}

	#nav .twelvecol {
		position: relative;
		padding: 0;
	}

	#nav ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		display: block;
	}

	#nav.active-nav {
		height: 100%;
		max-height: none !important;
		position: absolute !important;
		display: block !important;
		top: 0;
	}

	#nav.active-nav .container {
		height: 100%;
	}

	#nav.active-nav li {
		display: block;
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	#nav.active-nav li#nav-sharing {
		padding-top: 1%;
		margin: 0 auto;
	}

	#nav.active-nav li#nav-sharing a {
		padding: 0 3px;
	}

	#navControl {
		position: absolute;
		left: 5%;
		margin-right: 1%;
		cursor: pointer;
		padding: 10px 35px 16px 0px;
		z-index: 9999;
		display: block;
		top: 35px;
	}

	#navControl span,
	#navControl span:before,
	#navControl span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 5px;
		width: 30px;
		background: #f9a504;
		position: absolute;
		display: block;
		content: "";
	}

	#navControl span:before {
		top: -10px;
	}

	#navControl span:after {
		bottom: -10px;
	}

	#navControl span,
	#navControl span:before,
	#navControl span:after {
		transition: all 500ms ease-in-out;
	}

	#navControl.active span {
		background-color: transparent;
	}

	#navControl.active span:before,
	#navControl.active span:after {
		top: 0;
	}

	#navControl.active span:before {
		transform: rotate(45deg);
	}

	#navControl.active span:after {
		transform: rotate(-45deg);
	}

	#nav-sharebox {
		top: 53% !important;
		background: none;
		border: 3px solid #f9a504;
	}

	#nav-sharing {
		width: 33% !important;
	}

	#inner-author {
		display: none;
	}

	#inner-author-mobile {
		display: block;
		margin-bottom: 10%;
	}

	#inner-author-mobile #inner-author {
		display: block;
		position: relative;
		width: 90%;
		left: 0;
		margin: 0 auto;
	}

	#inner-author-mobile .db-button {
		padding-top: 29px;
		height: 35px;
	}

	/*.work-item p {
		font-size: 16px;
	}*/

	/*#films .film-item {
		margin: 0 auto;
		display: block;
		width: 43%;
		float: none;
	}*/

	/* NOVEL DETAIL PAGES */

	#back-button {
		left: 0;
	}

	#prev-book {
		right: 195px;
	}

	#next-book {
		right: 0;
	}

	.book-description .desc-interior {
		width: 90% !important;
	}

	.book-description .desc-interior p {
		font-size: 16px;
		line-height: 23px;
		width: 95% !important;
		margin: 0 auto !important;
	}

	.db-button {
		width: 282px;
	}

	.db-button span {
		width: 282px;
	}

	.db-button.centered {
		margin-left: -18px;
	}

	.desc-interior img {
		position: relative;
		margin: 0 auto;
		display: block;
		padding-bottom: 5%;
	}

	.desc-interior p.book-info-buttons {
		font-size: 15px;
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center;
	}

	.book-info-buttons a {
		display: inline-block;
	}

	#dcreviews h1,
	#dcfacts h1 {
		font-size: 23px;
	}

	.book-reviews p,
	.book-facts p {
		font-size: 16px;
		width: 90%;
		line-height: 23px;
	}

	.preorder-links {
		width: 95%;
	}

	.preorder-links .link-logo {
		max-height: none;
		width: 17%;
		max-width: none;
	}

	/* WORLD EDITIONS PAGE */

	#detail-worldeditions h1 {
		font-size: 23px;
	}

	#detail-worldeditions ul {
		width: 100%;
		margin: 0 auto;
	}
	
	
	
/*
	#detail-worldeditions li {
		background: none;
		background-color: black;
		border-radius: 20px;
		font-size: 16px;
		margin-bottom: 15px;
		padding: 6px 0;
		margin: 0 auto 15px auto;
		width: 55%;
		left: 45%;
		transform: translateX(-50%);
		position: relative;
	}
	#detail-worldeditions .active-filter {
		background: none;
		background-color: #cc8704;
	}*/

	
	/*11082022*/
	.we-item{
		width: 48.7%;
	}
	.we-item img{
		max-width: 100px;
	}

	/* NEWS PAGE */

	#detail-news .work-item {
		width: 44%;
		margin-left: 3%;
		margin-right: 3%;
		display: inline-block;
		line-height: 28px;
	}

	#detail-news .work-item img {
		width: 100%;
	}

	/* MEDIA PAGE */

	#detail-media h1 {
		font-size: 23px;
	}

	#detail-media ul {
		width: 100%;
		margin: 0 auto;
	}

	#detail-media li {
		background: none;
		background-color: black;
		border-radius: 20px;
		font-size: 16px;
		padding: 2px 0;
		margin: 0 2% 15px 2%;
		width: 16%;
	}

	#detail-media .active-filter {
		background: none;
		background-color: #cc8704;
	}
	#detail-media .work-item {
		width: 44%;
		margin-left: 3%;
		margin-right: 3%;
		display: inline-block;
		line-height: 28px;
		margin-bottom: 14%;
	}

	#detail-media .work-item img {
		width: 100%;
		margin-bottom: 3%;
	}
}
/*stageplay*/
@media screen and (max-width: 980px) {
	.dps-logo{
		float: none !important;
	}	
		.wp-block-cover.cover-contain {
   		min-height: 260px !important;
	}
}
@media screen and (max-width: 781px) {

	.playwright-1, .playwright-2{
		float: left !important;
		padding-bottom: 20px;
		margin-left: 10px !important;
	}	
	.playwright-1{
		max-width: 200px;
	}
	.playwright-2{
		max-width: 160px;
	}
	.title-decoration::before{
		display: none;
	}
	.title-decoration::after {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
/*09292022*/
@media only screen and (max-width: 670px) {
	#lightbox-contents{
		margin-right: 10px; 
		margin-left: 10px;
		margin-top: 30px;
		width: auto;
		max-height: calc(100% - 60px);
	}
	/* 11082022 */
	.book-archive-item, .film-archive-item{
		margin: 1%;
	}
	.book-archive-item{
		width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	/* NOVEL DETAIL PAGE */

	#prev-book {
		top: 566px;
		right: 50%;
	}
	#next-book {
		top: 566px;
		left: 50%;
	}

	.new-widest-slits {
		background: none !important;
		width: 388px !important;
		margin-top: 107px;
	}

	.wider-slits {
		margin-top: 107px;
	}

	.book-description .desc-interior {
		margin-top: 60px;
		width: 100%;
	}
	
	/* FOOTER 09292022*/
	.global-footer{
		padding: 20px 0 20px; 
	}
	.copyright, .footer-menu {
		float: none;
		width: 100%;
		text-align: center; 
		margin: auto; 
	}
	.copyright{
		padding-top: 10px;
	}
}
/* PHONE STYLES */

@media only screen and (max-width: 480px) {
	
	#books .row.world-editions-link {
		padding: 40px 0 10px;
	}
	.work-item .blurb{
		font-size: 12px;
	}
	.work-item.film-item{
        flex: 1 1 calc(100% - 40px);
        max-width: 100%; 
		text-align: center;
		
    }
	.work-item.film-item img{
		max-width: 205px;
	}
	
	/*11082022*/
	.film-archive-item{
		flex-direction: column;
	}
	.book-archive-item, .film-archive-item .archive-item-inner-a, .film-archive-item .archive-item-inner-b, .book-archive-item .archive-item-inner-a, .book-archive-item .archive-item-inner-b{
		width: 100%;
	}
	.book-archive-container, .film-archive-container{
		padding: 4%;
	}
	.book-archive-item, .film-archive-item {
		padding: 4%;
	}
	.archive-item-type {
    	padding-bottom: 5px;
		font-size: 13px;
	}
	.book-archive-item .archive-item-type {
	    padding: 10px 10px 16px;
	}
	.film-archive-item .archive-item-inner-a p{
		margin-bottom: 0px;
	}
	/* FRONT PAGE */

	#nav-sharebox {
		top: 360px !important;
		left: 6% !important;
	}

	#nav li {
		padding-top: 17px;
	}

	#nav li#nav-sharing {
		width: 95% !important;
	}

	#top,
	#interstitial-one,
	#interstitial-two,
	#interstitial-three,
	#interstitial-four,
	#interstitial-five,
	.catalog-page #top {
		height: 250px !important;
		min-height: 0px !important;
	}

	#inner-author {
		display: none;
	}

	#inner-author-mobile {
		display: block;
		padding-bottom: 10%;
	}

	#inner-author-mobile #inner-author {
		display: block;
		position: relative;
		width: 90%;
		left: 0;
		margin: 0 auto;
	}

	#inner-author-mobile .db-button {
		padding-top: 29px;
	}

	/*#books .work-item {
		width: 43%;
		margin: 40px 3% 0 3%;
		height: 375px;
	}*/

	#news .news-item {
		width: 96%;
		height: auto !important;
		text-align: center;
		margin-bottom: 5%;
		float: none;
	}

	#news .news-item img,
	#media .media-item img {
		width: 90%;
	}

	#news .page-content.twelvecol.vertical-list,
	#media .page-content.twelvecol.vertical-list {
		width: 90%;
		margin: 0 auto;
	}

	#media .media-item {
		width: 96%;
		height: auto !important;
		text-align: center;
		margin-bottom: 5%;
	}

	/*#films .film-item {
		width: 100%;
		text-align: center;
	}

	#films .film-item .blurb {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}*/

	#secret-lattice {
		background-size: contain !important;
		max-width: 374px;
	}

	#secret-answer {
		left: 57px;
		top: 192px;
	}

	#secret-submit {
		left: 236px;
		top: 190px;
		width: 94px;
	}
	/* WORLD EDITIONS PAGE */

	#back-button {
		left: 0;
	}

	#detail-worldeditions .double-slits {
		background: none;
		width: 100%;
	}

	#detail-worldeditions h1 {
		font-size: 23px;
	}

	#detail-worldeditions ul {
		width: 100%;
		margin: 0 auto;
	}

	/*#detail-worldeditions li {
		background: none;
		background-color: black;
		border-radius: 40px;
		font-size: 16px;
		margin-bottom: 15px;
		padding: 5px 0;
	}

	#detail-worldeditions .active-filter {
		background: none;
		background-color: #cc8704;
	}*/
	
	/*11082022*/
	.we-item img{
		max-width: 75px;
	}
	.we-item-col-a, .we-item-col-b{
		float: none;
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	.we-item-col-b{
		padding: 0px 5px 5px 5px;	
	}
	.we-title{
		text-align: center;
		margin: 0 0 5px;
	}

	/*NEWS PAGE */

	#top .title-text {
		left: 0;
		top: 5px;
		width: 100%;
	}

	#detail-news .twelvecol {
		padding-left: 0;
		padding-right: 0;
	}
	#detail-news .double-slits {
		background: none;
		width: 100%;
	}

	#detail-news h1 {
		font-size: 23px;
	}

	#detail-news .news-item {
		height: 445px !important;
	}

	/* BOOK DETAILS PAGE */

	.preorder-links .link-logo {
		width: 30%;
		margin-left: 20px;
		margin-right: 20px;
	}

	.mobile-prev-book {
		background: none !important;
		top: 565px !important;
		right: 56% !important;
		width: auto !important;
	}

	.mobile-next-book {
		background: none !important;
		top: 565px !important;
		left: 55% !important;
		width: auto !important;
	}
	/*MEDIA PAGE */

	#detail-media li {
		width: 29%;
	}

	#detail-media .work-item {
		width: 95%;
		height: auto !important;
		margin-bottom: 0;
	}

	.detail-page #back-button {
		top: 226px;
	}
}

@media only screen and (max-width: 320px) {
	#nav-sharebox {
		position: absolute !important;
		top: 4.75% !important;
		left: 0 !important;
	}

	#nav-sharing {
		width: 60% !important;
	}
	#secret-lattice {
		max-width: 320px;
	}

	#secret-answer {
		left: 50px;
		top: 164px;
		font-size: 1em;
		width: 45%;
	}

	#secret-submit {
		left: 190px;
		top: 159px;
		width: 94px;
	}
}

/* Utils */
.object-cover {
	object-fit: cover;
}
