/* 
WOO CUSTOM STYLESHEET
---------------------
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 300;
    text-rendering: optimizelegibility;

	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;

	font-family: "Arapey", serif;

	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	color: #000000;
*/

/* adjust for full width footer */

body {
	padding: 0 !important;
	margin: 0 !important;
	background: #FFFFFF;
	
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	text-rendering: optimizelegibility;
	color: #000000; 
	font: 300 13px/20px 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	word-wrap: break-word;
}

.entry, .woo-sc-box.normal, .woo-sc-box.normal {
	color: #000000 !important; /*#434343 changed by Jim 1/7/14*/
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif !important;
	font-size: 1.5em !important;
}

p, .entry p, .woo-sc-box.normal, .woo-sc-box.normal p {
	margin-bottom: 1em; 
	line-height: 160%;
	color: #000000 !important; /*#434343 changed by Jim 1/7/14*/
	font-size: inherit;
	display: block;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif !important;
}

#wrapper {max-width: 100% !important;}
#wrapper {padding: 0; width:auto !important;}
#wrapper {background: transparent;}

#wrapper {
	position: relative;
}

#header-container #header.col-full {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#sidebar-wrapper {
	padding: .5em;
	float: right;
	display: block;
}

#main-sidebar-container {
    padding-top: 2em;
}
	
	
.two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar {
	padding: 2px;
	float: right;
	display: inline-block;
}

#content {
	padding: 12px 0 10px;
}

.home #main {
	width: 100% !important;
}

/* main div inner div padding*/
.home #home-featured-book, .home #home-books{
	margin: 0 1.5em 1.5em;
}

.search .page, .search .post, .archive .hentry, .page-template-template-blog-php .post {
	border-bottom: 0;
	padding: 0 2em 1em 1em;
	clear: both;
}


/* margin and padding for the main left content */
.post, .search .page, .page, .post-entries, 
#comments, #respond, .error404 #main div
 {
   margin: 0 0em 1em;
   padding: .0 .5em .5em;
}

/* breadcrumbs */

.breadcrumbs {
    margin: 0.5em 0 1em;
	font-family: Oswald,"Trebuchet MS",Trebuchet,Arial;
    font-weight: 400;
    line-height: 130%;
    text-rendering: optimizelegibility;
	font-size: 1.2em !important;
	color: #B0B0B0;
}

/*yoast styles */
.breadcrumbs span {
	margin-right: .2em;
}

.error404 #main div.entry, .error404 #main div.search_main {
	margin: 0 0 1em;
	padding: 0 0 .5em;
}


a, a:link, a:visited {
	color: #BB2A3C;
}

a:hover {
	color: #D2132C;
}

h1, h2, h3, h4, h5, h6 {
	color: #bb2a3c;
	font-family: "Arapey", serif;
    font-weight: bold;
    line-height: 130%;
    text-rendering: optimizelegibility;
    margin: 0 0 0.5em;
	padding: 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

.hentry ul li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: .5em;
	padding-left: .5em;
}

.hentry ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: .5em;
	padding-left: .5em;
}

input, textarea {
	background: #fff;
}

.alignleft, .alignright {
    margin: 0 .5em .5em 0;
}


.woo-sc-box.normal, .woo-sc-box.normal p {
	background: transparent !important;
	font-style: italic;
}

/* Styles for Button Classes */

a.woo-sc-button, .nsu-submit,
 body #wrapper #content .button,
 body #wrapper #content .button:visited,
 body #wrapper #content .reply a,
 body #wrapper #content #respond .form-submit input#submit,
 body #wrapper #content table.cart .actions .checkout-button {
	width: auto;
	display: inline-block;
	background: #A2CD5A; /* Old browsers */ 
	background: -moz-linear-gradient(top,  #A2CD5A 0%, #A2CD5A 4%, #A2CD5A 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2CD5A), color-stop(4%,#A2CD5A), color-stop(100%,#A2CD5A)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2CD5A', endColorstr='#A2CD5A',GradientType=0 ) !important; /* IE6-9 */
	/*border: 1px solid #990000 !important;*/
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
    font-family: 'PT Sans Narrow', "Trebuchet MS", Trebuchet, Arial;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	text-rendering: optimizelegibility;
	padding: .5em 1.5em .4em 1.5em !important;
	margin: .75em 0em;
	color: white;
}

a.woo-sc-button:hover, .nsu-submit:hover,
 body #wrapper #content .button:hover,
 body #wrapper #content .reply a:hover,
 body #wrapper #content #respond .form-submit input#submit:hover,
 body #wrapper #content table.cart .actions .checkout-button:hover,
 .gform_footer input.gform_image_button:hover {
	background: #9AD537; 
	background:-webkit-gradient(linear,left top,left bottom,from(#9AD537),to(#9AD537)) !important;
	background:-webkit-linear-gradient(#9AD537,#9AD537) !important;
	background:-moz-linear-gradient(center top,#9AD537 0%,#9AD537 100%) !important;
	background:-moz-gradient(center top,#9AD537 0%,#9AD537 100%) !important;
	text-decoration:none !important;
}


input#submit {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

 body #wrapper #content .button a {
 	color: white;
 }

/* HEADER STYLES */

#header {
	padding: 0;
}

#logo {
	float: none;
	margin: 0 auto;
	padding: 0;
}

#logo img {
	display: block;
	margin: 0;
	width: 100%;
}


/* fixes for issues with cb-pinterest plugin buttons */

/* breaking center align images  */
div.aligncenter {
    margin: 0 auto !important;
    text-align: center;
	display: block;
}

/* js loaded height setting breaking half the time - urggh  */
.cb_pin_images {
	height: auto !important;
}

/* since height is auto, now make the pinit button float up over the bottom corner of the image  */
.cb_pin_images .cb_pin_link {
	bottom: 22px !important;
} 

/*  Navigation */
#nav-container {
	margin-top: -60px;
	border: 1px solid #ECECEC;
    border-radius: 3px;
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.3);    
	clear: both;
    margin-bottom: 0;
   /* position: relative;*/
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffffff);
	background: -moz-linear-gradient(center top, #ffffff 0%, #ffffff 100%);
	background: -moz-gradient(center top, #ffffff 0%, #ffffff 100%);
}
#navigation {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffffff);
	background: -moz-linear-gradient(center top, #ffffff 0%, #ffffff 100%);
	background: -moz-gradient(center top, #ffffff 0%, #ffffff 100%);
}

.side-nav .cart {
	display: none;
}

#navigation ul.nav > li {
    border-right: 0px solid #E6E6E6;
}

#nav-container #navigation ul#main-nav > li:first-child {
    border-left: 0px;
}

#navigation ul li, #navigation ul li a {
	color: #000000;
    font-family: 'Open Sans Condensed', "Trebuchet MS", Trebuchet, Arial;
	text-transform: lowercase;
	font-size: 1.2em;
    font-weight: 400;
    line-height: 130%;
    text-rendering: optimizelegibility;
	padding-bottom: .25em !important;
    padding-top: .25em !important;
}

#navigation ul li:first-child, #navigation ul li:first-child a {
	border-radius: 5px 0 0 5px;
}

/* drop downs */

#navigation ul.nav ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
	width: 150% !important;
	max-width: 300px !important;
	padding: 0 !important;
}

#navigation ul.nav ul li  {
	border-bottom: 1px solid #E6E6E6;
}

#navigation ul.nav ul li:last-child  {
	border-bottom: 0px solid #E6E6E6;
}

#navigation ul.nav ul > li:hover {
	background-color: #F6F6F6;
}

#navigation ul.nav ul li a {
	text-transform: none;
	font-size: 1.0em;
}

/* current page */

#navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
    background: none repeat scroll 0 0 transparent !important; 
	border-radius: 5px;
	color: #BB2A3C;
}

#navigation ul.nav li.current-menu-ancestor a:hover {
	color: #000000 !important; 
}


#navigation ul.nav li ul li.current_page_item a {
    background: none repeat scroll 0 0 transparent !important; 
		 color: #BB2A3C !important; 
   
}
/* Messiing with a minimizing search box as seen in twentythirteen theme */

/* kill the unnecessary box shadow in forms*/
#newsearchform input:focus,
#newsearchform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
   box-shadow: none !important;
}

#newsearchform {
	position: absolute;
	right: 20px;
	top: 2px;
	z-index: 300;
}

#newsearchform {
	top: 2px;
}

#newsearchform [type="search"],
#newsearchform [type="text"] {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	margin: 1px 0;
	padding: 0 0 0 34px;
	position: relative;
	width: 0;
}

#newsearchform [type="search"]:focus,
#newsearchform [type="text"]:focus {
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

#newsearchform [type="submit"] {
    display: none;
}

#newsearchform .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #454545;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 10000; /* Above WP toolbar */
}

/* Pages Layout */

.page  #main-sidebar-container #main {
	width: 100%;
	padding: 0;
	float: none;
}


/* Homepage Styling */

.home  #main-sidebar-container #main {
	width: 100%;
	padding: 0;
	float: none;
}

.home #content {
    max-width: 100% !important;
	width: 100% !important;
	padding: 1em 0 !important; 
}

/* home boxes */

.home #content {
    max-width: 100% !important;
	width: 100% !important;
	padding: 1em 0 !important; 
}



.home #main-sidebar-container {
	padding-top: 0;
}

/**********************************************/
/******      HOME SECTIONS STYLES    **********/
/**********************************************/

/* home headings */

.home-books h2, #home-blog-head h2, #home-speak-video h2, .podcat-title h2 {
	color: rgba(0, 106, 142, 1);
    font-family: "Arapey", serif;
    font-size: 4.5em;
	text-align: center;
    font-weight: 300;
    margin-bottom: 0.5em;
  /*  text-shadow: 1px 1px 2px rgba(55, 55, 55, 1); */
}

.podcat-title h2 {
    font-size: 3.5em;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .3); 
	text-transform: none;
}

h3.podcat-title {
	font-weight: 400;
}

/* Home Intro */
#homeintro {
	padding: 0;
	margin: 10px 0 2em 0;
	border: 0;
    max-width: 100%;
}

#homeintro img.homeimage {
	margin: 0;
	border: 0px !important;
	padding: 0 !important;
}


#homeintro img.homeimage {
	margin: 0;
	width: 100%;
}


/* Home Subscribe */


#homesubscribe-cont {
	width: 100%;
	margin: 1em 0;
	background-color: #FFFFFF;
}

#homesubscribe-cont #homesubscribe {
	position: relative;
	max-width: 980px;
    width: 100%;
    margin: 0 auto 1em;
    padding: 1em 0;
    text-align: center;	 
}

#homesubscribe-cont #homesubscribe .subscribe-image {
	display: inline-block;
	width: 30%;
	max-width: 455px;
	margin: 0 3% 0 0;
}

#homesubscribe-cont #homesubscribe .subscribe-image img {
	width: 100%;
}

#homesubscribe-cont #homesubscribe .subscribe-right {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 5em 0 0 0;
	text-align: center;
}

#homesubscribe-cont #homesubscribe .subscribe-right h2 {
	font-family: "Arapey", serif;
	/*text-shadow: 1px 1px 2px rgba(55, 55, 55, 1);*/
	color: rgba(14,107,141,1.00);
	font-size: 4.5em;
	font-weight: 300;
	margin-bottom: .2em;
}

#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-text {
	font-size: 2em;
	font-family: "Open Sans Condensed",sans-serif;
	color: #000000;
	line-height: 150%; 
	font-weight: 400;
}

#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-button {
	margin: 1.5em 0 0;
}

#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-button a {
	background: #A2CD5A; /* Old browsers */
	background: -moz-linear-gradient(top,  #A2CD5A 0%, #A2CD5A 4%, #A2CD5A 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2CD5A), color-stop(4%,#A2CD5A), color-stop(100%,#A2CD5A)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2CD5A', endColorstr='#A2CD5A',GradientType=0 ) !important; /* IE6-9 */
	/*border: 1px solid #990000 !important;*/
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
    font-family: 'PT Sans Narrow', "Trebuchet MS", Trebuchet, Arial;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	text-rendering: optimizelegibility;
	padding: .5em 1.5em .4em 1.5em !important;
	margin: .75em 0em;
	color: white;
}

#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-button a:hover {
	background: #9AD537; /* Old browsers */
	background: -moz-linear-gradient(top,  #9AD537 0%, #9AD537 4%, #9AD537 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9AD537), color-stop(4%,#9AD537), color-stop(100%,#9AD537)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9AD537 0%,#9AD537 4%,#9AD537 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9AD537 0%,#9AD537 4%,#9AD537 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9AD537 0%,#9AD537 4%,#9AD537 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #9AD537 0%,#9AD537 4%,#9AD537 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9AD537', endColorstr='#9AD537',GradientType=0 ) !important; /* IE6-9 */
	/*border: 1px solid #990000 !important;*/
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
    font-family: 'PT Sans Narrow', "Trebuchet MS", Trebuchet, Arial;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	text-rendering: optimizelegibility;
	padding: .5em 1.5em .4em 1.5em !important;
	margin: .75em 0em;
	color: white;
}

/* Home Art Banner */
#homeartbanner-cont {
	background-color: #0E6B8D;
	margin: 0;
}

#homeartbanner-cont #homeartbanner {
	text-align: center;
}

#homeartbanner-cont #homeartbanner img {
	width: 100%;
	max-width: 2500px;
	margin: 0 auto;
}


/* Home Video */

#home-video-cont, #home-speak-video-cont {
	background-color: #CCD8DC;
	background-size: cover;
	margin: 1em 0;
	padding: 0;
}

#home-video-cont {
	margin: 0 0;
}

#home-video-cont {
	background-image: url(images/bg-sidingbanner2.jpg);
}

#home-speak-video-cont {
	background-image: url(images/bg-chalkboard.jpg);
}

#home-video, #home-speak-video {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#home-video, #home-speak-video .button {
	text-align: center !important;
}

/* workable way to make vids responsive - http://www.hanselman.com/blog/EasyStepsToAMobilefriendlyResponsiveDesignWithAnEmbeddedYouTubeVideoAndAFluidResize.aspx 
*/
.embed-container {   
    position: relative;   
    padding-bottom: 56.25%; /* 16/9 ratio */   
    padding-top: 30px; /* IE6 workaround*/   
    height: 0;   
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {   
    position: absolute;   
    top: 0;   
    left: 0;   
    width: 100%;   
    height: 100%;
}

/* HOMEPAGE POSTS */

.home #home-posts-cont {
	background-color: #FFFFFF;
	
	background-size: cover;
	margin: 0;
	padding: 0;
}

.home #home-posts {
	max-width: 980px;
	margin: 0 auto;
}

.home .post {
	width: 33.0%;
	text-align: center;
	display: inline-block;
	border-bottom: 0;
	padding: 0 !important;
	clear: none;
	margin: 1em 0 !important;
	vertical-align: top;
}

.home .post img.thumbnail {
	width: 80%;
	text-align: center;
	margin: 1em auto !important;
    border: 1px solid #C4C4C4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    height: auto;
    padding: 0;
	float: none;
}

.home .post header {
	text-align: center;
	float: none;
}

.home .post header .title {
    width: 80%;
	margin: .25em auto .5em !important;
	font-size: 1.6em;
}

.home .post .entry {
	text-align: center;
	width: 80%;
	margin: 0 auto !important;
	float: none;
	font-size: .9em;
}

.home .post .entry p {
	text-align: left;
	float: none;
	font-size: .9em;
}

.home .post .post-more { 
	text-align: center;
	width: 60%;
	margin: 0 auto !important;
	float: none;	
}

.home .top.bloglink {
	text-align: right;
	display: block;
	padding: 1.5em 3em;
	border-top: 5px solid #ece8e6;
}

.home .bottom.bloglink {
	text-align: center;
	display: block;
	margin-bottom: 1em;
}

.search .page img.thumbnail {
	padding: 4px;
	background: transparent;
	max-height: 250px;
	max-width: 250px;
}

/* do not show the thumbnail collision control image on home after the first image. this is complicated because only the first c-control image should show */
.home .post img.c-control {
	display: none;
}

.home .post:first-child img.c-control, .home .post:first img.c-control {
	display: block;
}

.home .post.first img {
	margin: 0 auto 1em;
	display: block;
	max-height: 600px !important;
	max-width: 600px !important; 
}


/* home featured books */

.home #home-books-cont {
	width: 100%;
	text-align: center;
	margin: 1em 0;
}

.home #home-books-cont .home-books {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 1em;
	text-align: center;
}

.home #home-books-cont .home-books ul {
	display: inline-block;
	margin: 0 auto 1em;
	text-align: center;
}


.home #home-books-cont .home-books li.product {
	width: 18%;
	display: inline-block;
	float: left;
	max-width: 194px;
	margin: 0 2.25% 0 0;
}

.home #home-books-cont .home-books li.product img {
	height: auto;
}


.home #home-books-cont .home-books li.product:last-child {
	margin: 0 0 0 0;
}

/* Home Podcast Teaser */

.home-podcast-cont {
	width: 100%;
	background-image: url(images/bg-verdig.jpg);
	text-align: center;
	margin: 1em 0;
	background-color: #CCD8DC;
	background-size: cover; 
}

/*
.home-podcast-cont.podcat-1229 { 
	    background-image: url(images/bg-chalkboard.jpg);
}
*/


.home-podcast-cont .home-podcast { 
	width: 100%;
	max-width: 980px;
	margin: 0 auto 1em;
	padding: 2em 0;
}

.home-podcast-cont .home-podcast .podimg {
	width: 15%;
	float: left;
}

.home-podcast-cont .home-podcast img.wp-post-image {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0 1em 1em 0;
		-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

.home-podcast-cont .home-podcast .podcast-right {
	text-align: left;
	float: left;
	width: 70%;
	margin: 0 0 0 1em;
}

.home-podcast-cont .home-podcast h3.podcast-title, .home-podcast-cont .home-podcast h3.podcast-title {
	font-weight: 400;
}

.home-podcast-cont .home-podcast h3.podcast-title, .home-podcast-cont .home-podcast h3.podcast-title a {
	color: #000000;
}

.home-podcast-cont .home-podcast .powerpress_player {
	text-align: left;
	width: 90%;
}

/* Home Widgets */

#home-widgets {
	width: 100%;
	margin: 1em 0;
}

#home-widgets .box1 {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto 1em;
	padding: 0;
}

#home-widgets .box1 .widget_text {
	width: 70%;
	float: left;
	clear: none !important;
}

#home-widgets .box1 .widget_text img {
	width: 100%;
	height: auto;
	max-width: 850px;
	margin: 0;
}

#home-widgets .box1 .myfollowercount_widget {
	width: 25%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0 1em 1em 1em;
	border: 0;
    border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 9999;    
}
/**************************************************/
/*************   END HOME BLOCKS       ************/
/**************************************************/


/*.home #main .button {
	margin: 0 auto !important;
	display: block !important;
	max-width: 100px !important;
}*/

.home #main .readblog {
	text-align: center;
}

/* Post Styling */

.post img.category {
	margin-bottom: 1em;
}



.post .title, .page .title, .error404 h1.title, .search .title, .page-title {
	font-size: 2.8em;
	font-family: "Arapey", serif;
    font-weight: 400;
	color: rgba(0, 106, 142, 1);
    line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: .25em;
	padding-bottom: 0em !important;
    padding-top: 0 !important;	
}

.post .title  {
	width: 60%;
}

.archive .archive_header, .archive .entry-header, .search .archive_header {
	margin: 0 0 1em;
	padding: .5em 0 .3em;
	max-width: 99%;
	border-bottom: 1px solid #DEDEDE;
	font-size: 2.8em;
	color: rgba(0, 106, 142, 1);
	font-family: "Arapey", serif;
    font-weight: bold;
    line-height: 110%;
}

.archive_header .cat.fl {
	float: none;
}

.archive .archive_header+p {
	margin: 0em 2em 1em;
}

.archive .catrss {
	display: none;
}

.post .title a:link, .post .title a:visited, 
.page .title a:link, .page .title a:visited {
	color: rgba(0, 106, 142, 1);
}

.page .blog-title, .page-template-template-blog-php h1.title {
	margin-left: 1em;
}

.entry img {
	background: transparent;
	border: 0;
}

/* Question at the end of the post */
.single-post .post .entry h2 {
	color: #95BC2C;
	letter-spacing: 1px;
	font-size: 1.8em;
}

.blog .post, .archive .post, .search .post, .search .page, .search .product {
	display: block;
	margin-bottom: 4em !important;
}

/*
for thumbnails on archive pages that float left, and are approx 250px - 300px square

.blog .post .thumbnail, .archive .post .thumbnail, .blog .post .aligncenter, .archive .post .aligncenter {
	display: inline-block !important;
	width: 35%;
	max-width: 300px;
	text-align: left !important;
	margin-left: 0;
    margin-right: 1em;
	float: left  !important;
	clear: none !important;
}

For Full width archive thumbs :
*/

.blog .post .thumbnail, .archive .post .thumbnail, .blog .post .aligncenter, .archive .post .aligncenter {
	display: block !important;
	max-width: 600px;
	margin: .5em auto;
}


.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .nav-entries a span {
font-weight: bold;
font-size: 0.9em;
border-radius: 3px;
border: 1px solid  #d9d9d9;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background: -webkit-linear-gradient(#ffffff, #f5f5f5);
background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}

.woo-pagination .current, .woo-pagination a:hover, .woo-pagination span.current {
border: 1px solid  #d9d9d9;
background: #f5f5f5;
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0));
background: -webkit-linear-gradient(#f5f5f5, #e0e0e0);
background: -moz-linear-gradient(center top, #f5f5f5 0%, #e0e0e0 100%);
background: -moz-gradient(center top, #f5f5f5 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f5f5, endColorstr=#e0e0e0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e0e0e0)";
}

.post-meta {
	margin-bottom: .5em;
	font-size: 1em; 	
}

.post-meta span.postmeta-date {
	display: none;
}

.post-meta .author, .post-meta .categories, .post-meta .date, .post-utility .date, .post-meta .post-comments, .post-meta .small {
    font-style: normal !important;
    padding-top: 0em;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	color: #636363 !important;
	font-size: 1.2em;
	text-transform: none;
}	

.post-meta p.icon {
	display: inline-block;
	font-size: 1em;
	margin-right: 1.5em;
	margin-bottom: 0;
}

.post-meta .categories, .post-meta .date, .post-utility .date, .post-meta .post-comments {
	background: url('images/tag-icon.png') no-repeat left bottom;
	padding-top: 1em;
	font-style: normal;
}

.post-meta .date, .post-utility .date {
	background: url('images/calendar.png') no-repeat left center;
	padding-top: .3em;
	padding-left: 0;
}


.post-meta .post-comments {
	background: url('images/comment-icon.png') no-repeat left bottom;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited, 
.post-meta abbr, .post-utility abbr {
	font-weight: bold;
	font-style: normal;	
	color: #E34526;
	border-bottom: 0;
}

.single-post .post-meta, .single-post .post .title {
	max-width: 60%;
}

.single-post .post-meta {
	margin-bottom: 2em;
}

.liketweets {
	position: absolute;
	right: -10px;
	top: 0;
}

.liketweets.config2 {
	position: relative !important;
	margin-left: 2em;
}

/* need to do this for gplus wherever it is in line*/
.liketweets.config2 div:nth-child(2) {
    margin-right: 14px !important;
}


.liketweets .cont {
	clear: none;
    display: inline-block;
	float: left;
    width: 60px;
}

/* need to facebook share */
.liketweets div:nth-child(1) {
    margin-right: 4px;
}

/* need to do this for fat ol' Twitter wherever it is in line*/
.liketweets div:nth-child(2) {
    margin-right: 7px;
}

/* need to do this for fat ol' Comments wherever it is in line*/
.liketweets div:nth-child(3) {
    margin-right: 7px;
	
}

/* need to do this for weird ol' Pinterest wherever it is in line*/
.liketweets div:nth-child(4) {
    margin-top: 40px;
}

.liketweets .commentcount {
	text-align: center;
	position: relative;
	margin-left: 0;
	padding-top: 7px;
	vertical-align: baseline;
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	background-image: url('images/comment.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	width: 61px;
}

.liketweets .commentcount {
	color: #000;
}


.woocommerce .liketweets .commentcount {
	background-image: url('images/reviews.png');
}


.sociable_tagline {
	margin-top: 2em;
}

.post-more {
	float: right;
	clear: none;
	margin: 0;
}

.post-more .read-more a, .widget_next_event_widget a.events-link {
	padding: .4em 2em;
	display: block;
	background: #A2CD5A;
	/*border: 1px solid #990000 !important;*/
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	color: white;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', "Trebuchet MS", Trebuchet, Arial;
	text-rendering: optimizelegibility;
	font-size: 1.5em;
	font-weight: 700;
	text-decoration: none;
}

.post-more .read-more a:hover, .widget_next_event_widget a.events-link:hover {
	background-color: #9AD537;
}

.single-post #connect {
	margin-bottom: 4em;
}

.post-entries {
	border-top: 1px solid #c6c5c5;
	border-bottom: 1px solid #c6c5c5;
	padding: 0.6em 0 .5em;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	text-rendering: optimizelegibility;
	color: #000000; /*#434343 changed by Jim 1/7/14*/
	font-size: 1.1em;
	font-weight: bold;
}

.post-entries .icon {
	max-width: 49%;
}

.post-entries a:link, .post-entries a:visited {
	color: #E34526;
	font-size: 1em;
}

.post-entries a:hover {
	text-decoration: underline;
}

.post-entries .nav-prev a::before, 
.post-entries .nav-next a::after, 
.nav-entries .nav-prev::before, 
.nav-entries .nav-next::after,
.post-entries .nav-next a::before, 
.post-entries .nav-prev a::after, 
.nav-entries .nav-next::before, 
.nav-entries .nav-prev::after {
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	text-rendering: optimizelegibility;
	font-size: 1.1em !important;
	top: auto;
}

.post-entries .nav-prev a::before, .nav-entries .nav-prev::before {
	content: '« Previous: ';
	margin-right: 0;
	font-size:13px;
}

.post-entries .nav-next a::before, .nav-entries .nav-next::before {
	content: 'Next: ';
}

.post-entries .nav-next a::after, .nav-entries .nav-next::after{
	content: '»';
	margin-left: .4em;
	font-size: 13px;
}

.post .entry .date {
	color: #000000 !important;
	cursor: initial;
	display: block;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	border-bottom: 1px solid #c6c5c5;
	padding-top: 1em;
	padding-bottom: .3em;
}

.hentry .sociable ul li {
	list-style:none;
}


#product-cats .prodcat .name a{
	color: #434343;
}


/* Sidebar Styles */

.editwidgets {
	margin: 0 1em;
}

#sidebar .widget, #home-widgets .widget {
	padding: .5em 1em 1em 1em;
	margin: 0 0 1.5em;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 1px solid #ECECEC;
    border-radius: 3px;
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.3);    
    position: relative;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(#ffffff, #ffffff);
	background: -moz-linear-gradient(center top, #ffffff 0%, #ffffff 100%);
	background: -moz-gradient(center top, #ffffff 0%, #ffffff 100%);
}

#sidebar #text-48 {
	padding: 0em;
	margin: 0 0 1.5em; 
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background: transparent !important;
}

#sidebar .widget:last-child {
	margin-bottom: 2em;
}

#sidebar .widget h3, #home-widgets .widget h3 {
	font-size: 2.0em;
	color: #BB2A3C;
	font-family: "Arapey", serif;
    font-weight: 400;
    line-height: 130%;
	letter-spacing: 1px;
    text-rendering: optimizelegibility;
	margin-bottom: .25em;
	padding-bottom: .25em !important;
    padding-top: .25em !important;
	border-bottom: none;
}

.widget ul {
	padding-left: .25em;
}

.widget ul li {
	list-style-image: disk;
	list-style-position: inside;
}

.widget_recent_comments li, #twitter li {
	border-bottom: 0;
}


.widget_woo_tabs {
	border-bottom: 0;
}

.widget_woo_tabs ul li {
	list-style: none;
}

.widget .textwidget .alignleft {
	margin: 5px 10px 0 0;
}

#tabs .inside li a {
	color: #123043;
	font-size: 1em;
	font-weight: normal;
}

#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
	background: transparent;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	max-height: 40px;
	max-width: 40px;
}


.error404 .entry .searchform {
	width: 75%;
	margin-top: 2em;
	border: 0;
}


input:focus, textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color:  inherit;
    box-shadow: none;
}

.widget_sp_image-description p {
	font-size: .9em;
	margin-bottom: .1em;
}

.widget_sp_image-image-link img {
	max-width: 100% !important;
}



/* Category Widgets */

#sidebar .widget_categories select, #sidebar .widget_archive select{
	margin: 0 14%;
	width: 70%;
}


/* Footer Styles */

#footer {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	background: transparent; 
	padding: 0;
	border: 0;
	margin: 0 auto;
}


#footer #copyright {
	float: none;
	clear: both;
	display: block;
	padding: 1em 1em 0 0;
	margin-bottom: 0;
	font-weight: bold;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #FFFFFF !important;

}

#footer #copyright p {
	color: #FFFFFF !important;
	margin-bottom: 0;
	padding-bottom: .5em;
}

#footer #copyright a {
	color: #B5B5B5;
}

/* footer menu stuff */
#footer-widgets-container, #footer-container, #footer-widgets {
	background-color: #006A8E;
}

#footer-widgets.col-1 .block {
   width: auto !important;
}


#footer-widgets {
	border-top: 1px solid #006A8E;
	padding: 0;
	}

#footer-widgets .widget_nav_menu {
	margin: 1em 0 0;
	}
	

#footer-widgets .block {
    background-color: transparent;
    clear: both;
    padding: 0 2em 1.3em;
	margin: 0 auto !important;
	float: none;
}

#footer #copyright .c-line {
	width: 100%;
}


#footer-widgets  ul.menu li {
    display: inline-block;
    vertical-align: text-top;
    width: 13%;
}


#footer-widgets  ul.menu li:nth-child(1), #footer-widgets  ul.menu li:nth-child(2) {
    width: 12%;
}

#footer-widgets  ul.menu li:nth-child(5) {
    width: 18%;
}

#footer-widgets  ul.menu li:nth-child(7) {
    width: 10%;
}


#footer-widgets  ul.menu li ul li {
    width: 100% !important;
}

#footer-widgets  ul.menu li a{
	font-size: 1.5em;
	color: #FFFFFF;
	font-family: "Open Sans Condensed",sans-serif;
	text-transform: uppercase;
    font-weight: 400;
    text-rendering: optimizelegibility;
}

#footer-widgets  ul.menu ul {
    padding: 0 0 0 0; /* submenu indent*/
}

#footer-widgets ul.menu li ul li a{
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	color: #FAFAFA;
	text-transform: none;
}

.widget .prodtitle a {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 1.2em;
	color: #000;
}

a.widgetbutton.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 27%;
}

#sidebar a.widgetbutton {
	background: #A2CD5A;
	max-width: 30%;
}

#sidebar a.widgetbutton:hover {
	background: #9AD537;
}

#home-widgets .textwidget img.aligncenter, #home-widgets .widget_woocommerce_feature_product_widget img {
	max-width: 70%;
	max-height: 190px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}

/* Adding BookLaunchMentor add to end of MBT Grid view */

#bookmentlink {
	width: 62.0689655172%;
	margin-right: 0;
	display: inline-block;
	float: left;
	clear: none !important;
}

#bookmentlink img {
	width: 100%;
	max-width: 786px;
	margin: 0 !important;
	padding: 0 !important;
}

.mbt-cat-cl #bookmentlink {
	display: none;
}

.mbt-cat-sf .mbt-book-archive #bookmentlink {
	display: none;
}

.mbt-cat-sf .mbt-book-archive .mbt-book-archive-books #bookmentlink {
	display: inline-block;
}


/**********************/
/* WooCommerce Styles */
/**********************/


.woocommerce-mainshop h3 {
	/*display: none;*/
}

.woocommerce-mainshop ul.products li.product {
    min-height: 580px;
	position: relative;
	width: 28.25%;
	margin-right: 1.5%;
	padding: .75em 1em;
	border: 1px solid #ECECEC;
    border-radius: 3px;
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.3);  
}

.woocommerce img, .woocommerce-page img {
    max-height: 600px;
    width: auto !important;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 42%;
	margin-right: .5em;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 56%;
}
.woocommerce-mainshop .back-to-top {
	display: block;
	position: relative;
	margin: 1em 0;
	padding: .5em .5em;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 400;
	font-size: 2.3em;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
    text-rendering: optimizelegibility;
	color: #343434;
}

.woocommerce-mainshop .fix.title-bottom {
	margin-bottom: 2em;
}

/* Cart Info Bar on Header */
#cart-info {	
	float: right;
	clear: both;
	border: 1px solid #ECECEC;
    border-radius: 3px;
	border-top: 0px;
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.3);    
	margin: 0 0 1em 0;
	padding: 0.5em 1em;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 400;
	font-size: 1.4em;
	text-transform: uppercase;
    text-rendering: optimizelegibility;
}

#cart-info a.cart, #cart-info a.checkout, #cart-info a.myaccount {
	margin: 0 0.5em;
	color: #000000;
}

#cart-info .count {
	color: #FF0000;
	margin: 0 2px;
}

/* Product Category Pages */

/* Cat page banners */

.tax-product_cat .page-title, .woocommerce-mainshop h2.page-title {
	max-width: 980px;
	display: block;
	position: relative;
	margin: 1em 0 2em;
	padding: .5em .5em;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
	font-size: 2.8em;
	text-transform: uppercase;
    text-rendering: optimizelegibility;
	color: #FFF;
	background-color: #CCCCCC;
}

/* healing cat */
.tax-product_cat.term-find-healing-joy .page-title, .woocommerce-mainshop h2.page-title.find-healing-joy {
	background-color: #F9AD09;
}

.tax-product_cat.term-find-healing-joy .page-title:after, .woocommerce-mainshop h2.page-title.find-healing-joy:after  {
	content: url(images/category-healing.png);
	position: absolute;
	right: 5px;
	top: -75%;
}

/* kid cat */
.tax-product_cat.term-help-your-kids-thrive .page-title, .woocommerce-mainshop h2.page-title.help-your-kids-thrive {
	background-color: #AAC564;
}

.tax-product_cat.term-help-your-kids-thrive .page-title:after, .woocommerce-mainshop h2.page-title.help-your-kids-thrive:after {
	content: url(images/category-kids.png);
	position: absolute;
	right: 5px;
	top: -40%;
}

/* publish cat */
.tax-product_cat.term-get-published-2 .page-title, .woocommerce-mainshop h2.page-title.get-published-2 {
	background-color: #75AACA;
}

.tax-product_cat.term-get-published-2 .page-title:after, .woocommerce-mainshop h2.page-title.get-published-2:after {
	content: url(images/category-pub.png);
	position: absolute;
	right: 5px;
	top: -40%;
}

/* fiction cat */
.tax-product_cat.term-read-southern-fiction .page-title, .woocommerce-mainshop h2.page-title.read-southern-fiction {
	background-color: #bb2a3c;
}

.tax-product_cat.term-read-southern-fiction .page-title:after, .woocommerce-mainshop h2.page-title.read-southern-fiction:after {
	content: url(images/category-fiction.png);
	position: absolute;
	right: 5px;
	top: -43%;
}

.tax-product_cat .products .price {
	font-size: 1.3em;
}

.tax-product_cat ul.products li.product {
    min-height: 530px;
	position: relative;
	width: 28.75%;
	margin-right: 2.0%;
	padding: .75em 1em;
	border: 1px solid #ECECEC;
    border-radius: 3px;
	-moz-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 4px rgba(190, 190, 190, 0.3);  
}

.tax-product_cat ul.products li.product a, .tax-product_cat ul.products li.product a:hover, .woocommerce-mainshop ul.products li.product a, .woocommerce-mainshop ul.products li.product a:hover {
    text-decoration: none;
}

.tax-product_cat ul.products li.product a img, .woocommerce-mainshop ul.products li.product a img {
    margin: 0.75em auto;
    width: auto !important;
	max-width: auto !important;
	height: 350px;
	text-align: center;
}

.tax-product_cat ul.products li.product h3, .woocommerce-mainshop ul.products li.product h3 {
	text-align: left;
	color: #000000;
}

.tax-product_cat ul.products li.product .excerpt, .woocommerce-mainshop ul.products li.product .excerpt  {
	text-align: left !important;
	font-size: 1.2em !important;
	color: #000000 !important; /*#434343 changed by Jim 1/7/14*/
	padding-bottom: 1em;
	border-bottom: 1px solid #DEDEDE;
}

.tax-product_cat ul.products li.product .price, .woocommerce-mainshop ul.products li.product .price {
	margin: 1em .25em;
	text-align: left;
}

.tax-product_cat ul.products li.product .comments a, .woocommerce-mainshop ul.products li.product .comments a {
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 400;
	font-size: 1.3em;
    text-rendering: optimizelegibility;
	text-align: left;
	margin: 1.2em 0 0 0;
	float: left;
	color: #000000 !important;
}

body.tax-product_cat #wrapper #content ul.products li.product .button, 
body.woocommerce-mainshop #wrapper #content  ul.products li.product .button {
	width: 45% !important;
	float: right;
	text-transform: uppercase;
	letter-spacing: 0 !important;
	font-size: 1.5em !important;
    font-weight: 400 !important;
    line-height: 110% !important;
	padding: 0.25em 0.25em 0.25em 0.25em !important;
    text-rendering: optimizelegibility;
}

.tax-product_cat ul.products li.product .button, .woocommerce-mainshop ul.products li.product .button {
	position: absolute !important;
	bottom: 15px;
	right: 5px;
	margin: 0!important;
}

.tax-product_cat ul.products li.product .comments a, .woocommerce-mainshop ul.products li.product .comments a{
	position: absolute !important;
	bottom: 15px;
	left: 10px;
	margin: 0!important;
	display: none;
}


.tax-product_cat ul.products li.product .price del, .woocommerce-mainshop ul.products li.product .price del {
	opacity: 0.8 !important;
	color: #000000 !important;
	font-size: 1em !important;
	margin-right: .5em;
}

.tax-product_cat ul.products li.product .price .amount, .tax-product_cat ul.products li.product .freeship, .woocommerce-mainshop ul.products li.product .price .amount, .woocommerce-mainshop ul.products li.product .freeship { 
	font-size: 1.2em !important;
	color: #bb2a3c
}


/* Single Product */

.single-product .type-product {
	margin-top: 2.5em;
}

.single-product .type-product .images {
	width: 31%;
}

.single-product .type-product .images .thumbnails a.zoom {
    float: left;
    margin-right: 1%;
    width: 18.75%;
}

.single-product .type-product .summary {
	width: 65%;
}

.single-product .type-product .summary .liketweets {
	position: relative;
	float: right;
	clear: none;
	width: 50%;
}

.single-product .type-product .summary .fix {
	display: none;
}

.single-product h1.product_title {
    color: #000000;
	font-size: 2em;  
	width: 50%
}

.single-product .breadcrumb {
    border-bottom: 0px ;
}

.woocommerce #main .onsale {
	display: none !important;
}

#questions-contact {
	width: 41.83%;
	max-width: 410px;
	position: absolute;
	right: -3em;
	top: 0em;
	z-index: 100;
}


.single-product .summary div p {
	line-height: 170%;
	font-size: 1.4em !important;
}

.single-product p.price, .tax-product_cat ul.products li.product .price, .woocommerce-mainshop ul.products li.product .price {
	border: 0px !important;
	font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: 400 !important;
    text-rendering: optimizelegibility !important;
	margin-bottom: .5em !important;
}

.single-product p.price del .amount, .tax-product_cat ul.products li.product .price del .amount, .woocommerce-mainshop ul.products li.product .price del .amount {
	opacity: 0.8 !important;
	font-size: 1.1em !important;
	color: #000000 !important;
}


.single-product p.price .amount, .single-product .summary p.price .freeship {
	font-size: 1.5em !important;
	color: #bb2a3c !important;
}



.single-product .summary .cart {
	float: right;
	/*width: 40%;
	clear: both;*/
}
.single-product .summary .cart .quantity {
	clear: none;
	float: left;
	margin: 1em 1em 0.75em 0;
}

.single-product .summary .cart .button {
/*	width: 45% !important; */
	width: auto !important;
}

.single-product .summary .product_meta{
/*	clear: both;
	display: block;*/
	display: none;
}

/* product tabs */

.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
    border: 0px;
	margin-bottom: 1.5em;
}

.woocommerce .woocommerce-tabs ul.tabs, .woocommerce .woocommerce_tabs ul.tabs {
    padding:  .5em .5em 0;
	background: none !important;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 2em !important;
}


.woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li {
    float: left;
	list-style: none;
	list-style-type: none;
	margin: 0 .5em 0 0;
	border: 1px solid #D1D1D1;
    border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0px -1px 4px rgba(150, 150, 150, 0.25);
	-webkit-box-shadow: 0px -1px 4px rgba(150, 150, 150, 0.25);
	box-shadow: 0px -1px 4px rgba(150, 150, 150, 0.25);
}

.woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
	font-size: 1.6em;
	color: #B9B9B9;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
}

.woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
	font-size: 1.6em;
	color: #434343;
}

.woocommerce  .woocommerce-tabs #tab-description h2 {
	display: none !important;
}

.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs .panel {
    font-size: 110%;
	color: #212121;
	line-height: 150%;
	border-bottom: 1px solid #D1D1D1;
}

/* cheesy work around to try and make disqus api box show up in a tab*/
.woocommerce .woocommerce-tabs .panel #disqus_thread iframe {
	min-height: 800px !important;
	overflow: visible !important;
	display: block !important;
}


/* Related Products */

.woocommerce.one-col .related, .woocommerce.one-col .upsells {
    width: 98%;
}

.woocommerce.one-col .related h2, .woocommerce.one-col .upsells h2 {
    color: #000000;
	margin-bottom: 1em;
}

.woocommerce.one-col .related ul.products li.product {
    clear: none;
    margin-right: 1.8%;
    margin-top: 0.5em;
    width: 22.75%;
}

.woocommerce.one-col .related ul.products li.product h3 {
	font-size: 1.4em;
	color: #000000;
	min-height: 45px;
}

/* Extra Buy button on prod singles */
.single-product .extra_add_button {
	border-bottom: 1px solid #D1D1D1;
    color: #212121;
    display: block;
    font-size: 110%;
    line-height: 150%;
    margin: 0 auto 1em !important;
    text-align: center;
}

.single-product .extra_add_button h1.product_title {
	width: 100%;
	font-size: 1.9em;
	color: #636363;
}

.single-product .extra_add_button h1.product_title .thetitle {
	font-size: 1.3em;
/*	font-style: italic; */
	color: #000000;
}



.single-product .extra_add_button form.cart {
	width: 28%;
	margin: 1em auto;
	text-align: left;
}

.single-product .extra_add_button form.cart .quantity {
	float: left;
	display: inline-block;
}

.single-product .extra_add_button form.cart .button {
	float: left !important;
	margin-left: 1em !important;
	margin-top: 0 !important;
	display: inline-block !important;
}

/* Cart */

.woocommerce-message,.woocommerce-error,.woocommerce-info{padding:1em 1em 1em 3.5em;margin:0 0 2em;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fcfbfc;background:-webkit-gradient(linear,left top,left bottom,from(#fcfbfc),to(#f7f6f7));background:-webkit-linear-gradient(#fcfbfc,#f7f6f7);background:-moz-linear-gradient(center top,#fcfbfc 0%,#f7f6f7 100%);background:-moz-gradient(center top,#fcfbfc 0%,#f7f6f7 100%);color:#5e5e5e;text-shadow:0 1px 0 #ffffff;list-style:none outside;width:auto;-webkit-box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3)}.woocommerce-message:after,.woocommerce-error:after,.woocommerce-info:after{content:"";display:block;clear:both}.woocommerce-message:before,.woocommerce-error:before,.woocommerce-info:before{content:"";height:1.5em;width:1.5em;display:block;position:absolute;top:0;left:1em;font-size:1em;line-height:1.5;text-align:center;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.2);padding-top:1em;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1)}.woocommerce-message .button,.woocommerce-error .button,.woocommerce-info .button{float:right}.woocommerce-message li,.woocommerce-error li,.woocommerce-info li{list-style:none outside;padding-left:0;margin-left:0}.woocommerce-message{border-top:3px solid #8fae1b}.woocommerce-message:before{background-color:#8fae1b;content:"\2713"}.woocommerce-info{border-top:3px solid #8FAE1B}.woocommerce-info:before{background-color:#8FAE1B;content:"i";font-style:italic}.woocommerce-error{border-top:3px solid #b81c23}.woocommerce-error:before{background-color:#b81c23;content:"\00d7";font-weight:700}p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:.5em 0;text-align:center;background:#AA0018;background:-webkit-gradient(linear,left top,left bottom,from(#AA0018),to(#770011));background:-webkit-linear-gradient(#AA0018,#770011);background:-moz-linear-gradient(center top,#AA0018 0%,#770011 100%);background:-moz-gradient(center top,#AA0018 0%,#770011 100%);border:1px solid #770011;color:#f7b2bb;z-index:99998;box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2)}

 body #wrapper #content table.cart .actions .button, body #wrapper #content .woocommerce .woocommerce-message .button {
	-webkit-border-radius:2px !important;
	-moz-border-radius: 2px !important;
	border-radius:2px !important;
	text-shadow:0 1px 0 #ffffff !important;
	color:#5e5e5e !important;
	text-shadow:0 1px 0 rgba(255,255,255,0.8)!important;
	border:1px solid #c7c0c7 !important;
	background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf))!important;
	background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%)!important;
	background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%)!important;
	white-space:nowrap !important;
	display:inline-block !important;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1) !important;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1) !important;
}

body #wrapper #content .woocommerce .woocommerce-message .button{
	display: inline_block;
	float: right; 
	clear: none;
	margin: 0 0;
    width: 20%;
}

body #wrapper #content table.cart .actions .button:hover, body #wrapper #content .woocommerce .woocommerce-message .button:hover{
	background:#f7f6f7; 
	background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d3ced3)) !important;
	background:-webkit-linear-gradient(#f7f6f7,#d3ced3) !important;
	background:-moz-linear-gradient(center top,#f7f6f7 0%,#d3ced3 100%) !important;
	background:-moz-gradient(center top,#f7f6f7 0%,#d3ced3 100%) !important;
	text-decoration:none !important;
}

body #wrapper #content table.cart .actions .checkout-button {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #A2CD5A; /* Old browsers */
	background: -moz-linear-gradient(top,  #A2CD5A 0%, #A2CD5A 4%, #A2CD5A 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2CD5A), color-stop(4%,#A2CD5A), color-stop(100%,#A2CD5A)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #A2CD5A 0%,#A2CD5A 4%,#A2CD5A 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2CD5A', endColorstr='#A2CD5A',GradientType=0 ) !important; /* IE6-9 */
	/*border: 1px solid #990000 !important;*/
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	font-family: "Open Sans", arial, serif;	font-size: 1.2em;
	font-weight: 400;
	text-rendering: optimizelegibility;
	padding: .5em 1.5em;
	margin: .75em 0em;
	color: white !important;
}

body #wrapper #content table.cart .actions .checkout-button:hover {
	background: #9AD537; 
	background:-webkit-gradient(linear,left top,left bottom,from(#9AD537),to(#9AD537)) !important;
	background:-webkit-linear-gradient(#9AD537,#9AD537) !important;
	background:-moz-linear-gradient(center top,#9AD537 0%,#9AD537 100%) !important;
	background:-moz-gradient(center top,#9AD537 0%,#9AD537 100%) !important;
	text-decoration:none !important;
}

table.cart {
	width: 100%;
}

table.cart .actions .button {
	width: 15% !important;
	float: left !important;
	clear: none !important;
	padding: 0.25em 0.5em !important;
	line-height: 130% !important;
	font-size: 1.1em !important;
	margin: .1em .5em 0 0 !important;
}

table.cart .actions .checkout-button {
	text-transform: uppercase;
	font-size: 1.2em !important;
	width: 30% !important;
	margin: 0 .5em 0 0 !important;
}

table.cart .actions .coupon {
	width: 50% !important;
}

table.cart .actions .coupon .input-text {
	width: 25% !important;
	float: left !important;
}

table.cart .actions .coupon .button {
	width: 30% !important;
	float: left !important;
	padding: 0.25em 0.5em !important;
	line-height: 130% !important;
	font-size: 1.1em !important;
	margin: 0 1em !important;
}

.cart_totals h2 {
	color: #000000;
} 

.cart-collaterals #shipping_method li, .cart-collaterals .tax-rate td span {
    font-weight: bold !important;
}
/* Checkout */

.woocommerce-checkout p, .woocommerce-checkout .entry p {
	color: #212121;
}

#order_review #payment #place_order {
	width: 20%;
	min-width: 100px;
	float: right;
	font-size: 1.3em;
	text-transform: uppercase;
	padding: .25em .5em !important;
}

.woocommerce-checkout #order_review .shop_table td span {
	font-weight: bold;
}

/* receipt page */

ul.order_details li {
	padding-left: 1em !important;
}

.woocommerce-checkout .woocommerce .title {
	font-size: 1.2em;
	margin-top: .5em;
}

/* account page */
.woocommerce-account .woocommerce .address h3 {
	font-size: .9em !important;
}

.woocommerce-account .logout {
	position: absolute;
	top: 1em;
	right: 3em;
    color: #B0B0B0;
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.2em !important;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 0.5em;
    text-rendering: optimizelegibility;
}


/* Pinterest Buttons */
.feature-image{
	border: 1px solid #FF0000;
	padding: 3px;
	position: relative;
	display: inline-block;
	float: left;
	clear: none;
}

.feature-image td{
	padding: 0;
}

.mbt-shadowbox-buybutton .cb_pin_images .cb_pin_link {
	display: none;
}
/* Search Results */

.search-results .post .title {
	width: 100% !important;
}


/* Podcast Stuff */
#podcastbox{
	
}

/* intro box */
#podcast-intro-box {
	padding: 0 1em 1em 1em;
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
}

#podcast-intro-box .archive_header {
	margin: 0 0 10px;
}

#podcast-intro-box #podcast-logobox {}

#podcast-intro-box #podcast-description {
	padding: 20px 10px;
	line-height: 160%;
	color: #000000 !important;
	font-size: 20px;
	display: block;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif !important;
}

#podcast-latest {}

#podcast-latest .hentry {
	margin-bottom: 0 !important;
}

#podcast-subscribe {
	padding: 1em;
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
}

#podcast-subscribe h3 {
	font-size: 2.8em;
	font-family: "Arapey", serif;
	font-weight: 400;
	color: rgba(0, 106, 142, 1);
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: .25em;
	padding-bottom: 0em !important;
	padding-top: 0 !important;
}

#podcast-subscribe ul li {
	display: inline-block;
}

#podcast-subscribe ul li a.btn img {
    width: 100%;
    max-width: 150px;
}

#podcast-list {
	padding: 1em;
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
}

#podcast-list h2 {
	font-size: 2.8em;
	font-family: "Arapey", serif;
	font-weight: 400;
	color: rgba(0, 106, 142, 1);
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: .25em;
	padding-bottom: 0em !important;
	padding-top: 0 !important;
}

#podcast-list #podcast-posts li {
	padding: 5px 0px 5px 10px;
	font-size: 16px;
	font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif !important;
}

#podcast-header {
	margin: 0 0 1.5em;
}

@media only screen and (min-width: 769px) {
	#nav-container { position: relative;}
}

/**********************************************/
/******   MOBILE RESPONSIVE STYLES      *******/
/**********************************************/

/* extra for mobile responsive */

@media only screen and (max-width: 1350px) {
	#home-widgets .box1 .myfollowercount_widget {
	  padding: 0 0 1em;
	}

}
@media only screen and (max-width: 1000px) {
	#home-video, #home-speak-video {
	  width: 96%;
	}
	
	
	.home #home-books-cont {
	  margin: 1em;
	  width: 96%;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-image {
	  width: 40%;
	}
	.home-podcast-cont .home-podcast {
	  width: 96%;
	}
	
	#home-widgets .box1 {
	  max-width: 875px;
	  width: 100%;
	}

}

/* fix banner issue at 900px */
@media only screen and (max-width: 900px) {
	#logo {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	#home-widgets .box1 .widget_text {
	  width: 65%;
	}
	
	#home-widgets .box1 .myfollowercount_widget {
	  width: 28%;
	}
	
/*	#header {
		background-position: right 20px;
	}
*/	#cart-info {
		margin-bottom: .5em !important;
	}
	
	 body.full-width #content {
	  padding-left: 1em;
	  padding-right: 1em;
	}
	
	.two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar {
	  float: none;
	}
}

@media only screen and (max-width: 860px) {
	#homeintro .introtext {
		margin-right: 4%;
	}

	#homeintro h2 {
		font-size: 2.75em;
		max-width: 100%;
	}
	
	#homeintro .read-more {
		font-size:2.5em;
		min-width:160px;
	}
	
	#home-widgets .box1 .widget_text {
	  width: 50%;
	}
	
	.player .sidedock {
	  top: 1em;
	}
	
	#home-widgets .box1 .myfollowercount_widget {
	  width: 45%;
	}
	
	.page #main-sidebar-container {
	  margin-top: 1%;
	  border-top: none;
	}

	#nav-container {
	  margin-top: -50px;
	}
	
	.mbt-book-archive .mbt-book.mbt-grid-book {
		width: 30.0344827586%;
		margin-right: 2.44827586207%;
	}
}

@media only screen and (max-width: 768px) {
	
	#nav-container {
	  margin-top: 0;
	}
	
	#main-sidebar-container {
	  border-top: medium none;
	  padding-top: 0;
	}
	
	
	#cart-info {
		position: absolute;
		top: 3px;
		left: 5px;
		font-size: 1em;
	}
	
	#wrapper {
		padding-top: 0;
	}

	#sidebar-wrapper, .two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar, 
	#sidebar {
		width: 100%;
		margin-top: 0;
	}
	
	#main-sidebar-container {
		width: 100%;
	}
	
	#homesubscribe-cont #homesubscribe {
		margin: 0 auto .5em;
		padding: .5em 0;
		width: 98%;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right {
		margin: 1em 0 0;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-text, #homesubscribe-cont #homesubscribe .subscribe-right h2 {
		line-height: 130%;
	}	
	
	.home #homeintro, .home #home-posts, .home #home-video {
		width: 96%;
		max-width: 96%;
		padding: .25em;
		margin: .5em auto !important;
		height: auto;
	}
	
	.home .post img.thumbnail {
		margin: 1em auto !important;
		width: 90%;
	}
	
	#home-video-cont {
		background-color: #DFDFDF;
		margin: .5em 0;
		padding: 0em;
	}

	.liketweets div:nth-child(3) {
		display: none;
	}
	
	#main-sidebar-container #main {
		padding: 0 0.5em;
	}
		
	#sidebar .widget {
		width: 90%;
		margin: 0 auto;
	}
	
	#sidebar .widget:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}

	.post-entries {
		margin: .5em;
		padding: 0 1em;
	}
	
	.page .hentry, .single-post .post { 
		width: 96%;
	}

	#sidebar .nsu_widget, .nsu_widget {
		margin: 1.5em auto;
	}

	.single-product .type-product .images, .single-product .type-product .summary, .single-product h1.product_title, .woocommerce.one-col .related ul.products li.product, .tax-product_cat ul.products li.product, .tax-product_cat ul.products li.product, .woocommerce-mainshop ul.products li.product {
    	width: 96%;
		margin: .5em auto;
	}
	
	.woocommerce.one-col .related ul.products li.product  {
		border-bottom: 1px solid #EAEAEA;
	}


	.tax-product_cat ul.products li.product .button, .woocommerce-mainshop ul.products li.product .button {
		position: relative !important;
		bottom:  0;
		right: 0;
		margin: 0.5em !important;
	}

	.tax-product_cat ul.products li.product .comments a, .woocommerce-mainshop ul.products li.product .comments a{
		position: relative !important;
		bottom:  0;
		right: 0;
		margin: 0.5em !important;
	}
	
	#homesubscribe-cont {
	  margin: .5em 0 0;
	}
	
	.player .sidedock {
	  margin-top: 1em;
	}
	
	.page #main-sidebar-container #main {
	  margin-top: .5em;
	}
	
	#main-sidebar-container {
  		margin-top: 0;
	}
	
	.mbt-book-archive .mbt-book.mbt-grid-book {
		width: 47% !important;
		max-width: 270px;
		margin-right: 3% !important;
	}
	
	.mbt-book-archive .mbt-book.mbt-grid-book:nth-child(2n) {
		float: none;
		margin-right: 0 !important;
	}
	
	#bookmentlink {
		width: 96%;
		margin: 0 auto;
	}


}

@media only screen and (max-width: 680px) {

	html {
		margin-top: 0 !important;
	}

	#wrapper {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}

	#header {
		height: 100px;
	}


	#logo {
		padding-top: 0;
	}

	.nav-wrapper {
		max-height: 100%;
	}

	#navigation ul.nav {
		margin: 0;
		padding: 0;
	}
	
	#nav-container {
	  margin-top: 0;
	}

	#home-widgets .homewidget {
		max-width: 85%;
		width: 85%;
		float: none;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.home #main {
		margin-bottom: 2em;
	}
	
	#homeintro {
		padding: 2em .75em;
	}
	
	#homeintro img.homeimage {
		max-width: 35%;
	}

	#homeintro .introtext {
		display: inline;
		float: none;
		margin-top: .5em;
		padding: .25em 0 1.5em 1%;
	}

	#homeintro h2 {
		font-size: 2em;
		display: block;
		float: right;
		max-width: 55%;
	}

	#homeintro p {
		font-size: 1.2em;
		display: block;
		float: right;
		max-width: 55%;
		margin-right: .5em;
	}

	#homeintro .read-more {
		font-size: 1.45em;
		max-width: 40%;
		min-width: 100px;
		float: left;
	}
	
	#homeintro .edit-link {
		display: none;
	}
	
	.home .post img.thumbnail, .archive .post img.thumbnail .search .page img.thumbnail, .post img.thumbnail {
		display: block;
		float: none;
		margin: 0 auto;
	}
	
	.two-col-left #main-sidebar-container #main, .two-col-right #main-sidebar-container #main {
	  width: 100% !important;
	}

	#sidebar-wrapper, .two-col-left #main-sidebar-container #sidebar, .two-col-right #main-sidebar-container #sidebar {
		width: 98%;
		margin-top: 0;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right h2 {
	  font-size: 3.5em;
	}
	
	#main-sidebar-container {
		width: 96%;
		margin: 1% auto .5em;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-text {
	  font-size: 1.75em;
	  line-height: 1.2;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right {
	  margin: 3em auto 0;
	  width: 96%;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-image {
	  width: 70%;
	}
	
	.home .post, .home #feature-boxes {
		margin: 0 auto 1.5em;
		width: 98%;
	}
	
	#home-video-cont {
	  margin: 0.5em .25em .5em 1em;
	}
	
	.home #home-posts {
	  margin: 0 auto;
	  max-width: 425px;
	}
	
	.home #home-posts-cont {
	  margin: 0 2em 0 4em;
	}
	
	.home .post header {
	  float: left;
	  text-align: left;
	}
	
	.home .post header .title {
	  float: left;
	}
	
	.home .post .entry {
	  float: left;
	}
	
	.two-col-left #main-sidebar-container #main, .two-col-right #main-sidebar-container #main{
		width: 98% !important;
		padding: 0;
	}

	
	#sidebar .widget:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}

	.page .hentry, .single-post .post { 
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.post img.category {
		margin: 0 auto 1em;
	}
	
	.single-post .post-meta, .single-post .post .title {
		max-width: 73%;
	}
	
	.post img.category {
		height: auto;
	}

	.post p.tags {
	position: relative;
	}
	
	#sidebar .nsu_widget, .nsu_widget {
	margin: 1.5em auto;
	}
		
	body #wrapper #content form input.nsu-submit.button {
	width: 50%;
	margin: 0 auto;
	display: block;
	}
	
	.woocommerce .breadcrumbs {
		margin-top: 35px;
	}
	
	.home #content {
	  margin-top: .5em;
	}
	
	.home #home-books-cont .home-books li.product {
	  float: none;
	  width: 96%;
	  display: block;
	  margin: .5em auto;
	}
	
	.home-podcast-cont .home-podcast .podimg {
		width: 35%;
	}
	
	.home-podcast-cont .home-podcast .podcast-right {
		width: 60%;
	}
	
	.home-podcast-cont {
	  margin: 1em 0 1em 1em;
	}
	
	#home-widgets .box1 .widget_text {
	  width: 100%;
	}
	
	#home-widgets .box1 .myfollowercount_widget {
	  width: 75%;
	}
	
	.page #main-sidebar-container #main {
	  margin-top: 16% !important;
	}

	
	#footer-widgets ul.menu li:nth-child(1), #footer-widgets ul.menu li:nth-child(2) {
	  width: 100% !important;
	}
	
	#footer-widgets ul.menu li:nth-child(5) {
	  width: 100% !important;
	}
	
	#footer-widgets ul.menu li {
	  width: 100%;
	}
	
}
/* for placement of breadcrumbs and main content only */
@media only screen and (max-width: 640px) {
	
	.entry img {
	  margin: 0 3%;
	  width: 80%;
	}
	
}
@media only screen and (max-width: 440px) {
	#footer-widgets ul.menu li  {
   		 width: 90% !important;
		 margin-bottom: .2em;
	}	
	
	#footer-widgets ul.menu li ul li a {
		margin-left: .5em;
	}
	
	.liketweets {
		display: none;
	}
	
	.post .title, .single-post .post-meta, .single-post .post .title {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	
	.woocommerce-mainshop ul.products li.product, .woocommerce-mainshop ul.products li.product.last {
		width: 90.75%;
		float: none !important;
		margin: 0.5em auto !important;
	}


	.tax-product_cat .page-title {
		font-weight: 400;
		font-size: 2em;
		margin: .25em 0;
	}

	.tax-product_cat .page-title:after {
		content: none !important;
	}
	
	
	.tax-product_cat ul.products li.product, .woocommerce-mainshop ul.products li.product {
		width: 95.75%;
		margin: .25em auto !important;
		min-height: auto;
		margin-right: .25em;
		clear: none;
		float: none;
	}
	
	.single-product .type-product {
   		 margin-top: 1em;
	}
	
	.single-product .type-product .images, .single-product .type-product .summary, .single-product h1.product_title, .woocommerce.one-col .related ul.products li.product  {
    	width: 95%;
	}
	
	.woocommerce.one-col .related ul.products li.product  {
		border-bottom: 1px solid #EAEAEA;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right {
	  margin: 3em 1em 0;
	  width: 100%;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right h2 {
	  font-size: 3em;
	}
	
	.home .post .entry {
	  width: 100%;
	}
	
	.entry, .woo-sc-box.normal, .woo-sc-box.normal {
	  font-size: 1.25em !important;
	}
	
	.home #home-posts-cont {
	  margin: 0 1em 0 2em;
	}
	
	.home .post .post-more {
	  width: 80%;
	}
	
	.home #content {
	  margin-top: 0;
	}
	
	#homesubscribe-cont #homesubscribe .subscribe-right .subscribe-button a {
	  padding: 0.5em 1em 0.4em !important;
	}
	
	.home .post .entry p {
	  font-size: 1em;
	}
	
	.post-more .read-more a, .widget_next_event_widget a.events-link {
	  padding: 0.4em 1em;
	}
	
	#navigation ul.nav ul {
	  width: 90% !important;
	}
	
	.mbt-book-archive .mbt-book.mbt-grid-book {
		width: 96% !important;
		margin: 0 auto 20px !important;
	}
	
	.mbt-book-archive .mbt-book.mbt-grid-book:nth-child(2n) {
		float: none;
		margin: 0 auto 20px !important;
	}
	
	#bookmentlink {
		width: 96%;
		margin: 0 auto 20px;
	}

	
	
}