/*
Theme Name: Printers Row Publishing Group
Theme URI: http://www.printersrowpublishinggroup.com
Description: Theme for printersrowpublishinggroup.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 16px/1.5em 'basic-sans', Arial, sans-serif;
	color: #000;
	top: 0 !important;
}
a {
	color: #074057;
}
a, .button, button, input[type="submit"], #main-header, .book-hover {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
p {
	margin: 0 0 30px;
}
	* > *:last-child {
		margin-bottom: 0;	
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 30px;
	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: #000;
		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: #074057;
		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;	
	}
strong {
	font-weight: 600;
}
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(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(images/quote-close.png) right center no-repeat;
		background-size: 38px 32px;
	}

/* Important and Shared Classes
====================================================*/
.mt-0 {
	margin-top: 0 !important;
}
.hidden {
	display: none;
}
.show-mobile, .show-phone, .show-tablet, .show-mobile-inline, .show-small, .hide-h4 h4, .show-480 {
	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: 1100px !important;
	height: 100%;
	margin: 0 auto;
}
.container.narrow {
	max-width: 800px !important;
}
.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: 10px 20px !important;
	background-color: #D24150 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
	.button:hover, .gform_button:hover, input[type="submit"]:hover, .button:hover a, .button:focus, .gform_button:focus, input[type="submit"]:focus, .button:focus a {
		background-color: #c7374d !important;
		color: #fff !important;
	}
.button.blue {
	background-color: #074057 !important;
}
	.button.blue:hover, .button.blue:focus {
		background-color: #000 !important;
	}
.button.light-blue {
	background-color: #55b1fc !important;
}
	.button.light-blue:hover, .button.light-blue:focus {
		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;
}
.cta-button {
	margin: -15px 0 45px !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;
	}
	.bottom-align td {
		vertical-align: bottom !important;
	}
	table h6 {
		margin-bottom: 20px;
		line-height: 1.4em;
	}
	div.alignright h6 {
		line-height: 1.4em;
	}
	p + table {
		margin-top: 40px;
	}
		td h6:last-child a {
			color: #0072cf;
			text-decoration: underline;
		}
		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 {
		margin-top: 15px;
	}
		table h6:first-child {
			margin-top: 0;
		}
		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: #074057;
		}
		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 {
			margin-bottom: 10px;
			font-weight: bold;
		}
.table-icon {
	width: auto;
	max-width: none;
	height: 60px;
}
	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 .prpg-link {
		text-decoration: underline;
	}
	#top-bar a, #top-bar .sm-icons a {
		color: #fff;
		text-decoration: none;
	}
	#top-bar a:hover {
		color: #c3dce9;
	}
	#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: #000;
}
.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: #074057 !important;
		border-color: #074057 !important;
		color: #fff !important;
		font-size: 15px !important;
	}
	.brand-info .button:hover {
		background-color: #000 !important;
		border-color: #000 !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;
	vertical-align: bottom;
}
	#site-logo img {
		width: auto;
		height: 80px;
	}
		.scrolled #site-logo img {
			height: 60px;
		}
.mobile-nav-click {
	display: none;
	float: right;
	padding: 5px 0;
	margin-top: 7.5px;
	color: #000;
	cursor: pointer;
	font-size: 30px;
}
.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: #000;
	}
#search-toggle {
	position: absolute;
	z-index: 300;
	top: 50%;
	right: 0;
	margin-top: -22px;
	padding: 10px;
	color: #000;
	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: right;
	width: 60%;
	margin-top: 32px;
	text-align: right;
}
	.scrolled #main-header nav {
		margin-top: 22px;
	}
	#main-header nav ul {
		padding: 0;
		margin: 0;
		font-size: 0;
		list-style: none;
	}
		#main-header nav ul li {
			display: inline-block;
			margin: 0 0 0 60px;
		}
	#main-header nav a {
		display: block;
		color: #000;
		font: normal 17px/1em 'merriweather', serif;
		text-decoration: none;
	}
		#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, .single-press #main-header .nav-press a {
			color: #CC2230;
		}
			#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: #074057;
	}
		.page-template-newsletter #main-header nav a {
			font-size: 0 !important;
		}

/* Mobile Nav
====================================================*/
.mobile-nav {
	display: none;
	padding: 15px 22.5px;
	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: #000 !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: #000;
			font-size: 18px;
		}

/* Content Wrappers
====================================================*/
.row-wrapper {
	padding: 40px 0;
}
#content-wrapper {
	background-color: #fff;
}
	#content-wrapper:before {
		display: block;
		content: '';
		max-width: 1100px;
		height: 1px;
		margin: 0 auto;
		background-color: #e5e5e5;
	}
	.home #content-wrapper {
		border-top: none;
	}
		.home #content-wrapper:before {
			display: none;
		}
	.scrolled #content-wrapper {
		margin-top: 88px;
	}
.part-page-title {
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

/* #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: 500px;
	  	height: 100%;
	  	text-align: center;
	}
	.banner-overlay .h1 {
		margin-bottom: 10px;
		color: #564138;
		font-size: 44px;
		line-height: 1.1em;
	}
	.banner-overlay .excerpt {
		margin-bottom: 30px;
		color: #564138;
		font: 600 24px/1.3em 'basic-sans', Arial, sans-serif;
	}
	.banner-overlay .button {
		padding: 20px 40px !important;
		font-size: 18px !important;
		font-weight: 600 !important;
	}
		.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: 600 !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;
    }

/* Section Headers
====================================================*/
.section-header {
	max-width: 600px;
	margin: 60px auto 0;
	border-top: 1px solid #000;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
	.section-header span {
		position: relative;
		display: inline-block;
		top: -30px;
		padding: 15px 22.5px;
		background-color: #fff;
		font-weight: 600;
		line-height: 1em;
		text-transform: none;
	}
	.part-page-title .section-header {
		margin-bottom: -15px;
		margin-top: 30px;
	}

/* Browse our Books
====================================================*/
.browse-our-books {
	padding: 0 7.5px;
	font-size: 0;
	text-align: center;
}
	.browse-our-books .book-col {
		display: inline-block;
		width: 33.33%;
		padding: 0 7.5px 15px;
		box-sizing: border-box;
		vertical-align: top;
	}
	.book-col .book-inner {
		position: relative;
	}
	.browse-our-books .book-hover {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		background: rgba(7, 64, 87, .9);
	}
		.browse-our-books .book-inner:hover .book-hover, .browse-our-books .book-inner:focus .book-hover, .browse-our-books .book-inner:focus-within .book-hover {
			opacity: 1;
		}
	.book-hover .imprint-logo {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
		width: 200px;
		height: 150px;
		margin: 45px auto;
	}
		.book-hover .imprint-logo img {
			max-width: 100%;
			max-height: 100%;
		}
		.imprint-logo .imprint-cc {
			max-height: 100px !important
		}
	.book-hover .hover-button {
		margin: 0;
		font-size: 1rem;
		text-align: center;
	}

/* Book/Age Sliders
====================================================*/
.book-slider {
	padding: 0 45px;
	margin-bottom: 60px;
}
	.image-slider .slick-slide {
	    margin: 0 15px;
	    text-align: center;
	}
		.book-slider.narrow .slick-slide {
			margin: 0 45px;
		}
	.image-slider .slick-prev, .image-slider .slick-next {
		z-index: 500;
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 1;
		overflow: visible;
	}
	.image-slider .slick-next {
		right: 0;
	}
	.image-slider .slick-prev {
		left: 0;
	}
	.image-slider .slick-prev:before, .image-slider .slick-next:before {
		display: block;
		width: 30px;
		height: 30px;
		color: #000;
		font-size: 30px;
		line-height: 1;
		opacity: .75;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
		.image-slider .slick-prev:hover:before, .image-slider .slick-next:hover:before, .image-slider .slick-prev:focus:before, .image-slider .slick-next:focus:before {
			opacity: 1;
		}
	.image-slider .slick-prev:before {
		content: '\f053';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		text-align: left;
	}
	.image-slider .slick-next:before {
		content: '\f054';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		text-align: right;
	}
	.image-slider .slick-prev:focus, .image-slider .slick-next:focus {
		outline: 1px solid #000;
	}
.book-feed-title {
	margin-bottom: 15px;
	font-family: 'merriweather', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}
	.book-feed-title a {
		color: #000;
		text-decoration: none;
	}
	.book-feed-title a:hover {
		color: #074057;
	}
	.book-feed-title strong {
		font-weight: 600;
	}
.book-feed-description {
	margin-bottom: 15px;
	font-family: 'basic-sans', Arial, sans-serif;
	font-size: 14px;
    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;
}
.gray-divider {
	height: 10px;
	margin: 60px 0;
	background-color: #f9f9f9;
}
.age-feed {
	margin-bottom: 60px;
}

/* Press - Featured
====================================================*/
.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 - 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 {
		font-weight: 600;
	}
.publication {
	margin-bottom: 15px;
	font-size: 1rem;
	font-weight: 300;
}

/* Age Feed
====================================================*/
.age-feed {
	font-size: 0;
	text-align: center;
}
.age-block {
	display: inline-block;
	width: 20%;
	margin-bottom: 30px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

/* 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: #000;
	}
	.blog-feed a:hover {
		color: #074057;
	}
	.blog-feed .button {
		padding: 20px 40px !important;
		background: none !important;
		border-color: #75c5b9 !important;
		border-width: 2px !important;
		color: #47736c !important;
		font-size: 18px !important;
	}
	.blog-feed .button:hover {
		background-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;
}

/* About
====================================================*/
.wp-block-columns {
	margin: 60px 0;
}
	.wp-block-column .h3 {
		margin-bottom: 15px;
	}
		.wp-block-column .h3 strong {
			font-weight: 600;
		}
	.wp-block-column .aligncenter {
		margin-bottom: 0;
		margin-top: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 45px;
	}
#content-wrapper .wp-block-columns:last-child {
	margin-bottom: 0;
}

/* Filters
====================================================*/
.filter-row {
	margin-bottom: 60px;
	font-size: 0;
}
.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;
}
.filter-col-type {
	margin-left: 0 !important;
	margin-top: 30px;
}
.filters-center {
	max-width: 640px;
	margin: 0 auto;
}
	.filters-center .filter-col {
		width: 47.5% !important;
	}
	.filter-row .filter-col:first-child {
		margin-left: 0;
	}
	.filter-col label {
		display: table-cell;
		width: 40px;
		padding-right: 10px;
		font: normal 16px/1em 'merriweather', serif;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.filter-col select {
		display: table-cell;
		width: 100%;
		background-color: #eaf6f4;
	}

/* Browse Categories
====================================================*/
.category-feed {
	width: 102%;
	margin-left: -1%;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}
.category-block {
	display: inline-block;
	width: 23%;
	margin-bottom: 45px;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	vertical-align: top;
}
	.category-block img {
		display: block;
		margin-bottom: 20px;
		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: #000;
		text-decoration: none;
	}
	.category-name a:hover {
		color: #074057;
	}

/* Pagination
====================================================*/
.blog-pagination {
	margin: 30px 0 0;
	text-align: center;
}
	.blog-pagination a, .blog-pagination .current {
		display: inline-block;
		width: 18px;
		padding: 3px 5px;
		margin: 5px;
		background-color: #fff;
		border: 1px solid #8c9397;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}
	.blog-pagination a:hover, .blog-pagination .current {
		background-color: #074057;
		color: #fff;
	}
	.blog-pagination .dots {
		display: inline-block;
		margin: 0 15px;
	}
	.blog-pagination .next, .blog-pagination .prev {
		display: none;
		width: auto;
		border: none;
		font-size: 1.25rem;
	}

/* Single Book
====================================================*/
.single-book {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 45px;
	border-collapse: collapse;
}
.single-book-image, .single-book-info {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.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;
		outline: none !important;
	}
.single-book-info {
	padding-left: 4%;
	padding-top: 15px;
}
.single-book-info h1, .single-book-info h2, .single-book-info h3, .single-book-info .buy-header {
	margin-bottom: 10px;
	letter-spacing: normal;
}
	.single-book-info h1 {
		font-size: 34px;
		font-weight: bold;
	}
	.single-book-info h2 {
		font-size: 18px;
	}
.single-book-details {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
	.single-book-details li {
		margin-bottom: 0;
	}
	.single-book-info h3 {
		margin-bottom: 20px;
		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: 600;
	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 .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;
	}
.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: bold;
		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 'merriweather', 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 a:hover {
		color: #cb3c4f;
		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: #074057;
		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: #000;
		text-decoration: none;
	}
	.blog-tags a:hover {
		color: #074057;
		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: #000 !important;
		font-weight: normal !important;
		letter-spacing: normal;
		text-transform: none;
	}
	.blog-pagination .button:hover {
		background-color: #ededed !important;
		color: #000;
	}
.blog-post-content h1 {
	font-size: 26px;
}
.blog-post-content h2 {
	font-size: 22px;
}
.blog-post-content h3 {
	font-size: 18px;
}
.blog-post-content .h4, .blog-post-content .h5, .blog-post-content .h6 {
	font-weight: 600;
	line-height: 1.4em;
}
.blog-post-content .h4 {
	color: #074057;
	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: #074057;
	text-decoration: underline;
}
	.blog-post-content .h4 a:hover { 
		color: #000;
	}
/* 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: 600 !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;
		font-size: 22px;
		line-height: 1em;
		vertical-align: bottom;
	}
	.sm-icons a:last-child {
		margin-right: 0;
	}
	.sm-icons .fa {	
		-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 .fa-facebook-f:hover {
		color: #3765a3 !important;
	}
	.sm-icons .fa-google-plus:hover {
		color: #df4b38 !important;
	}
	.sm-icons .fa-instagram:hover {
		color: #e1306c !important;
	}
	.sm-icons .fa-linkedin-in:hover {
		color: #0274b3 !important;
	}
	.sm-icons .fa-pinterest:hover, .sm-icons .fa-pinterest-p:hover {
		color: #bd081c !important;
	}
	.sm-icons .fa-rss:hover {
		color: #010101 !important;
	}
	.sm-icons .fa-twitter:hover {
		color: #5ea9dd !important;
	}
	.sm-icons .fa-yelp:hover {
		color: #c31200 !important;
	}
	.sm-icons .fa-youtube:hover {
		color: #e14e42 !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 {
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.part-subscribe form {
		margin-top: 30px !important;
	}
	.part-subscribe label {
		display: none !important;
	}
		#page-wrapper .part-subscribe .gform_body {
			float: left;
			width: 66.66% !important;
		}
		#page-wrapper .part-subscribe .gform_footer {
			clear: none;
			float: right;
			width: 33.33% !important;
			margin-top: 0 !important;
			padding-left: 8px !important;
			padding-right: 8px !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;
		}
		#page-wrapper .part-subscribe .gform_button {
			padding: 10px !important;
			background-color: #333 !important;
			font-size: 16px !important;
			font-weight: 600 !important;
		}
		#page-wrapper .part-subscribe .gform_button:hover {
			background-color: #999 !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 {
		color: #1bdac9;
		text-transform: uppercase;
	}
	#above-footer a {
		color: #fff;
	}
	#above-footer a:hover {
		color: #1bdac9;
	}
	#above-footer .col {
		float: left;
		width: 46%;
		margin-left: 8%;
	}
	#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: 30px 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
}
	footer p {
		margin: 15px 0 0;
	}
	footer a {
		color: #fff;
	}
	footer a:hover {
		color: #dedede;
	}
	footer .alignleft {
		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;
	}
#page-wrapper .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	width: 17px !important;
	height: 17px !important;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	margin: 4px 0 0 5px;
}
.gfield_description {
	margin-top: -7.5px;
	padding-top: 0 !important;
	font-size: 80%;
}
.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;
}

/* Responsive styles
====================================================*/
@media screen and (max-width: 1100px) {
	.container {
		width: 100% !important;
		padding-left: 22.5px;
		padding-right: 22.5px;
		box-sizing: border-box;
	}
}
@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;
	}
	.wp-caption.alignright, img.size-medium {
		max-width: 40% !important;	
	}
	#main-header {
		position: fixed !important;
		height: 50px;
		padding: 5px 0 !important;
		background-color: #fff;
	}
	.part-clients .container {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#main-header nav, .subnav {
		display: none;
	}
	#site-logo {
		margin: 0;
	}
	#site-logo img {
		height: 50px !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: 60px !important;
	}
	.banner-overlay .h1 {
		font-size: 36px;
	}
	.banner-overlay .excerpt {
		font-size: 20px;
	}
	.banner-overlay .button {
		padding: 15px 30px !important;
		font-size: 16px !important;
	}
	#banner .slick-prev {
		left: -30px !important;
	}
	#banner .slick-next {
		right: -30px !important;
	}
	.category-feed {
		width: 104%;
		margin-left: -2%;
	}
	.book-block, .category-block {
		width: 29.33%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.single-book-image, .single-book-info {
		vertical-align: top;
	}
}
@media screen and (max-width: 900px) {
	footer {
		text-align: center;
	}
	footer .alignleft {
		float: none !important;
		width: 200px !important;
		margin: 0 auto 15px !important;
	}
	.footer-right {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 782px) {
	.wp-block-columns .wp-block-column {
		flex: 0 0 100% !important;
		flex-basis: 100% !important;
		-ms-flex: 0 0 100% !important;
		-ms-flex-basis: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		text-align: center !important;
	}
	.wp-block-columns .wp-block-column +  .wp-block-column {
		margin-top: 30px !important;
	}
	.wp-block-column img {
		max-width: 260px !important;
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 15px;
	}
	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 {
		padding: 7.5px 15px !important;
		font-size: 14px;
	}
	.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%;
	}
	.book-feed .book-block, .category-block {
		width: 46% !important;
	}
	#content-wrapper .gform_wrapper .gfield {
		margin-top: 0 !important;
	}
	#content-wrapper .gfield_label {
		margin-top: 20px;
	}
	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;
	}
	p br {
		display: none;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#page-banner .hide-phone {
		display: none !important;
	}
	.alignright {
		max-width: 40%;
	}
	.header-search {
		top: 100%;
		right: 0;
		padding: 10px;
		margin-top: 5px;
		background-color: #fff;
	}
	#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;
	}
	.browse-our-books {
		width: calc(100% + 15px);
		padding: 0;
		margin-left: -7.5px;
	}
	.browse-our-books .book-col {
		width: 50%;
	}
	.book-hover .imprint-logo {
		width: 100%;
		height: 75px;
		margin: 30px auto;
	}
	.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;
	}
	.age-feed {
		margin-bottom: 30px;
	}
	.age-block {
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.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;
	}
	.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-feed-title {
		font-size: 15px;
	}
	.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;
	}
	.single-book, .single-book-image, .single-book-info {
		display: block;
		width: 100%;
		padding: 0;
	}
	.single-book-image {
		height: 350px;
		margin-bottom: 30px;
		background-position: top left;
	}
	.single-book-image.fallback {
		height: 100px;
		background-size: contain;
	}
	.single-book-info h1 {
		font-size: 28px;
	}
	#tab-videos-content iframe {
		height: 400px;
	}
	.gform_wrapper {
		width: 96% !important;
		max-width: 96% !important;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
	.info-tabs {
		display: none !important;
	}
	.tab-content {
		display: block !important;
		margin-bottom: 45px;
	}
	#tab-videos-content {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;	
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 15px;
	}
	.hide-480 {
		display: none !important;
	}
	.show-480 {
		display: block !important;
	}
	.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;
	}
	.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;
	}
	.browse-our-books {
		width: 100%;
		margin: 0;
	}
	.browse-our-books .book-col {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.book-hover {
		display: flex;
		display: -ms-flexbox;
	    flex-direction: column;
	    -ms-flex-direction: column;
	    align-items: center;
	    -ms-align-items: center;
	    justify-content: center;
	    -ms-justify-content: center;
	}
	.book-hover .imprint-logo {
		margin-top: 0;
		margin-bottom: 45px;
	}
	.category-name {
		min-height: 1px;
		font-size: 16px;
	}
	.book-feed-image {
		height: 120px;
	}
	.book-feed-title {
		font-size: 14px;
	}
	.single-book-image {
		height: 300px;
	}
	.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;
	}
}
@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-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;
	}
}
@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-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;
   }
}