/*****************************************
 *
 * SITE-WIDE GENERIC
 *
*****************************************/

html,body {
	background: #fff url('../images/bg.jpg') repeat;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
}
body {
	overflow-x: hidden;
	padding-top: 10px;
	padding-bottom: 25px;
	width: 100%;
}
@font-face {
  font-family: 'JennaSue';
  src: url('../lib/jennasue-webfont.eot');
  src: url('../lib/jennasue-webfont.eot?#iefix') format('embedded-opentype'),
  url('../lib/jennasue-webfont.woff') format('woff'),
  url('../lib/jennasue-webfont.ttf') format('truetype'),
  url('../lib/jennasue-webfont.svg#JennaSueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  }
a {
	color: #695686;
	text-decoration: none;
}
a:hover {
	color: #999;
}
p {
	margin: 5px 0 20px 0;
}
hr {
	background: #e7e7e7;
	border: 0;
	color: #e7e7e7;
	height: 2px;
	width: 100%;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
.aligncenter,
img.alignnone {
	display: block;
	margin-right: auto;
	margin-left: auto;
}



.content_wrapper {
	margin: 60px auto;
	max-width: 1057px;
	min-width: 320px;
	padding: 0 20px;
	width: 100%;
}
.content_wrapper {
	line-height: 180%;
}

/* responsive */
@media( max-width: 500px ) {
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}




/*****************************************
 *
 * SITE HEADER AND NAV
 *
*****************************************/

#site_header,
#site_menus {
	margin: 0 auto;
	max-width: 1010px;
	min-width: 320px;
	padding: 0 10px;
	width: 100%;
}

#site_header {
	display: table;
	width: 100%;
}
#site_header .header_title {
	display: table-cell;
	width: auto;
}
#site_header h1,
#site_header h2 {
	color: #6c588a;
	font-family: "Asul", serif;
	font-size: 3.75em;
	letter-spacing: 0.063em;
	margin-bottom: 10px;
	text-transform: uppercase;
	vertical-align: text-top;
	width: auto;
}
#site_header h1 > a,
#site_header h2 > a {
	color: #6c588a;
}

#site_header h3 {
	background: transparent url('../images/rules_breed_rebels.png') 0 15px no-repeat;
	display: table-cell;
	vertical-align: text-top;
	width: 215px;
}
#site_header h3 > span {
	display: none;
}


#site_menus {
	border-top: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	display: table;
	width: 100%;
}
#main_menu,
#social_menu {
	display: table-cell;
	vertical-align: middle;
}

#main_menu {
	width: auto;
}
#main_menu > nav {
	display: block;
	margin-top: 6px;
	margin-bottom: 4px;
	width: 100%;
}
#main_menu > nav > a {
	border-right: 1px #e6e6e6 solid;
	color: #444;
	display: inline-block;
	font-family: "Quicksand", sans-serif;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 0.094em;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
#main_menu > nav > a:hover {
	color: #806ba2;
}

ul.sub_nav {
	border-top: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	padding: 0;
	margin: 25px 0 40px 0;
}
ul.sub_nav > li {
	padding: 0;
}
ul.sub_nav > li > a {
	border-right: 1px #e6e6e6 solid;
	color: #333;
	display: inline-block;
	float: left;
	font-family: "Quicksand", sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.094em;
	padding: 4px 16px;
	text-transform: uppercase;
	vertical-align: middle;
}
ul.sub_nav > li > a:hover {
	background: #e3dfec;
	color: #806ba2;
}

#social_menu {
	padding-top: 8px;
	text-align: right;
	width: 310px;
}
#social_menu > a {
	background-image: url('../images/sprite_social2.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	margin: 0 0 0 4px;
	width: 30px;
}
#social_menu > a > span {
	display: none;
}
#social_menu > a.twitter { background-position: 0,0; }
#social_menu > a.instagram { background-position: -30px,0; }
#social_menu > a.facebook { background-position: -60px,0; }
#social_menu > a.tiktok { background-position:  -90px,0; }
#social_menu > a.pinterest { background-position: -120px,0; }
#social_menu > a.youtube { background-position: -150px,0; }
#social_menu > a.tumblr { background-position: -180px,0; }


#burger_botton,
#menu_overlay {
	display: none;
}

/* responsive */
@media( max-width: 1000px ) {
	#main_menu {
		display: block;
	}
	#main_menu > nav {
		text-align: center;
	}
	#social_menu {
		display: block;
		text-align: center;
		width: 100%;
	}
	#main_menu > nav > a:last-child {
		border-right: none;
	}

}
@media( max-width: 900px ) {
	#site_header,
	#site_menus,
	#main_menu,
	#site_header .header_title,
	#site_header h1,
	#site_header h2,
	#site_header h3,
	#social_menu {
		display: block;
		margin: 0 auto;
		max-width: 650px;
		min-width: 310px;
		text-align: center;
		width: 100%;
	}

	#main_menu {
		padding: 15px 0;
	}
	#social_menu > a {
		margin: 0 6px;
	}

}

@media( max-width: 830px ) {
	body {
		padding-top: 80px;
	}
	#main_menu,
	#social_menu {
		display: table-cell;
		vertical-align: middle;
	}

	#site_header {
		background: #fff url('../images/bg.jpg') repeat;
		left: 0;
		padding-top: 10px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 900;
	}
	#site_header .header_title {
		margin: 0 auto;
		width: 340px;
	}
	#site_header h1,
	#site_header h2 {
		display: inline-block;
		font-size: 2.125em;
		margin: 0;
		max-width: 240px;
		min-width: 240px;
		vertical-align: middle;
		width: 250px;
	}

	#burger_button {
		background-image: url('../images/burger_menu.png');
		background-repeat: no-repeat;
		display: inline-block;
		cursor: pointer;
		height: 56px;
		vertical-align: middle;
		width: 56px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	body.menu_open #burger_button {
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#site_menus {
		background: #fff;
		display: block;
		height: 100%;
		left: -300px;
		max-width: 270px;
		min-width: 270px;
		overflow: hidden;
		padding: 8px;
		position: fixed;
		top: 66px;
		width: 270px;
		z-index: 990;

		-webkit-transition: left 0.3s;
		-moz-transition: left 0.3s;
		-ms-transition: left 0.3s;
		-o-transition: left 0.3s;
		transition: left 0.3s;
	}
	body.menu_open #site_menus {
		left: 0;
	}
	body.menu_open #menu_overlay {
		background: rgba(0, 0, 0, 0.7);
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 190;
	}

	#main_menu {
		display: inline-block;
		max-width: 200px;
		margin: 0;
		min-width: 180px;
		padding: 0;
		vertical-align: text-top;
		width: 180px;
	}
	#main_menu > nav {
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		width: auto;
	}
	#main_menu > nav > a {
		border-bottom: 1px #eaeaea solid;
		border-right: none;
		display: block;
		font-size: 1em;
		padding: 14px 8px;
		text-align: left;
	}
	#social_menu {
		display: inline-block;
		margin-left: 20px;
		max-width: 40px;
		min-width: 40px;
		text-align: left;
		vertical-align: text-top;
		width: 40px;
	}
	#social_menu > a {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
	}

}


/*****************************************
 *
 * HOMEPAGE
 *
*****************************************/
article.home {
	padding-top: 30px;
	line-height: 180%;
	margin: 60px auto;
	max-width: 1057px;
	min-width: 320px;
	padding: 0 60px;
	width: 100%;
}
article.home img {
	margin-left: 2%;
}
article.home .metaslider {
	margin-bottom: 30px !important;
}
article.home p {
	padding-top: 10px;
}
article.home div.hp_featuredbooks {
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
	width: 100%;
}
article.home div.hp_featuredbooks a {
	display: inline-block;
	margin: 15px 0px;
	vertical-align: top;
	width: 80px;
}
div.hp_featuredbooks img {
	height: auto;
	vertical-align: top;
	width: 80%;
	transition: 0.5s ease-in;
	-moz-transition:-moz-transform 0.5s ease-in;
	-webkit-transition:-webkit-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
}
div.hp_featuredbooks img:hover {
	-moz-transform:scale(1.25);
	-webkit-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform: scale(1.25);
}



/*****************************************
 *
 * INTERIOR
 *
*****************************************/
div.page_content_wrapper {
	margin: 1%;
}
div.page_content {
	float: left;
	margin-right: 5%;
	width: 70%;
}
div.page_full {
	width: 100%;
}


h1.page_title {
	color: #6b5889;
	font-family: 'Quicksand', sans-serif;
	font-size: 320%;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 30px;
}
div.page_content_wrapper h2 {
	font-family: 'JennaSue', 'Covered By Your Grace', cursive;
	font-size: 2.25em;
	letter-spacing: 0.03em;
	line-height: 130%;
	margin-bottom: 5%;
}
div.page_content_wrapper h3 {
	color: #888;
	font-family: 'Quicksand', sans-serif;
	font-size: 90%;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
body.page ul {
	padding: 20px 0;
}
body.page ul li {
	font-size: 97%;
	line-height: 130%;
	padding: 8px 0;
}
body.page ul li span {
	color: #999;
	font-size: 80%;
	text-transform: uppercase;
}

a.large-btn {
	border: 2px #e1ddeb solid;
	color: #6d598b;
	font-family: "Quicksand", sans-serif;
	font-size: 200%;
	padding: 20px;
	text-transform: uppercase;
}
a.large-btn:hover {
	background: #e1ddeb;
}
a.preorder-btn {
	border: 2px #e1ddeb solid;
	background: #e1ddeb;
	color: #6d598b;
	font-family: "Quicksand", sans-serif;
	font-size: 120%;
	padding: 10px 20px;
	margin: 20px auto;
	text-transform: uppercase;
}
a.preorder-btn:hover {
	background: none;
}
a.btn-past-events {
	display: block;
	font-size: 150%;
	width: 33%;
	margin: 2% auto 0 auto;
}

body.bio ul {
	padding: 5px 0 20px 0;
}
body.bio ul li {
	line-height: 160%;
}
span.bio-btn {
	border: 2px #e1ddeb solid;
	color: #6d598b;
	display: block;
	font-family: "Quicksand", sans-serif;
	font-size: 100%;
	font-weight: 700;
	margin: 30px auto;
	padding: 15px;
	text-transform: uppercase;
	width: 320px;
}
span.bio-btn:hover {
	background: #e1ddeb;
}

body.press a.large-btn {
	display: block;
	margin: 30px auto;
	text-align: center;
	width: 50%;
}
#extra_text,
#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9,#q10,#q11,#q12 {
	display: none;
}
#extra_text.open {
	display: block;
}
span.faq {
	color: #655381;
	display: block;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 7%;
	margin-bottom: 5%;
	text-align: left;
	text-transform: uppercase;
}
span.faq:hover {
	color: #999;
}
#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9,#q10,#q11,#q12 {
	font-size: 110%;
	line-height: 150%;
	text-align: left;
	margin-bottom: 6%;
	padding-bottom: 5%;
	border-bottom: 1px #dedede solid;
}


/* Contact Page */

div.contact-form {
	border: 2px #dfdae9 solid;
	float: left;
	margin-right: 6%;
	padding: 15px 20px 0 20px;
	margin-bottom: 10%;
	width: 42%;
}
div.contact-form p strong {
	font-family: 'Quicksand', sans-serif;
	font-size: 90%;
	letter-spacing: 0.083em;
	text-transform: uppercase;
}
div.contact-form p span {
	font-size: 70%;
	text-transform: uppercase;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #bebdbd solid;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
form.wpcf7-form input.wpcf7-submit {
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 97%;
	letter-spacing: 0.083em;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
body.contact div.contact-info {
	float: left;
	font-size: 90%;
	line-height: 160%;
	margin-top: -24px;
	width: 52%;
}
body.contact div.contact-info h3 {
	color: #333;
	font-weight: 700;
}
body.contact div.contact-info hr {
	height: 1px !important;
}

/*****************************************
 *
 * INTERIOR / BOOKS
 *
*****************************************/

div.book_content {
	float: left;
	margin-right: 5%;
	width: 55%;
}
div.sidebar_book {
	float: right;
	text-align: center;
	width: 40%;
}
body.books a span {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
}
a.breadcrumb {
	font-size: 80%;
	letter-spacing: 0.083em;
	text-transform: uppercase;
}

body.books article img {
	float: left;
	-moz-transition:-moz-transform 0.5s ease-in;
	-webkit-transition:-webkit-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
	margin: 1%;
	width: 18%;
}
body.books article img:hover {
	-moz-transform:scale(1.20);
	-webkit-transform:scale(1.20);
	-o-transform:scale(1.20);
}
body.booksthe-legion article img,
body.booksbeautiful-creatures-novels article img,
body.booksbeautiful-creatures-the-untold-stories article img,
body.booksdangerous-creatures article img,
body.booksshort-stories article img,
body.booksanthologies article img {
	float: left;
	-moz-transition:-moz-transform 0.5s ease-in;
	-webkit-transition:-webkit-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
	margin: 1%;
	width: 18%;
}
body.booksthe-legion article img:hover,
body.booksbeautiful-creatures-novels article img:hover,
body.booksbeautiful-creatures-the-untold-stories article img:hover,
body.booksdangerous-creatures article img:hover,
body.booksshort-stories article img:hover,
body.booksanthologies article img:hover {
	-moz-transform:scale(1.20);
	-webkit-transform:scale(1.20);
	-o-transform:scale(1.20);
}



article.page blockquote {
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 10px 0 10px 50px;
	border-bottom: 1px #dedede solid;
}
article.page blockquote span {
	color: #999;
	display: block;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1%;
}
span.red {
	color: #df1331;
}

/*****************************************
 *
 * INTERIOR / BLOG
 *
*****************************************/

div.article_list {
	padding-right: 1%;
	margin-top: -4%;
}
div.article_list article.list_post {
	margin: 2% 0;
	padding: 2% 0;
}
body.post article.post {
	border-bottom: none;
}
article.post {
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 2%;
	padding: 15px 0;
}
article.post h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 200%;
	line-height: 130%;
	padding-top: 10px;
}
article.post div.date {
	color: #666;
	font-family: 'Quicksand', sans-serif;
	font-size: 80%;
	font-weight: 700;
	float: left;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	width: 50%;
}
div.page_content div.date {
	color: #666;
	font-family: 'Quicksand', sans-serif;
	font-size: 80%;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
body.post article.post img.alignleft {
	height: 50%;
	width: 50%;
}
article.post div.comments {
	float: right;
	font-family: 'Quicksand', sans-serif;
	font-size: 80%;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	text-align: right;
	width: 50%;
}
article.post img.post_thumb {
	margin-bottom: 4%;
}
article.post img.aligncenter {
	max-width: 97.5%;
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
a.read-more {
	font-size: 85%;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}

#gid_next_previous {
	margin-top: 40px;
}
#gid_next_previous a,
div.next_previous a {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #fff;
	display: block;
	font-size: 75%;
	margin: 10px auto;
	padding: 6px 10px;
	letter-spacing: 0.083em;
	text-transform: uppercase;
	text-align: center;
}
#gid_next_previous a:hover,
div.next_previous a:hover {
	background: #64517f;
}

/* Comments */
#respond h3,
h3#comments {
	border-top: 2px #eee solid;
	margin-top: 30px;
}
ol.commentlist img.avatar {
	display: none;
}
ol.commentlist div.commentmetadata {
	font-size: 70%;
	letter-spacing: 0.083em;
	text-transform: uppercase;
}
ol.commentlist div.reply {
	font-size: 90%;
	margin-bottom: 15px;
	text-transform: uppercase;
}
li.comment {
	margin: 30px 0;
}
ol.commentlist ul.children {
	margin-left: 6%;
}

input#submit {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #fff;
	display: block;
	font-size: 75%;
	margin: 10px auto;
	padding: 6px 10px;
	letter-spacing: 0.083em;
	text-transform: uppercase;
	text-align: center;
}
input#submit a:hover {
	background: #64517f;
}

form#commentform {
	padding-bottom: 60px;
	width: 100%;
}
form#commentform input,
form#commentform textarea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #bebdbd solid;
	font-size: 13px;
	padding: 10px;
	width: 80%;
}
form#commentform label {
	display: block;
	text-transform: uppercase;
}
form#commentform #submit {
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	color: #fff;
	float: left;
	display: block;
	font-size: 97%;
	letter-spacing: 0.083em;
	text-transform: uppercase;
	width: 200px;
}
p.comment-notes {
	font-size: 85%;
}

/*****************************************
 *
 * INTERIOR / EVENTS
 *
*****************************************/
div.event-outer {
	margin: 0 6%;
}
div.event {
	margin-top: 5%;
}
div.event-date {
	background-image: url('../images/event_circle.png');
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-family: 'Quicksand', sans-serif;
	height: 92px;
	padding-top: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
}
div.event-date span.dmonth {
	display: block;
	margin-bottom: 6px;
}
div.event-date span.dday {
	font-size: 3.5em;
}
div.event-details {
	float: left;
	margin-left: 3%;
	width: 75%;
}
div.event-details img.alignnone {
	width: 100%;
}
div.event-details h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 150%;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.event-details h3 {
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;
}

#newsletter-signup {
	border: 2px #dfdaea solid;
	padding: 3% 4%;
	margin: 0 auto 5% auto;
	text-align: center;
	width: 85%;
}
#newsletter-signup h5 {
	color: #555;
	font-family: 'Quicksand', sans-serif;
	font-size: 90%;
	font-weight: 700;
	float: left;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	width: 33%;
}
#newsletter-signup h5 span {
	font-family: 'JennaSue', 'Covered By Your Grace', cursive;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}

#newsletter-signup #mc_embed_signup {
	float: left;
	width: 66%;
}
#newsletter-signup #mc_embed_signup input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #bebdbd solid;
	color: #666;
	font-size: 12px;
	float: left;
	padding: 8px;
	width: 80%;
}
#newsletter-signup #mc_embed_signup input.button {
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	color: #fff;
	font-size: 80%;
	float: left;
	letter-spacing: 0.083em;
	text-align: center;
	text-transform: uppercase;
	margin-left: 2%;
	width: 18%;
}
#newsletter-signup #mc_embed_signup input.button:hover {
	background: #8875b2;
}




/*****************************************
 *
 * SIDEBAR
 *
*****************************************/
div.sidebar {
	float: right;
	width: 25%;
}
div.sidebar_block {
	border-bottom: 1px #e0e0e0 solid;
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.sidebar_block h4 {
	color: #555;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 15px 0;
	text-transform: uppercase;
}
#text-9 span {
	color: #999;
	font-size: 80%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#text-9 img {
	text-align: center;
}
#text-2 h4 {
	display: none;
}
#text-2 {
	border-bottom: none;
	line-height: 180%;
	font-size: 11px;
}
#text-8 h4 {
	background: transparent url('/wp-content/themes/kami_2.0/images/sideicon-writingtips.png') 10px 3px no-repeat;
}
#pretty_pinterest_pins-2 h4 {
	background: transparent url('/wp-content/themes/kami_2.0/images/sideicon-pin.png') 40px 3px no-repeat;
}
#pretty_pinterest_pins-2 {
	border-bottom: 0;
}
#text-10 h4 {
	background: transparent url('/wp-content/themes/kami_2.0/images/sideicon-search.png') 48px 3px no-repeat;
}
#text-11 h4 {
	background: transparent url('/wp-content/themes/kami_2.0/images/sideicon-insta.png') 32px 3px no-repeat;
}
div.widget-easy-twitter-feed-widget-container h4 {
	background: transparent url('/wp-content/themes/kami_2.0/images/sideicon-twitter.png') 42px 3px no-repeat;
}
#nav_menu-2 h4 {
	background: transparent url('/wp-content/themes/kami_2.0/images/sideicon-categories.png') 65px 3px no-repeat;
}

/* Newsletter */
div.widget-sign-up-for-the-newsletter h4 {
	display: none;
}
div.widget-sign-up-for-the-newsletter h5 {
	color: #555;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 15px 0;
	text-transform: uppercase;
}
div.widget-sign-up-for-the-newsletter h5 span {
	font-family: 'JennaSue', 'Covered By Your Grace', cursive;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}
div.widget-sign-up-for-the-newsletter {
	border: 2px #dfdaea solid;
	margin-bottom: 10%;
}

div.widget-sign-up-for-the-newsletter input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #bebdbd solid;
	color: #666;
	font-size: 12px;
	padding: 8px;
	width: 90%;
}
div.widget-sign-up-for-the-newsletter input.button {
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	color: #fff;
	display: block;
	font-size: 85%;
	letter-spacing: 0.083em;
	margin: 10px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
div.widget-sign-up-for-the-newsletter input.button:hover {
	background: #8875b2;
}



div.sidebar_block input.buy_now_button {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #fff;
	display: block;
	font-size: 11px;
	margin: 10px auto;
	padding: 6px 8px;
	letter-spacing: 0.083em;
	text-transform: uppercase;
	text-align: center;
}
div.sidebar_block input.buy_now_button:hover {
	background: #64517f;
}


div.sidebar_block img {
	margin: 0 0 0 15px;
	text-align: center;
}
div.sidebar_block a.large-btn {
	display: block;
	font-size: 100%;
	font-weight: 700;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	width: 260px;
}

div.sidebar_series {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
div.sidebar_series div.book_thumbs {
	margin: 3% auto 5% auto;
	text-align: center;
	width: 100%;
}
div.sidebar_series div.book_thumbs img {
	float: left;
	width: 20%;
}
div.sidebar_series img {
	-moz-transition:-moz-transform 0.5s ease-in;
	-webkit-transition:-webkit-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
}
div.sidebar_series img:hover {
	-moz-transform:scale(1.18);
	-webkit-transform:scale(1.18);
	-o-transform:scale(1.18);
}


div.sidebar_series h3 {
	margin: 0 auto;
	line-height: 120%;
	text-align: center;
	width: 100%;
}
div.pretty-pinterest-image {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#menu-categories {
	font-weight: bold;
	letter-spacing: 0.083em;
	text-align: left;
	text-transform: uppercase;
}
#menu-categories li a {
	display: block;
	margin: 10px;
}

div.buy_links {
	margin: 10px 0 0 0;
}
div.buy_links span.buy_button {
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.188em;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 10px 0 12px 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	width: 200px;
}
div.buy_links ul.expand_open {
	display: block;
}
div.buy_links ul > li a {
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 85%;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-bottom: 12px;
	text-shadow: none;
	text-transform: uppercase;
}

div.buy_links ul {
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none;
	margin-top: 0;
	margin-left: -10px;
	padding: 4px 15px;
	padding-top: 4px;
	position: absolute;
	text-align: left;
}
div.buy_links ul.cols_1 {
	margin: 0 auto;
	margin-left: 100px;
	width: 200px;
}
div.buy_links ul.cols_1 li {
	width: 100%;
}
div.buy_links ul.cols_2,
div.buy_links ul.cols_3 {
	margin: 0 auto;
	width: 350px;
}
div.buy_links ul.cols_2 li,
div.buy_links ul.cols_3 li {
	width: 50%;
}

div.buy_links ul > li {
	float: left;
	overflow: hidden;
	line-height: 100%;
	padding: 15px 10px;
	width: 33%;
}
div.buy_links ul > li > h5 {
	color: #999;
	font-family: 'Quicksand', sans-serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	margin-bottom: 8px;
	text-shadow: none;
	text-transform: uppercase;
}

div.buy_links ul > li a {
	color: #fff;
}
div.buy_links ul > li a:hover {
	color: #b9afcc;
}

div.buy_links:hover ul {
	display: block;
	z-index: 400;
}


@media( max-width: 500px ) {
	div.book_content,
	div.page_content,
	body.contact div.contact-form {
		display: block;
		float: none;
		position: relative;
		width: 100%;
	}
	div.sidebar_book,
	div.sidebar,
	body.contact div.contact-info  {
		display: block;
		float: none;
		position: relative;
		width: 100%;
	}

}



/*****************************************
 *
 * FOOTER
 *
*****************************************/
#site_footer {
	font-size: 0.75em;
	margin: 0 auto;
	max-width: 1057px;
	min-width: 320px;
	letter-spacing: 0.063em;
	padding: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#site_footer img.logo {
	margin-bottom: 10px;
	width: 80px;
}
#site_footer img.logo,
#site_footer span {
	display: inline-block;
	vertical-align: middle;
}
#site_footer span,
#site_footer span a {
	color: #666;
}
#site_footer span.divider {
	color: #333;
	padding: 0 5px;
}

/* responsive */
@media( max-width: 850px ) {
	#site_footer span {
		display: block;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	#site_footer span.divider {
		display: none;
	}
	article.home {
		padding: 0 30px;
	}
	article.home img {
		margin-left: 0;
		float: none;
		display: block;
	}

	div.buy_links ul {
		width: 100%;
	}
	div.buy_links ul li,
	div.buy_links ul.cols_2 li,
	div.buy_links ul.cols_3 li {
		display: block;
		text-align: center;
		width: 100%;
	}
	div.buy_links ul.cols_1 {
		margin-left: 58px;
	}
}
