/*
	Theme Name: Rusty Bones
	Description: This is theme was created for the Genesis Framework.
	Author: Ninja Business Media
	Author URI: http://www.ninjabusinessmedia.com/
	Version: 1.0

	Tags: purple, green, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
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;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

/* 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 {
	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 {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	background-color: #f5f5f5;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	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: #6EC062;
	text-decoration: none;
}

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

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

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

h1 {
        color: #7459A1;
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
        color: #6EC062;
	font-size: 30px;
	font-size: 3rem;
}


h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* 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;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	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: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	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: #7459A1;
}

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

.button {
	border-radius: 3px;
	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;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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


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

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

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

.site-inner {
        background: #f6f6f6;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}*/

.site-header,
.nav-primary,
.site-inner,
.footer-widgets,
.site-footer {
    max-width: 1280px;
    margin: 0 auto;
}


.site-inner {
    clear: both;
    background: #fff;
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 40px;
    padding-top: 4rem;
}

.full-width-content .site-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.page.page-template-default,
.single.single-product {
    background: #E9E6EF;
}

.woocommerce .site-inner {
	background: #fff;
}



/* 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;
	width: 740px;
        margin-left: 0px;
}

.news-cpt.widecolumn {
      float: left;
      max-width: 740px;
      margin-left: 70px;
}

.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: 350px;
        margin-right: 0px;
}

.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;
	margin-right: 2.4rem;
}

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

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

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

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

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

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

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

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

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

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

/*
Home Widgets
---------------------------------------------------------------------------------------------------- */
#home-featured-halves,
#home-middle .wrap,
#home-bottom-halves .wrap{
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
}

#home-featured .wrap {
	background: #fff;
}

.home-featured-left,
.home-featured-right {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.home-featured-full  {
    margin-top: -40px;
}

/* added by Bill to test RD*/
.home-featured-full .widget-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.home-featured-full .textwidget strong {
    color: #111;
    text-align: center;
    text-shadow: none;
    font-family: 'Days One', sans-serif;
    font-size: 4.8em;
    font-weight: normal;
    margin-left: 20px;
}

.home-featured-full .textwidget p span{
    color: #fff;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 4.5em;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 18px;
}

.home-featured-left.one-half.first,
.home-featured-right.one-half {
    background: #fff;
    padding-top: 20px;
}

#home-featured .widget-title {
    background: #333;
    color: #f6f6f6;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    height: 60px;
    margin: 30px 20px;
    padding-top: 14px;
}

.home-featured-left.one-half.first .textwidget,
.home-featured-right.one-half .textwidget{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.home-featured-left.one-half.first .textwidget p,
.home-featured-right.one-half .textwidget p {
    padding: 2px 35px;
    border-radius: 6px;
}

.home-featured-left.one-half.first .textwidget div,
.home-featured-right.one-half .textwidget div {
    padding: 30px 30px;
    margin-left: 5px;
}

.home-featured-left.one-half.first .textwidget div p,
.home-featured-right.one-half .textwidget div p {
    background: none;
    color: #121212;
    font-family: 'Lato', Sans-serif;
    font-size: 1.1em;
    Font-weight: 400;
    padding: 0;
}

#home-middle {
    background: #E9E6EF;
    padding: 40px 70px;
}

#home-middle .widget-wrap  {
    width: 100%;
    max-height: 480px;
    background: #fff;
    margin: 0 auto;
}

#home-middle .widget-title {
    background: #7459A1;
    color: #cecece;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    height: 60px;
    padding-top: 14px;
}

#home-middle .textwidget {
    font-size: 18px;
    font-weight: 400;

}

#home-middle .textwidget p {
    color: #7459A1;
    text-align: center;
    padding: 4px 18px;
}

#home-middle .textwidget p strong {
    color: #111;
}

#home-middle .textwidget p span {
    color: #111;
    font-size: .9em;
}

#home-middle .textwidget div p  {
    background: none;
    margin-bottom: -20px;
}

#home-middle .textwidget a {
    color: #7459A1;
    text-decoration: underline;
}

#home-middle .textwidget a:hover {
    text-decoration: none;
}

#home-middle #news_manager_list_widget-2 ul {
    color: #7459A1;
    padding: 0px 30px;
    padding-bottom: 72px;
}

#home-middle #news_manager_list_widget-2 a {
    font-weight: 400;
}

#home-middle #black-studio-tinymce-9.widget.widget_black_studio_tinymce img{
    margin-bottom: 17px;
}

.home-lower-full {
    background: #111;
}

.home-lower-full .textwidget p {
    color: #7459A1;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 4.5em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.home-bottom-left.one-half.first {
    width: 50%;

}
.home-bottom-right.one-half {
    width: 40%;
}

.home-bottom-left.one-half.first {
    margin-left: 40px;
}
.home-bottom-right.one-half {
    margin-right: 40px;
}

#home-bottom-halves .wrap {
	 background: #fff;
}

#home-bottom-halves .widget-wrap  {
    background: #fff;
    padding: 20px 8px;

}

#soliloquy-2.widget.soliloquy{
    margin-top: 14px;
}

#soliloquy-container-43.soliloquy-container.soliloquy-fade.soliloquy-preloader {
    border: 10px solid #7459A1;
    border-radius: 2px;
}


#home-bottom-halves .widget-title {
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    height: 60px;
    margin-top: -135px;
    margin-bottom: 95px;
}

#home-bottom-halves .textwidget {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
}

#home-bottom-halves .textwidget p {
    padding: 6px 6px;
    border-radius: 6px;
}



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

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

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

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


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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* 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;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

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

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

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

/* Woocommerce
--------------------------------------------- */

.woocommerce div.product .product_title {
    color: #7459A1;
    font-size: 2em;
}

.woocommerce div.product .amount {
   float: right;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    text-align: center;
}

.woocommerce .quantity .qty {
	width: 4.7em;
}

input.input-text.qty.text {
  width: 70px;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	   text-align: center;
	    border-bottom: 1px solid;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 400px !important;
	border: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce tbody tr th {
	width: 220px !important;
}

/*.woocommerce p {
	text-align: left;
}*/

.woocommerce #payment, .woocommerce-page #payment {
        border-radius: 5px;
	padding-left: 20px;
}

.woocommerce #payment, .woocommerce-page #payment {
        background: none repeat scroll 0% 0% #F7F6F7;
        border-radius: 5px;
}

/*.woocommerce .form-row.place-order .checkbox {
	margin-right: 50px;
}

.woocommerce form .form-row .input-checkbox {
  margin: -65px 8px 0 0 !important;
}*/

.woocommerce-page #payment #place_order {
	margin-right: 50px;
}

.woocommerce #payment ul.payment_methods .payment_method_cheque input, .woocommerce-page #payment ul.payment_methods .payment_method_cheque input,
.woocommerce #payment ul.payment_methods .payment_method_paypal input, .woocommerce-page #payment ul.payment_methods .payment_method_paypal input,
.woocommerce #payment ul.payment_methods .payment_method_authorize_net_sim input, .woocommerce-page #payment ul.payment_methods .payment_method_authorize_net_sim input{
	width: 10%;
        box-shadow: none;
}

.woocommerce #payment ul.payment_methods .payment_method_authorize_net_sim #ccnum, .woocommerce-page #payment ul.payment_methods .payment_method_authorize_net_sim #ccnum {
	width: 100%;
}

ul.products .count { display:none !important; }


/* Cart totals styling*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%!important;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	border: 1px solid rgba(0,0,0,.1)!important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th  {
    border: 1px solid rgba(0,0,0,.1);
    text-align: left;
    border-collapse: separate;
}

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

/* cart button styling*/

button.single_add_to_cart_button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #7459A1!important;
	font-size: .9em;
}


.woocommerce ul.products li.product .button:hover,
.woocommerce input.button:hover,
button.single_add_to_cart_button.button.alt:hover,
.woocommerce .cart .button, .woocommerce .cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #ebe9eb;
	color: #515151;
}

.woocommerce ul.products li.product .button,
.woocommerce input.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: #7459A1;
	color: #fff;
	font-size: .9em;
	text-align: center;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: #207dda;
	color: #fff;
}


.woocommerce .cart .button, .woocommerce .cart input.button {
        background: #7459A1;
	color: #fff;
        font-size: .8em;
	width: inherit;
}

/* Cart message*/
.woocommerce .woocommerce-info:before {
    color: #7459A1;
}

div#woocommerce-cart-notice-name {
    border:  2px solid #6EC062;
    background: #b5ddaf;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background: /*url(images/header-bg.png)*/ #fff;
        max-width: 1280px;
	margin: 0 auto;
}

.site-header .wrap {
        height: 200px;/*added by Bill*/
	padding: 40px 0;
	padding: 4rem 0;
}

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

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 400px;
}

.header-image .title-area {
    height: 100px;
    width: 280px;
}

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

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	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: 40%;/*changed form 100%*/
}

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

/* Logo, hide text */

.header-image .site-header .wrap {
        max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
}

.header-image .site-title a {
        background: url(images/logo.png) no-repeat center;
        height: 180px;
        width: 100%;
        margin-top: -40px;
        margin-bottom: -40px;
        padding: 0;
}

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

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	width: 775px;
        height: 200px;
        margin-top: -40px;
}

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

.site-header .search-form {
        float: right;
	    width: 210px;
        margin: 0 auto;
        margin-top: 1px;
        padding: 15px 5px;
}

.site-header .search-form input{
	    padding: 10px 10px;
}

.site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce {
        float: left;
        width: 320px;
        height: 200px;
        margin-top: 0px;
}

.site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce .textwidget p {
        padding: 0;
}

.site-header .widget-area #woocommerce_widget_cart-2.widget.woocommerce.widget_shopping_cart {
        float: left;
        width: 380px;
        height: 200px;
        margin-top: 0px;
        margin-left: 20px;
}

.site-header .widget-area #woocommerce_widget_cart-2.widget.woocommerce.widget_shopping_cart h4 {
        color: #7459A1;
}

.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce {
        /*background: #cecece;*/
        float: right;
        margin-top: -12px;
        /*width: 250px;*/
        margin-right: 25px;
        /*border: 2px solid #111;
        border-radius: 4px;*/
}


.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget  p {
        Background: #7459A1;
        color: #fff;
        border-radius: 4px;
        font-family: 'Helvetica', Sans-serif;
        font-size: 1.5em;
        font-weight: 500;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: -25px;
        padding-top: 5px;

}

.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget  span p {
	background: none;
}

.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget  address{
        color: #111;
        text-align: left;
        font-family: 'acme', sans-serif;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1;
        margin-top: 0px;
        margin-left: 15px;
}

.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget img {
	background: none;
        margin-top: 10px;
}

#search-3.widget.widget_search {
        position: relative;
        float: right;
        background: url(images/search-bg.png) no-repeat;
        width: 250px;
        padding-right: 20px;
        margin-top: -25px;
        margin-right: 25px;
}

#search-3.widget.widget input{
        Background: #fff;
        color: #111;
}

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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	/*width: 90%;*/
        padding-left: 40px;
}

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


.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 1.4rem 2.4rem;
	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;
        margin-top: -9px;
	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: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #7459A1;
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0px 0px 184px;

}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.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;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* set primary menu width and style*/

#menu-primary-navigation.menu.genesis-nav-menu.menu-primary {
        background: #7459A1;
        max-width: 1140px;
        margin: 0 auto;
}

/*#menu-primary-navigation.menu.genesis-nav-menu.menu-primary .menu-item {
        height: 0px;
}*/

#menu-primary-navigation.menu.genesis-nav-menu.menu-primary .sub-menu .menu-item {
        border-bottom: 1px solid #E9E6EF;
        height: 51px;
        margin-top: 0px;
}

#menu-primary-navigation.genesis-nav-menu.menu-primary .sub-menu .menu-item a{
        height: 50px;
        line-height: 3;
        padding-top: 0px;
}

#menu-primary-navigation.menu.genesis-nav-menu.menu-primary .sub-menu {
        margin-top: 0px;
}

#menu-primary-navigation.menu.genesis-nav-menu.menu-primary .sub-menu .sub-menu {
        margin-top: -50px;
        margin-left: 200px;
}

/* style nav Button*/
#menu-primary-navigation.menu.genesis-nav-menu.menu-primary a{
        background: #7459A1;
        color: #fff;
        font-family: 'Rambla', sans-serif;
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1.9;
        padding: 9px 22px;
        padding-bottom: 6px;
}

#menu-primary-navigation.menu.genesis-nav-menu.menu-primary a:hover{
        background: #8667BC;
        color: #fff;
}

#menu-primary-navigation.menu.genesis-nav-menu.menu-primary .current-menu-item a {
        background: #7459A1;
	Color: #333;
}

#menu-primary-navigation.menu li.right.search {
        margin-top: -12px;
        margin-bottom: 2px;
        margin-right: 50px;
}

#menu-primary-navigation.menu input[type="search"] {
        color: #111;
        height: 45px;
        font-weight: bold;
}


/* 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: #7459A1;
        max-width: 1280px;
	margin: 0 auto;
}

.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: #333;
        max-width: 1280px;
	margin: 0 auto;
}

.nav-secondary .wrap{
        background-color: #333;
        max-width: 1240px;
        margin: 0 auto;
}



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

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary .sub-menu .menu-item {
        border-bottom: 1px solid #E9E6EF;
        margin-top: 0px;
}

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary .sub-menu .menu-item a{
        background: #333;
        line-height: 1.4;
}

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary .sub-menu .menu-item a:hover {
        background: #666;
        color: #fff;
}

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary .sub-menu {
        margin-top: 0px;
}

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary .sub-menu .sub-menu {
        margin-top: -40px;
        margin-left: 200px;
}

/* style nav Button*/
#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary a{
        background: #333;
        color: #fff;
        font-family: 'Rambla', sans-serif;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.1;
        padding: 9px 22px;
        padding-bottom: 6px;
}

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary a:hover{
        background: #666;
        color: #fff;
}

#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary .current-menu-item a {
        background: #fff;
        Color: #7459A1;
}


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

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

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px 40px 24px;
	padding: 2rem 4rem 2.4rem;
}

.entry-content a {
	border-bottom: 0px solid #ddd;
	color: #7459A1;
}

.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;
	margin-bottom: 2.6rem;
}

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

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

.entry-content ul li {
	list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 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;
	padding: 0.8rem 1.2rem;
}

.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;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

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

.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;
	margin-right: 1.2rem;
}

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

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

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

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

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

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

.bypostauthor {
}

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


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

.sidebar {
    background: #333;
	  color: #999;
		border-bottom: 10px solid #fff;
}

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

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

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

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

.sidebar .widget {
	background-color: #333;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0px;
	padding: 0rem;
}

.sidebar .widget .widget-title {
        background: #7459A1;
        color: #fff;
        text-align: left;
        font-family: 'lato', san-serif;
        font-size: 1.6em;
        line-height: 2;
        padding-top: 0px;
	padding-left: 20px;
}

.sidebar .widget .textwidget {
        font-size: 18px;
        font-weight: 400;

}

.sidebar .widget .textwidget p {
        color: #fff;
        text-align: center;
        padding: 4px 8px;
        border-radius: 6px;
}

.dropdown_product_cat {
	width: 80%;
	margin-left: 10%;
}

/* Store and Primary sidebar widget
-----------------------------------*/
#black-studio-tinymce-18 ul,
#black-studio-tinymce-22 ul,
.product-categories,
.widget_shopping_cart_content {
    padding: 0px 30px;
}

#black-studio-tinymce-18 ul li a,
#black-studio-tinymce-22 ul li a,
.product-categories li a,
.widget_shopping_cart_content li a{
    color: #fff;
    border-bottom: none;
    text-decoration: underline;
    padding: 0px 6px;
}


#black-studio-tinymce-18 ul li a:hover,
#black-studio-tinymce-22 ul li a:hover,
.product-categories li a:hover,
.widget_shopping_cart_content li a:hover {
    color: #7459A1;
    padding: 0px 10px;
}

.widget_shopping_cart_content span {
	  color: #7459A1;
}

.widget_shopping_cart_content strong {
	  color: #fff;
}

#black-studio-tinymce-18 ul li:before,
#black-studio-tinymce-22 ul li:before {
    color: #fff;
}



/* statewide black studio styling
-------------------------------------*/

#black-studio-tinymce {
    background: none;
}

#black-studio-tinymce p {
    background: none;
    color: #f6f6f6;
    text-align: left
}

#black-studio-tinymce a {
    color: #7459A1;
}

.sidebar .widget .textwidget p strong {
    color: #f6f6f6;
}

.sidebar .widget .textwidget p span {
    color: #f6f6f6;
    font-size: .9em;
}

.sidebar .widget .textwidget div p  {
    background: none;
    margin-bottom: -20px;
}


.sidebar .enews-widget {
    background-color: #333;
}

.sidebar .widget .ngg_slideshow.widget img {
    border: 4px solid #7459A1;
    box-shadow: 6px 6px 6px #111;
}

.sidebar .ngg-widget.entry-content {
    width: 262px;
    margin-left: 50px;
}

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

.footer-widgets {
	background-color: #7459A1;
	color: #999;
	clear: both;
        max-width: 1280px;
	padding: 60px 60px 16px;
	padding: 6rem 80px 1.6rem;
}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 31.6%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin-right: 2.5%;
}

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

.footer-widgets a {
	color: #f6f6f6;
        font-weight: 400;
}

.footer-widgets a:hover {
	color: #121212;
        padding: 0px 6px;
}

.footer-widgets-3 #black-studio-tinymce-13 a {
	margin-left: 35px;
	padding: 0;
}

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

.footer-widgets .widget-title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    border-bottom: 1px solid #f6f6f6;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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



/* footer widget gravity form
------------------------------------------*/

#gform_wrapper_1 .gfield_label {
    display: none;
}

#gform_1 h3 {
	color: white;
	font-family: 'helvetica', san-serif;
	font-weight: 100;
	margin-bottom: -20px;
}


#field_1_1.gfield.gfield_contains_required {
    width: 300px;
    height: 0px;
}

#field_1_2.gfield.gfield_contains_required {
    width: 300px;
    margin-top: 13px;
}

#field_1_1 #input_1_1,
#field_1_2 #input_1_2 {
    max-width: 300px;
    height: 50px;
    background: #fff;
    font-size: 1.2em;
    font-family: 'helvetica', san-serif;
    border-radius: 4px;
    padding-left: 10px;
    margin-top: 0px;
}

#field_1_1 #input_1_1 {
    margin-top: 13px;
    margin-left: 0px;
}

#field_1_2 #input_1_2 {
    margin-left: 170px;
}


#gform_1 input[type="submit"] {
    height: 50px;
    float: left;
    background-color: #111;
    border-radius: 6px;
    margin-right: 0px;
    Margin-top: 0px;
    padding: 10px 18px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	color: #999;
	max-width: 1280px;
	font-size: 14px;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 0px 0;
	padding: 1.4rem 0;
	text-align: center;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
	color: #7459a1;
}

.site-footer p {
	margin-bottom: 0;
}


/*
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;
	}*/

}

@media only screen and (max-width: 1200px) {

        .site-header .widget-area {
		width: 720px;
        }


        .nav-primary .search-form {
            width: 140px;
        }

        .content {
		width: 620px;
	}

        #home-middle {
                width: 100%;
                padding: 40px 20px;
        }

        /*.woocommerce-page #payment #place_order {
        	margin-left: 50px
        }

        .woocommerce form .form-row .input-checkbox {
                margin: -124px 8px 0 0 !important;
        }

        .woocommerce .form-row.place-order .checkbox {
	            margin: 20px;
        }*/

}

@media only screen and (max-width: 1139px) {

	.site-inner,
    .wrap        {
        max-width: 100%; /*changed from 1000px;*/
}


     .genesis-nav-menu {
        width: 100%;
}

    .genesis-nav-menu a {
        padding-right: 20px;
}

     .home-featured-full .textwidget strong {
        font-size: 4.1em;
}

     .home-featured-full .textwidget p span{
        font-size: 3.5em;
}

     #home-featured-halves {
        margin: 0px 0px 16px 0px;
}

     .home-featured-left.one-half.first .textwidget,
     .home-featured-right.one-half .textwidget{

        font-size: 18px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
}

     .home-featured-left.one-half.first .textwidget p,
     .home-featured-right.one-half .textwidget p {
        padding: 2px 8px;
        padding-right: 2px;
}

    .home-featured-left.one-half.first .textwidget div,
    .home-featured-right.one-half .textwidget div {
        padding: 20px 5px;
}

        #home-middle {
            width: 100%;
            padding: 40px 5px;
        }

        #home-middle .widget-wrap {
            padding: 20px 3px;
        }

        .home-bottom-left.one-half.first {
            width: 40%;

	}
	.home-bottom-right.one-half {
            width: 50%;
	}

	.home-bottom-right.one-half {
            margin-right: 0px;
	}

        #home-bottom-halves .widget-wrap  {
            padding: 20px 0px;

        }

        #home-bottom-halves #soliloquy-2.widget.soliloquy{
            margin-top: 24px;
        }

	#soliloquy-container-43 {
            float: right;
	}

        .sidebar-primary	{
            width: 330px;
	   }

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

	.content {
		width: 620px;
	}

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

        .footer-widgets-3 #black-studio-tinymce-13 a {
		margin-left: 20px;
	}


}

@media only screen and (max-width: 1100px) {

        .header-image .site-header .wrap {
                padding-left: 20px;
                padding-right: 20px;
        }

	.site-header .widget-area {
		width: 700px;
	}

	.site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce {
                margin-left: 40px;
	}

        .site-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content {
		width: 610px;
	}

        #menu-primary-navigation.menu.genesis-nav-menu.menu-primary a,
	#menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary a {
		 padding: 9px 16px;
	}

        .home-bottom-left.one-half.first,
	.home-bottom-right.one-half {
                width: 100%;
                margin: 0 auto;
	}

	.home-bottom-left.one-half.first {
		padding-bottom: 0px;
	}

        .home-bottom-right.one-half {
		padding-bottom: 30px;
	}


        #home-bottom-halves .textwidget {
                padding: 0px 40px;
        }

	#home-bottom-halves #soliloquy-2.widget.soliloquy {
		max-width: 500px;
		margin: 0 auto;
	}

	#home-bottom-halves #soliloquy-container-43.soliloquy-container.soliloquy-fade.soliloquy-preloader {
		padding-bottom: 0px;
	}


	#black-studio-tinymce-8 p {
		margin-bottom: 0px;
	}


}


@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

        .content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
        .one-half   {
		width: 100%;
	}

        .one-half {
                margin: 0 auto;
        }

	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
                margin:0 auto;
	}

        .header-image .title-area  {
                 width: 100%;
                 margin-bottom: 60px;
        }


        .site-header .widget-area {
                float: none;
                width: 680px;
                margin: 0 auto;
		}

	.site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce {
                margin-left: 0px;
		}

	.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce {
                margin-right: 0px;
		}

	.site-inner {
		padding-left: 0%;
		padding-right: 0%;
	}

        .genesis-nav-menu {
		padding-left: 0px;
	}

        #menu-secondary-navigation.menu.genesis-nav-menu.menu-secondary a {
                font-size: 1em;
        }

        .page-template-default .site-inner.site-inner {
		padding-left: 6%;
		padding-right: 6%;
	}

	.entry-content {
                width: 90%;
                margin: 0 auto;
        }

        .woocommerce .content {
		padding-left: 6%;
		padding-right: 6%;

	}
	.woocommerce .entry {
		padding: 0 20px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

        #home-featured-halves {
                margin: 0 40px 16px 40px;
        }

        .home-featured-left.one-half.first .textwidget,
        .home-featured-right.one-half .textwidget{
                padding-left: 30px;
                padding-right: 30px;
                padding-bottom: 30px;
        }

       .home-featured-left.one-half.first .textwidget p,
       .home-featured-right.one-half .textwidget p {
                padding: 6px;
                padding-right: 2px;
        }

       .home-featured-left.one-half.first .textwidget div,
       .home-featured-right.one-half .textwidget div {
                padding: 20px 30px;
        }

       .home-featured-left.one-half.first .textwidget div p,
       .home-featured-right.one-half .textwidget div p {
                padding: 10px 0px;
        }

        #home-middle .widget-wrap {
            width: 100%;

        }

        .home-lower-full .textwidget p {
            font-size: 4em;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

        .home-bottom-left.one-half.first {
		margin-left: 0px;
		padding: 20px;
	}

	#soliloquy-2 {
		width: 500px;
		margin: 0 auto;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

        /*.woocommerce .form-row.place-order .checkbox {
                margin-right: 100px;
        }

	.woocommerce-page #payment #place_order {
        	margin-right: 50px;
        }

        .woocommerce form .form-row .input-checkbox {
                margin: -67px 8px 0 0 !important;
        }*/



}

@media only screen and (max-width: 900px) {

        .home-lower-full .textwidget p {
                font-size: 3em;
	}

}

@media only screen and (max-width: 768px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-header .widget-area {
                max-width: 630px;
        }

        .site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce img {
		width: 90%;
        }

        /* Primary Navigation Menu Icon properties */

        #primary-menu-icon {
                border-bottom: 1px solid #ddd;
                cursor: pointer;
                display: block;
                padding: 24px 24px;
                padding: 2.4rem 2.4rem;
                text-align: center;
        }

        #primary-menu-icon::before {
                color: #eee;
                content: 'MENU \2630';
                font-weight: bold;
                letter-spacing: 1px;
        }

        #primary-menu-icon:hover::before {
                color: #111;
                content: 'MENU \2637';
        }

        #primary-menu-icon:active::before {
                color: #fff;
                content: 'MENU \2637';
        }

        /* Hide Primary Navigation Menu until it's toggled via script */

        .menu-primary {
                display: none;
        }

        /* Primary Navigation Menu misc properties */

        .nav-primary {
                clear: both;
                color: #7459A1;
                font-family: Lato, sans-serif;
                line-height: 1.5;
                width: 100%;
                z-index: 9999;
        }

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

        .nav-primary a {
                background-color: #f0f0f0;
                border-bottom: 1px solid #ccc;
                color: #222;
                display: block;
                padding: 20px 24px;
                padding: 2rem 2.4rem;
                position: relative;
        }

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

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

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

        .nav-primary .sub-menu {
                left: 0px;
                opacity: 1;
                position: relative;
                -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: 100%;
                z-index: 99;
        }

        .nav-primary .sub-menu a {
                background-color: #fff;
                border-bottom: 1px solid #ccc;
                font-size: 14px;
                font-size: 1.4rem;
                padding: 18px 30px;
                padding: 1.8rem 3rem;
                position: relative;
                width: 100%;
        }

        .nav-primary .sub-menu a::before {
                content: "- ";
                font-size: 14px;
                font-size: 1.4rem;
        }

        .nav-primary .sub-menu a:hover {
                background-color: #f7f7f7;
        }

        .nav-primary .sub-menu li li a {
                padding: 18px 40px;
                padding: 1.8rem 4rem;
        }

        .nav-primary .sub-menu .sub-menu {
                margin: 0;
        }

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

        .nav-primary .menu-item:hover > .sub-menu {
                left: auto;
                opacity: 1;
        }

        /* Secondary Navigation Menu Icon properties */

	#secondary-menu-icon {
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		display: block;
		padding: 24px 24px;
		padding: 2.4rem 2.4rem;
		text-align: center;
	}

	#secondary-menu-icon::before {
		color: #fff;
		content: 'SHOP \2630';
		font-weight: bold;
		letter-spacing: 1px;
	}

	#secondary-menu-icon:hover::before {
		color: #7459A1;
		content: 'SHOP \2637';
	}

	#secondary-menu-icon:active::before {
		color: #222;
		content: 'SHOP \2637';
	}

	/* Hide Secondary Navigation Menu until it's toggled via script */

	.menu-secondary {
		display: none;
	}

	/* Secondary Navigation Menu misc properties */

	.nav-secondary {
		clear: both;
		color: #999;
		font-family: Lato, sans-serif;
		line-height: 1.5;
		width: 100%;
		z-index: 9999;
	}

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

	.nav-secondary a {
		background-color: #f0f0f0;
		border-bottom: 1px solid #ccc;
		color: #222;
		display: block;
		padding: 20px 24px;
		padding: 2rem 2.4rem;
		position: relative;
	}

	.nav-secondary a:hover,
	.nav-secondary .current-menu-item > a,
	.nav-secondary .sub-menu .current-menu-item > a:hover {
		background-color: #ddd;
		color: #222;
	}

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

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

	.nav-secondary .sub-menu {
		left: 0px;
		opacity: 1;
		position: relative;
		-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: 100%;
		z-index: 99;
	}

	.nav-secondary .sub-menu a {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 18px 30px;
		padding: 1.8rem 3rem;
		position: relative;
		width: 100%;
	}

	.nav-secondary .sub-menu a::before {
		content: "- ";
		font-size: 14px;
		font-size: 1.4rem;
	}

	.nav-secondary .sub-menu a:hover {
		background-color: #f7f7f7;
	}

	.nav-secondary .sub-menu li li a {
		padding: 18px 40px;
		padding: 1.8rem 4rem;
	}

	.nav-secondary .sub-menu .sub-menu {
		margin: 0;
	}

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

	.nav-secondary .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}


        .home-featured-right.one-half .textwidget {
                padding-right: 10px;
                padding-bottom: 30px;
        }

        .home-featured-left.one-half.first .textwidget div,
        .home-featured-right.one-half .textwidget div {
                padding: 20px 10px;
        }

       .home-featured-left.one-half.first .textwidget div p,
       .home-featured-right.one-half .textwidget div p {
                padding: 10px 0px;
        }

       /* .woocommerce .form-row.place-order .checkbox {
                margin-left: 30px;
        }

	.woocommerce-page #payment #place_order {
        	margin: 0 auto;
        }

        .woocommerce form .form-row .input-checkbox {
                margin: -61px 8px 0px 0px !important;
        }*/
}



@media only screen and (max-width: 650px) {


	.site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce {
                width: 250px;
        }

	     .site-header .widget-area {
                width: 100%;
        }

        .site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget {
		margin-right: 0px;
	}

        .site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget a img{
                background: none;
                color: #fff;
                width: 200px;
                font-size: 1.2em;
		margin-top: 0px;
                margin-left: 20px;
                margin-right: 20px;
		padding-right: 0px;
        }


        #home-featured-halves {
                margin: 0 0px 16px 0px;
        }

	#home-featured .widget-title {
                font-size: 1.3em;
                line-height: 1.1;
                padding-top: 10px;
	}

        .home-lower-full .textwidget p {
                font-size: 2em;
	}

        .page-template-default .site-inner.site-inner {
		padding-left: 0%;
		padding-right: 0%;
	}



}

@media only screen and (max-width: 567px) {

	.header-image .site-header .wrap {
		    width: 100%;
	}

	.header-image .site-header .wrap {
                padding-left: 0px;
                padding-right: 0px;
        }

        .site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce {
                width: 220px;
        }

        .site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget {
		margin-right: 0px;
	}

        .site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget a {
                font-size: 1.1em;
        }

        #home-bottom-halves #soliloquy-2.widget.soliloquy {
            width: 460px;
        }

        /*.woocommerce .form-row.place-order .checkbox {
                margin-left: 20px;
                margin-right: 30px;
        }



        .woocommerce form .form-row .input-checkbox {
                margin: -61px 8px 0px 0px !important;
        }*/
}


@media only screen and (max-width: 479px) {

        .site-header .widget-area #black-studio-tinymce-5.widget.widget_black_studio_tinymce,
	.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce {
             width: 100%;
        }


	.header-image .site-header .wrap {
                padding-left: 0px;
                padding-right: 0px;
        }

        .site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget address {
		text-align: center;
	}

	.site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce .textwidget a {
                width: 250px;
		margin: 0 auto;
        }



        #home-bottom-halves #soliloquy-2.widget.soliloquy {
            width: 460px;
        }


	 .home-featured-left.one-half.first .textwidget {
            padding: 0;
	}

	.home-featured-left.one-half.first .textwidget div,
        .home-featured-right.one-half .textwidget div,
	.home-featured-left.one-half.first .textwidget div p,
       	.home-featured-right.one-half .textwidget div p {
            padding: 0px 0px;
	}

        #home-bottom-halves #soliloquy-2.widget.soliloquy {
            display: none;
        }

        .woocommerce table.shop_table th {
       	font-size: .7em;
       }

       .woocommerce table.shop_table td a {
       	font-size: .7em;
       }

}

@media only screen and (max-width: 385px) {

        .header-image .site-title a {
						display: none;
					}

	.header-image .title-area {
            height: 40px;
            margin-bottom: 0px;
            padding-bottom: 0px;
		      margin-top: 0px;
	}


.header-image .site-title a {
	display: block;
	background: #7459A1;
        color: #fff;
	height: 34px;
	font-size: 18px;
	font-family: 'lato', san-serif;
	font-weight: 100;
	line-height: 1.9;
	text-indent: 0px;
}

#black-studio-tinymce-5 {
    display: none;
}



        .site-header .widget-area #black-studio-tinymce-6.widget.widget_black_studio_tinymce{
             margin-right: 0px;
        }

        .home-middle-1.widget-area.one-third .textwidget iframe{
            height: 200px;
        }

        #home-bottom-halves .textwidget {
             padding: 0;
        }


        .footer-widgets {
            padding: 20px;
	}

        #field_1_1 #input_1_1,
        #field_1_2 #input_1_2 {
            max-width: 120px;
        }


}
.is-menu {
    position: relative;
    display: inline-block;
}



/* **** Mobile footer icons *** */
@media only screen and (max-width: 768px) {
	.sticky-footer {
		height: 60px;
		background-color: rgb(116 89 161 / 90%);
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		display: table;
		padding: 10px 0 30px 0;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.5s linear;
	}
	.sticky-footer.hide {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.5s, opacity 0.5s linear;
	}
	.sticky-footer.show {
		visibility: visible;
		opacity: 1;
	}
	.sticky-footer ul {
		display: table-row;
	}
	.sticky-footer ul li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 80px;		
	}
	.sticky-footer ul li a {
		font-size: 26px;
		color: #ffffff;
		text-decoration: none;
	}
	.sticky-footer ul li a img {
		width: 26px;
	}
	.sticky-footer ul li a span {
		font-size: 0.4em;
		display: block;
		color: #ffffff;
		line-height: 1;
	}
	.sticky-footer ul li a:hover {
		text-decoration: none;
	}
	.main-footer-wrapper {
	    padding-bottom: 60px;
	}
	.site-footer {
		padding-bottom: 80px !important;
	}
}

@media only screen and (min-width: 769px){
	.sticky-footer {
		display: none;
	}	
}

