/******************************************************************
Site Name: Sarah Albee 2021
Author: Websy Daisy

Stylesheet: Main Stylesheet

******************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== 
 */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: "proxima-nova", sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: done;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p, pre {
	margin: 0em 0 1.3em 0;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin-top: 11px;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	-webkit-hyphens: none;
	-epub-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
b, strong, .strong {
	font-weight: bold;
}
dfn, em, .em {
	font-style: italic;
}
small, .small {
	font-size: 75%;
}
ul, ol {
	padding: 0;
	list-style-type: none;
}
#content ul {
	padding-left: 20px;
	list-style-type: disc
}
#content ol {
	padding-left: 20px;
	list-style-type: decimal
}
#content li {
	padding-bottom: 5px;
}
#content ul.gform_fields {
	padding-left: 0
}
dd {
	margin: 0;
}
.sidebar ul, .sidebar ol, .commentlist {
	list-style: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.alert {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
}
.alert-help {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #e8dc59;
	background: #ebe16f;
}
.alert-info {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #bfe4f4;
	background: #d5edf8;
}
.alert-error {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #f8cdce;
	background: #fbe3e4;
}
.alert-success {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #deeaae;
	background: #e6efc2;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
}
.byline {
	color: #999;
	font-sizE: 14px;
	padding: 10px 0
}
.entry-content {}
.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
img {
	max-width: 100%;
	height: auto;
}
.entry-content video, .entry-content object {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
.wp-caption {
	max-width: 100%;
	padding: 5px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}
.page-navigation, .wp-prev-next {
	margin: 1.1em 0 2.2em;
}
.bones_page_navi {
	list-style-type: none;
}
.bones_page_navi li {
	float: left;
	margin-left: 10px;
}
.bones_page_navi li a {
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
}
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
	color: #f01d4f;
	text-decoration: underline;
}
.bones_page_navi li.bpn-current {
	padding: 3px 6px;
	border-bottom: 2px solid #f01d4f;
	position: relative;
}
.bones_page_navi li.bpn-current a {
	/* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link, .bones_page_navi li.bpn-next-link {
	font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a {
	padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover {
	background: none;
}
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
#comments {}
.commentlist {
	list-style-type: none
}
.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
.commentlist li ul.children {
	margin: 0;
}
.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}
.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}
.commentlist li:not(.depth-1) {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0;
	padding-bottom: 0;
}
.commentlist .odd {
	background: #eee;
}
.commentlist .even {
	background: #fefefe;
}
.commentlist .vcard {
	margin-left: 50px;
}
.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}
.commentlist .vcard time {
	float: right;
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}
.commentlist .vcard time a:hover {
	text-decoration: underline;
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}
.commentlist .comment_content {
	margin-left: 50px;
}
.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
.commentlist .comment-reply-link {
	text-decoration: none;
	float: right;
	background: #4598bb;
	padding: 3px 5px;
	color: #fff;
	opacity: 0.65;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9em;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
	opacity: 1;
}
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}
.respond-form form {
	margin: 0.75em 0;
}
.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}
.respond-form form li label, .respond-form form li small {
	display: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em;
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
	background: #fff;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}
.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}
#comment-form-title {
	margin: 0 0 1.1em;
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
	display: block;
	clear: both;
	margin: 20px auto
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button, .button:visited, .read-more, .read-more:visited {
	border: 0;
	padding: 12px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	widg -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #2e9892;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.button:hover, .button:visited:hover, .button:focus, .button:visited:focus, .read-more:hover, .read-more:visited:hover, .read-more:focus, .read-more:visited:focus {
	color: #ffffff;
	background-color: #454545;
}
.read-more {
	display: table;
	margin: 20px 0 0;
}
.buttons .button {
	width: 95%;
	margin: 0 auto
}
body {
	font-size: 18px;
	line-height: 28px;
	color: #454545;
	background-image: url("../images/dots.png");
	font-family: "proxima-nova", sans-serif;
}
.wrap {
	width: 92%;
	margin: 0 auto;
}
a, a:visited {
	color: #0059c8;
	text-decoration: none
}
a:hover, a:visited:hover, a:focus, a:visited:focus {
	color: #0b8e86;
}
.nav {
	text-align: center;
	margin: 0;
	margin-top: 12px
}
.nav li {
	display: inline;
	position: relative;
}
.nav li a {
	text-decoration: none;
	padding: 21px 10px;
	font-size: 22px;
	color: #454545;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.footer .is-menu path.search-icon-path {
	fill: #b8659f;
	stroke: #b8659f;
	stroke-width: 1px;
}
.footer .is-menu path.search-icon-path:hover {
	fill: #2e9892;
	stroke: #2e9892;
	stroke-width: 1px;
}
.top-nav .is-menu path.search-icon-path {
	fill: #454545!important;
	stroke: #454545!important;
	stroke-width: 1px!important;
}
.top-nav .is-menu path.search-icon-path:hover {
	fill: #2e9892!important;
	stroke: #2e9892!important;
	stroke-width: 1px!important;
}
.footer .nav li a {
	font-sizE: 30px;
	color: #b8659f
}
.footer .nav li a:hover {
	color: #2e9892
}
.nav.top-nav li a:hover, .nav.top-nav li a:focus {
	color: #2e9892;
	background-image: url("../images/yellowdot.png");
	background-position: top center;
	background-repeat: no-repeat
}
.footer svg:not(:root) {
	overflow: hidden;
	width: 24px;
	height: 26px;
}
.nav li ul.sub-menu, .nav li ul.children {
	margin-top: 0;
	border: 0;
	border-top: 0;
	position: absolute;
	display: none;
	z-index: 8999;
	left: 0;
	background-color: #FFF;
}
.nav li ul.sub-menu li, .nav li ul.children li {
	text-align: left;
}
.nav li ul.sub-menu li a, .nav li ul.children li a {
	padding: 10px;
	border-right: 0;
	display: block;
	width: 200px;
	border-bottom: 1px solid #ccc;
	background-image: none!important;
	font-size: 17px;
	font-family: "proxima-nova", sans-serif;
	letter-spacing: normal;
	line-height: 24px;
}
.nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover {
	background-image: none;
	color: #2e9892;
}
.nav.top-nav li.current-menu-item a, .nav.top-nav li.current-menu-item a:hover, .nav.top-nav li.current-page-ancestor a {
	background-image: url("../images/pinkdot.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: #454545;
}
.nav li:hover ul {
	top: auto;
	display: block;
}
#content {
	padding: 80px 0 30px;
}
#content .gform_legacy_markup_wrapper .gsection .gfield_label, #content .gform_legacy_markup_wrapper h2.gsection_title, #content .gform_legacy_markup_wrapper h3.gform_title {
	font-weight: normal;
	font-size: 30px;
	paddinbg-top: 20px
}
#logo a {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.nav ul {
	text-align: center
}
.nowrap {
	white-space: nowrap
}
.footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: 200;
	color: #2e9892;
	padding: 0
}
.footer a {
	text-decoration: none;
	color: #2e9892;
}
.footer a:hover {
	color: #454545
}
.social {
	text-align: center;
	padding: 20px
}
.social a {
	font-size: 30px;
	color: #b8659f;
	padding: 10px;
}
.social a:hover {
	color: #2e9892
}
.header {
	padding: 20px 0 13px;
	background-color: #2e9892
}
.widgettitle {
	margin-bottom: 0.75em;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 25px;
	line-height: 35px;
	margin-top: 11px;
	text-align: center;
	color: #2e9892;
}
.widget {
	padding: 0 20px 20px;
	margin: 10px 0 30px;
	background-color: #FFF;
	border-top: 10px dotted #fae052
}
#content .widget ul {
	list-style-type: none;
	padding-lefT: 0
}
.widget:nth-child(2n) {
	border-color: #cfdd27
}
.widget:nth-child(4n) {
	border-color: #92d4d5
}
.arpw-title {
	font-family: 'Oswald', sans-serif;
	color: #b8659f;
	font-sizE: 24px;
	line-height: 34px;
}
.arpw-content {
	padding: 10px 0
}
.arpw-content h6 {
	display: none
}
.widget ul li {
	margin-bottom: 0.75em;
	/* deep nesting */
	padding: 10px;
	/* background-color: #fae052; */
	background-color: #eaffff;
	border: 1px solid #92d4d5;
}
.widget ul li ul {
	margin-top: 0.75em;
	padding-left: 1em;
}
h1, .h1 {
	font-size: 35px;
	line-height: 45px;
	margin: 0 0 20px;
	font-family: 'Oswald', sans-serif;
	color: #2e9892;
	text-align: center
}
h1.booktitle {
	margin-bottom: 20px
}
h2.subtitle {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
}
h2, .h2 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0.67em 0;
	font-family: 'Oswald', sans-serif;
	color: #2e9892;
	font-weight: normal
}
.nopad h2:first-child {
	margin-top: 0
}
h3, .h3 {
	font-size: 25px;
	line-height: 35px;
	font-family: 'Oswald', sans-serif;
	color: #b8659f;
	font-weight: normal
}
#content .gallery {
	text-align: Center;
}
#content .gallery-item img {
	border: 0!important
}
#content .gallery-item {
	width: 100%!important
}
#content ol.bones_page_navi {
	list-style-type: none;
	padding-left: 0
}
#content #comment-nav ul {
	padding-left: 0;
	list-style-type: none;
	margin: 10px 0;
}
.tagline {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.tagline b {
	color: #fae052;
	font-weight: normal
}
#logo {
	text-align: center;
	max-width: 100%;
	height: 100%;
}
.home #logo {
	margin-top: -64px;
}
.home #content {
	padding-top: 180px;
}
#logo img {
	max-width: 200px;
	height: auto
}
.home .header {
	margin-top: 71px;
	height: 67px;
	padding: 0;
}
.home .tagline {
	font-size: 30px;
	padding: 12px 0px 14px 14px;
	line-height: 40px;
}
img.circle {
	border-radius: 50%;
	border: 10px solid;
}
.home img.circle {
	border: 10px solid;
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}
.one-circle {
	text-align: Center;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	display: inline-block;
	width: 47%;
	max-width:250px;
	margin: 0 2% 40px 0
}
.one-circle a {
	color: #454545
}
.one-circle:hover img.circle {
	border-color: #454545!important
}
.white {
	background-color: #FFF;
	padding: 30px;
	border: 1px solid #e1e1e1;
	margin-bottom: 40px;
}
.shadow-left {
	box-shadow: -10px 10px 0px 0px rgba(69, 69, 69, 1);
}
.shadow-right {
	box-shadow: 10px 10px 0px 0px rgba(69, 69, 69, 1);
}
#content .gallery-area .gallery-item img {
	border-radius: 50%;
	border: 10px solid #92d4d5!important
}
#content .gallery-area.green .gallery-item img {
	border-color: #cfdd27!important
}
#content .gallery-area.pink .gallery-item img {
	border-color: #dba5cb!important
}
.gallery-caption, .credit {
	margin-left: 0;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 30px;
}
.home-books {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: distribute;
	justify-content: center;
	text-align: Center;
}
.home-books .one-book {
	margin: .7em;
	display: inline-block;
}
.home-books img {
	max-height: 295px;
	width: auto
}
.section {
	width: 100%;
	border-top: 10px solid #92d4d5;
	background-color: #FFF;
	padding: 0 30px 30px;
	margin-top: 30px
}
h2 a {
	color: #2e9892!important
}
h2.posttitle {
	margin: 0
}
h2.booktitle {
	margin-top: 0
}
.abook {
	text-align: Center
}
.buylinks {
	text-align: center;
	margin-bottom: 20px;
}
.one-praise, blockquote {
	margin: 20px 0;
	padding: 20px;
	background-color: #eaffff;
	border: 1px solid #92d4d5
}
.one-praise p {
	margin-bottom: 10px
}
.one-praise p:last-child, blockquote p:last-child {
	margin-bottom: 0
}
.arpw-clearfix:before, .arpw-clearfix:after {
	content: "";
	display: none;
}
select#cat {
	font-family: "proxima-nova", sans-serif;
	width: 100%;
	padding: 5px
}
.desktop {
	display: none
}
.bookback {
	padding: 50px 50px 10px;
	background-image: url(../images/books-w.png);
	background-size: cover;
}
h2.booktitle {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold
}
h2.booktitle+h2.subtitle {
	margin-top: 10px;
}
@media only screen and (min-width: 481px) {
	.alignleft, img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
	}
	.alignright, img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	#content .gallery-columns-1 .gallery-item {
		width: 100%!important
	}
	#content .gallery-item {
		width: 48%!important;
		float: none!important;
		display: inline-block!important;
		vertical-align: top!important;
		margin: .5%!important
	}
}
@media only screen and (min-width: 501px) {}
@media only screen and (min-width: 768px) {
	.onecol {
		width: 5.801104972%;
	}
	.twocol {
		width: 14.364640883%;
	}
	.threecol {
		width: 22.928176794%;
	}
	.fourcol {
		width: 31.491712705%;
	}
	.fivecol {
		width: 40.055248616%;
	}
	.sixcol {
		width: 48.618784527%;
	}
	.sevencol {
		width: 57.182320438000005%;
	}
	.eightcol {
		width: 65.74585634900001%;
	}
	.ninecol {
		width: 74.30939226%;
	}
	.tencol {
		width: 82.87292817100001%;
	}
	.elevencol {
		width: 91.436464082%;
	}
	.twelvecol {
		width: 99.999999993%;
	}
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		position: relative;
		float: left;
		margin-left: 2.762430939%;
	}
	.first {
		margin-left: 0;
	}
	.last {
		float: right;
	}
	#content .gallery-columns-2 .gallery-item {
		width: 48%!important;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%!important;
	}
	#content .gallery-columns-4 .gallery-item {
		width: 23%!important;
	}
	#content .gallery-columns-5 .gallery-item {
		width: 18%!important;
	}
	#content .gallery-columns-6 .gallery-item {
		width: 14.6%!important;
	}
	.wrap {
		max-width: 1200px;
	}
	.wrap.narrow {
		max-width: 1060px
	}
	.home .wrap {
		max-width: 1000px
	}
	.one-circle {
		text-align: Center;
		font-family: 'Oswald', sans-serif;
		font-size: 30px;
		display: inline-block;
		width: 26%;
		max-width:250px;
		margin-right: 4%;
		margin: 0 5% 90px 0
	}
	.abook {
		width: 47%;
		margin: 1%;
		display: inline-block;
		vertical-align: top;
		text-align: Center
	}
	.abook img {
		max-height: 400px
	}
	h1, .h1 {
		font-size: 45px;
		line-height: 55px;
	}
	.desktop {
		display: block
	}
	.mobile {
		display: none
	}
	h2, .h2 {
		font-size: 40px;
		line-height: 49px;
	}
	.nopad h2:first-child {
		margin-top: 0
	}
	h3, .h3 {
		font-size: 30px;
		line-height: 40px;
	}
	h2.subtitle {
		font-size: 33px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
	}
}
.home-books.press img {
	max-height: 140px;
}
.home-books.press .one-book {
	margin: .3em
}
.circles {
	text-align:center
}


@media only screen and (max-width: 799px) {
	.home .header {
		background-color: transparent;
	}
	.home .tagline {
		background-color: #2e9892;
		padding: 12px 14px 14px 14px;
		margin-top: -20px
	}
	.home #content {
		padding-top: 180px;
	}
}
@media only screen and (min-width: 800px) {
	#logo {
		text-align: left;
		float: left;
	}
	.tagline {
		float: right;
		text-align: right;
		padding: 0
	}
	.home .tagline {
		float: left;
		text-align: left
	}
	.home #content {
		padding-top: 90px;
	}
}
@media only screen and (min-width: 988px) {
	#logo {
		text-align: center;
		max-width: 100%;
		height: 100%;
	}
	.home #logo {
		margin-top: -92px;
	}
	.home #content {
		padding-top: 122px;
	}
	#logo img {
		max-width: 250px;
		height: auto
	}
	.home .header {
		margin-top: 109px;
		height: 70px;
		padding: 0
	}
	.home .tagline {
		font-size: 38px;
		padding: 12px 0px 14px 14px;
		line-height: 40px
	}
}
@media only screen and (min-width: 1020px) {
	.one-circle {
		margin: 0 7% 36px 0;
	}
	.page-id-17222 .abook {
		width: 31%
	}
}
@media only screen and (min-width: 1060px) {
	.home-books.press img {
		max-height: 200px;
	}
	.home-books.press .one-book {
		margin: .3em
	}
}
@media only screen and (max-width: 720px) {
	#content {
		padding: 30px 0
	}
}
@media only screen and (max-width: 767px) {
	h2, .byline, h3 {
		text-align: center
	}
	h1.booktitle {
		margin: 10px 0
	}
}