/******************************************************************
Theme Name:    Dr FN Lee
Theme URI:    http://excitemedia.com.au/
Author:      ExciteMedia
Author URI:    http://excitemedia.com.au/
Version:    1.0
Tags:      fluid-layout, responsive-layout, accessibility-ready, microformats

License:    GNU General Public License v3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
*/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(http://fonts.googleapis.com/css?family=Lato:300);
/* Font Faces - END */

html, body {
  height: 100%;
}
body {
  margin: 0px;
  min-width: 960px;
}
body {
  color: #1b1a1a;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
  color: #b71011;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 9px;
  padding: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  color: #1b1a1a;
  font-size: 32px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
a {
  color: #b71011;
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #252525;
}
img {
  border: 0;
  height: auto !important;
  max-width: 100%;
  width: auto\9;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
  height: 10px !important;
}
p {
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 0;
}
hr {
  background-color: transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #aca59c;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}

/*********************
LAYOUT STYLES
*********************/
.center {
  margin: 0 auto;
  max-width: 960px;
}
.top_bar {
  background: url(library/images/menu_bg.jpg) repeat-x center top;
  position: relative;
  z-index: 10;
}
.top_menu {
	float: left;
}
.header_search {
	float: right;
	padding-top: 15px;
}
.header_search .searchform label {
	display: none;
}
.header_search .searchform input[type="text"] {
	background: url(library/images/search_input.png) repeat left top;
	border: none;
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 14px;
	height: 23px;
	padding: 5px 5px 4px;
	text-align: center;
	width: 144px;
}
.header_search .searchform input[type="submit"] {
	background: #a31519 url(library/images/icon_glass.png) no-repeat 50% 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	font-size: 0px;	
	height: 23px;
	line-height: 0px;
	padding: 0;
	text-indent: -999px;
	width: 35px;
}
.banner_area {
  background: #000;
}
.banner_area_inner {
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
}
.banner_area .center {
  position: relative;
}
.banner_area .center > img {
  display: block;
  left: 50%;
  margin-left: -750px;
  max-width: none;
  position: relative;
}
.logo {
  left: 10px;
  position: absolute;
  top: 126px;
  z-index: 1;
}
.logo a, .logo img {
  line-height: 0;
}
.logo img {
  vertical-align: top;
}
.mainbody {
  background: url(library/images/mainbody_bg.jpg) repeat left top;
}
.mainbody_bg_top {
  background: url(library/images/mainbody_top.jpg) repeat-x center top;
  padding-bottom: 42px;
}
.mainbody_margin {
  background: url(library/images/mainbody_inner.jpg) repeat left top;
  -webkit-box-shadow: 0 0 1px #ababab, 2px 2px 4px rgba(0,0,0,0.31);
  -moz-box-shadow: 0 0 1px #ababab, 2px 2px 4px rgba(0,0,0,0.31);
  box-shadow: 0 0 1px #ababab, 2px 2px 4px rgba(0,0,0,0.31);
  float: left;
  margin-top: -79px;
  position: relative;
  width: 100%;
}
.mainbody_separartor {
  background: url(library/images/mainbody_separator.jpg) repeat-y right top;
  padding: 35px 325px 35px 0;
  position: relative;
}
body.home .mainbody_separartor,
.single-devotion .mainbody_separartor,
.page-id-13 .mainbody_separartor {
  padding-top: 23px;
}
.main_content {
  float: left;
  position: relative;
  width: 100%;
}
.main_content_inner {
  min-height: 150px;
  padding: 0 50px;
}
body.home .main_content_inner {
  padding-top: 70px;
}
.main_sidebar {
  float: left;
  margin-right: -100%;
  padding: 0 16px 0 17px;
  position: relative;
  width: 292px;
}
.main_footer {
  background: url(library/images/footer_bottom.jpg) repeat 0 2px;
  border-top: 2px solid #514f4f;
}
.main_footer_inner {
  background: url(library/images/footer_bg.jpg) repeat-x left top;
  color: #fff;
  font: 300 18px/28px 'Lato', sans-serif;
  padding: 47px 0 44px;
  text-align: center;
}
.copyright {
  border-right: 1px solid #646363;
  display: inline-block;
  padding-right: 68px;
}
.copyright span:first-child {
  padding-right: 8px;
}
.bottom_links {
  display: inline-block;
  padding-left: 55px;
}
.main_footer_inner a {
  color: #fff;
  text-decoration: none;
}
.main_footer_inner a:hover {
  text-decoration: underline;
}
.archive_content article {
	border-bottom: 1px dashed #979797;
}
h3.entry-title {
	font-size: 27px;
}
h3.entry-title a {
	text-decoration: none;
}

/* Homepage Style */
.sidebar_font_resizer_mobile {
	display: none;
}
.sidebar_font_resizer {
	font-size: 13px;
	padding-top: 10px;
}
.sidebar_font_resizer > span, .sidebar_font_resizer .fontResizer {
    display: inline-block;
    vertical-align: top
}
.sidebar_font_resizer > span {
	padding-right: 5px;
}
.sidebar_font_resizer .fontResizer a {
	display: inline-block;
	font-size: 0;
	margin-top: 5px;
	vertical-align: top;
}
.sidebar_font_resizer .fontResizer img {
	vertical-align: top;
}
h3.sidebar_categories {
  background: url(library/images/heading_right_bg.png) no-repeat left top;
  color: #fff;
  font: bold 14px/41px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 2px 33px 6px 0;
  position: absolute;
  right: -9px;
  text-align: right;
  text-transform: uppercase;
  top: -2px;
  width: 144px;
}
.main_sidebar ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.main_sidebar ul li {
  padding: 10px 0 0;
}
.main_sidebar ul li a {
  background: url(library/images/sidebar_menu_bg.jpg) repeat left top;
  border: 1px solid #4b3722;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.43);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.43);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.43);
  color: #fff;
  display: block;
  font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
  padding: 9px 5px;
  text-align: center;
  text-decoration: none;
}
.main_sidebar .textwidget {
  border-top: 1px solid #aca59c;
  margin-top: 43px;
  padding-top: 15px;
}
.main_sidebar .sidebar_image_shadow {
  -webkit-box-shadow: 0 12px 6px -6px rgba(0,0,0,0.31);
  -moz-box-shadow: 0 12px 6px -6px rgba(0,0,0,0.31);
  box-shadow: 0 12px 6px -6px rgba(0,0,0,0.31);
  display: inline-block;
}
.main_sidebar .sidebar_image_book {
  margin: 68px -9px 0;
  position: relative;
}
.main_sidebar .sidebar_image_book img {
  line-height: 0;
  vertical-align: top;
}
.homepage_heading {
  background: url(library/images/heading_left_bg.png) no-repeat left top;
  color: #fff;
  font: bold 14px/41px Arial, Helvetica, sans-serif;
  left: -8px;
  margin: 0;
  padding: 2px 0 6px 16px;
  position: absolute;
  text-transform: uppercase;
  top: -2px;
  width: 160px;
}
.homepage_buttons .button_style_1 {
  padding-left: 0;
  padding-right: 0;
  width: 154px;
}

/* Sidebar Column */
.main_sidebar .sub-menu {
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.main_sidebar .sub-menu li {
  border-bottom: 1px solid #c7c7c7;
  display: block;
  list-style: none;
  *zoom: 1;
}
.main_sidebar .sub-menu li a {
  color: #707070;
  display: block;
  font: normal 22px/26px 'kelson_sans', sans-serif;
  padding: 17px 0 17px;
  text-decoration: none;
  text-transform: capitalize;
  *zoom: 1;
}
.main_sidebar .sub-menu li.first-menu-item a {
  padding-top: 0;
}
.main_sidebar .sub-menu li.current-menu-item a, .main_sidebar .sub-menu li.current-menu-parent > a, .main_sidebar .sub-menu li a:hover {
  color: #074775;
}

/*********************
PREDEFINE STYLES
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #B7B7B7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #403c3e;
  display: inline-block;
  font: normal 14px/16px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 6px 5px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 30px;
  width: 250px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  border: 1px solid #B7B7B7;
  height: 30px;
  line-height: 18px;
    padding: 5px;
  width: 250px;
}
input[type="submit"], button {
  background: url(library/images/button_bg.png) no-repeat left top;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 3px rgba(109,109,109,0.75);
  -moz-box-shadow: 2px 2px 3px rgba(109,109,109,0.75);
  box-shadow: 2px 2px 3px rgba(109,109,109,0.75);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
  padding: 13px 25px 12px;
  text-align: center;
  text-decoration: none;
  width: 154px;
}
input[type="submit"]:hover, button:hover {
  color: #d99a52;
}
.button_style_1 {
  background: url(library/images/button_bg.png) no-repeat center top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 3px rgba(109,109,109,0.75);
  -moz-box-shadow: 2px 2px 3px rgba(109,109,109,0.75);
  box-shadow: 2px 2px 3px rgba(109,109,109,0.75);
  color: #fff;
  display: inline-block;
  font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
  min-width: 104px;
  padding: 13px 25px 12px;
  text-align: center;
  text-decoration: none;
}
.button_style_1:hover {
  color: #d99a52;
  text-decoration: none;
}
.pdf_link, .doc_link {
  background: url(library/images/pdf.png) left top no-repeat;
  display: inline-block;
    padding: 19px 0 12px 75px;
  text-decoration: underline;
}
.doc_link {
  background: url(library/images/doc.png) left top no-repeat;
}
.testimonial {
  margin: 20px 0;
}
.table_style_1 {
  background: #e4e4e4;
}
.table_style_1 td, .table_style_1 th {
  border-bottom: none;
  border-left: 1px solid #b2b2b2;
  border-right: none;
  border-top: 1px solid #b2b2b2;
  padding: 13px 5px 13px 30px;
  text-align: left;
}
.table_style_1 th {
  background: #804c16;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  padding: 12px 5px 12px 30px;
}
.table_style_1 tr td:first-child,
.table_style_1 tr th:first-child {
  border-left: none;
}

/*********************
NAVIGATION
*********************/
.extended_menu {
  cursor: pointer;
  display: none;
}
.extended_menu:hover {
  text-decoration: none;
}
.extended_menu .btn_navbar {
  background: url(library/images/menu_extend.png) center center no-repeat;
  float: right;
  height: 40px;
  width: 45px;
}
.btn_tip {
  color: #fff;
  float: left;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  padding-left: 25px;
}
nav.nav_collapse ul {
  *zoom: 1;
}
nav.nav_collapse ul:before,
nav.nav_collapse ul:after {
  content: "";
  display: table;
  line-height: 0;
}
nav.nav_collapse ul:after {
  clear: both;
}
nav.nav_collapse ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.nav_collapse > ul > li {
  float: left;
  margin: 0 30px 0 15px;
  padding: 0;
  position: relative;
}
nav.nav_collapse > ul > li.first-menu-item {
  margin-left: 0;
}
nav.nav_collapse > ul > li:before {
  background: url(library/images/menu_item.png) no-repeat left top;
  content: "";
  height: 15px;
  right: -30px;
  position: absolute;
  top: 18px;
  width: 15px;
}
nav.nav_collapse > ul > li > a {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  font: normal 15px/18px Georgia, "Times New Roman", Times, serif;
  padding: 17px 11px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  *zoom: 1;
}
nav.nav_collapse > ul > li.current-menu-item > a:before, nav.nav_collapse > ul > li.current-menu-parent > a:before {
  background: #980d0d;
  content: "";
  height: 5px;
  left: 12px;
  position: absolute;
  right: 12px;
  top: 41px;
}
nav.nav_collapse > ul > li:hover > a {
  background: #8f0708;
}
nav.nav_collapse > ul > li.menu-item-has-children > a {
  border-bottom-color: #4b0404;
}
nav.nav_collapse > ul > li:hover > a:before {
  background: none;
}
nav.nav_collapse > ul ul {
  background: #8f0708;
  display: none;
  position: absolute;
  width: 200px;
}
nav.nav_collapse > ul > li > ul {
  left: 0;
  top: 100%;
}
nav.nav_collapse li:hover > ul {
  display: block;
}
nav.nav_collapse > ul ul li {
  border-top: 1px solid #ddd;
  display: block;
  *zoom: 1;
}
nav.nav_collapse > ul ul li:first-child {
  border-top: none;
}
nav.nav_collapse > ul ul li a {
  color: #fff;
  display: block;
  font: normal 15px/18px Georgia, "Times New Roman", Times, serif;
  padding: 12px 5px 12px 12px;
  text-decoration: none;
  *zoom: 1;
}
nav.nav_collapse > ul ul li.current-menu-item > a, nav.nav_collapse > ul ul li.current-menu-parent > a, nav.nav_collapse > ul ul li:hover > a {
  background: #6f0607;
}
nav.nav_collapse > ul ul ul {
  left: 100%;
  top: 0;
}

nav.nav_collapse > ul > li:first-child + li + li > ul {
	padding: 0 10px;
	width: 400px;
}
nav.nav_collapse > ul > li:first-child + li + li > ul > li {
	float: left;
	width: 48%;
}
nav.nav_collapse > ul > li:first-child + li + li > ul > li:nth-child(2n) {
	float: right;
}
nav.nav_collapse > ul > li:first-child + li + li > ul > li:nth-child(2n+1) {
	clear: both;
}
nav.nav_collapse > ul > li:first-child + li + li > ul > li:first-child + li {
	border-top: none;
}

@media (min-width: 768px) {
  nav.nav_collapse {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .extended_menu {
    display: block;
  }
  .nav_collapse, .nav_collapse.collapse {
    display: none;
  }
  nav.nav_collapse ul {
    background: none !important;
    display: block !important;
    float: none !important;
    position: static !important;
    width: auto !important;
  }
  nav.nav_collapse ul li {
    background: none;
    border-top: 1px solid #ddd !important;
    display: block;
    float: none !important;
    margin: 0 !important;
    *zoom: 1;
  }
  nav.nav_collapse ul li a, nav.nav_collapse > ul ul li a {
    color: #fff !important;
    height: auto;
    line-height: 24px;
    padding: 8px 10px 8px 25px !important;
  }
  nav.nav_collapse > ul ul li a {
    padding: 8px 10px 8px 12% !important;
  }
  nav.nav_collapse ul li:hover > a, nav.nav_collapse ul li.current-menu-parent > a {
    background: none;
  }
  nav.nav_collapse ul li.current-menu-item > a, nav.nav_collapse ul li:hover > a:hover,
  nav.nav_collapse ul li.current-cat > a {
    background: #8f0708 !important;
  }
	nav.nav_collapse > ul > li:first-child + li + li > ul {
		padding: 0;
		width: auto;
	}
	nav.nav_collapse > ul > li:first-child + li + li > ul > li {
		float: none;
		width: auto;
	}
}

/*********************
BANNER SLIDESHOW
*********************/
div.pjc-slideshow-container {
  margin: 0;
}
div.featured {
    background: none;
}
div.pjc-slideshow-container .orbit-wrapper.default ul.orbit-bullets li.pjc-slideshow-navbullets {
  background: url(library/images/nav.png) left top no-repeat;
  display: inline-block;
  float: none;
  height: 14px;
  margin: 0 2px;
  vertical-align: top;
  width: 14px;
}
div.pjc-slideshow-container .orbit-wrapper.default ul.orbit-bullets li.active {
  background-position: 0 -14px;
}
div.pjc-slideshow-container .default .orbit-bullets-wrapper {
  bottom: 7.5%;
  height: auto;
  right: 0;
  width: 100%;
}
div.pjc-slideshow-container .default .orbit-bullets-wrapper ul.orbit-bullets {
  bottom: auto;
  display: block;
  height: 14px;
  padding-left: 57px;
  text-align: center;
}
#slideshowpjcwrap div.slider-nav span {
  border: none;
  font-size: 0px;
  height: 28px;
  line-height: 0px;
  margin: -14px 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
  text-indent: -999px;
  width: 22px;
}
#slideshowpjcwrap div.slider-nav span.left {
  background: url(library/images/prev.png) no-repeat left top;
  left: -43px;
}
#slideshowpjcwrap div.slider-nav span.right {
  background: url(library/images/next.png) no-repeat left top;
  right: -43px;
}
#slideshowpjc {
  min-height: 1px;
}
#slideshowpjcwrap {
  margin-top: 0;
  margin-bottom: 0;
}
#slideshowpjcwrap .orbit-caption {
  bottom: 0;
  background: none;
  padding: 0;
}
#slideshowpjcwrap div.orbit-caption .slide_link {
  height: 62px;
  display: block;
  padding: 15px 110px 0 13px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 1px #94601f;
}
#slideshowpjcwrap img {
  height: auto;
  vertical-align: top;
  *zoom: 1;
}

/*********************
CONTACT PAGE
*********************/
.contact_row {
  *zoom: 1;
}
.contact_row:before,
.contact_row:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact_row:after {
  clear: both;
}
.contact_row {
  padding: 0 0 5px;
}
.contact_label {
  float: left;
  line-height: 30px;
  width: 20%;
}
.contact_field {
  float: left;
  width: 79%;
}
.contact_row textarea {
  width: 400px;
}
input.wpcf7-captchar {
  max-width: 50px;
}

@media (max-width: 767px) {
  /* Contact Form */
  .contact_label {
    line-height: 20px;
  }
  .contact_label, .contact_field {
    float: none;
    width: auto;
  }
}
@media (max-width: 480px) {
  .wpcf7-form .wpcf7-text, .wpcf7-form textarea {
    padding-left: 0;
    padding-right: 0;
      width: 98%;
  }
}

/*********************
WOOCOMMERCE
*********************/
/* Product Categories Widget */
.product_categories h3 {
  background: rgb(101,152,199); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(101,152,199,1) 0%, rgba(41,91,156,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,152,199,1)), color-stop(100%,rgba(41,91,156,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(101,152,199,1) 0%,rgba(41,91,156,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6598c7', endColorstr='#295b9c',GradientType=0 ); /* IE6-9 */
  color: #fff;
  float: left;
  font: bold 13px/60px 'kelson_sans', sans-serif;
  margin: 0;
  padding: 0 15px;
}
ul.product-categories {
  *zoom: 1;
}
ul.product-categories:before,
ul.product-categories:after {
  content: "";
  display: table;
  line-height: 0;
}
ul.product-categories:after {
  clear: both;
}
ul.product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.product-categories li {
  position: relative;
}
ul.product-categories > li {
  background: url(library/images/menu_separator.png) no-repeat 100% 12px;
  float: left;
  margin: 0 0 0 -1px;
}
ul.product-categories > li.cat_item_first {
  margin: 0;
}
ul.product-categories > li.cat_item_last {
  background: none;
}
ul.product-categories > li:hover > a {
  background: #2f77aa;
}
ul.product-categories > li > a {
  color: #fff;
  display: block;
  font: bold 13px/1.2 'kelson_sans', sans-serif;
  height: 45px;
  padding: 15px 32px 0 20px;
  text-decoration: none;
  *zoom: 1;
}
ul.product-categories > li > a span {
  display: block;
}
ul.product-categories ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
ul.product-categories > li > ul {
  background: #2f77aa;
  left: 0;
  top: 100%;
  width: 200px;
}
ul.product-categories > li:hover > ul {
  display: block;
}
ul.product-categories > li > ul li {
  border-top: 1px solid #bbd4e9;
  display: block;
  *zoom: 1;
}
ul.product-categories ul li a {
  color: #c1d6e6;
  display: block;
  font: bold 13px/1.2 'kelson_sans', sans-serif;
  padding: 10px 5px 10px 20px;
  text-decoration: none;
  *zoom: 1;
}
ul.product-categories > li > ul li a:hover, ul.product-categories > li > ul li.current-cat a {
  background: #304e76;
  color: #fff;
}
ul.product-categories > li > ul ul {
  left: 100%;
  top: 0;
}

/* Featured Products Widget */
.featured_products ul.product_list_widget {
  *zoom: 1;
}
.featured_products ul.product_list_widget:before,
.featured_products ul.product_list_widget:after {
  content: "";
  display: table;
  line-height: 0;
}
.featured_products ul.product_list_widget:after {
  clear: both;
}
.featured_products h3 {
  color: #6598C6;
  font-size: 23px;
  padding-bottom: 22px;
}
.featured_products h3 span {
  color: #193966;
}
.featured_products ul.product_list_widget {
  position: relative;
}
.featured_products ul.product_list_widget li {
  border: 1px solid #d0c6b5;
  float: left;
  margin: 0 0 0 19px;
  padding: 0;
  width: 219px;
}
.featured_products ul.product_list_widget li:first-child {
  margin-left: 0;
}
.featured_products ul.product_list_widget li:first-child + li + li + li {
  margin-left: 18px;
}
.featured_products a.featured_thumb {
  background: #fff;
  border-bottom: 1px solid #d0c6b5;
  height: 183px;
  line-height: 183px;
  padding: 7px;
  text-align: center;
}
.woocommerce .featured_products a.featured_thumb img,
.woocommerce-page .featured_products a.featured_thumb img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: none;
  line-height: 0;
  margin: 0;
  max-height: 183px;
  width: auto;
}
.featured_info {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  padding: 16px 13px 12px 14px;
}
.featured_icon {
  float: left;
  padding-right: 8px;
  width: 43px;
}
.woocommerce ul.product_list_widget li .featured_icon img,
.woocommerce-page ul.product_list_widget li .featured_icon img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: auto;
}
.featured_info_middle {
  float: left;
  max-width: 125px;
  padding-top: 1px;
}
.woocommerce ul.product_list_widget li a.featured_title,
.woocommerce-page ul.product_list_widget li a.featured_title {
  color: #6598C6;
  display: inline-block;
  font: bold 16px/20px 'kelson_sans', sans-serif;
  margin-bottom: 2px;
}
.woocommerce ul.product_list_widget li a.featured_more,
.woocommerce-page ul.product_list_widget li a.featured_more {
  font: bold 11px/14px Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.woocommerce .featured_products ul.product_list_widget li a.add_to_cart_button,
.woocommerce-page .featured_products ul.product_list_widget li a.add_to_cart_button {
  background: url(library/images/cart_blue.png) no-repeat left top;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
  font-size: 0px;
  height: 16px;
  line-height: 0px;
  margin: 12px 0 0;
  padding: 0;
  text-indent: -999px;
  width: 15px;
}

/* General Styles over pages */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,
.woocommerce table.cart input.button, .woocommerce #content table.cart input.button, .woocommerce-page table.cart input.button, .woocommerce-page #content table.cart input.button {
  border-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  height: 30px;
  line-height: 22px;
  height: 30px;
    padding: 4px 15px;
  text-shadow: none !important;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
  height: 30px;
}
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
  color: #000;
}
.amount {
  font-size: 32px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 2px;
}
.price del .amount {
  font-size: 18px;
  line-height: 24px;
}
.amount span {
  letter-spacing: -1px;
  line-height: 34px;
  vertical-align: top;
}
.amount span.amount_type {
    font-size: 18px;
  line-height: 14px;
}
.price del span {
  color: #000;
  font-size: 18px;
}
.price del span.amount_type {
  font-size: 10px;
}
.price ins {
  text-decoration: none;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding-left: 0;
  padding-right: 0;
}

/* Category List Page */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none !important;
  margin: 0;
  width: auto !important;
}
body.woocommerce-page ul.products li.product-category a img {
  display: none;
}
li.product-category mark {
  background: none;
}

/* Product List Page */
.products li.product_wrapper {
  margin-bottom: 37px;
}
.main_area_container {
  background: #f7f7f7;
  border: 1px solid #CCC;
  border-radius: 5px;
}
.left_area_containet {
  float: left;
  padding: 10px;
  position: relative;
  width: 200px;
}
.left_area_containet a, .left_area_containet img {
  line-height: 0;
  vertical-align: top;
}
.right_area_containet {
  padding: 10px 10px 15px 220px;
}
.main_right a.product_list_icon {
  float: left;
  padding: 0;
}
.main_right a.product_list_icon img {
  display: block;
}
.main_right h2 {
  clear: none;
    font-size: 24px;
    line-height: 30px;
    padding: 8px 0 5px 55px;
    margin-bottom: 15px;
}
.main_right h2 a {
  text-decoration: none;
}
.button_area {
  overflow: hidden;
    padding-top: 15px;
 }
.button_area .amount {
  padding: 0;
}
.pl_price {
    float: left;
}
.pl_add_to_cart {
  float: right;
  padding-bottom: 20px;
}
.woocommerce div.product .pl_add_to_cart form.cart {
  margin: 0;
}
.woocommerce-page .pl_add_to_cart .quantity {
  float: left;
}
.woocommerce-page .pl_add_to_cart button {
  margin: 0 0 0 4px;
}
.pl_readmore {
  clear: right;
  float: right;
}

/* Product Detail Page */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 41%;
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 600px;
}
body.woocommerce div.product div.summary, body.woocommerce #content div.product div.summary, body.woocommerce-page div.product div.summary, body.woocommerce-page #content div.product div.summary {
  width: 55%;
}
.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
  clear: both;
}
.product_detail_icon {
  float: left;
}
.product_detail_icon img {
  display: block;
}
.product_detail_title {
  display: block;
  padding: 6px 0 3px 55px;
}

/* Cart Page */
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: auto;
}
.shop_table .amount span.amount_type, .cart_totals .amount span.amount_type {
    font-size: 11px;
    line-height: 12px;
    padding-right: 2px;
}
.shop_table .amount span, .cart_totals .amount span {
    font-size: 16px;
    line-height: 20px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  padding-bottom: 3px;
}

@media (max-width: 979px) {
  /* Product Categories Widget */
  .product_categories h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.product-categories > li > a {
    padding-left: 10px;
    padding-right: 12px;
  }
  ul.product-categories ul li a {
    padding-left: 10px;
  }

  /* Featured Products Widget */
  .featured_products ul.product_list_widget {
    margin: 0 auto;
    width: 461px;
  }
  .featured_products ul.product_list_widget li {
    margin-bottom: 19px;
  }
  .featured_products ul.product_list_widget li:first-child + li + li {
    margin-left: 0;
  }
  .featured_products ul.product_list_widget li:first-child + li + li + li {
    margin-left: 19px;
  }

  /* Product List Page */
  .pl_price {
    padding-bottom: 10px;
  }
  .pl_add_to_cart, .pl_readmore {
    clear: left;
    float: left;
  }

  /* Cart Page */
  th.product-thumbnail, td.product-thumbnail {
    display: none;
  }
}

@media (max-width: 767px) {
  /* Product Categories Widget */
  .product_categories h3 {
    display: none;
  }
  ul.product-categories li a, ul.product-categories ul li a {
    color: #fff;
    height: auto;
    line-height: 24px;
    padding: 8px 10px 8px 25px;
  }
  ul.product-categories ul li a {
    padding: 8px 10px 8px 12%;
  }
  ul.product-categories > li > a span {
    display: inline;
  }

  /* Featured Products Widget */
  .featured_products ul.product_list_widget {
    max-width: 221px;
    width: auto;
  }
  .featured_products ul.product_list_widget li {
    float: none;
    margin-left: 0 !important;
    width: auto;
  }

  /* Product List Page */
  .left_area_containet {
    float: none;
    text-align: center;
    width: auto;
  }
  .left_area_containet img {
    max-width: 250px !important;
  }
  .right_area_containet {
    padding-left: 10px;
  }
  .pl_add_to_cart, .pl_readmore {
    clear: right;
    float: right;
  }
  .pl_add_to_cart {
    clear: none;
  }

  /* Product Detail Page */
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    width: auto !important;
  }
  body.woocommerce div.product div.summary, body.woocommerce #content div.product div.summary, body.woocommerce-page div.product div.summary, body.woocommerce-page #content div.product div.summary {
    width: 100%;
  }

  /* Cart Page */
  body.woocommerce table.cart .product-price, body.woocommerce #content table.cart .product-price, body.woocommerce-page table.cart .product-price, body.woocommerce-page #content table.cart .product-price {
    display: none;
  }
  .woocommerce .cart-collaterals .cart_totals > table, .woocommerce-page .cart-collaterals .cart_totals > table {
    width: 100%;
  }

  /* Checkout Page */
  body.woocommerce .col2-set .col-1, body.woocommerce-page .col2-set .col-1, body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* Featured Products Widget */
  .featured_products ul.product_list_widget {
    max-width: none;
  }

  /* Product List Page */
  .main_right h2 {
    margin-bottom: 15px;
  }
  .button_area ins {
    display: block;
  }
  .pl_price {
    width: 100%;
  }
  .pl_add_to_cart {
    float: left;
    padding: 10px 0 15px;
  }
  .pl_readmore {
    clear: left;
    float: left !important;
    margin: 8px 0 0;
  }
  /* Cart Page */
  .woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button,
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    display: block;
    float: none;
    margin: 10px 0 0;
    width: 100%;
  }
  body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce #content table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text, body.woocommerce-page #content table.cart td.actions .coupon .input-text,
  body.woocommerce .cart .button, body.woocommerce .cart input.button, body.woocommerce-page .cart .button, body.woocommerce-page .cart input.button {
    float: none;
  }
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1023px) {
  body {
    min-width: 1px;
  }
  h3.sidebar_categories {
    background-position: 8px 0;
    right: 0;
  }
  .homepage_heading {
      background-position: -7px 0;
    left: 0;
  }
  .header_search {
	  padding-right: 20px;
  }
}
@media (max-width: 979px) {
  body, p, td, ul, li {
    line-height: 1.6;
  }
  p {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .mainbody .center {
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.nav_collapse > ul > li {
    margin: 0 4px 0 19px;
  }
  nav.nav_collapse > ul > li:before {
    left: -19px;
  }
  nav.nav_collapse > ul > li > a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav.nav_collapse > ul ul li a {
    font-size: 13px;
  }
  .mainbody_separartor {
    background-image: url(library/images/tbl_mainbody_separator.jpg);
    padding-right: 282px;
  }
  .main_content_inner {
    padding-left: 0;
    padding-right: 20px;
  }
  .main_sidebar {
    padding-right: 0;
    width: 265px;
  }
  .homepage_heading {
    left: -20px;
  }
  h3.sidebar_categories {
    right: -20px;
  }
}

@media (max-width: 767px) {
  body, p, td, ul, li {
    line-height: 1.4;
  }
  p {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .top_bar {
    background: #000;
  }
  .top_menu {
	  float: none;
  }
  nav.nav_collapse > ul > li.current-menu-item > a:before, nav.nav_collapse > ul > li.current-menu-parent > a:before {
    background: none;
    height: 0;
    width: 0;
  }
  .header_search {
	display: none;
	float: none;
	border-top: 1px solid #fff;
	padding: 10px 0 10px 25px;
  }
  .logo {
    top: 31%;
    width: 60%;
  }
  .banner_area .center > img {
    margin-left: -400px;
    max-width: 800px;
  }
  .mainbody_margin {
	  margin-top: 0;
  }
  .mainbody .center {
    margin-top: -40px;
  }
  .mainbody_separartor {
    background: none;
    padding-right: 0;
  }
  .main_content_inner {
    padding-right: 0;
  }
  .main_sidebar {
    margin-right: 0;
    margin-top: 30px;
    padding: 50px 0 0;
    width: 100%;
  }
  .sidebar_font_resizer {
	  display: none;
  }
  .sidebar_font_resizer_mobile {
	  display: block;
	  padding: 0 0 15px;
  }
  .main_sidebar ul {
	  margin-top: 5px;
  }
  h3.sidebar_categories {
    background: url(library/images/heading_left_bg.png) no-repeat -7px 0;
    left: -20px;
    padding: 2px 0 6px 16px;
    text-align: left;
    top: 0;
    width: 160px;
  }
  .main_sidebar .sidebar_image_book {
    margin-left: 0;
    margin-right: 0;
  }
  .main_footer_inner {
    padding: 30px 0 25px;
  }
  .main_footer_inner {
    font-size: 14px;
    line-height: 16px;
  }
  .copyright {
    border-right: none;
    display: block;
    padding: 0 0 10px;
    text-align: center;
  }
  .bottom_links {
    display: block;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pdf_link, .doc_link {
    padding-left: 60px;
  }
  nav.nav_collapse > ul > li:before {
    background: none;
    height: 0;
    width: 0;
  }
  .inner_banner h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 33px 0 36px;
  }
  .banner_area .center > img {
    margin-left: -350px;
    max-width: 700px;
  }
  .article-footer .button_style_1 {
	  font-size: 12px;
	  padding-left: 10px;
	  padding-right: 10px;
  }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/* Responsive Table */
@media (max-width: 767px) {
  /* Force table to not be like tables anymore */
  .notable, .table_style_1,
  .notable thead, .table_style_1 thead,
  .notable tbody, .table_style_1 tbody,
  .notable th, .table_style_1 th,
  .notable td, .table_style_1 td,
  .notable tr, .table_style_1 tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .notable thead tr, .table_style_1 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .notable td, .table_style_1 td {
    /* Behave like a "row" */
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    text-align: left;
    white-space: normal;
    width: 100% !important;
  }
  .notable td:before, .table_style_1 td:before {
    display: block;
    font-weight: bold;
    text-align:left;
    width: 100%;
    white-space: normal;
  }
  /* Label the data */
  .notable td:before, .table_style_1 td:before {
    content: attr(data-heading);
  }

  /* Table Style 1 */
  .table_style_1 td {
    padding: 0 10px 10px !important;
    width: auto !important;
  }
  .table_style_1 tr td:first-child {
    padding-top: 10px !important;
  }
}

article.devotion .byline span {
  width:50%;
  float:left;
  color:#b71011;
 
}
article.devotion .byline:after {
  display:block;
  content:' ';
  clear:both;
}
article.devotion footer nav span {
  width:50%;
  float:left;
  text-align:center;
  display:block;
}
article.devotion footer nav:after {
  display:block;
  content:' ';
  clear:both;
}
.single-devotion #content, .page-id-13 #content {
  margin-top:60px;
}

.devotion-color-txt{ color:#b71011;font-weight: bold;}
.underline-txt{text-decoration:underline;}
.byline{padding:0 0 8px 0;}
.byline a {
	color: #575757;
	text-decoration: none;
}