@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*
Dark blue: #0F272F
Light pink #E5D9D9
Background pink #af4e4e
*/
html,
body {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	background: #31414A;
	margin: 0;
}
p {
	line-height: 1.5em
}
img {
	margin-bottom: -4px
}
* {
	box-sizing: border-box
}
a,
a:visited {
	color: rgb(52, 93, 162);
	text-decoration: none;
	display: inline-block;
}
a:hover {
	color: maroon;
	text-decoration: underline
}
.clear { clear: both }
h1, h2, h3 {
	color: #571f1f;
	font-weight: 400;
	text-transform: capitalize;
}
h1 { font-size: 28px }
h2 { font-size: 24px }
h3 { font-size: 20px }
.noshow {
	position: absolute;
	top: -10000px
}
.base {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: top center;
	background-size: cover;
	border-bottom: 5px solid #31414A
}
header {
	position: relative;
	z-index: 102;
	background: #f2f2f2
}
.social_follows {
	padding: 15px;
	text-align: right;
	background: #0F272F;
	color: white;
	height: 70px
}
.menu_bar {
	display: table;
	width: 100%
}
.menu_bar div {
	display: table-cell;
	vertical-align: baseline;
	padding: 15px
}
.wrapper {
	position: relative;
	z-index: 98;
	width: 1024px;
	margin: auto;
	display: table;
}
aside {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	background: #EFDBDC;
	box-sizing: border-box
}
.wrapper img {
	border-radius: 5px
}
.content {
	background: #dcc1c1;
	padding: 20px;
	vertical-align: top;
	display: table-cell;
	vertical-align: top;
}
.blocks {}
.blocks a,
.blocks a:visited {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
	padding: 10px;
	background: #d0c0c0;
	color: inherit;
	text-decoration: none;
	transition: .5s;
	border-radius: 5px;
	font-size: 85%;
	border: 1px solid #927e7e
}
.blocks a:hover {
	transform: scale(0.95)
}
.blocks .blocks_image {
	aspect-ratio: 1.1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.blocks a:nth-child(3n+1) {
	margin-left: 0
}
.blocks a:nth-child(3n+3) {
	margin-right: 0
}
.blocks a p {
	margin: 0;
}
.blocks a p:nth-child(1) {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 5px 0
}
.blocks a p:nth-child(2) {
	font-style: italic;
	margin: 0 0 5px 0
}
.blocks a p:last-child {
	margin-bottom: 0
}
.paging {
	padding: 15px 0 15px 0
}
.paging a,
.paging a:visited,
.paging a:active {
	display: inline-flex;
	line-height: 1.5em;
	background-color: #222A2F;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin-right: 5px;
	opacity: .5;
	border-radius: 5px
}
.paging a:hover {
	opacity: 1
}
.shadow { box-shadow:0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) }
.logo a,
.logo a:visited {
	white-space: nowrap;
	font-family: 'Dancing Script', serif;
	text-decoration: none;
	color: #0F272F;
	font-size: 170%
}
.desktop_navigator {
	width: 100%;
}
.desktop_navigator ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.desktop_navigator ul li {
	display: inline-flex;
	line-height: 2.5em;
	position: relative
}
.desktop_navigator ul ul {
	display: none;
	position: absolute;
	background: #7d5a78;
	top: 40px;
	white-space: nowrap;
	padding: 15px;
	border-radius: 5px;
	z-index: 10000;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.desktop_navigator ul ul li {
	display: block;
	line-height: 1em
}
.desktop_navigator a,
.desktop_navigator a:visited {
	color: #0F272F;
	text-decoration: none;
	font-size: 115%;
	opacity: .5;
	text-transform: capitalize;
	margin-right: 15px;
	transition: .5s
}
.desktop_navigator a:hover {
	opacity: 1
}
.desktop_navigator ul ul li a,
.desktop_navigator ul ul li a:visited {
	color: white;
	text-decoration: none;
	font-size: 115%;
	opacity: .5;
	text-transform: capitalize;
	margin-right: 0;
	transition: .5s;
	line-height: 2em
}
.desktop_navigator ul ul li a:hover {
	opacity: 1
}
.image_float_left,
.image_float_right,
.image_full_width,
.imageAlignLeft,
.imageAlignRight,
.imageAlignFull {
	margin-bottom: 30px
}
.image_float_left,
.imageAlignLeft {
	float: left;
	margin-right: 5%
}
.image_float_right,
.imageAlignRight {
	float: right;
	margin-left: 5%
}
.image_full_width,
.imageAlignFull {
	max-width: 100%;
	height: auto;
}
.banner {
	z-index: 99;
	position: relative;
	padding-bottom: 40%;
	background-position: center;
	background-size: cover
}
.banner div {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px;
	background: rgba(15, 39, 47, 0.816);
	text-align: center;
	font-size: 30px;
	color: white;
	z-index: 3;
	font-family: 'Dancing Script', serif
}
footer {
	background: #31414A;
	padding: 5%;
	text-align: center;
	position: relative;
	z-index: 99;
	color: white;
}
footer p {
	max-width: 1024px;
	margin: 5px auto 5px auto
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}
footer a,
footer a:visited {
	margin: 0 10px 0 10px;
	color: #E5D9D9;
	text-decoration: none
}
footer a:hover {
	text-decoration: underline;
	color: inherit;
}
footer ul ul {
	display: none
}
footer ul li {
	display: inline-flex;
}
footer .show_sub_menu {
	display: none
}
.subscribe {
	z-index: 98;
	position: relative;
	background: white
}
.aside_content {
	padding: 20px;
	text-align: center
}
.buy_now,
.buy_now:visited {
	display: inline-flex;
	background: orange;
	color: white;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	border-radius: 10px
}
.buy_now:hover {
	background: orangered;
	text-decoration: none !important;
	color: white !important
}
.home_page_news {
	background: rgba(23, 63, 90, 0.3);
	padding: 20px;
	margin: 0 -20px -40px -20px
}
.home_page_news h1:first-of-type {
	position: absolute;
	top: -1000px
}
.home_page_news p:last-of-type {
	margin-bottom: 0;
}
.home_page_news p:first-of-type {
	margin-top: 0;
}
.home_page_news_title {
	display: block;
	padding: 20px;
	margin: 0 -20px 0 -20px;
	background: #af4e4e;
	color: white
}
.box {
	padding: 20px;
	background: #af4e4e;
	color: white !important;
	margin: 0 -20px 0 -20px;
	padding: 20px;
	font-size: 120%;
	font-style: italic
}
.box p:first-of-type {
	margin-top: 0
}
.box p:last-of-type {
	margin-bottom: 0
}
.social_shares_header {
	margin: 0;
	display: block;
	background: #af4e4e;
	color: white;
	padding: 20px;
	margin: 40px -20px 0 -20px
}
.social_shares {
	padding: 0 0 20px 0
}
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 2;
	object-position: center;
	object-fit: cover;
}
.bookshop_header {
	background: black;
	color: white;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	font-family: 'Dancing Script', serif;
	font-size: 30px;
	margin-bottom: 1px
}
.bookshop {
	display: table;
	width: 100%;
	border-radius: 0 0 10px 10px;
	background: #0F272F;
	color: white;
}
.bookshop_row {
	display: table-row
}
.bookshop_cell {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
	width: calc(100%/3);
}
.bookshop_image {
	aspect-ratio: 1.1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.bookshop_title {
	text-align: center;
	padding: 20px 0 20px 0;
	font-weight: bold;
}
.bookshop_description {
	font-style: italic;
	font-size: 85%;
	opacity: .7;
	text-align: center
}
.bookshop_link {
	text-align: center;
	padding: 20px 0 0 0
}
.bookshop_price {
	text-align: center;
	color: orange;
	font-weight: bold;
	padding: 10px 0 0 0
}
aside .bookshop {
	border-radius: 0;
	background: transparent;
	color: inherit
}
aside .bookshop_cell {
	width: 100%
}
aside .bookshop_header {
	display: none
}
.mobile_menu_button {
	position: fixed;
	z-index: 1000;
	height: 60px;
	width: 60px;
	background: orange;
	top: 36px;
	right: 20px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 15px solid orange;
	transition: .5s;
	display: none;
}
.mobile_menu_button_active {
	transform: rotate(90deg)
}
.mobile_menu {
	position: relative;
	z-index: 102;
	background: #0F272F;
	z-index: 100;
	display: none;
	overflow: auto
}
.mobile_menu nav {
	padding: 20px;
}
.mobile_menu_show {
	display: block;
}
.mobile_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.mobile_menu ul ul {
	margin-bottom: 20px
}
.mobile_menu a,
.mobile_menu a:visited {
	color: white;
	text-decoration: none;
	display: block;
	line-height: 2.5em
}
.mobile_menu a:hover {
	text-decoration: underline
}
.mobile_menu .show_sub_menu {
	color: orange !important;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dashed orange;
	padding-top: 20px
}
.mobile_menu .show_sub_menu:hover {
	text-decoration: none !important
}
.subscribe_button {
	width: 100%;
	display: block;
	margin: 20px 0 20px 0;
	text-align: center;
	background: #4293E2;
	border-radius: 0;
	display: none;
}
.subscribe_button:hover {
	background: #295c8f
}
#tagcloud {
	padding: 15px 0 0 0;
	max-width: 1024px;
	margin: auto;
	opacity: .5
}
@media screen and (max-width: 1024px) {
	html,
	body {
		font-family: sans-serif;
		font-size: 18px;
		overflow-x: hidden
	}
	.social_follows {
		display: none !important;
	}
	.desktop_navigator {
		position: absolute;
		top: -10000px
	}
	.logo {
		display: block;
		background: #0F272F;
		border-bottom: 2px solid #af4e4e
	}
	.logo a,
	.logo a:visited {
		color: white;
	}
	.banner {
		padding-bottom: 50%;
	}
	.banner div {
		display: none
	}
	.wrapper {
		width: 100%;
		display: block;
	}
	.content, aside {
		display: block;
		width: 100%;
		margin: 0
	}
	.subscribe {
		width: 100%;
		background: #E5D9D9
	}
	.box {
		margin: 0;
	}
	.bookshop_header {
		border-radius: 0;
	}
	.bookshop {
		display: block;
		border-radius: 0;
	}
	.bookshop_cell,
	.bookshop_row {
		display: block;
		width: 100%;
	}
	.bookshop_image {
		width: 100%;
		height: 250px;
		margin: auto
	}
	.bookshop_title {
		text-align: center;
		padding: 20px 0 20px 0;
		font-weight: bold;
	}
	.bookshop_description {
		font-style: italic;
		font-size: 85%;
		opacity: .7;
		text-align: center
	}
	.bookshop_link {
		text-align: center;
		padding: 20px 0 0 0
	}
	.bookshop_price {
		text-align: center;
		color: orange;
		font-weight: bold;
		padding: 10px 0 0 0
	}
	.mobile_menu_button {
		display: block
	}
	.image_float_left,
	.image_float_right,
	.image_full_width,
	.imageAlignLeft,
	.imageAlignRight,
	.imageAlignFull {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		border-radius: 10px
	}

	.blocks a {
		margin: 0
	}
	.blocks a,
	.blocks a:visited {
		display: block;
		width: 100%;
		vertical-align: top;
		margin: 0 0 20px 0;
		padding: 20px;
		background: rgba(255, 255, 255, 0.35);
		color: inherit;
		text-decoration: none;
		transition: .5s;
		border-radius: 5px;
		text-align: center
	}
	.banner {
		padding-bottom: 0;
		height: 300px;
	}
	.paging {
		text-align: center;
		margin-bottom: 30px
	}
	.base {
		display: none
	}
	.subscribe_button {
		display: block
	}
	aside .bookshop {
		display: none
	}
}