/*
	Theme Name: KOE Shop
	Description: KOE Shop child theme for the Genesis Framework.
	Author: Kat Westcott
	Author URI: http://katwestcott.com/
	Version: 1.0

	Template: genesis
	Template Version: 2.1.2
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.language-bar:before,
.product-hdr:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.language-bar:after,
.product-hdr:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #843da5;
	background-image: url(images/koebg-1.png), url(images/koebg-2.png);
	background-repeat: repeat-x, repeat;
	color: #585A5E; /* #686868; */
	font-family: "fira-sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #8e8ba5;
	font-style: italic;
	margin: 30px;
	padding: 30px;
	text-align: center;
}
blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding: 12px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #3f3f85;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 12px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: rgba(95, 108, 179, 1);
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: none;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
/*	float: right; */
	float: left;
/*	width: 790px; */
	width: 72%;
	max-width: 790px;
	margin-right: 5px;
	padding-left: 35px;
/*	border-left: 1px solid #7778b0; */
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 290px;
	margin-top: 38px;
	padding-bottom: 20px;
	border-right: 1px solid #7778b0;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	font-family: "ff-dax-web-pro-condensed", arial, sans-serif;
}
.wf-active .widget-title {
	font-size: 18px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 28px;
	margin-bottom: 24px;
}
.wf-active .archive-title {
	font-size: 36px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 400;
}

/* ---------- social media feather ------ */
.social-feather .social-feather-label {
	margin-top: 30px;
	margin-bottom: 3px;
	font-size: 14px;
}
.is-mobile .social-feather a {
	margin-right: 15px !important;
	margin-bottom: 15px !important;
}

/* ------------------- WPR Menu mobile nav plugin --------------------- */
#wprmenu_bar .menu_title {
	padding-right: 10px;
}
div#wprmenu_menu .wprmenu_icon_par {
	position: absolute;
	right: 0;
	left: auto;
}
div#wprmenu_menu .wprmenu_icon_par:hover {
	color: #bbbbbb;
}
div#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	margin-right: 0; /* 44px; */
	margin-left: 0;
}
 div#wprmenu_menu ul li.nolink {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
div#wprmenu_menu .nolink-menu-item-title {
	display: inline-block;
	padding: 13px 0 13px 13px;
	color: #888;
}
div#wprmenu_menu ul li a:hover {  /*   new   */
  color: #bbbbbb;
}
div#wprmenu_menu.wprmenu_levels ul li ul li {
	padding-right: 0;
	padding-left: 22px;  /*  new   */
}
div#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
	margin-left: 22px;  /*   44px;   */
}
div#wprmenu_menu.wprmenu_levels ul li ul li ul li {
	margin-left: 0;
	padding-left: 44px;   /*   new   */
}

/* ---------- Contact Form 7 ------------- */
.wpcf7-form p {
	font-weight: 400;
}
.wpcf7-form-control-wrap {
	display: block;
	margin: 0.5em 0 0;
	width: 95%;
}
.wpcf7-form-control-wrap textarea {
	height: 10em;
}
.wpcf7 .required {
	color: #790000;
	margin-left: 0.25em;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-weight: 700;
	padding: 16px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 26px;
	width: 100%;
	text-align: center;
	padding-top: 1px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 100;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu li.menu-item.nolink:hover > .sub-menu {
	margin: 10px 0 0 -15px;
}
.genesis-nav-menu .menu-item:last-child:hover > .sub-menu,
.genesis-nav-menu li.menu-item.nolink:last-child:hover > .sub-menu {
	margin-left: -65px;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}
.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 40px 24px 20px;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #4c3abd;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header,
.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 0 0 5px;
}

.sidebar .widget-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #bd8ccf;
	position: relative;
	left: -45px;
	padding-left: 45px;
	color: #3c3198;
}

.sidebar-primary .sidebar-flags,
.sidebar-primary .sidebar-social {
	margin-bottom: 10px;
}
.sidebar-primary .sidebar-flags > a {
	margin: 0 10px 20px 0;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.sidebar-primary .sidebar-flags > a > img,
.sidebar-primary .sidebar-flags > a > img.alignleft {
	margin: 0;
	float: none;
/*	height: auto;
	width: auto;   */
	height: 48px;
	width: 48px;
}
.sidebar-primary .sidebar-flags > a > img:hover {
	opacity: .8;
}

.sidebar-primary .sidebar-social a {
	margin: 0 5px 15px 0;
	height: 36px;
	width: 36px;
	background: url(/wp-content/uploads/KOE_socialsprite.png) no-repeat;
	display: inline-block;
	line-height: .8;
}
.sidebar-primary .sidebar-social a:hover {
	opacity: .8;
}
.sidebar-primary .sidebar-social a.twitter {
	background-position: -36px 0;
}
.sidebar-primary .sidebar-social a.youtube {
	background-position: -72px 0;
}
.sidebar-primary .sidebar-social a.email {
	background-position: -108px 0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2b283b;
	border-top: 10px solid #7f43a8;
	color: #fff;
	clear: both;
	padding: 35px 0 0 60px;
}
.is-phone .footer-widgets {
	padding-left: 30px;
	padding-bottom: 0;
}

.footer-widgets-1 {
	float: left;
}
.footer-widgets-3 {
	width: 350px;
}
.footer-widgets-2 {
	width: 360px;
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #d2d2d4;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding-right: 55px;
	word-wrap: break-word;
	float: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}
.is-phone .footer-widgets li {
	float: none;
}
.footer-widgets li:last-child {
	padding-right: 0;
}
.footer-widgets li a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}
.is-mobile .footer-widgets li a {
	padding: 3px 0;
}
.is-mobile .footer-widgets li.footer-home-link a:first-child {
	margin-top: -5px;
	margin-bottom: -5px;
}
.footer-widgets li a:hover {
	text-decoration: underline;
}
.footer-widgets li a b {
	color: #fff;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets li .footer-social a {
	margin: 25px 7px 0 0;
	height: 36px;
	width: 36px;
	background: url(/wp-content/uploads/KOE_socialsprite.png) no-repeat;
	display: inline-block;
	opacity: .8;
	line-height: .7;
}
.footer-widgets li .footer-social a:hover {
	opacity: 1;
}
.footer-widgets li .footer-social a.twitter {
	background-position: -36px 0;
}
.footer-widgets li .footer-social a.youtube {
	background-position: -72px 0;
}
.footer-widgets li .footer-social a.email {
	background-position: -108px 0;
}
.is-mobile .footer-widgets li a[href^=tel] {
	padding: 0;
	margin: -15px 0 !important;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2b283b;
	color: #fff;
	font-size: 11px;
	padding: 0;
}

.site-footer a {
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	font-family: arial, verdana, sans-serif;
}
.site-footer a:hover {
	text-decoration: underline;
}
.site-footer p {
	margin-bottom: 0;
	font-family: arial, verdana, sans-serif;
}
.site-footer .wrap {
	padding: 0 45px;
}
.is-phone .site-footer .wrap {
	padding-left: 30px;
	padding-bottom: 25px;
}
.site-footer .language-bar {
	background-color: transparent;
}
.site-footer .language-bar ul {
	position: static;
}
.site-footer .language-bar li.language-bar-title {
	text-indent: -9999px;
}
.site-footer .language-bar ul ul {
	display: block;
}
.site-footer .language-bar ul ul,
.site-footer .language-bar ul ul li {
	float: left;
	width: auto;
	background-color: transparent;
	margin-bottom: 10px;
}
.site-footer .language-bar ul ul li:last-child {
	padding-bottom: 2px;
}
.site-footer .language-bar ul ul li a {
	display: block;
	color: #7082AC;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}
.site-footer .language-bar ul ul li a:hover {
	text-decoration: none;
}


/* -----------------------------------  MWD additions ------------------ */
.nobottom,
p.nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 60px;
	border-right: 1px solid #2e1f57;
	border-left: 1px solid #2e1f57;
}
.site-header .wrap {
	margin: 0;
	padding: 0;
/*	height: 220px; */
/*	width: 1140px; */
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 0;
}
.is-mobile .site-container,
.is-mobile .site-header .wrap {
	width: 100%;
}
.site-header .header-image {
	width: 100%;
/*	border-top: 15px solid #22202e; */
	background-color: #22202e;
}
.site-header .header-image > .location-msg {
	color: #fff;
	padding: 10px 0 0 50px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.65;
}
.site-header .title-area {
	position: absolute;
	left: -9999px;

}
.language-bar {
	height: 45px;
	background-color: #22202e;
	position: relative;
}
.language-bar ul {
	top: 15px;
	right: 2%;
	position: absolute;
}
.is-phone .language-bar ul {
	right: auto;
	left: 10%;
}
.language-bar ul li {
	list-style-type: none;
	text-align: left;
	color: #bfbfbf;
	font-size: 15px;
	padding: 0 0 10px;
}
.language-bar ul li.language-bar-title {
	cursor: pointer;
	font-size: 13px;
}
.language-bar ul li.language-bar-title:after {
	content: '\25BC';
	font-size: 10px;
}
.language-bar-title-logo {
	height: 10px;
	width: auto;
	display: inline-block;
	padding-right: 10px;
}
.is-mobile .language-bar-title-logo {
	height: 11px;
}
.language-bar ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1001;
	padding: 2px 0 10px;
	width: 191px;
}
.is-phone .language-bar ul ul {
	left: -10px;
}
.language-bar ul:hover ul {
	display: block;
}
.language-bar ul ul li {
	padding: 1px 15px 2px;
	width: auto;
	background-color: #22202e;
}
.language-bar ul ul li:last-child {
	padding-bottom: 12px;
}
.is-mobile .language-bar ul ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.language-bar ul ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
}
.language-bar ul ul li:hover {
	background-color: #3E3E84;
}
.language-bar p {
	margin-bottom: 0;
	float: right;
}
.site-inner {
	max-width: 1140px;
	background-color: #fbfcfb;
	padding-left: 40px;
}
.sidebar-primary ul.children,
.sidebar-primary ul.sub-menu {
	margin-top: 3px;
	margin-left: 15px;
}
.sidebar-primary li,
.sidebar-primary a {
	line-height: 2;
	font-size: 14px;
	border-bottom: none;
}
.sidebar-primary a[href="#"] {
	color: #999;
	outline: none;
}
.sidebar-primary a[href="#"]:hover {
	text-decoration: none;
	border-bottom: none;
}
.sidebar-primary a {
	color: #3F5687;
}
.sidebar-primary a:hover {
	border-bottom: 1px dotted #666;
}
.sidebar-primary .topbar a {
	display: inline-block;
	border-top: 5px double #a4b4d5;
	margin-top: 5px;
	padding: 10px 10px 0 0;
}
.is-mobile .sidebar-primary li,
.is-mobile .sidebar-primary a {
	line-height: 1.65;
	font-size: 15px;
}

/* ---------------- Header ---------------- */
.header-page-title {
	margin-top: 30px;
	margin-left: 11.4035%;
}
.header-page-title h2,
.header-page-title h3 {
	color: #fff;
	font-family: "myriad-pro-condensed", sans-serif;
	font-weight: 700;
	text-shadow: 2px 2px 5px #2a2f30;
	text-transform: uppercase;
	line-height: 1;
}
.header-page-title h2 {
	font-size: 70px;
	margin-bottom: 0;
}
.header-page-title h3 {
	font-size: 30px;
	margin-bottom: 0;
}
.header-page-title h3 > .reg {
	display: inline-block;
	font-size: 35px;
	line-height: 1;
	max-height: 25px;
	padding-top: 0px;
	text-shadow: 2px 2px 5px #2a2f30;
	vertical-align: top;
	font-weight: 400;
}
/* -------------- Nav ------------------- */
.nav-primary {
	background-color: #3f3f85;
}

/* ----------------- shortcodes ---------------------- */
.display-cat-posts-shortcode .postwrap {
	margin-bottom: 25px;
}
.display-cat-posts-shortcode h2.entry-title,
.display-cat-posts-shortcode h2.entry-title  a {
	font-size: 20px;
	margin-bottom: 10px;
}
.display-cat-posts-shortcode a.thumbnail {
	display: inline-block;
	margin-right: 15px;
}
.display-cat-posts-shortcode a.thumbnail:hover {
	opacity: .85;
}
.display-cat-posts-shortcode h2.entry-title  a,
.entry-content .display-cat-posts-shortcode a {
	border-bottom: none;
}

.genesis-nav-menu > .menu-item > a,
.genesis-nav-menu > li.menu-item.nolink {
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "ff-dax-web-pro-condensed", arial, sans-serif;
	letter-spacing: -.01em;
}
.genesis-nav-menu > li.menu-item.nolink a {
	text-transform: none;
}
.wf-active .genesis-nav-menu > .menu-item >a,
.wf-active .genesis-nav-menu > li.menu-item{
	font-size: 17px;
	letter-spacing: 0;
}
.genesis-nav-menu > li.menu-item.nolink:hover {
	cursor: pointer;
}
.nav-primary li.current-menu-item > a,
.genesis-nav-menu > .menu-item >a:hover {
	background: -moz-linear-gradient(top, rgba(115, 128, 216, 0) 0%, rgba(115, 128, 216, 0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(115, 128, 216, 0)), color-stop(100%, rgba(115, 128, 216, 0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(115, 128, 216, 0) 0%, rgba(115, 128, 216, 0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(115, 128, 216, 0) 0%, rgba(115, 128, 216, 0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(115, 128, 216, 0) 0%, rgba(115, 128, 216, 0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(115, 128, 216, 0) 0%, rgba(115, 128, 216, 0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007380d8', endColorstr='#667380d8', GradientType=0); /* IE6-9 */
}

.genesis-nav-menu .sub-menu li {
	background-color: #5f6cb3;
	background-color: rgba(95,108,179,.92);
	padding: 0 15px;
	border: none;
	border-bottom: 1px solid #a4afec;
}
.genesis-nav-menu .sub-menu li.current-menu-item,
.genesis-nav-menu .sub-menu li:hover {
	background-color: #7f89cc;
	background-color: rgba(127, 137, 204, .92);
}
.genesis-nav-menu .sub-menu a {
	color: #fff;
	background-color: transparent;
	font-family: "ff-dax-web-pro-condensed", arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0;
	position: relative;
	width: 200px;
	border: none;
}
.wf-active .genesis-nav-menu .sub-menu a {
	font-size: 16px;
}
.genesis-nav-menu .sub-menu li.current-menu-item > a,
.genesis-nav-menu .sub-menu li.current-menu-item > a:hover,
.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}
.nav-primary li.current-menu-item > a,
.genesis-nav-menu .sub-menu li.current-menu-item > a,
.genesis-nav-menu .sub-menu li.current-menu-item > a:hover {
	cursor: default;
}

/* -------------------------- content area -------------------- */
.entry,
.sidebar .widget {
	background-color: transparent;
}
.entry-title {
	font-family: "ff-dax-web-pro-condensed", arial, sans-serif;
}

/* ----------- purchase buttons ------------- */
.buy-form td {
	vertical-align: middle;
	padding: 12px 0;
}
.buy-form td:last-child {
	padding-left: 10px;
}
.buy-form p {
	margin-bottom: 0;
}

/* ------ WP Media Player --------- */
div.wp-playlist-light {
	width: 75%;
}
div.mejs-container,
div.mejs-embed,
div.mejs-embed body,
div.mejs-container .mejs-controls {
	background: #3f3f85;
}
div.wp-playlist-current-item {
	height: auto;
	margin-bottom: 10px;
}
div.wp-playlist-caption > .wp-playlist-item-title:before {
	content: "Now playing: ";
}

/* -------  product pages ---------------- */
.single-product .entry,
.tax-product-cat .entry {
	padding-top: 12px;
}
.tax-product-cat .entry {
	border-bottom: 7px solid #7a74bc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.single-product .entry h6,
.tax-product-cat .entry h6 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.single-product .entry h6 a:hover,
.tax-product-cat .entry h6 a:hover {
	border-bottom: none;
}
.foreign-shipping form,
.shipping-information form,
.single-product form,
.tax-product-cat form {
	padding: 12px 0 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: center;
}
.foreign-shipping form ul,
.shipping-information form ul,
.single-product form ul,
.tax-product-cat form ul {
	display: inline-block;
	margin: 0;
}
.foreign-shipping form li,
.shipping-information form li,
.single-product form li,
.tax-product-cat form li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	margin: 0 10px 0 0;
}
.foreign-shipping li.button-title,
.shipping-information li.button-title,
.single-product form li.button-title,
.tax-product-cat form li.button-title {
	font-weight: bold;
	padding: 10px 20px 10px 0;
}
.foreign-shipping li.amount-label,
.shipping-information li.amount-label,
.single-product form li.qty-label,
.tax-product-cat form li.qty-label {
	padding: 10px 10px 10px 0;
}
.single-product form li.qty,
.tax-product-cat form li.qty {
	margin-right: 0;
	margin-bottom: 10px;
}
.single-product .entry-content img,
.single-product .entry-content img.alignleft,
.tax-product-cat .entry-content img,
.tax-product-cat .entry-content img.alignleft {
	border: 1px solid #b3b5ce;
	padding: 5px;
}
.foreign-shipping input[type="text"],
.shipping-information input[type="text"],
.single-product input[type="text"],
.tax-product-cat input[type="text"] {
	width: auto;
	padding: 11px;
	width: 40px;
}
.product-hdr-title {
	margin-bottom: 0;
	font-family: "ff-dax-web-pro-condensed", arial, sans-serif;
	font-size: 22px;
	color: #4c3abd;
	font-weight: 700;
}
.wf-active .product-hdr-title {
	font-size: 26px;
}
.single-product .entry h4,
.tax-product-cat .entry h4 {
	color: #4c3abd;
	font-size: 18px;
	font-weight: 700;
}
.tax-product-cat .entry img.wp-post-image:hover {
	opacity: .8;
}
.single-product .entry .tracklist {
	margin-top: 5px;
}
.single-product .entry .tracklist li {
	list-style-type: none;
	line-height: 1.35;
	margin-bottom: 0;
}

.tax-product-cat .archive-description {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* -------------- foreign shipping page -------------- */
.foreign-shipping table,
.shipping-information table {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	line-height: 1.35;
	margin-bottom: 10px;
}
.foreign-shipping tbody tr:nth-child(even),
.shipping-information tbody tr:nth-child(even) {
	background-color: #efefef;
}
.foreign-shipping td,
.shipping-information td,
.foreign-shipping th,
.shipping-information th {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 10px 5px;
}
.foreign-shipping th,
.shipping-information th {
	vertical-align: top;
	background-color: #e7e7e7;
}
.foreign-shipping li.amount,
.shipping-information li.amount {
	margin-bottom: 10px;
}
.foreign-shipping li.amount input[type="text"],
.shipping-information li.amount input[type="text"] {
	width: 65px;
	padding: 11px 5px;
	text-align: center;
}

.donate-pray a {
	text-decoration: underline;
}
.donate-pray a:hover {
	text-decoration: none;
}

.footer-widgets-1 .footer-text {
	float: right;
	width: 60%;
	font-size: 14px;
	margin-right: 5%;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

} */


/* ------------------- tablet & phone adjustments ------------------ */

@media only screen and (max-width: 1139px) {
	.footer-widgets li {
		padding-right: 30px
	}
	.genesis-nav-menu {
		margin-left: -45px;
	}
	.is-mobile .genesis-nav-menu {
		margin-left: 0;
	}
	.content {
		padding-right: 0; /* SW# 90px; */
		width: 69%;
	}
	.home .site-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.home .toprightvideo {
		left: 680px;
	}
	.home .home-banners {
		margin: 0 80px 0 0;
	}
	.is-tablet .home .home-banners {
		margin-right: 0;
	}
	.home .home-banners-wrap {
		width: 100%
	}
	.home .content {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.content {
		padding-right: 0;  /* SW#  200px; */
		width: 64%;
	}
	.home .content,
	.is-tablet .content {
		padding-right: 0;
	}
	.is-tablet .home .home-banners-wrap-500,
	.is-tablet .home .home-banners-wrap-330 {
		border-collapse: separate;
		border-spacing: 5px 5px;
		width: 100%; /* 102%; */
		margin-left: -1%;
	}
}

@media only screen and (max-device-width: 1024px) {
	.overlay-book-wrap img {
		height: 310px;
		width: auto;
	}
	.home .title-wrap {
		padding-left: 6%;
	}
	.is-tablet .content {
		width: 675px;
	}
	.is-tablet .home .content {
		width: 100%;
	}
	.home .minipost-wrap {
		padding-right: 5px;
		width: 255px;
	}
}

@media only screen and (max-width: 900px) {
	.content {
		padding-right: 0; /* SW#  325px; */
		width: 68%; /* SW#  60%; */
	}
	.home .content,
	.is-tablet .content {
		padding-right: 0;
	}
	.sidebar-primary {
		width: 225px;
	}
}

@media only screen and (max-width: 800px) {
	.content {
		padding-right: 0;
	}
	.site-container,
	.site-header .wrap,
	.site-inner,
	.home .site-inner {
		padding: 0;
		width: auto;
		max-width: 100%;
	}
	.home .content-sidebar-wrap {
		max-width: 685px;
		margin: 0 auto;
	}
/*	.home .overlay-book-wrap,
	.home .home-overlay-title-detail,
	.home-bottomposts-arrow-link-right,
	.home .minipost-bottompost-divider{
		display: none;
	} */
	.home .title-wrap,
	.home .slider-overlay {
		padding-left: 0;
	}
/*	.home .toprow {
		margin: 20px auto 0;
		padding-bottom: 285px;
	}
	.home #teaching-revealed-widget {
		top: 10px;
		width: 97%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.home .toprightvideo,
	.is-tablet .home .toprightvideo {
		left: 0;
		top: 168px;
	}
	.home .toprightvideo > div {
		text-align: center;
	}
	.home .toprightvideo iframe,
	.is-tablet .home .toprightvideo iframe {
		width: 481px;
		height: 272px;
	}
	.home .home-banners {
		margin-right: 0;
	}
	.home .home-banners-wrap {
		margin-bottom: 30px;
		table-layout: fixed;
	}
	.home .home-banners-wrap-500,
	.home .home-banners-wrap-330 {
		border-collapse: separate;
		border-spacing: 5px;
		margin: 0 auto 30px;
	}
	.home .home-banners-wrap-680.home-banners-wrap {
		width: 100%;
	}
	.is-tablet .home .home-banners-wrap a img  {
		margin-left: 0;
	}
	.home .miniposts {
		padding-top: 30px;
	}
	.home .minipost-wrap,
	.home .minipost-wrap:last-child {
		float: none;
		width: 100%;
		max-width: 490px;
		margin: 0 auto 20px;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #999;
	}
	.home .minipost1 {
		padding-top: 20px;
		border-top: 1px solid #999;
	}
	.home .miniposts .post-content {
		border-right: none;
	} */
	.content,
	.full-width-content .content {
		width: 97%;
		float: none;
		border-left: none;
		padding-left: 0;
		margin: 0 auto;
	}
	.is-tablet .content {
		width: 95%;
		margin: 0 auto;
	}
	.entry {
		padding: 40px 40px 24px 40px;
	}

	.footer-widgets-1 .footer-text {
		float: none;
		width: 85%;
		margin-right: 0;
	}

}

@media only screen and (max-width: 700px) {
/*	.home .slider-overlay h3 {
		font-size: 70px;
		height: 50px;
		text-align: center;
	} */
	.home .content-sidebar-wrap {
		max-width: 465px;
		margin: 0 auto;
	}
/*	.home .toprow {
		padding-bottom: 45px;
	}
	.home .topleftposts {
		margin-bottom: 10px;
	}
	.home .topleftpost-wrap p.title {
		width: 140px;
	}
	.home .topleftpost-wrap img {
		width: 140px;
		height: 140px;
	}
	.home .topleftpost-wrap .post-content {
		padding-right: 10px;
	}
	.home .topcenterlinks {
		clear: left;
		width: 140px;
		padding-top: 20px;
	}
	.home .topcenterlinks a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.home .toprightvideo {
		left: 150px;
		top: 165px;
	}
	.home .toprightvideo > div {
		text-align: left;
	}
	.home .toprightvideo iframe {
		width: 289px;
		height: 164px;
	}
	.home .home-banners-wrap {
		display: block;
	}
	.home .home-banners-wrap .bannerwrap {
		display: block;
		text-align: center;
	}
	.home .home-banners-wrap a {
		display: block;
	}
	.home .home-banners-wrap img {
		margin: 0 0 5px;
	} */
}

@media only screen and (max-width: 530px) {
	.header-page-title {
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}
	.header-page-title-wrap {
		display: inline-block;
		text-align: left;
	}
/*	.home .slider-overlay h3 {
		font-size: 50px;
		height: 25px;
		text-align: center;
	} */
	.entry {
		padding: 20px 20px 20px 20px;
	}
	.home .content-sidebar-wrap {
		max-width: 95%;
		margin: 0 auto;
	}
/*	.home .toprow {
		padding-bottom: 200px;
	}
	.home .topleftpost-wrap {
		margin-bottom: 15px;
	}
	.home .topleftpost-3 .post-content {
		padding-right: 0;
	}
	.home .topcenterlinks {
		clear: none;
		float: left;
		left: 165px;
		padding-top: 0;
		position: absolute;
		left: 0;
		top: 181px;
		width: 140px;
	}
	.home .toprightvideo {
		left: 150px;
		top: 161px;
	}
	.home .miniposts .post-content {
		padding-right: 0;
		margin-right: 0;
	}
	.home .minipost-wrap,
	.home .minipost-wrap:last-child {
		width: 85%;
		margin: 0 auto 40px;
	} */
	.single-product .entry h6,
	.tax-product-cat .entry h6 {
		font-size: 15px;
		line-height: 2.5;
	}
}

@media only screen and (max-width: 470px) {
	.header-page-title h2 {
		font-size: 45px;
	}
/*	.home .slider-overlay h3 {
		font-size: 35px;
		height: 25px;
		text-align: center;
	}
	.home .toprow {
		padding-bottom: 60px;
		max-width: 305px;
		margin: 20px auto 0;
	}
	.is-phone .home .toprow {
		padding-bottom: 230px;
	}
	.home .topleftpost-1 .post-content,
	.home .topleftpost-3 .post-content {
		padding-right: 5px;
	}
	.home .topleftpost-2 .post-content {
		padding-right: 0;
	}
	.home .toprightvideo {
		left: 0;
		top: 350px;
	}
	.home .topcenterlinks {
		top: 161px;
		left: 145px;
	}
	.home .minipost-wrap {
		width: 90%;
	} */
}

@media only screen and (max-width: 525px) {
	.foreign-shipping table,
	.shipping-information table {
		margin-left: -20px;
		background-color: #fff;
	}
}
@media only screen and (max-width: 400px) {
	img.alignright,
	img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}

/* @media only screen and (orientation: landscape) {
	.is-phone .home .slider-overlay {
		padding-top: 40px;
	}
} */