/*
Theme Name: Silver Dolphin Books
Theme URI: http://www.silverdolphinbooks.com
Description: Theme for silverdolphinbooks.com
Author: Zbra Studios
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

/* Base Tags
====================================================*/
html, body {
	max-width: 4096px;
	margin-left: auto;
	margin-right: auto;
	background: #192730;	
}
	html.popup {
		background-color: #fff;
	}
body {
	font: 400 15px/1.5em 'basic-sans', Arial, sans-serif;
	color: #393935;
	top: 0 !important;
}
a {
	color: #1590c8;
}
a, .button, button, input[type="submit"], #main-header {
	transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}
a:hover, a:active {
	color: #393935;
	text-decoration: none;
}
p {
	margin: 0 0 30px;
	font-family: 'merriweather', 'basic-sans', Arial, sans-serif;
	font-weight: 300;
}
	* > *:last-child {
		margin-bottom: 0;	
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 15px;
	font-family: 'basic-sans', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.1em;
}
h1, .h1 {
	font-size: 38px;
}
h2, .h2 {
	font-size: 33px;
}
h3, .h3 {
	font-size: 28px;	
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 17px;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
		color: #393935;
		text-decoration: none;
	}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
		color: #1590c8;
		text-decoration: none !important;
	}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
		font-weight: 700;
	}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
	.mid a:hover img, .row-wrapper a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);	
	}
ul, ol {
	padding-left: 35px;
	margin-bottom: 30px;
}
ul li, ol li {
	margin-bottom: 8px;	
}
	ul ul, ol ol {
		margin: 8px 0 0;	
	}
sup, sub {
	position: relative;
	height: 0;
	font-size: 70%;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	width: 100%;
	height: 1px;
	margin: 50px auto;
	background: #9c9c9b;
	border: none;
}
	hr.blue {
		background-color: #0072cf;
	}
	hr.short {
		width: 250px;
		margin: 25px auto 50px;
	}
	hr.white {
		background-color: #fff;
	}
button {
	border: none;
	background: none;
	cursor: pointer;	
}
iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 30px;
	border: none;
}
iframe[name="google_conversion_frame"] {
	margin-bottom: 0 !important;
}
input, select, textarea, .chosen-choices {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'basic-sans', Arial, sans-serif !important;
}
blockquote {
	max-width: 720px;
	padding-left: 90px;
	margin: 0 auto 30px;
	background: url(https://www.silverdolphinbooks.com/wp-content/themes/silverdolphinbooks/images/quote-open.png) left center no-repeat;
	background-size: 38px 32px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
}
	blockquote span {
		display: block;
		padding-right: 90px;
		background: url(https://www.silverdolphinbooks.com/wp-content/themes/silverdolphinbooks/images/quote-close.png) right center no-repeat;
		background-size: 38px 32px;
	}

/* Important and Shared Classes
====================================================*/
.hidden {
	display: none;
}
.show-mobile, .show-phone, .show-tablet, .show-mobile-inline, .show-small, .hide-h4 h4 {
	display: none !important;
}
.cc-link {
	padding: 0 !important;
}
.clear {
	clear: both;
}
.relative, .pie {
	position: relative;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}
.indent {
	padding-left: 25px;
}
.alignleft {
	float: left;
	margin: 0 30px 40px 0;
}
.alignright {
	float: right;
	margin: 0 0 30px 40px;
}
	div.alignright img {
		display: block;
		margin-bottom: 15px;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 30px;
}
.bold {
	font-weight: bold;
}
.wp-caption {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
}
	.wp-caption img {
		display: block;
	}
	.wp-caption.alignright {
		margin-bottom: 15px;
	}
.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
	line-height: 1.35em;
	text-align: center;
}
.loading-gif {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.wrapper {
	clear: both;
	float: left;
	width: 100%;
}
.container {
	width: 1024px !important;
	height: 100%;
	margin: 0 auto;
}
.container.narrow {
	max-width: 800px !important;
}
.dropshadow img, .drop-shadow img {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.inline-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.inline-list li {
	display: inline-block;
	margin: 0;
}
	.inline-list li .pipe {
		position: relative;
		display: inline-block;
		top: -1px;
		margin: 0 8px 0 5px;
		font-size: 10px;
		line-height: 1em;
	}
	.inline-list li:first-child .pipe {
		display: none;
	}

/* Backgrounds
====================================================*/

/* Font styles
====================================================*/
.blue-link {
	color: #00afbd !important;
}
.blue-link:hover {
	color: #01bfce !important;
}
.font-small {
	font-size: 80%;
}
.font-18 {
	font-size: 18px;
	line-height: 1.5em;
}
.font-black > *, .font-black h1, .font-black h2, .font-black h3, .font-black h4, .font-black h5, .font-black h6 {
	color: #000;
}
.font-white > *, .font-white h1, .font-white h2, .font-white h3, .font-white h4, .font-white h5, .font-white h6, .font-white h1 a, .font-white h2 a, .font-white h3 a, .font-white h4 a, .font-white h5 a, .font-white h6 a {
	color: #fff;
}
.font-white h1 a:hover, .font-white h2 a:hover, .font-white h3 a:hover, .font-white h4 a:hover, .font-white h5 a:hover, .font-white h6 a:hover {
	color: #000;
}
.text-center {
	text-align: center;
}
.upper {
	text-transform: uppercase;	
}

/* Buttons
====================================================*/
.button, .gform_button, input[type="submit"] {
	display: inline-block;
	width: auto;
	padding: 12px 20px !important;
	background-color: #d44855 !important;
	border: 2px solid #c7374d !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	font: 600 16px/1em 'basic-sans', Arial, sans-serif !important;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
	.button:hover, .gform_button:hover, input[type="submit"], .button:hover a {
		background-color: #c7374d !important;
		color: #fff !important;
	}
.button.light-blue {
	background-color: #55b1fc !important;
}
	.button.light-blue:hover {
		background-color: #4d9ee1 !important;
	}
.button + .button {
	margin-left: 10px;
}
	.button svg {
		margin-right: 4px;
	}
.button.feed-button {
	padding: 10px 15px !important;
	font-size: 14px !important;
}

/* Tables
====================================================*/
table {
	table-layout: auto;
	width: 100%;
	width: calc(100% + 24px);
	margin: 0 0 30px -12px;
	border-collapse: collapse;
}
	table.fixed {
		table-layout: fixed;
	}
	table.full, table.narrow {
		width: 100%;
		margin-left: 0;
	}
	table.narrow {
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
	}
	table td {
		vertical-align: top;
		padding: 30px 12px 0;	
	}
	table.full td {
		padding-left: 20px;
		padding-right: 20px;
	}
	table tr:first-child td {
		padding-top: 0;
	}
	table tr:last-child td {
		padding-bottom: 0;
	}
	.vertical-align td {
		vertical-align: middle !important;
	}
	table h6, table .h6 {
		margin-bottom: 20px;
		line-height: 1.4em;
	}
	div.alignright h6, div.alignright .h6 {
		line-height: 1.4em;
	}
	p + table {
		margin-top: 40px;
	}
		td h6:last-child a, td .h6:last-child a {
			color: #0072cf;
			text-decoration: underline;
		}
		td h6:last-child a:hover, td .h6:last-child a:hover {
			color: #000;
			text-decoration: none;
		}
	table img.aligncenter {
		margin-bottom: 15px !important;
	}
		table p:last-child, table p:last-child .aligncenter {
			margin-bottom: 0;
		}
	table h6, table .h6 {
		margin-top: 15px;
	}
		table h6:first-child, table .h6:first-child {
			margin-top: 0;
		}
		table p + h6, table p + .h6 {
			margin-top: -10px;
		}
	table ul {
		padding-left: 30px;
	}
	table table {
		table-layout: auto;
		width: 100% !important;
		margin: 0 auto !important;
	}
	table.bg-gray {
		table-layout: fixed;
		margin-top: 10px;
		border-collapse: separate;
		border-spacing: 20px;
	}
		table.bg-gray td {
			padding: 30px !important;
			background-color: #f9f9f9;
		}
	table table td {
		padding: 15px 10px;
	}
		table.bg-gray td td {
			width: 50% !important;
			padding: 10px 0 0 !important;
		}
		table.bg-gray td tr:first-child td {
			padding-top: 0 !important;
		}
		table.bg-gray td em {
			margin: 0 5px;
			color: #1590c8;
		}
		table.bg-gray td table {
			table-layout: auto !important;
		}
		table.bg-gray td table td {
			width: auto !important;
		}
		table table tr td:first-child {
			padding-left: 0;
		}
		table table tr td:last-child {
			padding-right: 0;
		}
		table table img {
			max-width: none;
		}
		table table h6, table table .h6 {
			margin-bottom: 10px;
			font-weight: bold;
		}
.table-icon {
	width: auto;
	max-width: none;
	height: 60px;
}
	td p + h6, td p + .h6 {
		margin-bottom: 15px;
	}
table.small {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

/* #page-wrapper
====================================================*/
#page-wrapper {
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
}
	.logged-in #page-wrapper {
		margin-top: 32px !important;
	}

/* #top-bar
====================================================*/
#top-bar {
	padding: 8px 0;
	background-color: #223442;
	color: #fff;
	font-size: 13px;
}
	#top-bar strong {
		text-transform: uppercase;
	}
	#top-bar a, #top-bar .sm-icons a {
		color: #fff;
		text-decoration: none;
	}
	#top-bar strong a {
		text-decoration: underline;
	}
	#top-bar a:hover {
		color: #c3dce9;
		text-decoration: none;
	}
	#top-bar .sm-icons {
		float: right;
		margin: -3px 0 0;
	}
		#top-bar .sm-icons a {
			margin: 0 0 0 15px;
			font-size: 16px;
			line-height: 1em;
			vertical-align: middle;
		}
	#top-bar .inline-list {
		display: inline-block;
		margin-left: 5px;
	}
	#top-bar li {
		position: relative;
	}
.brand-wrapper {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 50%;
	width: 360px;
	padding-top: 10px;
	margin-left: -180px;
}
	#top-bar li:hover .brand-wrapper {
		display: block;
	}
	.brand-wrapper .arrow {
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 0; 
		margin-left: -10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
.brand-card {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
	color: #393935;
}
.brand-logo, .brand-info {
	display: table-cell;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.brand-info {
	width: 60%;
	font-size: 15px;
	line-height: 1.2em;
}
	.brand-info .button {
		display: block !important;
		padding: 15px !important;
		margin-top: 20px;
		background-color: #fff !important;
		border-color: #75c5b9 !important;
		color: #393935 !important;
		font-size: 15px !important;
	}
	.brand-info .button:hover {
		background-color: #75c5b9 !important;
		color: #fff !important;
	}

/* Header
====================================================*/
#main-header {
	position: relative;
	z-index: 998;
	padding: 15px 0;
	left: 0;
	background: #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
	.scrolled #main-header {
		position: fixed;
		top: 0;
		padding: 15px 0 13px;
		background-color: #fff;
		box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -moz-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -webkit-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	}
		.logged-in .scrolled #main-header {
			top: 32px;
		}
#site-logo {
	float: left;
	text-align: center;
	vertical-align: bottom;
}
	#site-logo img {
		width: auto;
		max-height: 92px;
	}
		.scrolled #site-logo img {
			max-height: 56px;
		}
.mobile-nav-click {
	position: absolute;
	display: none;
	top: 50%;
	left: 0;
	padding: 10px;
	margin-top: -24px;
	color: #393935;
	cursor: pointer;
	font-size: 28px;
}
.header-search {
	display: block !important;
	position: absolute;
	z-index: 300;
	top: 0;
	right: 5px;
	border-bottom: 1px solid #cacacb;
}
	.header-search.show, .scrolled .header-search.show {
		display: block !important;
	}
	.header-search input {
		padding: 3px 0 !important;
		background-color: #fff !important;
		border: none;
		color: #cacacb !important;
		font-size: 14px !important;
		font-style: italic;
	}
	.header-search button {
		padding: 0;
		background: none;
		color: #cacacb;
		font-size: 14px;
		line-height: 1em;
	}
	.header-search button:hover {
		color: #393935;
	}
#search-toggle {
	position: absolute;
	z-index: 300;
	top: 50%;
	right: 0;
	margin-top: -22px;
	padding: 10px;
	color: #393935;
	cursor: pointer;
	font-size: 22px;
}
	.scrolled #search-toggle {
		display: block !important;
		margin-top: -10px;
	}
	.scrolled .header-search {
		display: none !important;
		top: 100%;
		right: 0;
		padding: 10px;
		margin-top: 12px;
		background-color: #fff;
		box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -moz-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -webkit-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	}

/* Desktop Nav
====================================================*/
#main-header nav {
	float: left;
	margin: 60px 0 0 45px;
}
	.scrolled #main-header nav {
		margin-top: 30px;
	}
	#main-header .nav-left {
		float: left;
		text-align: right;
	}
	#main-header nav ul {
		padding: 0;
		margin: 0;
		font-size: 0;
		list-style: none;
	}
		#main-header nav ul li {
			display: inline-block;
			position: relative;
			margin: 0 0 0 26px;
			top: 3px;
			border-left: 2px solid #a7eae0;
		}
		#main-header nav ul li:first-child {
			margin-left: 0;
			border-left: none;
		}
	#main-header nav a {
		display: block;
		padding: 1px 2px 2px;
		margin-left: 27px;
		color: #393935;
		font: normal 16px/1em 'basic-sans', Arial, sans-serif;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
	}
		#main-header nav .current_page_item a, #main-header nav .current-menu-item a, #main-header nav .current-page-ancestor a, #main-header nav .current-menu-parent a, #main-header nav li:hover a {
			color: #1590c8;
		}
			#main-header nav ul li:first-child a {
				margin-left: 0;
			}
		.scrolled #main-header .menu-item-has-children:hover {
			padding-bottom: 16px;
			margin-bottom: -16px;
		}
	#main-header nav .indicator {
		display: inline-block;
		margin-left: 8px;
		color: #1590c8;
	}

/* Mobile Nav
====================================================*/
.mobile-nav {
	display: none;
	padding: 10px;
	background: #eaf6f4;
	top: 100%;
	left: 0;
}
	.mobile-nav .container {
		width: 100% !important;
		padding: 0 !important;
	}
.mobile-nav.show-nav {
	display: inline-block;
}
	.mobile-nav .menu-top-navigation-container {
		float: none;
	}
	.mobile-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.mobile-nav li {
		display: block;
		padding: 5px 0 !important;
		margin-bottom: 0;
		text-align: left;
	}
	.mobile-nav p {
		margin: 20px 0 5px;
		text-transform: uppercase;
	}
	.mobile-nav .selected {
		cursor: pointer;
	}
		.mobile-nav .selected .mobile-indicator {
			padding-bottom: 10px !important;
		}
		.mobile-nav li .sub-menu {
			display: none;
			position: relative;
			width: auto !important;
			top: 0;
			left: 0;
			padding-top: 0 !important;
			box-shadow: none !important;
			-moz-box-shadow: none !important;
			-webkit-box-shadow: none !important;
		}
		.mobile-nav li:hover .sub-menu {
			display: none;
		}
	.mobile-nav li.spacer {
		margin-top: 15px !important;
	}
	.mobile-nav ul a {
		display: block;
		margin: 0;
		padding: 0 !important;
		color: #393935 !important;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase !important;
	}
		.mobile-nav .menu-item-has-children a, .mobile-nav .sub-menu a {
			padding-right: 19px !important;
		}
		.mobile-nav .sub-menu a {
			font-weight: normal;
			text-transform: none;
		}
		.mobile-nav .indicator {
			display: inline-block;
			margin-left: 8px;
		}
		.mobile-nav .sub-menu a::after {
			display: none !important;
		}
	.mobile-nav .sm-icons {
		margin: 20px 0 0;
	}
		.mobile-nav .sm-icons a {
			margin: 0 15px 5px 0;
			color: #393935;
			font-size: 18px;
		}

/* Content Wrappers
====================================================*/
.row-wrapper {
	padding: 40px 0;
}
#content-wrapper {
	background-color: #fff;
	border-top: 10px solid #f9f9f9;
}
	.home #content-wrapper {
		border-top: none;
	}
	.scrolled #content-wrapper {
		margin-top: 84px;
	}
.part-page-title {
	padding-bottom: 0;
	margin-bottom: -40px;
}

/* Quick links
====================================================*/
#quick-links {
	padding: 15px;
	border-top: 1px solid #ccc;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
	.mobile-nav-opened + #quick-links {
		display: none !important;
	}
	#quick-links a {
		width: 33.33%;
		color: #393935;
		font-size: 1.2rem;
		line-height: 1em;
		text-decoration: none;
	}
	#quick-links a:hover, #quick-links a:focus, #quick-links span {
		color: #88c3b9;
	}
	#quick-links span {
		position: relative;
		display: inline-block;
		top: -1.5px;
		margin: 0 45px;
		font-size: 30px;
		line-height: 15px;
	}
.quick-links-inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}

/* #banner
====================================================*/
#page-banner {
	margin-bottom: 30px;
}
#banner.container {
	width: 100% !important;
	padding: 0 !important;
}
	#banner img {
		display: block;
		width: 100%;
	}
.banner-overlay {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
	.banner-overlay .container {
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		max-width: 420px;
	  	height: 100%;
	  	text-align: center;
	}
	.banner-overlay .h1 {
		margin-bottom: 20px;
		font-size: 50px;
		line-height: 1.1em;
	}
	.banner-overlay .excerpt {
		margin-bottom: 30px;
		color: #47736c;
		font: 600 26px/1.3em 'merriweather', Arial, sans-serif;
	}
		.banner-overlay.font-white h1, .banner-overlay.font-white .h1, .banner-overlay.font-white .excerpt {
			color: #fff;
		}
	.banner-overlay .banner-button {
		position: absolute;
		z-index: 500;
		width: 100%;
		bottom: -22px;
		left: 0;
	}
	.banner-overlay .button {
		padding: 20px 40px !important;
		border: 2px solid #fff !important;
		border-radius: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		color: #fff !important;
		font-size: 20px !important;
		font-weight: 400 !important;
	}
	#banner .slick-prev {
		left: -35px !important;
	}
	#banner .slick-next {
		right: -35px !important;
	}
	#banner .slick-prev, #banner .slick-next {
		z-index: 99;
		width: 25px;
		height: 40px;
		font-family: Font Awesome\ 5 Pro;
		font-size: 40px;
		line-height: 1;
		overflow: visible;
	}
	#banner .slick-prev:before, #banner .slick-next:before {
		height: 40px;
		color: #d9d8da;
		font-family: Font Awesome\ 5 Pro;
		font-size: 40px;
		font-weight: 700;
		line-height: 1;
		opacity: 0.75;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	}
	#banner .slick-prev:hover:before, #banner .slick-next:hover:before {
		opacity: 1;
	}
	.slick-prev:focus, .slick-next:focus {
		outline: 1px solid #d2d2d2;
	}
	#banner .slick-prev:before {
		float: right;
		content: "\f053";
	}
	[dir="rtl"] #banner .slick-prev:before {
		content: "\f054";
	}
	[dir="rtl"] #banner .slick-next {
		left: -15px; 
		top: 70px; 
		right: auto; 
	}
	#banner .slick-next:before { 
		content: "\f054"; 
	}
	[dir="rtl"] #banner .slick-next:before { 
		content: "\f053"; 
	}
/* Better slide loading */
.slick-slideshow, .image-slider {
	height: 30px;
	visibility: hidden;
	opacity: 0;	 
	transition: opacity 1s;
}
.slick-slideshow.slick-initialized, .image-slider.slick-initialized {
	height: auto;
	visibility: visible;
	opacity: 1;
}
	.slick-slideshow .slick-slide, .image-slider .slick-slide {
		display: none;
	}
	.slick-slideshow .slick-slide:first-child, .image-slider .slick-slide:first-child {
		display: block;
		visibility: hidden;
	} 
	.slick-slideshow.slick-initialized .slick-slide, .image-slider.slick-initialized .slick-slide {
		display: block;
		visibility: visible !important;
	}
	.slick-slideshow.slick-initialized .slick-list {
		overflow: visible !important;
	}
	.slick-dots li button:before {
		color: #000;
        font-size: 20px;
        line-height: 20px;
        opacity: 0.2;
    }
    .slick-dots li:hover button:before {
    	opacity: 0.2;
    }
    .slick-dots li.slick-active button:before {
    	color: #fff;
    	opacity: 1 !important;
    }
    .slick-dots {
    	bottom: -35px;
    }

/* Dotted Headers
====================================================*/
.dotted-header {
	margin: 20px 0 5px;
	border-top: 5px dotted #75c5b9;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
	.dotted-header span {
		position: relative;
		display: inline-block;
		top: -36px;
		padding: 15px 22px;
		background-color: #fff;
		font-size: 36px;
		font-weight: 300;
		letter-spacing: .5px;
		line-height: 1em;
		text-transform: none;
	}
.subtitle {
	margin: -15px 0 45px;
	text-align: center;
}

/* Book/Age Sliders
====================================================*/
.book-slider {

}
	.book-slider .slick-list {
	    margin: 0 -20px;
	}
		.book-slider.narrow .slick-list {
			margin: 0 -40px;
		}
	.book-slider .slick-slide {
	    margin: 0 20px;
	    text-align: center;
	}
		.book-slider .slick-slide {
			margin: 0 40px;
		}
	.book-slider .slick-next, .book-slider .slick-prev {
		z-index: 200;
		width: 40px;
		height: 40px;
		font-family: Font Awesome\ 5 Pro;
		font-size: 40px;
		line-height: 1;
		overflow: visible;
	}
	.book-slider .slick-next {
		right: -55px;
	}
	.book-slider .slick-prev {
		left: -55px;
	}
	.book-slider .slick-prev:before, .book-slider .slick-next:before,
	.book-image-slider .slick-prev:before, .book-image-slider .slick-next:before {
		display: block;
		width: 30px;
		height: 34px;
		background-color: #a7eae0;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		color: #fff;
		font-family: Font Awesome\ 5 Pro;
		font-size: 34px;
		line-height: 1em;
		opacity: 1;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.book-slider .slick-prev:hover:before, .book-slider .slick-next:hover:before,
	.book-image-slider .slick-prev:hover:before, .book-image-slider .slick-next:hover:before {
		opacity: 1;
	}
	.book-slider .slick-prev:before,
	.book-image-slider .slick-prev:before {
		content: "\f104";
		padding: 3px 6px 3px 4px;
	}
	.book-slider .slick-next:before,
	.book-image-slider .slick-next:before { 
		content: "\f105"; 
		padding: 3px 4px 3px 6px;
	}
.book-feed-title {
	display: -webkit-box;
    height: 45px;
	margin-bottom: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'basic-sans', Arial, sans-serif;
	font-size: 17px;
}
	.book-feed-title a {
		color: #393935;
		text-decoration: none;
	}
	.book-feed-title strong {
		font-weight: 600;
	}
.book-feed-description {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'basic-sans', Arial, sans-serif;
	font-weight: 300;
}
.book-feed-image {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
	.book-hover-images {
		position: relative;
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}
	.book-hover-images .book-feed-image {
		position: absolute;
		top: 0;
		left: 0;
	}
	.book-hover-images .show-hover, .book-hover-images:hover .hide-hover {
		opacity: 0;
	}
	.book-hover-images:hover .show-hover {
		opacity: 1;
	}
.gray-divider {
	height: 10px;
	margin: 60px 0;
	background-color: #f9f9f9;
}
.age-feed {
	margin-bottom: 60px;
}

/* Age Feed
====================================================*/
.age-feed {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	overflow: hidden;
	text-align: center;
}
.age-block {
	width: 25%;
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
	.age-block a {
		color: #000;
		font-size: 125%;
		font-weight: 600;
		line-height: 1.25em;
		text-decoration: none;
	}
	.age-block a:hover, .age-block a:focus-visible {
		color: #1590c8;
		text-decoration: underline;
	}
.age-video {
	margin-bottom: 45px;
}
	.part-page-title + .age-video {
		margin-top: 90px;
	}
	.age-video p {
		font-family: 'basic-sans', Arial, sans-serif;
		font-size: 18px;
		line-height: 1.5em;
	}
	.age-video .video-link {
		display: block;
		position: relative;
		max-width: 500px;
		margin: 0 auto 30px;
	}
	.age-video .play {
		position: absolute;
		z-index: 10;
		width: 90px;
		height: 90px;
		top: 50%;
		left: 50%;
		margin: -45px 0 0 -45px;
	}
	.age-video .video-img {
		display: block;
	}
	.age-video img {
		transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
	}
	.age-video a:hover .play, .age-video a:focus-visible .play {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
.age-breadcrumbs {
	margin-bottom: 15px;
}
	.age-breadcrumbs + .part-page-title {
		padding-top: 0 !important;
	}

/* Press - Featured
====================================================*/
.press-feed {
	margin-top: 60px;
}
.latest-press:after {
	content: '';
	display: table;
	clear: both;
}
.press-feed-post {
	float: left;
	width: 48%;
	padding: 15px;
	border: 1px solid #dedede;
	box-sizing: border-box;
}
	.latest-press .press-feed-post:last-child {
		float: right;
	}
.press-feed-inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	height: 240px;
}
	.press-feed-inner .press-photo {
		width: 30%;
	}
		.press-feed-inner .press-photo img {
			max-height: 100%;
		}
	.press-feed-inner .press-content {
		width: 65%;
		padding-left: 5%;
	}
	.press-feed-inner .button {
		padding: 7.5px 15px;
		font-size: 14px;
	}
.view-press {
	margin: 45px 0 0;
	font-size: 115%;
	font-weight: 600;
	letter-spacing: .5px;
	text-align: center;
	text-transform: uppercase;
}
	.view-press a {
		color: #000;
		text-decoration: none;
	}
	.view-press a:hover {
		color: #074057;
		text-decoration: underline;
	}
.press-more {
	margin-top: 45px;
	text-align: center;
}

/* Press - Archive and Single
====================================================*/
.press-post:after {
	content: '';
	display: table;
	clear: both;
}
	.press-post + .press-post {
		margin-top: 45px;
	}
.press-photo {
	float: left;
	width: 22.5%;
}
.press-content {
	float: right;
	width: 72.5%;
}
	.press-content .entry-title {
		margin-bottom: 30px;
		font-weight: 600;
	}
.publication {
	margin-bottom: 15px;
	font-size: 1rem;
	font-weight: 300;
}

/* Blog Feed
====================================================*/
.blog-feed {
	padding: 30px;
	background-color: #f9f9f9;
}
	.dotted-header + .blog-feed {
		margin-top: -57px;
		padding-top: 57px;
	}
	.blog-feed img {
		float: left;
		max-width: 42%;
		margin-bottom: 30px;
	}
	.blog-feed .blog-title {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.blog-feed .blog-excerpt {
		float: right;
		width: 54%;
		margin-bottom: 30px;
	}
	.blog-feed .blog-date {
		margin: -10px 0 15px;
		font-size: 13px;
	}
	.blog-feed p {
		margin-bottom: 15px;
	}
	.blog-feed a {
		color: #393935;
	}
	.blog-feed a:hover {
		color: #75c5b9;
	}
	.blog-feed .button, .button.secondary {
		background: none !important;
		border-color: #75c5b9 !important;
		color: #47736c !important;
	}
	.blog-feed .button {
		padding: 20px 40px !important;
		border-width: 2px !important;
		font-size: 18px !important;
	}
	.blog-feed .button:hover {
		background-color: #fff !important;
	}
	.button.secondary:hover {
		background-color: #f5f5f5 !important;
	}
.featured-book-shortcode {
	clear: both;
	padding: 30px;
	margin: 30px auto;
	background-color: #fff;
	border-bottom: 5px dotted #75c5b9;
	border-top: 5px dotted #75c5b9;
}
.featured-book-image {
	float: left;
	width: 25%;
	text-align: center;
}
	.featured-book-image img {
		max-height: 150px;
	}
.featured-book-text {
	float: right;
	width: 70%;
}
.featured-book-text.full {
	float: none;
	width: 100%;
}
	.featured-book-text p:first-child {
		margin-bottom: 30px;
	}
	.featured-book-shortcode .button {
		background-color: #333 !important;
		border: none !important;
    	color: #fff !important;
    	text-decoration: none !important;
	}
	.featured-book-shortcode .button:hover {
		background-color: #999 !important;
    	color: #fff !important;
	}

/* What's New (book feed)
====================================================*/
.book-feed {
	width: 104%;
	margin-left: -2%;
	font-size: 0;
	text-align: center;
}
.book-block {
	display: inline-block;
	width: 21%;
	margin-bottom: 60px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}
	.book-block.prev-button {
		position: relative;
		padding-bottom: 45px;
	}
	.book-block.prev-button .book-feed-button {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		text-align: center;
	}

/* Filters
====================================================*/
.filter-row {
	margin-bottom: 60px;
	font-size: 0;
}
#filter-dropdowns .filter-row {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.filter-col {
	float: left;
	display: table;
	width: 28%;
	margin-left: 5%;
	border-collapse: collapse;
	table-layout: auto;
	vertical-align: middle;
}
.filter-category {
	width: 34% !important;
}
.filters-center {
	max-width: 700px;
	margin: 0 auto;
}
	.filters-four .filter-col-type {
		margin-left: 0;
		margin-top: 30px;
	}
	.filter-row .filter-col:first-child {
		margin-left: 0;
	}
	.filter-col label {
		display: table-cell;
		width: 40px;
		padding-right: 10px;
		font: normal 16px/1em 'basic-sans', Arial, sans-serif;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.filter-col select {
		display: table-cell;
		width: 100%;
		background-color: #eaf6f4;
	}

/* Browse Categories
====================================================*/
.cat-intro {
	margin-bottom: 45px;
	text-align: center;
}
	.cat-intro p {
		font-size: 115%;
		font-weight: bold;
	}
.category-feed {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 24px;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}
.category-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 45px;
	text-align: center;
}
.category-image {
	display: block;
	margin-bottom: 20px;
	aspect-ratio: 4 / 5;
}
.category-image img {
	display: block;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.category-name {
	min-height: 56px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
}
	.category-name a {
		color: #393935;
		text-decoration: none;
	}
	.category-name a:hover {
		color: #1590c8;
	}
.cat-top-content {
	margin: 30px auto 15px;
	text-align: center;
}

/* Pagination - Books/Categories
====================================================*/
.wp-paginate {
	margin-top: 30px;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
	.wp-paginate li {
		display: inline-block;
		margin: 10px 5px;
	}
	.wp-paginate li:first-child, .wp-paginate .title {
		display: none;
	}
	.wp-paginate a, .wp-paginate span {
		display: block;
		background: none;
		border: none;
		color: #47736c;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1em;
		text-decoration: none;
		vertical-align: middle;
	}
		.wp-paginate a:hover {
			color: #223442;
		}
	.wp-paginate .page {
		padding: 10px 12px;
		background-color: #fff;
		border: 2px solid #75c5b9;
	}
		.wp-paginate .page-num:hover, .wp-paginate .current {
			background-color: #223442;
			color: #fff;
		}
	.wp-paginate .prev {
		margin-right: 30px;
	}
	.wp-paginate .next {
		margin-left: 30px;
	}

/* Single Book
====================================================*/
.product-breadcrumbs {
	font-family: 'basic-sans', Arial, sans-serif;
}
.single-book {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	margin-bottom: 45px;
	border-collapse: collapse;
}
.single-book-images-holder {
	display: block;
	overflow: hidden;
}
.single-book-image {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.single-book-image.fallback {
	background-size: auto;
}
	.single-book-image a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 0;
	}
.book-image-carousel-shortcode .single-book-image {
	display: block;
	width: 100%;
}
/* Product image slider */
.book-image-slider {
	overflow: hidden;
}
.book-image-slider, .book-image-slider .slick-slide {
	height: 400px !important;
}
	.book-image-slider .slick-slide {
		position: relative;
		padding-left: 45px;
		padding-right: 45px;
	}
	.book-image-slider .slick-slide > div, .book-image-slider .single-image-block {
		height: 100%;
	}
	.book-image-slider .single-product-image {
		position: relative;
		display: block;
	}
	.book-image-slider .single-product-image:hover, .book-image-slider .single-product-image:focus-visible {
		cursor: -webkit-zoom-in;
   		cursor: zoom-in;
	}
	.book-image-slider img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: contain;
   		transition: all .25s ease-out;
	    -moz-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	    -o-transition: all .25s ease-out;
	    -webkit-transition: all .25s ease-out;
	}
	.book-image-slider .single-product-image:hover img, .book-image-slider .single-product-image:focus-visible img {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
   		transform: scale(1.05);
   		-webkit-transform: scale(1.05);
	}
	.book-image-slider .play-button {
		position: absolute;
		display: flex;
		display: -ms-flexbox;
		z-index: 800;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
		width: 60px;
		height: 60px;
		top: 50%;
		left: 50%;
		margin: -30px 0 0 -30px;
		background-color: #fff;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		text-align: center;
	}
	.book-image-slider .play-button .fas {
		position: relative;
		left: 1.5px;
		font-size: 30px;
		color: #000;
	}
	.book-image-slider .slick-prev, .book-image-slider .slick-next {
		z-index: 900;
		width: 40px;
		height: 40px;
	}
	.book-image-slider .slick-prev {
		left: 0;
	}
	.book-image-slider .slick-next {
		right: 0;
	}
.single-book-thumbnails {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 16px;
}
.single-book-thumbnails .single-image-block {
	position: relative;
	width: calc( 14% - 16px );
}
.single-book-thumbnails .single-product-image {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.single-book-thumbnails img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single-book-thumbnails .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 100%;
}
.single-book-thumbnails .play-button .fas {
	position: relative;
	left: 1.5px;
	color: #000;
	font-size: 14px;
}
.single-book-info {
	padding-left: 8%;
	padding-top: 15px;
}
.single-book-info h1, .single-book-info h2, .single-book-info h3, .single-book-info .buy-header {
	margin-bottom: 15px;
	letter-spacing: normal;
}
	.single-book-info h1 {
		font-size: 34px;
		font-weight: 400;
	}
	.single-book-info h2 {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.4em;
		text-transform: uppercase;
	}
.single-book-details {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
	.single-book-details li {
		margin-bottom: 0;
		font-weight: 300;
	}
		.single-book-details li strong {
			font-weight: 600;
		}
	.single-book-info h3 {
		margin-bottom: 30px;
		font-size: 22px;
		font-weight: bold;
	}
		.single-book-info h3 .secondary-price {
			font-size: 60%;
		}
.book-other-formats .button {
	padding: 15px 30px !important;
	background-color: #fff !important;
	border: 1px solid #000 !important;
	color: #1d262f !important;
	font-size: 18px !important;
	font-weight: normal !important;
	letter-spacing: normal;
	text-transform: none !important;
}
	.book-other-formats .current {
		cursor: default;
	}
	.book-other-formats .current, .book-other-formats .button:hover {
		background-color: #1d262f !important;
		color: #fff !important;
	}
.buy-header {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}
.buy-buttons {
	font-size: 0;
}
	.buy-buttons a {
		display: inline-block;
		width: 21%;
		height: 40px;
		padding: 10px;
		margin-left: 2%;
		box-sizing: border-box;
		outline: 1px solid #000;
		text-decoration: none;
		vertical-align: top;
	}
	.buy-buttons a:focus {
		outline: 1px solid #d2d2d2;
	}
	.buy-buttons .bg-black {
		background-color: #000;
	}
	.buy-buttons .less-padding {
		padding: 3px;
	}
	.buy-buttons span {
		display: block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.buy-buttons a:first-child {
		margin-left: 0;
	}
	.buy-buttons a:hover {
		background-color: #eaf6f4;
	}
	.buy-buttons .bg-black:hover {
		background-color: #444;
	}
#buying-options {
	width: 200px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	text-align: center;
}
	#buying-options .fa {
		margin-left: 5px;
		transition: transform .3s;
		-moz-transition: transform .3s;
		-webkit-transition: transform .3s;
	}
	#buying-options .rotate {
		transform: rotate(-180deg);
	}
#buying-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 196px;
	padding: 0;
	margin: 5px 0 0;
	background-color: #fff;
	border: 2px solid #d44855;
}
	#buying-dropdown li {
		display: block;
		margin: 0 5px;
		border-top: 1px solid #d44855;
	}
	#buying-dropdown li:first-child {
		border-top: none;
	}
	#buying-dropdown a {
		display: block;
		width: 100%;
		width: calc(100% + 10px);
		padding: 10px 15px;
		margin: 0 0 0 -5px;
		box-sizing: border-box;
		text-decoration: none;
		text-transform: uppercase;
	}
	#buying-dropdown a:hover {
		padding: 11px 15px;
		margin-bottom: -1px;
		margin-top: -1px;
		background-color: #d44855;
		color: #fff;
	}
.book-retail-links-shortcode {
	display: flex;
	justify-content: center;
}
.pdf-button {
	margin-top: 22.5px;
}
	.pdf-button .button {
		margin-top: 0 !important;
	}
.info-tabs {
	margin-bottom: 30px;
}
	.info-tabs span {
		display: inline-block;
		margin-right: 50px;
		padding-bottom: 10px;
		border-bottom: 3px dotted #fff;
		cursor: pointer;
		font-size: 110%;
		font-weight: normal;
		text-transform: uppercase;
	}
	.info-tabs span:hover {
		color: #75c5b9;
	}
	.info-tabs .selected {
		border-bottom-color: #75c5b9;
	}
.product-video {
	display: block;
	margin: 0 auto 45px;
}
#tab-photos-content .book-feed, #tab-photos-content .book-block {
	text-align: left;
}
#tab-photos-content .book-feed-image {
	margin-bottom: 0;
}
#tab-videos-content iframe {
	height: 500px;
	margin-bottom: 30px;
}
	#tab-videos-content iframe:last-child {
		margin-bottom: 0;
	}

/* Search
====================================================*/
.search-form {
	margin: 0;
} 
.search-input {
	width: 170px;
	font-size: 16px;
}
	.blog-right .search-input {
		width: 80%;
		box-sizing: border-box;
	}
.search-submit {
	position: relative;
	top: -2px;
	padding: 10px 18px !important;
	margin-left: 10px;
	background: none;
	border: 1px solid #414752;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #414752;
	font-size: 14px !important;
}
	.search-submit:hover {
		color: #000;
	}
	.blog-right .search-form .fa-search {
		margin-left: 10px !important;
		font-size: 20px !important;
	}

/* Blog
====================================================*/
.blog-left {
	float: left;
	width: 70%;
}
.blog-right {
	float: right;
	width: 25%;
}
.blog-post {
	margin-bottom: 60px;
}
.blog-thumb {
	display: block;
	margin-bottom: 15px;
}
.blog-title {
	margin-bottom: 15px;
	color: #192730;
	font-weight: bold;
}
	.blog-title a {
		color: #192730;
		text-decoration: none;
	}
	.blog-title a:hover {
		color: #cb3c4f;
	}
.blog-meta {
	font-size: 90%;
}
	.blog-post p {
		margin-bottom: 15px;
	}
	.blog-post p:last-child {
		margin-bottom: 0;
	}
	.blog-read-more a {
		color: #cb3c4f;
		font-weight: bold;
	}
	.blog-read-more a:hover {
		color: #192730;
	}
.blog-right .widget {
	padding-top: 45px;
	margin-top: 45px;
	border-top: 3px dotted #75c5b9;
}
	.blog-right .widget:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
	.blog-right .widget-title {
		margin-bottom: 15px;
		font: 600 20px/1.25em 'basic-sans', Arial, sans-serif;
	}
	.so-panel .widget-title {
		margin-top: 15px;
	}
	.jetpack_subscription_widget .widget-title {
		font-weight: normal;
		text-transform: uppercase;
	}
	.blog-right .widget p {
		margin-bottom: 15px;
	}
	.blog-right .widget ul {
		list-style: none;
		padding: 0;
	}
	.blog-right .widget a {
		color: #192730;
		text-decoration: none;
	}
		.blog-right .widget .gfield_consent_label a {
			color: #1590c8;
			text-decoration: underline;
		}
	.blog-right .widget a:hover {
		color: #cb3c4f !important;
		text-decoration: underline;
	}
	.blog-right .widget img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tagcloud a {
		display: inline-block;
		padding: 8px !important;
		margin: 0 8px 8px 0 !important;
		background-color: #f3f8fb;
		color: #192730;
		font-size: 16px !important;
		line-height: 1em;
		text-decoration: none;
	}
	.tagcloud a:hover {
		background-color: #1590c8;
		color: #192730;
		text-decoration: none;
	}
	.blog-right .widget .gform_wrapper ul.gform_fields li.gfield {
		padding: 0 !important;
	}
	.blog-right .widget .gform_fields .gfield input {
		border: 1px solid #ededed !important;
	}
	.blog-right .widget .gform_footer {
		text-align: left !important;
	}
	.blog-right .widget .gform_footer .gform_button {
		padding: 12px 20px !important;
		font-size: 15px !important;
	}
.blog-hr {
	margin: 15px auto 45px;
	height: 10px;
	background-color: #f9f9f9;
}
	.blog-tags a {
		color: #393935;
		text-decoration: none;
	}
	.blog-tags a:hover {
		color: #1590c8;
		text-decoration: underline;
	}
.blog-pagination {
	margin-top: 50px;
}
	.blog-pagination .button {
		margin: 10px 0 0 !important;
		background-color: #f9f9f9 !important;
		border: 1px solid #ededed !important;
		color: #393935 !important;
		font-weight: normal !important;
		letter-spacing: normal;
		text-transform: none;
	}
	.blog-pagination .button:hover {
		background-color: #ededed !important;
		color: #393935;
	}
.blog-post-content h1, .blog-post-content .h1 {
	font-size: 26px;
}
.blog-post-content h2, .blog-post-content .h2 {
	font-size: 22px;
}
.blog-post-content h3, .blog-post-content .h3 {
	font-size: 18px;
}
.blog-post-content .h4, .blog-post-content .h5, .blog-post-content .h6 {
	font-weight: 400;
	line-height: 1.4em;
}
.blog-post-content .h4 {
	color: #1590c8;
	font-size: 16px;
	line-height: 1.4em;
}
.blog-post-content .h5, .blog-post-content .h6 {
	color: #c7374d;
	font-size: 14px;
}
.blog-post-content .h4 a {
	color: #1590c8;
	text-decoration: underline;
}
	.blog-post-content .h4 a:hover { 
		color: #393935;
	}
/* Related posts */
#related_posts_thumbnails li {
	clear: both !important;
	display: block;
	width: 100% !important;
	padding: 0 0 20px !important;
	margin: 0;
	background: none !important;
	border: none !important;
}
#related_posts_thumbnails li:last-child {
	padding-bottom: 0 !important;
}
.relpost-post-image {
	width: 100%;
}
.relpost_content {
	margin-top: 10px;
	font-weight: 400 !important;
}

/* Part - Featured Books
====================================================*/
.part-featured {
	margin-top: 20px;
}
	.part-featured .book-feed {
		margin-top: 30px;
	}
	.part-featured .book-feed, .part-featured .book-block {
		text-align: left;
	}
	.part-featured .book-block {
		width: 29.33%;
	}
	.part-featured .book-feed-image {
		background-position: bottom left;
	}

/* Search
====================================================*/
.search-results-number {
	margin-bottom: 40px;
}
	.search-results .blog-thumb img {
		border: none !important;
	}
	.search-results .blog-meta {
		display: none;
	}

/* Sitemap
====================================================*/
.page-template-sitemap ul {
	margin-bottom: 8px;
}

/* Instafeed
====================================================*/
#instafeed {
	width: calc(100% + 20px);
	margin-left: -10px;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}
	#instafeed a {
		display: inline-block;
		width: 330px;
		height: 330px;
		margin: 5px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		vertical-align: top;
	}
	#instafeed a:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
.fancybox-skin {
	background-color: #fff !important;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: none !important;
}
.fancybox-slide video {
	width: 800px;
	max-width: 800px !important;
	max-height: 80%;
}
.fancybox-slide--video .fancybox-content {
	width: 800px;
	max-width: 80%;
	max-height: 80%;
}

/* Social Media Icons
====================================================*/
.sm-icons {
	margin: 0 0 15px;
}
	.sm-icons a {
		display: inline-block;
		margin: 0 15px 10px 0;
		color: #1bdac9;
		font-size: 22px;
		line-height: 1em;
		vertical-align: bottom;
	}
	.sm-icons a:last-child {
		margin-right: 0;
	}
	.sm-icons em, .sm-icons svg {	
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.sm-icons svg {
		fill: #1bdac9;
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	.sm-icons a:hover em, .sm-icons a:focus-visible em {
		color: #fff !important;
	}
	.sm-icons a:hover svg, .sm-icons a:focus-visible svg {
		fill: #fff !important;
	}

/* Photo Slider (slick.js)
====================================================*/
.photo-slider .slick-next, .photo-slider .slick-prev {
	z-index: 200;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1;
	overflow: visible;
}
.photo-slider .slick-next {
	right: 10px;
}
.photo-slider .slick-prev {
	left: 10px;
}
.photo-slider .slick-prev:before, .photo-slider .slick-next:before {
	display: block;
	margin-top: 3px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1;
	opacity: 0.75;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.photo-slider .slick-prev:hover:before, .photo-slider .slick-next:hover:before {
	opacity: 1;
}
.photo-slider .slick-prev:before {
	content: "\f104";
}
.photo-slider .slick-next:before { 
	content: "\f105"; 
}

/* Part - Subscribe
====================================================*/
.part-subscribe {
	background-color: #eaf6f4;
	text-align: center;
}
	.part-subscribe h3, .part-subscribe .h3 {
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.part-subscribe form {
		margin-top: 30px !important;
	}
	.part-subscribe label {
		display: none !important;
	}
		#page-wrapper .part-subscribe input {
			display: block;
			width: 100%;
			box-sizing: border-box;
			line-height: 1.3em !important;
			text-align: center;
		}
		#page-wrapper .part-subscribe .gfield {
			margin: 0 !important;
			padding-top: 0;
		}
		#page-wrapper .part-subscribe .validation_message {
			text-align: center;
		}
		#page-wrapper .part-subscribe .gform_button {
			display: inline-block !important;
    		max-width: 240px;
			padding: 10px !important;
    		margin: 0 16px;
			background-color: #333 !important;
			font-size: 16px !important;
			font-weight: 400 !important;
		}
		#page-wrapper .part-subscribe .gform_button:hover {
			background-color: #999 !important;
		}
	.part-subscribe .gfield_consent_label {
		display: inline-block !important;
	}
		#page-wrapper .part-subscribe .ginput_container_consent {
			margin-top: 30px !important;
			text-align: center;
		}
			#page-wrapper .part-subscribe .ginput_container_consent input {
				display: inline !important;
				width: auto !important;
			}
			#page-wrapper .ginput_container_consent span.gfield_required {
				display: inline !important;
			}

/* #above-footer
====================================================*/
#above-footer {
	padding: 40px 0;
	background-color: #223442;
	font-size: 14px;
	line-height: 1.4em;
}
	#above-footer p {
		margin-bottom: 10px;
		line-height: 1.75em;
	}
	#above-footer p:last-child {
		margin-bottom: 0;
	}
	#above-footer h6, #above-footer .h6 {
		color: #1bdac9;
		text-transform: uppercase;
	}
	#above-footer a {
		color: #fff;
	}
	#above-footer a:hover {
		color: #1bdac9;
	}
	#above-footer .col {
		float: left;
		width: 22%;
		margin-left: 7.66%;
	}
	#above-footer .col-narrow {
		width: 16.5%;
	}
	#above-footer .col1 {
		margin-left: 0;
	}
	#above-footer ul {
		margin-bottom: 0;
		padding: 0;
		vertical-align: top;
	}
	#above-footer li {
		display: block;
		margin: 5px 0 0;
	}
	#above-footer .sm-icons {
		margin: 20px 0 0;
	}
		#above-footer .sm-icons a {
			color: #1bdac9;
		}

/* Footer
====================================================*/
footer {
	padding: 20px 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
}
	footer p {
		margin: 10px 0 0;
	}
	footer a {
		color: #fff;
	}
	footer a:hover {
		color: #1590c8;
	}
	footer .alignleft {
		max-width: 230px;
		margin-bottom: 0 !important;
	}
.footer-right {
	float: right;
	text-align: right;
}
#wpdInfo {
	display: none;
}

/* Forms
====================================================*/
.gform_wrapper {
	max-width: 100% !important;
	margin: 0 auto !important;
}
	#content-wrapper .gform_wrapper {
		max-width: 800px !important;
		margin-top: 30px !important;
	}
	table .gform_wrapper {
		margin-top: 0 !important;
	}
	.gform_wrapper .ginput_container {
		margin: 0 !important;
	}
	.gform_wrapper .gfield {
		margin: 20px 0 0 !important;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.gform_wrapper label {
		margin-bottom: 8px;
		font-size: 14px !important;
		font-weight: 400 !important;
	}
	.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea, form input, form select, form textarea {
		padding: 10px !important;
		background: #f9f9f9;
		border: none !important;
		font-size: 16px !important;
	}
		.gform_wrapper .ginput_container_fileupload input {
			width: auto !important;
			border: none;
		}
	.gform_wrapper .gform_footer {
		margin: 30px 0 0 !important;
		padding: 0 !important;
		text-align: center;
	}
	.gform_footer .gform_button {
		padding: 20px 40px !important;
		font-size: 18px !important;
	}
	.gform_wrapper .validation_error {
		display: none;
	}
	.gform_wrapper .gfield_error {
		background: none !important;
		border: none !important;
	}
	.gform_wrapper .validation_message {
		padding-top: 2px !important;
	}
	.gform_wrapper.gf_browser_chrome .gform_body {
		width: 100% !important;
	}
form.narrow {
	max-width: 780px;
	margin: 0 auto;
}
	form.narrow table label, form.narrow table input {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	form.narrow table label {
		margin-bottom: 5px;
		font-weight: bold;
	}
	form.narrow #gdpr {
		display: inline-block;
		margin: 0 5px 5px 0;
	}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
	margin-right: 5px !important;
	vertical-align: top !important;
}
.gfield_description {
	padding-top: 0 !important;
	font-size: 80%;
}
	.part-subscribe .gfield_description {
		margin-top: 22.5px;
		text-align: center;
	}
.grecaptcha-badge {
	display: none;
	opacity: 0;
}
	
/* Comments
====================================================*/
.wc-field-avatararea, #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon {
	display: none !important;
}
#wpcomm .wc-field-submit .wc_comm_submit {
	margin-top: 15px;
}
.wpd-field-agreement {
	margin: 15px 0 !important;
}

/* Post Type - Microsite
====================================================*/
.single-microsite #page-banner {
	margin-bottom: 0;
}
.single-microsite #content-wrapper {
	border-top: none;
}
.single-microsite #page-banner .h1 {
	font-weight: bold;
}
.single-microsite #page-banner + .row-wrapper {
	padding-top: 0;
}
.microsite-subnav {
	margin-top: 15px;
	padding: 15px;
	background-color: #f9f9f9;
}
	.microsite-subnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.microsite-subnav li {
		display: inline-block;
		margin: 0 0 0 50px;
	}
	.microsite-subnav li:first-child {
		margin-left: 0;
	}
	.microsite-subnav a {
		display: block;
		color: #393935;
		font: bold 16px/1em 'basic-sans', Arial, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
	}
	.microsite-subnav a:hover, .microsite-subnav .active {
		color: #1590c8;
	}
.microsite-content {
	margin-top: 40px;
}

/* Instagram Feeds
====================================================*/
.sbi {
	width: calc(100% + 10px) !important;
	margin-left: -5px !important;
	padding: 0 !important;
}
	.sbi .sbi_info {
		display: none !important;
	}
#sbi_images {
	padding: 3px !important;
}
.instagram-follow {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 120%;
}
	.instagram-follow a {
		color: #2b2b2b;
		text-decoration: none;
	}
	.instagram-follow a:hover, .instagram-follow a .fa-instagram {
		color: #39baeb;
	}
		.instagram-follow a .fa-instagram {
			margin-right: 5px;
		}
	.instagram-follow + br {
		display: none !important;
	}

/* VIDEO SLIDER - RS 9/12/22
====================================================*/

.videos-subheader {
	text-align: center;
	font-weight: 400;
	margin-top: -20px;
}

.zbra-video-slider .slick-list {
	    margin: 0 -20px;
	}
		.zbra-video-slider.narrow .slick-list {
			margin: 0 -40px;
		}
	.zbra-video-slider .slick-slide {
	    margin: 0 20px;
	    text-align: center;
	}
		.video-slider .slick-slide {
			margin: 0 40px;
		}
	.zbra-video-slider .slick-next, .zbra-video-slider .slick-prev {
		z-index: 200;
		width: 40px;
		height: 40px;
		font-family: Font Awesome\ 5 Pro;
		font-size: 40px;
		line-height: 1;
		overflow: visible;
	}
	.zbra-video-slider .slick-next {
		right: -55px;
	}
	.zbra-video-slider .slick-prev {
		left: -55px;
	}
	.zbra-video-slider .slick-prev:before, .zbra-video-slider .slick-next:before {
		display: block;
		width: 30px;
		height: 34px;
		background-color: #a7eae0;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		color: #fff;
		font-family: Font Awesome\ 5 Pro;
		font-size: 34px;
		line-height: 1em;
		opacity: 1;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.zbra-video-slider .slick-prev:hover:before, .zbra-video-slider .slick-next:hover:before {
		opacity: 1;
	}
	.zbra-video-slider .slick-prev:before {
		content: "\f104";
		padding: 3px 6px 3px 4px;
	}
	.zbra-video-slider .slick-next:before { 
		content: "\f105"; 
		padding: 3px 4px 3px 6px;
	}

	.zbra-video-slider .video-slide {
		position: relative;
	}

	.zbra-video-slider .video-slide span {
		display: block;
		width: 90px;
		height: 90px;
		position: absolute;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDkwIDkwIj48Y2lyY2xlIGN4PSI0NSIgY3k9IjQ1IiByPSI0NSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02Ni45NTggNDEuNDJhNS4wOTQgNS4wOTQgMCAwIDEgMi4zODYgNC4zMjJjMCAxLjc2LS45MDIgMy4zOTQtMi4zODYgNC4yMjZMMzcuMDg0IDY4LjUyYTQuNzIzIDQuNzIzIDAgMCAxLTUuMDMyLjE5IDUuMDc1IDUuMDc1IDAgMCAxLTIuNTQ0LTQuNDE2VjI3LjE5YzAtMS44My45NzMtMy41MTggMi41NDQtNC40MTRhNC45MTQgNC45MTQgMCAwIDEgNS4wMzIuMDk2TDY2Ljk1OCA0MS40MloiLz48L3N2Zz4=");
		z-index: 1;
		top: calc(50% - 45px);
		left: calc(50% - 45px);
		background-size: 90px 90px;
	}

.see-more-button {
	text-align: center;
	padding-top: 25px;
}

/* Responsive styles
====================================================*/
@media screen and (max-width: 1100px) {
	#banner.container {
		width: 92% !important;
	}
	.book-slider, .zbra-video-slider {
		width: 86%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1024px) {
	.hide-tablet {
		display: none !important;
	}
	.show-tablet {
		display: block !important;
	}
	.show-tablet.inline {
		display: inline-block !important;
	}
	#page-wrapper {
		overflow: hidden;
	}
	.container {
		width: 96% !important;
		padding: 0 2%;
	}
	.wp-caption.alignright, img.size-medium {
		max-width: 40% !important;	
	}
	#main-header {
		position: fixed !important;
		height: 70px;
		padding: 5px 0 !important;
		background-color: #fff;
	}
	#main-header .container, .part-clients .container {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#main-header nav, .subnav {
		display: none;
	}
	#site-logo {
		float: none;
		width: 100%;
		margin: 0;
	}
	#site-logo img {
		max-height: 70px !important;
		margin: 0 auto;
	}
	#search-toggle {
		display: block !important;
		margin-top: -22px !important;
	}
	.header-search {
		display: none !important;
		top: 100%;
		right: 0;
		padding: 10px;
		margin-top: 1px !important;
		background-color: #fff;
		box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -moz-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -webkit-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	}
	#content-wrapper {
		margin-top: 80px !important;
	}
	.banner-overlay .h1 {
		font-size: 36px;
	}
	.banner-overlay .excerpt {
		font-size: 20px;
	}
	#banner .slick-prev {
		left: -30px !important;
	}
	#banner .slick-next {
		right: -30px !important;
	}
	.category-feed {
		grid-template-columns: repeat( 3, 1fr );
		gap: 4%;
	}
	.book-block {
		width: 29.33%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.single-book-image, .single-book-info {
		vertical-align: top;
	}
	.microsite-subnav {
		width: 104%;
		margin-left: -2%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.microsite-subnav li {
		margin: 0 25px;
	}
	.microsite-subnav a {
		font-size: 15px;
	}
}
@media screen and (max-width: 900px) {
	footer {
		text-align: center;
	}
	footer .alignleft {
		float: none !important;
		max-width: 200px !important;
		margin: 0 auto 15px !important;
	}
	.footer-right {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 14px;
	}
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h3, .h3 {
		font-size: 24px;	
	}
	h4, .h4 {
		font-size: 20px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
	.dotted-header span {
		top: -31px;
		font-size: 26px;
	}
	hr {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.logged-in #page-wrapper {
		margin-top: 46px !important;
	}
	.logged-in #main-header {
		top: 46px !important;
	}
	#page-wrapper .hide-mobile {
		display: none !important;
	}
	#page-wrapper .show-mobile, #page-wrapper .show-thead {
		display: block !important;
	}
	#page-wrapper .show-mobile-inline {
		display: inline !important;
	}
	.button {
		margin: 15px 5px 0 !important;
		padding: 12px 25px !important;
	}
	.book-block .button {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gform_button, input[type="submit"] {
		padding: 10px 20px !important;
		margin: 0 !important;
	}
	.mobile-dropdown {
		display: inline-block;
		margin: 0 auto;
		padding: 5px;
		font-size: 16px;
	}
	.row-wrapper {
		padding: 30px 0;
	}
	.pad {
		padding: 0 10px;
	}
	#banner.container {
		width: 100% !important;
		padding: 0 !important;
	}
	.banner-overlay .container {
		max-width: 380px;
	}
	.banner-overlay .h1 {
		margin-bottom: 20px;
		font-size: 40px;
	}
	.banner-overlay .excerpt {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.blog-left, .blog-right {
		float: none;
		width: 100%;
		display: block;
	}
	.blog-left {
		margin-bottom: 50px;
	}
	#related_posts_thumbnails li {
		max-width: 280px;
		width: 280px !important;
	}
	.part-subscribe form {
		margin-top: 0 !important;
	}
	.part-subscribe .gform_wrapper .gform_footer {
		float: left;
	}
	.part-subscribe .gform_wrapper .gform_body .gfield {
		width: 100% !important;
		padding: 0 !important;
	}
	.banner-overlay .button, .blog-feed .button, .gform_footer .gform_button {
		padding: 15px 30px !important;
		font-size: 16px !important;
	}
	.part-page-title + .row-wrapper {
		padding-top: 0;
	}
	.filter-col {
		width: 30%;
		margin-left: 3%;
	}
	.category-feed {
		grid-template-columns: 1fr 1fr;
	}
	.book-feed .book-block {
		width: 46% !important;
	}
	#content-wrapper .gform_wrapper .gfield {
		margin-top: 0 !important;
	}
	#content-wrapper .gfield_label {
		margin-top: 20px;
	}
	.featured-book-text p:first-child {
		margin-bottom: 15px;
	}
	.featured-book-text .button {
		margin: 0 !important;
		font-size: 14px !important;
	}
	table {
		width: 100% !important;
		margin-left: 0;
	}
	table:after {
		display: table;
		content: "";
		clear: both;
	}
	table, tbody, tr {
		display: block !important;
	}
	table tr {
		margin-bottom: 40px;
	}
	table td {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		margin-top: 30px;
		border-left: none !important;
		text-align: center !important;
	}
	table tr td:first-child {
		margin-top: 0 !important;
	}
	.sitemap-table td {
		margin-bottom: 30px !important;
		text-align: left !important;
	}
	table:last-child tr:last-child {
		margin-bottom: 0 !important;
	}
	table thead {
		display: none;
	}
	table tr:last-child td:last-child {
		margin-bottom: 0 !important;
	}
	table ul {
		list-style: inside;
		white-space: normal !important;
		padding-left: 0;
	}
	table table tr {
		margin: 30px 0 0 !important;
	}
	table table tr:last-child {
		margin-bottom: 30px !important;
	}
	table.ui-datepicker-calendar, .table-mobile {
		display: table !important;
	}
	table.ui-datepicker-calendar tbody, .table-mobile tbody {
		display: table-row-group !important;
	}
	table.ui-datepicker-calendar tr, .table-mobile tr {
		display: table-row !important;
	}
	table.ui-datepicker-calendar td, .table-mobile td {
		display: table-cell !important;
		width: auto !important;
		padding: 1px !important;
	}
	table.ui-datepicker-calendar thead, .table-mobile thead {
		display: table-row-group !important;
	}
	table .gform_wrapper {
		margin-top: 30px !important;
	}
	table.three-col, .table.two-col {
		margin: 0 !important;
		text-align: center !important;
	}
	table.three-col tr td:first-child, table.two-col tr td:first-child {
		margin-top: 20px !important;
	}
	table.three-col td, table.two-col td {
		display: inline-block !important;
		width: 30% !important;
		margin-bottom: 20px !important;
		margin-left: 1% !important;
		margin-right: 1% !important;
		margin-top: 20px !important;
	}
	table.two-col td {
		width: 46% !important;
	}
	table.bg-gray td {
		width: auto !important;
		padding: 20px !important;
		text-align: left !important;
	}
	#instafeed img, #instafeed a.instagram-thumb:first-child img {
		width: 31.33%;
		margin: 1% 1% 0 !important;
	}
	.gform_wrapper .gform_body .top_label li.gfield.gf_right_half { 
		float: left; 
		clear: left !important;
		width: 99%;
	} 
	.gform_wrapper .gform_body .top_label li.gfield.gf_left_half { 
		float: left; 
		clear: left !important;
		width: 99%;
	}
	#page-wrapper .part-subscribe .gform_body {
		width: 100% !important;
		margin-bottom: 15px;
	}
	#page-wrapper .part-subscribe .gform_body input {
		margin-bottom: 15px;
	}
	#page-wrapper .part-subscribe .gform_footer {
		float: none !important;
		width: 200px !important;
		margin: 0 auto !important;
		text-align: center;
	}
	#above-footer {
		padding-bottom: 30px;
		font-size: 13px;
	}
	#above-footer .col {
		float: none;
		display: inline-block;
		width: 42%;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 7%;
		vertical-align: top;
	}
	.copyright {
		margin-top: 0;
	}
	.fancybox-slide {
		max-height: 100vh !important;
	}
	.fancybox-slide video {
		max-width: 90% !important;
		padding: 1% !important;
	}
}
@media screen and (max-width: 767px) {
	.hide-phone {
		display: none;
	}
	.show-phone {
		display: block !important;
	}
	#page-banner .hide-phone {
		display: none !important;
	}
	.alignright {
		max-width: 40%;
	}
	#main-header {
		height: 60px;
	}
	#site-logo img {
		height: 60px;
	}
	.mobile-nav-click {
		margin-top: -21px;
		font-size: 22px;
	}
	.header-search {
		top: 100%;
		right: 0;
		padding: 10px;
		margin-top: 5px;
		background-color: #fff;
	}
	#content-wrapper {
		margin-top: 70px !important;
		padding-top: 10px;
		border-top: none !important;
	}
	.banner-overlay .container {
		max-width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	#banner .slick-slide img {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		overflow: hidden;
	}
	.banner-overlay .h1 {
		margin-bottom: 15px;
		font-size: 30px;
	}
	.banner-overlay .excerpt {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.book-slider .slick-next, .zbra-video-slider .slick-next {
		right: -45px;
	}
	.book-slider .slick-prev, .zbra-video-slider .slick-prev {
		left: -45px;
	}
	.age-feed {
		margin-bottom: 30px;
	}
	.age-block {
		width: 50%;
	}
	.blog-feed {
		width: 104%;
		margin-left: -2%;
		box-sizing: border-box;
	}
	.blog-feed img {
		float: none;
		display: block;
		max-width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-feed .blog-excerpt {
		float: none;
		width: 100%;
		text-align: center;
	}
	.home .home-content {
		padding-bottom: 0;
	}
	.gray-divider {
		margin-top: 45px;
	}
	.filter-row {
		margin-bottom: 30px;
	}
	.filter-col label {
		display: block;
		margin-bottom: 5px;
	}
	.feed-pagination .page-num {
		padding: 8px 10px;
		margin: 8px 4px;
		border-width: 1px;
		font-size: 16px;
	}
	.feed-pagination .next, .feed-pagination .prev {
		font-size: 28px;
	}
	.feed-pagination .next {
		margin-left: 10px;
	}
	.feed-pagination .prev {
		margin-right: 10px;
	}
	.book-feed-image {
		height: 150px;
		background-position: bottom center;
	}
	.book-hover-images {
		height: 150px;
	}
	.book-feed-title {
	    height: 40px;
	    margin-bottom: 7.5px;
		font-size: 15px;
	}
	.cat-top-content {
		margin: 0 auto;
	}
	.category-name {
		min-height: 1px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.category-block .button {
		padding: 10px 15px !important;
		font-size: 14px !important;
		letter-spacing: normal !important;
	}
	.product-breadcrumbs {
		text-align: center;
	}
	.single-book, .single-book-image, .single-book-info {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.single-book-image {
		height: 350px;
		background-position: top center;
	}
	.single-book-thumbnails {
		margin-bottom: 30px;
	}
	.single-book-image.fallback {
		height: 100px;
		background-size: contain;
	}
	.single-book-info h1 {
		font-size: 28px;
	}
	#buying-dropdown {
		left: 50%;
		margin-left: -100px;
	}
	.info-tabs {
		text-align: center;
	}
	.info-tabs span {
		margin-left: 15px;
		margin-right: 15px;
	}
	.tab-content {
		text-align: center;
	}
	#tab-videos-content iframe {
		height: 400px;
	}
	#tab-photos-content .book-feed, #tab-photos-content .book-block {
		text-align: center;
	}
	.gform_wrapper {
		width: 96% !important;
		max-width: 96% !important;
	}
	.press-feed-post, .press-post {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
		text-align: center;
	}
	.press-feed-post + .press-feed-post, .press-post + .press-post {
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid #dedede;
	}
	.press-feed-inner {
		height: auto;
	}
	.press-feed-inner .press-content, .press-post .press-content {
		width: 100%;
		padding: 0;
	}
	.press-feed-inner .press-content img, .press-post .press-content img {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.publication {
		margin-bottom: 7.5px;
		font-size: 14px !important;
	}
	.view-press {
		margin-top: 45px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
	#quick-links span {
		margin: 0 22.5px;
	}
	.info-tabs {
		display: none !important;
	}
	.tab-content {
		display: block !important;
		margin-bottom: 45px;
	}
	#tab-videos-content {
		margin-bottom: 0;
	}
	.single-book-thumbnails {
		gap: 8px;
	}
	.single-book-thumbnails .single-image-block {
		width: calc( 14% - 8px );
	}
	
	.zbra-video-slider .video-slide span {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		background-size: 60px 60px;
	}
}
@media screen and (max-width: 480px) {
	h1, .h1 {
		font-size: 30px;
	}
	h2, .h2 {
		font-size: 26px;
	}
	h3, .h3 {
		font-size: 22px;	
	}
	h4, .h4 {
		font-size: 18px;
	}
	h5, .h5 {
		font-size: 17px;
	}
	h6, .h6 {
		font-size: 15px;
	}
	#quick-links a {
		font-size: 1rem;
	}
	#quick-links span {
		margin: 0 15px;
		font-size: 24px;
	}
	.dotted-header span {
		top: -29px;
		font-size: 22px;
	}
	table.two-col td {
		width: 96% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	table.three-col td {
		width: 46% !important;
	}
	.alignleft, .alignright {
		display: block;
		float: none;
		max-width: 100% !important;
		margin: 0 auto 20px !important;
		text-align: center;
	}
	.wp-caption {
		margin-bottom: 30px !important;
	}
	.wp-caption.alignright, .wp-caption.alignleft, .wp-caption.aligncenter {
		max-width: 100% !important;
	}
	.inline-list li span {
		top: -1px;
		font-size: 9px;
	}
	.book-slider, .zbra-video-slider {
		width: 80%;
	}
	.book-slider .slick-slide {
		margin: 0 15px;
	}
	.book-slider .slick-next, .book-slider .slick-prev, .zbra-video-slider .slick-next, .zbra-video-slider .slick-prev {
		width: 25px;
		height: 25px;
		font-size: 25px;	
	}
	.book-slider .slick-prev:before, .book-slider .slick-next:before, .zbra-video-slider .slick-prev:before, .zbra-video-slider .slick-next:before {
		width: 18px;
		height: 22px;
		font-size: 22px;
	}
	.book-slider .slick-next, .zbra-video-slider .slick-next {
		right: -40px;
	}
	.book-slider .slick-prev, .zbra-video-slider .slick-prev {
		left: -40px;
	}
	.home .hide-480, .category-block .hide-480, .book-feed .hide-480 {
		display: none !important;
	}
	.home .book-slider .book-feed-title, .category-block .category-name, .book-feed .book-feed-title {
		margin-bottom: 0 !important;
	}
	#banner .slick-next, #banner .slick-prev {
		display: none !important;
	}
	.banner-overlay .h1 {
		font-size: 30px;
	}
	.category-name {
		min-height: 1px;
		font-size: 16px;
	}
	.book-feed-title {
		display: block !important;
		height: auto !important;
		font-size: 14px;
	}
	.single-book-image {
		height: 300px;
	}
	.book-image-slider, .book-image-slider .slick-slide {
		height: 300px !important;
	}
	.book-image-slider .slick-prev, .book-image-slider .slick-next {
		width: 26px;
		height: 26px;
	}
	.book-image-slider .slick-prev:before, .book-image-slider .slick-next:before {
		width: 26px;
		height: 26px;
		box-sizing: border-box;
		font-size: 22px;
	}
	.book-image-slider .slick-prev:before {
		padding: 3px 5px 3px 3px !important;
	}
	.book-image-slider .slick-next:before {
		padding: 3px 3px 3px 5px !important;
	}
	.book-image-slider .play-button {
		width: 45px;
		height: 45px;
		margin: -22.5px 0 0 -22.5px;
	}
	.book-image-slider .play-button .fas {
		font-size: 20px;
	}
	.single-book-info h1 {
		font-size: 24px;
	}
	#tab-videos-content iframe {
		height: 300px;
	}
	#above-footer .col {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	#above-footer .col4 {
		margin-bottom: 0;
	}
	.microsite-subnav {
		padding-top: 0;
	}
	.microsite-subnav li {
		margin: 15px 15px 0;
	}
	.microsite-subnav a {
		font-size: 14px;
	}
	.featured-book-shortcode {
		padding: 15px;
	}
	.featured-book-image {
		width: 24%;
	}
	.featured-book-text {
		width: 68%;
	}
	.featured-book-text p:first-child {
		font-size: 13px;
	}
}
@media screen and (max-width: 479px) {
	.hide-small {
		display: none !important;
	}
	.show-small {
		display: inline !important;
	}
	.row-wrapper {
		padding: 25px 0;
	}
	.header-search input {
		width: 140px;
	}
}
@media screen and (max-width: 420px) {
	.container {
		width: 94% !important;
		padding: 0 3% !important;
	}
	h1, .h1 {
		font-size: 28px;
	}
	h2, .h2 {
		font-size: 25px;
	}
	h3, .h3 {
		font-size: 22px;	
	}
	h4, .h4 {
		font-size: 19px;
	}
	h5, .h5 {
		font-size: 17px;
	}
	h6, .h6 {
		font-size: 15px;
	}
	#filter-dropdowns .filter-row {
		display: block;
	}
	.filter-col, .filters-center .filter-col {
		width: 100% !important;
		margin-bottom: 15px;
		margin-left: 0;
		margin-top: 0 !important;
	}
	#instafeed.shortcode a {
		width: 280px;
		height: 280px;
	}
	.single-microsite #page-banner {
		margin-bottom: 15px;
	}
	.microsite-subnav {
		width: 106%;
		margin-left: -3%;
	}
}
@media screen and (max-width: 380px) {
	.book-image-slider, .book-image-slider .slick-slide {
		height: 250px !important;
	}
}
@media screen and (max-width: 320px) {
	.book-slider {
		width: 76%;
	}
	.book-slider .slick-next, .book-slider .slick-prev {
		z-index: 100;
		width: 28px;
		height: 28px;
		font-size: 28px;
	}
	.book-slider .slick-next {
		right: -42px;
	}
	.book-slider .slick-prev {
		left: -42px;
	}
	.book-feed-image {
		height: 100px;
	}
	.book-hover-images {
		height: 100px;
	}
	.book-slider .slick-slide {
		margin: 0 10px;
	}
	.single-book-image {
		height: 250px;
	}
	.button.feed-button {
		padding: 8px 10px !important;
		margin-top: 10px !important;
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}
}
@media print {
   header, footer, #top-bar, #page-banner, .page-title, #above-footer {
       display: none !important;
   }
   #content-wrapper {
		margin: 0 !important;
   }
   p {
		margin-bottom: 15px !important;
   }
   p:last-child {
		margin-bottom: 0 !important;
   }
}
/* Blog design update - 6/5/2023 */
.top-post {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.top-post .blog-thumb {
	flex: 0 0 67.5%;
	-ms-flex: 0 0 67.5%;
	max-width: 650px;
	padding-right: 15px;
	margin: 0;
}
.top-post .top-content {
	padding-left: 15px;
}
.top-content .top-excerpt {
	margin: 30px 0;
}
.blog-subscribe {
	margin: 45px 0;
	padding: 45px;
	background-color: #EAF6F4;
}
.blog-subscribe + .dotted-header {
	margin-bottom: 0;
	margin-top: 60px;
}
.blog-subscribe .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	padding: 0 75px;
}
.blog-subscribe .subscribe-text {
	max-width: 70%;
}
.subscribe-text p {
	font-family: 'basic-sans', Arial, sans-serif;
	font-size: 22px;
	line-height: 1.2em;
}
.subscribe-text strong {
	display: block;
}
.blog-subscribe .subscribe-btn {
	padding-left: 45px;
}
.top-content .button, .blog-feed-grid .button {
	margin: 0 !important;
}
.single-post .blog-post {
	margin-bottom: 0;
}
.single-post .blog-thumb {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}
.single-post .blog-title {
	text-align: center;
}
.single-post .blog-meta {
	color: #000;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
}
.single-post .blog-post-content {
	margin-top: 45px;
}
.single-post .wp-block-media-text {
	margin-top: 40px;
}
.wp-block-spacer + .wp-block-media-text {
	margin-top: 0;
}
.single-post .wp-block-media-text__media {
	padding-right: 30px;
}
.single-post .wp-block-media-text .wp-block-media-text__content {
	padding: 0 30px;
}
.single-post .has-media-on-the-right .wp-block-media-text__media {
	padding-left: 30px;
	padding-right: 0;
}
.single-post .wp-block-media-text + p {
	margin-top: 40px;
}
.single-post .blog-tags {
	margin-top: 45px;
	font-family: 'basic-sans', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.35em;
}
.single-post .blog-tags a {
	color: #1590c8;
	text-decoration: underline;
}
.single-post .blog-tags a:hover, .single-post .blog-tags a:focus-visible {
	color: #000;
	text-decoration: none;
}
.single-post .part-featured .h5 {
	text-align: center;
}
.single-post .part-featured .book-feed {
	max-width: 800px;
	margin-bottom: -60px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	.blog-subscribe {
		padding: 30px;
		justify-content: space-between;
		-ms-justify-content: space-between;
	}
	.blog-subscribe .inner {
		padding: 0;
	}
	.subscribe-text p {
		font-size: 20px;
	}
	.blog-subscribe .subscribe-btn {
		padding-left: 30px;
		margin-left: auto;
	}
}
@media screen and (min-width: 781px) {
	.blog-feed-grid {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.blog-feed-grid .blog-post {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.blog-feed-grid .blog-thumb {
		position: relative;
		height: 205px;
	}
	.blog-feed-grid .blog-thumb img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: center;
	}
	.blog-feed-grid .blog-title {
		display: -webkit-box;
		height: 52px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 782px) {
	.top-post {
		display: block !important;
		margin-bottom: 30px;
	}
	.top-post .blog-thumb {
		max-width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.top-post .top-content {
		padding-left: 0;
	}
	.top-content .top-excerpt {
		margin: 15px 0;
	}
	.blog-feed-grid .blog-post {
		margin-bottom: 45px;
	}
	.blog-subscribe .inner {
		display: block !important;
		text-align: center;
	}
	.blog-subscribe .subscribe-text {
		max-width: 100%;
	}
	.blog-subscribe .subscribe-btn {
		padding-left: 0;
		margin-top: 15px;
	}
	.single-post .part-featured .book-feed {
		margin-bottom: -45px;
	}
	.single-post .part-featured .book-block {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 600px) {
	.single-post .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
	.single-post .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding: 0 !important;
	}
	.single-post .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		margin-bottom: 22.5px !important;
	}
}

/* Nav flyout */
@media screen and (min-width: 1025px) {
	#site-logo {
		width: 174px;
	}
	#main-header nav {
		width: 850px;
		margin-left: 0;
		text-align: center;
	}
	#main-header nav ul li {
		top: 0 !important;
		border-left: none !important;
	}
	#main-header nav ul li.menu-item {
		margin-top: 3px !important;
	}
	#main-header nav ul li.menu-item:before {
		content: '';
		float: left;
		position: relative;
		width: 1px;
		height: 16px;
		top: .25px;
		border-left: 2px solid #00afbd;
	}
	#main-header nav ul li.menu-item:first-child:before {
		display: none;
	}
}
.flyout-menu {
	position: absolute;
	z-index: 999;
	top: calc(100% - 10px);
	left: 50%;
	padding-top: 25px;
	margin-left: -450px;
}
.scrolled .flyout-menu {
	top: calc(100% - 12px);
}
li.show-flyout {
	position: unset !important;
}
.show-flyout:hover .flyout-menu, .show-flyout:focus-visible .flyout-menu {
	display: block !important;
}
.flyout-menu .row {
	display: flex;
	display: -ms-flexbox;
	width: 900px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #75c5b9;
	box-sizing: border-box;
	filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, .25));
}
.flyout-menu .col {
	flex: 1;
	padding: 0 45px;
}
.flyout-header {
	margin-bottom: 15px;
    border-bottom: 3px dotted #75c5b9;
	text-align: left;
}
.flyout-header a {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #575646 !important;
	font-weight: 600 !important;
}
.flyout-header a:hover, .flyout-header a:focus-visible {
	color: #75c5b9 !important;
}
.flyout-menu ul {
	display: block;
	list-style: none;
	text-align: left !important;
}
.flyout-menu li {
	float: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
.flyout-menu li:before {
	display: none !important;
}
.flyout-menu li a {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #575646 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}
.flyout-menu li a:hover, .flyout-menu li a:focus-visible, .flyout-menu li .current {
	color: #75c5b9 !important;
	text-decoration: underline !important;
}
.mobile-indicator .indicator svg {
	position: relative;
	width: 12px;
	height: 12px;
	top: 1.5px;
	fill: #393935;
	transition: all .25s ease;
}
.selected .mobile-indicator .indicator svg {
	transform: rotate(-180deg);
}
.mobile-nav li .sub-menu {
	padding-left: 15px;
}
.mobile-nav li .sub-menu a {
	text-transform: none !important;
}

.bottom-subscribe-cta .blog-subscribe {
	margin-bottom: 0;	
	margin-top: 0;	
}
.bottom-subscribe-cta .blog-subscribe .inner {
	max-width: 1024px;
	margin: 0 auto;
	justify-content: space-between;
}

.is-style-dotted-underline {
	margin-bottom: 28px;
	text-transform: uppercase;
	text-decoration: #75c5b9 dotted underline 3px;
	text-underline-offset: 10px;
}

.copy-block {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 16px;
	margin: 48px 0;
}
.copy-block__content  {
	padding: 24px;
	background: #f9f9f9;
}
.copy-block__content span {
	display: inline-block;
}
.copy-block__image {
	position: relative;
}
.copy-block__image-caption {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
}
.copy-block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.copy-block-slider .slick-dots li.slick-active button::before {
	color: #a7eae0;
}
@media ( max-width: 768px ) {
	.copy-block {
		grid-template-columns: 1fr;
		max-width: 450px;
		margin: 0 auto;
	}
	.copy-block__image img {
		width: 100%;
		height: auto;
		object-fit: initial;
	}
	.copy-block__image-caption {
		position: static;
		margin-bottom: -12px;
	}
}
