@charset "utf-8";
/* CSS Document */
.hidden {
	display: none;
}
.hideMobile {
	display: none;
}
@media only screen and (min-width: 897px) {
	.hideMobile {
		display: block;
	}	
}
#booklist ul {
	padding-left: 0;
}
#booklist li { 
	display:none;
	list-style-type: none;
	padding: 25px 0;
	/*border-bottom: solid 10px rgba(0,0,0,0.05);*/
}
.loadMore, .showLess, .loadAll {
	padding: 8px 10px;
	margin: 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
@media only screen and (min-width: 497px) {
	.loadMore, .showLess, .loadAll {
		font-size: 1.25em;
	}		
}
.loadMore:visited, .showLess:visited, .loadAll:visited {
	color: #fff;
}
.loadMore {
	background:#81a7ea;
}
.showLess {
	background:#81a7ea;
}
.loadAll {
	background:#f85865;
}
.loadMore:hover, a.showLess:hover, a.loadAll:hover {
	background:#635f5f;
}
.readMoreF {
	background:#3D9BD1;
}
@media only screen and (min-width: 497px) {
	a.readMoreF {
		padding: 10px;
		font-size: 1.25em;
		max-width: 75%;
		margin: auto;
	}		
}
a.readMoreF:hover {
	background:#D64459;
}
.readMore {
	float: right;
	background:#81a7ea;
	padding: 5px 6px;
	border: none;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: .75em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 0 0 15px 0;
	cursor:pointer;
}
@media only screen and (min-width: 335px) {
	.readMore {
		font-size: .85em;
		padding: 5px 6px;
	}		
}
@media only screen and (min-width: 497px) {
	.readMore {
		font-size: .95em;
		padding: 5px 10px;
		margin: 0 0 15px 0;
	}		
}
.readMore:hover {
	background:#635f5f;
	color: #fff;
}
.readMore a {
	text-decoration: none;
	color: #fff;
}
.readMore:visited, .readMore a:visited, .readMore a:hover {
	color: #fff;
}
.smallTextBooks {
	float: right;
	margin-right: 10px;
	color: #02B1CD;
	font-size: 75%;
	font-weight: normal;
}
.smallTextBlue {
	float: left;
	margin: 25px;
	color: #02B1CD;
	font-size: 85%;
	font-weight: normal;
}
.bookImageLeft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.bookImageLeft {
		float: left;
		width: 25%;
		padding: 0;
		text-align: center;
	}
}	
.bookDetailsRight {
	float: none;
	width: 99%;
	padding: 0;
	margin: auto;
}
@media only screen and (min-width: 352px) {
	.bookDetailsRight {
		width: 98%;
		padding: 0 1%;
	}
}
@media only screen and (min-width: 897px) {
	.bookDetailsRight {
		float: right;
		width: 70%;
		padding: 15px;
	}
}	
.bookCoverB {
	width: 220px;
	background: #fff;
	padding: 5px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin-top: 0px;
}	
@media only screen and (min-width: 897px) {
	.bookCoverB {
		width: 75%;
	}		
}
.noCover {
	padding-top: 25%;
}
.bookTeaser {
	margin-top: 10px;
	font-size: 1.05em;
	font-weight: normal;
	color : #635f5f;
	font-style: italic;
}
@media only screen and (min-width: 897px) {
	.bookTeaser {
		font-size: 1.15em;
	}	
}
.bookInfo {
    margin-top: 20px;
    border-top: 5px solid #dfd8d7 !important;
    border: 1px solid #eee;
    padding: 15px 10px;
    background: #fcfcfc;
    box-shadow: 3px 3px 0px 1px rgba(0,0,0,0.05);
}
@media only screen and (min-width: 897px) {
	.bookInfo {
		margin-top:25px;
		padding:15px 20px 25px 20px;
	}
}
.bookDate {
	float: left;
	font-weight: normal;
	font-size: .9em;
	text-transform: uppercase;
	color: #635f5f;
	padding: 0 10px 15px 0;
}
@media only screen and (min-width: 335px) {
	.bookDate {
		font-size: 1em;
		padding: 0 15px 15px 0;
	}		
}
@media only screen and (min-width: 897px) {
	.bookDate {
		font-size: 1.1em;
		padding: 0 25px 15px 0;
	}		
}
.bookTitle {
	font-family: 'Archivo Narrow', sans-serif;
	float: left;
	font-weight: normal;
	font-size: 1.1em;
	color: #f85865;
	text-transform: uppercase;
	padding: 0 0 15px 5px;
}
@media only screen and (min-width: 497px) {
	.bookTitle {
		padding: 0 0 15px 0px;
	}	
}
@media only screen and (min-width: 897px) {
	.bookTitle {
		font-size: 1.2em;
	}	
}
.bookSeries {
	float: left;
	font-weight: normal;
	font-size: 1.1em;
	color: #f85865;
	padding: 0 15px 15px 5px;
}
@media only screen and (min-width: 497px) {
	.bookSeries {
		float: right;
		padding: 0 0 15px 10px;
	}	
}
@media only screen and (min-width: 897px) {
	.bookSeries {
		float: right;
		font-size: 1.2em;
		padding: 0 0 15px 0;
	}	
}
.bookBuyBox {
	float: left;
	margin: 5px auto 10px auto;
	padding: 10px 2%;
}
@media only screen and (min-width: 897px) {
	.bookBuyBox {
		float: left;
		clear: both;
		margin: 20px 0 0 0;
		padding: 0;
	}
}
.bookBuyBox img {
	margin: 0 10px 10px 0;
}
@media only screen and (min-width: 945px) {
	.bookBuyBox img {
		margin: 0 15px 10px 0;
	}
}
.featured {
	width: 95%;
    margin: 20px auto;
    background: #fdfbfa;
    padding: 2%;
    border: 2px #dfd8d7 solid;
}
.bookCoverF {
	width: 220px;
	background: #fff;
	padding: 5px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin: 0 0 20px 0;
}	
@media only screen and (min-width: 897px) {
	.bookCoverF {
		width: 65%;
	}		
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
/*BOOK FEATURE STYLES */

.shopping {
	background: #fdfbfa;
	width: 90%;
	margin: 15px auto 0 auto;
	padding: 2% 5%;
	text-align: center;
}
#shoppingMore {
	display: none;
	background: #fdfbfa;
	width: 90%;
	margin: 0 auto 25px auto;
	padding: 0 5% 2% 5%;
	text-align: center;
}
#listRetrieve, #listMake, #listInstructions, #giftSignup, #giftSend, #giftChange, #giftInstructions, #giftBooks {
	display: none;
	background: #fdfbfa;
	width: 95%;
	margin: 10px auto 25px auto;
	padding: 2%;
}
#listRetrieve, #listMake, #giftSignup, #giftSend, #giftChange, #giftBooks {
	text-align: center;
}
.headerBookIn {
	background: #FDFBFA;
    padding: 10px;
	border: 1px #dfd8d7 solid;
	margin: 0 20px 20px 0;
}
.headerBookIn h4 {	
	margin: .25em 0;
	font-size: 1.2em;
}
@media only screen and (min-width: 897px) {
	#listRetrieve input[type="email"], #listMake input[type="email"], #giftSignup input[type="email"], #giftSend input[type="email"], #giftChange input[type="email"], #giftBooks input[type="email"] {
		width: 50%;	
	}	
}
.shoppingList {
	float: left;
	margin: 0;
	background: #f8f6f6;
	padding: 8px 3px;
}
@media only screen and (min-width: 325px) {
	.shoppingList {
		padding: 10px 5px;
	}	
}
@media only screen and (min-width: 352px) {
	.shoppingList {
		padding: 10px;
	}	
}
@media only screen and (min-width: 897px) {
	.shoppingList {
		margin: 20px 0 0 0;
		padding: 10px 20px;
	}	
}
.goButton {
    background: #81a7ea;
    padding: 5px 8px;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
.goButton:hover {
	background: #635f5f;
}
.readLess {
	display: none;
}
.readMore {
	display: block;
}
/* CHECKBOXES - Customize the label (the container) */
.container {
	color: #635f5f;
	position: relative;
	padding: 0 0 0 17px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: .70em;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media only screen and (min-width: 325px) {
	.container {
		padding: 0 0 0 20px;
		font-size: .85em;
	}
}
@media only screen and (min-width: 402px) {
	.container {
		padding: 0 0 0 20px;
		font-size: .90em;
	}
}
@media only screen and (min-width: 425px) {
	.container {
		padding: 0 0 0 25px;
		font-size: .95em;
	}
}
@media only screen and (min-width: 452px) {
	.container {
		padding: 0 0 0 25px;
		font-size: 1em;
	}
}
@media only screen and (min-width: 525px) {
	.container {
		padding: 0 10px 0 25px;
		font-size: 1em;
	}
}
@media only screen and (min-width: 897px) {
	.container {
		padding: 0 25px 0 32px;
	}
}
/* Hide the browser's default radio button */
.container input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #e6e4e4;
	border-radius: 50%;
}
@media only screen and (min-width: 352px) {
	.checkmark {
		position: absolute;
		height: 18px;
		width: 18px;
	}		
}
@media only screen and (min-width: 897px) {
	.checkmark {
		position: absolute;
		height: 21px;
		width: 21px;
	}		
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #635f5f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
	top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
	border-radius: 50%;
	background: white;
}
@media only screen and (min-width: 352px) {
	.container .checkmark:after {
		top: 5px;
		left: 5px;
		width: 8px;
		height: 8px;
	}		
}
@media only screen and (min-width: 897px) {
	.container .checkmark:after {
		top: 6px;
		left: 6px;
		width: 9px;
		height: 9px;
	}
}
.clearDiv {
    clear: both;
    padding: 0;
}
.shoppingText {
	float: right;
	margin: 10px auto;
	text-align: center;
    font-size: .75em;
    color: #f85865;
}
@media only screen and (min-width: 874px) {
	.shoppingText {
		margin: 0;
		text-align: right;
	}
}
/*FORMS */
input {
    margin: 5px 0 5px 5px;
}
input {
	border: 1px solid #ccc;
}
input[type="email"], input[type="text"] {
	width: 90%;
	padding: 5px;
	font-size: 1.25em;
	color: #605C5C;
	font-weight: normal;
}
@media only screen and (min-width: 897px) {
	input[type="email"], input[type="text"] {
		width: 40%;
	}
}
form .error {
  color: #f85865;
  padding-left: 15px;
  font-weight: normal;
}
.giftInfo {
	font-size: 1.1em;
}
.giftPreferences {
	float: left;
	font-size: 1.15em;
	padding: 0 25px 10px 15px;
}
@media only screen and (min-width: 886px) {
	.giftPreferences {
		float: left;
		padding: 0 15px;
	}		
}
.giftCheckbox {
	float: left;
	clear: left;
}
@media only screen and (min-width: 886px) {
	.giftCheckbox {
		clear: none;
	}		
}
#saveList, #retrieveList, #printList {
	padding: 5px 6px;
	border: none;
	 -moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin: 0px 10px 15px;
	color: #fff;
	cursor:pointer;
}
#saveList {
	background:#AEC281;
}
#retrieveList {
	background:#48ADCB;
}
#printList {
	background:#d54459;
}
@media only screen and (min-width: 497px) {
	#saveList, #retrieveList, #printList {
		padding: 5px 10px;
		margin: 0px 10px 15px;
	}		
}
#saveList:hover, #retrieveList:hover, #printList:hover {
	background:#000;
}
.switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 28px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dfd8d7;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #81a7ea;
}
input:focus + .slider {
  box-shadow: 0 0 1px #81a7ea;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}
.slider.round:before {
  border-radius: 50%;
}
.wait {
	width: 200px;
	height: 70px;
	margin: 5px auto;
	float: none;
}
.mySuccess {
	margin: 5px auto;
	float: none;
}
.mySuccess2 {
	margin: 5px auto;
	float: none;
}
 .error {
  color: #f85865;
  padding-left: 15px;
  font-size: 1.25em;
  font-weight: bold;
}
