/*
	Theme Name: Minimum Child Theme
	Theme URI: http://www.studiopress.com/themes/minimum
	Description: Minimum is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Featured Image
* Inner
* Page Title
* Home Featured
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info / Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form / eNews and Update Widget
* Calendar Widget
* Footer Widgets
* Footer
* Custom Footer
* Comments
* Gravity Forms
* Responsive Design

*/

/*MATT'S EDITS FOR THINGS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/*WEBSITE SALE NOTIFICATION BANNER_______________________________________________________________________________________________________________________*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#blox_global_302354 {

    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

/* STORE PAGE/INDIVIDUAL PRODUCTS PAGE ________________________________________________________________________________________________________________*/

div.woocommerce.columns-4 .product {
  text-align: center;
  margin-bottom: 20px !important;
  border: 1px solid #afafaf;
  width: 21.9% !important;
}

div.woocommerce.columns-4.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  min-height: 360px;
  min-width: 190px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

div.woocommerce.columns-4.woocommerce ul.products li.product a img {
  border-radius: 10PX;
  box-shadow: 1px 5px 9px 2px #776f6f;
}

div.woocommerce.columns-4.woocommerce ul.products li.product h3 {
  padding-left: 10px;
}

div.woocommerce.columns-4.woocommerce a.button {
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
}

div.woocommerce.columns-4 .price {
  position: relative;
  color: #B9812C !important;
  min-height: 3em;
}

div.woocommerce.columns-4span.price {
  margin-bottom: 0px;
}

div.woocommerce.columns-4 .woocommerce-loop-product__title {
  padding-bottom: 0px !important;
  min-height: 3em;
  padding-top: 0px !important;
}

div.woocommerce.columns-4 .button.product_type_simple.ajax_add_to_cart:hover {
  background-color: #3e3e3e !important;
}

div.woocommerce.columns-4 .price:hover {
  color: #3e3e3e !important;
}

div.woocommerce.columns-4 .woocommerce-loop-product__title:hover {
  color: #B9812C;
}

/* This is for the individual product pages */

section.related.products {
  display: none;
}

.flex-viewport {
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 5px 9px 2px #776f6f !important;
}

.flex-viewport img {
  border-radius: 10px;
}

/*This fixes the WooCommerce 3.0 Gallery main image being shifted to the right. */

figure {
-webkit-margin-start: 0px;
-webkit-margin-before: 0px;
}

/*This adjusts the spacing and border radius of the thumbnail images below the main image. */
.flex-control-thumbs li img {
  border-radius:20px;
  width: 90% !important;
  padding: 4%
}


/*MAIN MENU:  ________________________________________________________________________________________________________ */

/*These make the menu color span across the whole page and change the colors of the menu, menu list items, and the hover colors for the menu. */

#subnav {
  background-color: #3e3e3e !important;
}

.menu-secondary a{
  background: #3e3e3e !important;
  color: #fff !important;
}

.menu-secondary li a:hover {
  background: #fff !important;
  color: #b9812c !important;
}

.menu-secondary li li a{
  background: #3e3e3e !important;
  color: #fff !important;
}

.menu-secondary li li a:hover {
  background: #fff !important;
  color: #b9812c !important;
}

/*This makes the menu stick to the top of the page when scrolling______________________________________________________________________________*/
#subnav {
  position: sticky;
  top: 0;
  z-index: 101;
}


/* FOOTER: Footer Adjustments ______________________________________________________________________________________________________________________________________*/
.cpps {
  position: relative;
  bottom: 25px;
}

.signupform {
  background-color: #fff;
  color: #3e3e3e;
  margin: 0px 15px 0px 0px;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
  position: relative;
}

.signupformshell {
  border-radius: 5px;
  padding-bottom: 1px !important;
  padding-top: 10px;
  position: relative;
  bottom: 20px;
}

.signupformshell p {
  position: relative;
  top: 7px;
}

.aboutcontact {
  position: relative;
}

/* EMAIL SIGNUP FOOTER: Footer Email Signup Adjustments _______________________________________________________________________________________________________*/

#signupform input {
  width: auto;
  border: 1px solid black;
  margin: 5px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  margin-right: 15px !important;
}

#signupform gfield_label {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

#signupform p {
  line-height: 1px;
  width: 100% !important;
  margin-bottom: 0px
}

#signupform label {
  padding: 5px;
  padding-bottom: 0px !important;
  margin-bottom: 5px !important;
  width: 100%;
}

#signupform .gfield_label {
  margin-top: 10px;
}

#signupform ul.gform_fields {
  width: 100%;
}

#signupform gfield {
  width: 100%;
}

#signupform .gform_button {
  position: relative;
  top: 10px;
}

 #signupform label.gfield_label {
  margin-bottom: 0px !important;
}

/* YAMAHA SPECS TABLES: This is for the Tables on the Yamaha Showroom Pages ______________________________________________*/

#yamahatable .theading1 {
  background-color: #3e3e3e;
  color: #fff;
  text-align: center !important;
  font-size: 110%;
}

#yamahatable .theading2 {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 110%;
}

/* This removes the Posted In text from store items_____________________________________________________________________________*/

.posted_in {
  display: none;
}

/*CONTACT FOR PRICING: This is the styling for the Contact for Pricing Button on the Showroom pages for individual instruments ___________________________________*/

.contactforpricing {
  display: inline-block;
  margin-bottom: 1em;
  background-color: #b9812c;
  color: #fff !important;
  font-weight: 700;
  border-radius: 5px;
  padding: 11.124px 18px 11.124px 18px;
  border: solid black 1px
}

.contactforpricing:hover {
  background-color: #515151;
  color: #fff;
}



/*TICKETS BUTTON: This moves the Tickets Button on the event calendar page so it doesn't cover text in longer event names__________________________________________*/
.ai1ec {
  color: black;
}

.ai1ec-btn-xs {
  margin-top: 50px;
}

/*INDIVIDUAL EVENTS PAGES: This is the styling to make the image, tickets button, and event info look better________________________________________________*/

.ai1ec-single-event {
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.ai1ec-post_thumbnail {
  border-radius: 10px;
  box-shadow: 1px 1px 2px #000;
}

.ai1ec-event-avatar img {
  border-radius: 10px;
 }

.ai1ec-event-details {
  display: inline-block;
  min-width: 40%;
  border: 1px solid grey;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #000;
}

.ai1ec-field-label {
}

.ai1ec-actions {
  width: 100%;
}


.ai1ec-btn-group-vertical {
  float: left;
  box-shadow: 1px 1px 2px #000;
  margin:2px; 
  border-radius: 5px; 
}

.ai1ec-btn {
  border-radius: 5px !important;
}
  


/* AUDIO SAMPLES: This changes the styling for the audio samples on the Product pages _______________________________________________________________________*/
.audiosamples {
  max-width: 350px;
}

.audiosamples p {
  margin: 0px !important;
}

.audiosamples .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  border-radius: 5px;
}

/*These are for the Showroom pages Need A Tuner? or Looking for a Piano Teacher? buttons __________________________________________________________________*/

.needatuning {
  display: inline-block;
  width: 45% !important;
  border: 3px solid #232525;
  border-radius: 5px;
  padding: 15px !important;
  background-color: #3e3e3e;
  margin: 3em 2em 3em 0em !important;
}

.needatuning p {
  color: white;
}

.needatuning h4 {
  color: white;
}

.lookingforapianoteacher {
  display: inline-block;
  width: 45% !important;
  border: 3px solid #232525;
  border-radius: 5px;
  padding: 15px !important;
  background-color: #3e3e3e;
  margin: 3em 0em 3em 0em !important;
}

.lookingforapianoteacher p {
  color: white;
}

.lookingforapianoteacher h4 {
  color: white;
}

  

/*MATT'S EDITS FOR THINGS END HERE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */



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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #b9812c;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

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

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


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1140px;
}

.minimum-landing .wrap {
	width: 800px;
}


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

#header {
	background-position: top center!important;
	margin: 0 auto;
	min-height: 60px;
	overflow: hidden;
	width: 1140px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 35%;
}

#title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 10px;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

#description {
	display: none;
}

#header .widget-area {
float: right; 
/* width: 35%;  */
width: 450px;  /* test on mobile responsiveness March 2016  */
}



/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

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


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav,
#subnav {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #3e3e3e;
	display: block;
	letter-spacing: 2px;
	padding: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #fff;
	color: #b9812c;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	color: #3e3e3e;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 163px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #fff;
	color: #b9812c;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 185px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 175px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -39px 0 0 184px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	float: right;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.menu li.right a {
	color: #3e3e3e;
	display: inline;
}

.menu li.right a:hover {
	color: #b9812c;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Featured Image
------------------------------------------------------------ */

#featured-image {
	text-align: center;
	width: 100%;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}

.minimum #inner {
	padding: 0 0 40px;
}

.minimum #inner .wrap {
	border-top: 5px solid #f5f5f5;
	padding: 60px 0;
}


/* Page Title
------------------------------------------------------------ */

#page-title {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

#page-title p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

a.page-title-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 45px 0 0;
	padding: 11px 20px 10px;
}

a.page-title-button:hover {
	background-color: #b9812c;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover,
#home-featured a.icon-google,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	background: #ddd url(images/icons.png);
	border-radius: 50%;
	display: block;
	height: 140px;
	margin: 0 auto 30px;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}

#home-featured a.icon-facebook:hover,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter:hover {
	background: #b9812c url(images/icons.png);
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover {
	background-position: 0 0;
}

#home-featured a.icon-google,
#home-featured a.icon-google:hover {
	background-position: -138px 0;
}

#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover {
	background-position: 0 -138px;
}

#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	background-position: -138px -138px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 25%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}


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

#content {
	float: left;
	width: 740px;
}

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

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

.hentry {
	margin: 0 0 50px;
}

.single-portfolio .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 30px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	float: left;
	margin: 0 15px 30px;
	width: 340px;
}

.portfolio-featured-image a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 10px solid #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.portfolio-featured-image a img:hover{
	border: 10px solid #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	border: 20px solid #f5f5f5;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
}

.single-portfolio h1 {
	margin: 0 0 20px;
}

h2 a,
h2 a:visited {
	color: #3e3e3e;
}

h2 a:hover {
	color: #b9812c;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3,
.genesis-grid h2 a,
.genesis-grid h2 a:hover {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #3e3e3e;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info / Meta
------------------------------------------------------------ */

.post-info,
.post-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.post-info {
	margin: 0 0 25px;
}

.genesis-grid .post-info {
	margin: 0 0 10px;
}

.post-meta {
	border-top: 1px dotted #ddd;
	padding: 10px 0 0;
}

.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
	color: #999;
	font-weight: normal;
}

.post-info a:hover,
.post-meta a:hover {
	color: #3e3e3e;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none;
	margin: 0 0 50px;
	overflow: hidden;
}

.author-box p {
	font-size: 16px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid p {
	font-size: 16px;
}

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 300px;
}


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

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

#sidebar a,
#sidebar a:visited {
	color: #3e3e3e;
}

#sidebar a:hover {
	color: #b9812c;
}

.sidebar .widget {
	margin: 0 0 40px;
}

#footer-widgets ul li,
#sidebar ul li {
  	background: url(images/list-sidebar.png) no-repeat top left;
  	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 5px 2px;
	padding: 1px 0 5px 14px;
}

#footer-widgets ul li a,
#footer-widgets ul li a:visited,
#sidebar ul li a,
#sidebar ul li a:visited {
	color: #b9812c;
	font-weight: normal;
}

#footer-widgets ul li a:hover,
#sidebar ul li a:hover {
	color: #3e3e3e;
}

#sidebar .tagcloud a,
#sidebar .tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	background-color: #3e3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#sidebar .tagcloud a:hover {
	background-color: #b9812c;
	color: #fff;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

input:hover[type="button"],
input:hover[type="submit"],
.navigation li a:hover,
.navigation li.active a {
	background-color: #b9812c;
	border: none;
	text-decoration: none;
}


/* Search Form / eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox,
.s {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	box-sizing: border-box;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

#nav .searchform {
	margin: 3px 0 0;
}

.enews #subbutton,
.searchsubmit {
	display: none;
}

.enews p {
	margin: 0 0 10px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 20px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}

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

.footer-widgets-3 {
	float: right;
	width: 360px;
}


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

#footer {
	background-color: #3e3e3e;
	clear: both;
	color: #999;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 75px 0 50px;
}

#footer p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 25px;
}

#footer a,
#footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 35%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 60%;
}


/* Custom Footer
------------------------------------------------------------ */

#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: center;
}

#footer .custom-footer .widget {
	clear: both;
}

#footer .custom-footer .menu {
	float: none;
	margin: 0 0 20px;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}

#footer .custom-footer li a,
#footer .custom-footer li a:visited {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#footer .custom-footer li a:hover {
	color: #999;
	text-transform: uppercase;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

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

.comment-content {
	clear: both;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.alt,
.depth-1,
.even {
	border-left: 5px solid #f5f5f5;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 10px 20px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

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

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.studio-rental-sb {
padding-top: 100px;
}

.home-special-feature {
padding: 25px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #fff;
border: 3px solid #eee;
}

p.gde-text {padding-top: 20px;}

.home-special-content {
padding: 25px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #fff;
border: 3px solid #eee;
}

#header {
background-position: top left!important;
margin: 0 auto;
min-height: 60px;
overflow: hidden;
width: 1140px;
}

#page-title {display:none; padding: 0 !important;}
/*#wrap {background:url("http://www.pianofortechicago.com/wp-content/uploads/2012/10/pianoforte-chicago-logo2.gif") repeat;}*/

#home-featured {
overflow: hidden;
padding: 20px 0;
width: 100%;
}

#genesis-responsive-slider {
box-shadow: 0px 0px 5px 3px #D4D4D4;
-moz-box-shadow: 0px 0px 5px 3px #d4d4d4;
-webkit-box-shadow: 0px 0px 5px 3px #D4D4D4;
}

.img-style3 {
box-shadow: 0px 0px 5px 3px #D4D4D4;
-moz-box-shadow: 0px 0px 5px 3px #d4d4d4;
-webkit-box-shadow: 0px 0px 5px 3px #D4D4D4;
margin-top: 8px !important;
margin-left: 12px !important;
margin-right: 12px !important;
margin-bottom: 12px !important;
}

.post-info, .post-meta {display: none !important}



#header div.widget-wrap {
float: right;
margin-top: 15px;
padding-right: 20px;
font-size: 15px;
}

/* .more-link, .gde-link, .wpgmza_gd {
background: #B9812C;
color: #fff !important;
padding: 8px !important;
margin-top: 10px;
box-shadow: 0px 0px 5px 3px #D4D4D4;
-moz-box-shadow: 0px 0px 5px 3px #d4d4d4;
-webkit-box-shadow: 0px 0px 5px 3px #D4D4D4;
clear:both;
}  updated style block below */

.more-link, .gde-link, .wpgmza_gd {
background: #B9812C;
color: #fff !important;
padding: 8px !important;
margin-top: 10px;
box-shadow: 0px 0px 5px 3px #D4D4D4;
-moz-box-shadow: 0px 0px 5px 3px #d4d4d4;
-webkit-box-shadow: 0px 0px 5px 3px #D4D4D4;
clear:both;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.more-link:hover, .gde-link:hover, .wpgmza_gd:hover {
background: #CF9E55 !important;
background: #555555 !important;
}

.services-container {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    padding: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

#home-secondary-content {
float: left;
margin: 0;
overflow: hidden;
text-align: left;
width: 100%;
border-top: 5px solid whiteSmoke;
padding: 30px 0;
margin-top: 20px;
}

.home div#content.hfeed, .home #featured-image {display:none !important; margin: 0; padding:0;}

.archive-page ul li, .entry-content ul li {
list-style-type: circle;
margin: 0 0 0 35px;
padding: 0;
}

.container-style2 {
moz-box-shadow: 0 0 5px #ccc inset;
-webkit-box-shadow: 0 0 5px #CCC inset;
background-color: white;
border: 1px solid #CCC;
box-shadow: 0 0 5px #CCC inset;
box-sizing: border-box;
color: #999;
padding: 20px 25px;
color: #3E3E3E;
margin-bottom: 20px;
}

/* #nav .menu-primary li a:active, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a, .menu-secondary li a:active {
background-color: transparent !important;
color: #3E3E3E;
}

#nav .menu-primary li a:hover, #nav .menu-primary .current_page_item a:hover {background-color: #fff !important;}  */
#footer .wrap {
overflow: hidden;
padding: 75px 0 50px;
}

#nav, #subnav {
background-color: whiteSmoke;
border-top: 1px solid #E4E4E4;
}

#footer {
background-color: #3E3E3E;
clear: both;
color: #E3E3E3;
font-size: 15px;
margin: 0 auto;
overflow: hidden;
width: 100%;
}

#footer a, #footer a:link {color: #E3E3E3 !important;}
#footer a:hover {text-decoration: underline; }

.home #inner .wrap, #ss_posts, #ss_pages #page_drop_down {display: none !important;}

#content #ss_pages .page_heading {
font-style: normal !important;
}

#content #ss_pages .page_heading:before {
content : " PianoForte Chicago Website ";
}

.home .widget-wrap ul {list-style-type: none;}

.home .menu-grand-pianos-container, .home .menu-upright-pianos-container, .home .menu-digital-pianos-container, .home .menu-preowned-pianos-container {
font-size: 16px !important;
}

.home #featured-image {
display: none !important;
}

.tribe-events-calendar-buttons, .tribe-previous, .tribe-next, .event-label-updated, span.updated {
display: none;
}

#content .event-passed {
background: #D9EDF7;
background: rgb(230, 190, 131) !important;
border: 1px solid #b9812c;
color: #fff;
margin: 10px 0 18px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.ai1ec-source-link {display: none;}

.ai1ec-category-filter {display:none;}

#content .ai1ec-event-title  {font-weight: bold; font-size: 1.2em;}


#about-header-nav, 
#secondary-header-nav,
#phone-header  {
	text-align: right;
        
}

#text-1,
#text-2,
#text-3,
#text-4 {
      height: 0;
      width: 100%;
}

#secondary-header-nav {
	
	font-weight: normal; color: #999; 
}

/* #phone-header {
	margin-top: -15px;
}  */

#home-slider  {
	padding-bottom: 30px !important;
}


.woocommerce form .form-row .required {
color: #666 !important;
}

body #content .bulletpoints  {
margin-left: 20px;
}

body .woocommerce-ordering {
display:none !important;
}

.product-categories .children {
    margin-left: 1.5em;
	padding-top: 5px;
}
.product-categories .children li:last-child {
	padding-bottom: 0;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
		background-color:#b9812c !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#FF9900 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	
	background-color:#b9812c !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#FF9900 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	background-color:#b9812c !important;
	color:white !important;
	text-shadow: transparent !important;
	border-color:#FF9900 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background-color:#b9812c !important;
	box-shadow: none;
	text-shadow: transparent !important;
	color:white !important;
	border-color:#FF9900 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	text-align: center;
	color: #B9812C;  /* This is what you MAY want to change color */
	font-weight: 200;
	font-size: 1em;
       text-decoration: none;
       
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color: #B9812C;  /* Change this */
	font-size: 1.25em;
	text-align: center;
         text-decoration: none;
}

body .content .woocommerce span.onsale,
.woocommerce span.onsale {
background-color: #999999 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce button.button.alt  {
color: #fff !important;
background-color: #b9812c;
}

body .woocommerce div.product p.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
text-decoration:none !important;
}

.woocommerce ul.products li.product .price  {
color: #B9812C;  /* Change this */
}

.woocommerce .woocommerce-result-count {
display:none;
}

body .lgx-bottom-action ul li a {
    color: #777;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 5px;
    border: 3px solid #777;
    text-transform: uppercase;
    border-radius: 12px;
    text-shadow: 2px 3px 2px rgba(150, 150, 150, 0.65);
    text-shadow: none !important;
    display: block;
    border-radius: 4px;
    border: 2px solid #777;
}

.more-link2,
.more-link3 {
    background: #232525;
    color: #fff !important;
    padding: 8px !important;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    /* margin-top: 10px; */
    /* box-shadow: 0px 0px 5px 3px #D4D4D4; */
    /* -moz-box-shadow: 0px 0px 5px 3px #d4d4d4;  */
    /* -webkit-box-shadow: 0px 0px 5px 3px #D4D4D4; */
    clear: both;
}

.more-link3 {
	background: #94989a;
        background: #fff;
        font-size: 14px !important;
        border: 1px solid #ccc;
}

.more-link3:hover {
      background: #eee;
     
      -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

a.more-link3  {
        color: #111 !important;
}

body .menu-primary a {
	text-transform: capitalize;
}


body .menu-secondary .current_page_item a,
body .menu-secondary a {
	background: #3e3e3e;
        color: #fff;
}

body .ai1ec-stream-view .ai1ec-date-title {
       color: #666 !important;
       text-shadow: none;
       text-align: left;
       font-weight: bold;
       font-size: 16px;
}

body .ai1ec-stream-view .ai1ec-date-title a {
       color: #666 !important;
}

body .ai1ec-stream-view .ai1ec-event-description {
    max-height: 37.2px;
    overflow: hidden;
    display: none;
}

body .ai1ec-stream-view .ai1ec-event,
body .ai1ec-stream-view .ai1ec-event .ai1ec-event-avatar img  {
      opacity: 1.0 !important;
}

body .ai1ec-stream-view .ai1ec-event-location {
     display:none !important;   /* hide location on stream version of timely view  */
}

body .ai1ec-btn-group > .ai1ec-btn-sm {
    font-size: 11px;
    font-size: 16px;
}

#home-featured  {
   padding-top: 0 !important;
}

/* Responsive Design
------------------------------------------------------------ */

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

	.wrap, 
	#header {
		width: 960px;
	}

	#content {
		width: 560px;
	}

	.post-type-archive-portfolio .portfolio {
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {
        
        #header .wrap {
                 max-width: 400px;
	}
        .extra-header-info {
                  text-align:center;
                  margin: 0 auto;
                  max-width: 300px;
                  margin-bottom: 10px;
	}

	body {
		font-size: 16px;
		margin: 0 auto;
		width: 100%;
	}
	
	p {
		font-size: 16px;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.minimum-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt,
	#title-area {
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#description,
	#footer-widgets .wrap,
	#header .widget-area,
	#title,
	#title a,
	#title a:hover,
	#header .search-form,
	#title-area {
		padding: 0;
	}

	#header {
		background-size: contain !important;
	}
	
	#title {
		margin: 10px 0 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}
	
	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
		padding: 10px;
	}

	a.page-title-button,
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #page-title {
		 padding: 10px 0;
	 }

	#page-title p {
		font-size: 24px;
		text-align: center;
	}

	.minimum #inner,
	#inner {
		padding: 20px;
	}

	.minimum #inner .wrap {
		padding: 30px 0;
	}

	.post-type-archive-portfolio .portfolio {
		margin: 10px 15px;
		width: 45%;
	}

	.single-portfolio img {
		border: none
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer .custom-footer li {
		margin: 0 10px;
	}

	#footer .wrap {
		box-sizing: border-box;
		padding: 25px 10px 0;
	}

}

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

         #header .wrap {
                 max-width: 400px;
	}

        .extra-header-info {
                  text-align:center;
                  margin: 0 auto;
                  max-width: 300px;
                  margin-bottom: 10px;
	}


        #header div.widget-wrap  {
        float: none;
	}

	body #header .widget-area {
       		width: 100%;
                float: left;
                text-align:center;
                 
       }

        body #header .widget-area #about-header-nav, 
	body #header .widget-area #secondary-header-nav,
	body #header .widget-area #phone-header  {
                display: block;
		text-align: center;
                margin-top: 0 !important;
	}

}

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

        body #header .widget-area {
       		width: 100%;
                float: left;
                text-align:center;
                 
       }

        body #header .widget-area #about-header-nav, 
	body #header .widget-area #secondary-header-nav,
	body #header .widget-area #phone-header  {
                display: block;
		text-align: center;
                margin-top: 0 !important;
	}
    
         body #header .widget-area #about-header-nav, 
	body #header .widget-area #secondary-header-nav  {
                display:none;

        }

	
	#home-featured {
		padding: 30px 0 0;
	}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 50%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%
	}

	.post-type-archive-portfolio .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}

	.portfolio-featured-image a img,
	.portfolio-featured-image a img:hover {
		border: none;
	}

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

	.navigation li a,
	.navigation li.disabled,
	.navigation li a:hover,
	.navigation li.active a {
		padding: 5px 10px;
	}

}


#secondary-header-nav{
margin-top: -15px;
}

@media only screen and (max-width: 1023px) {
#phone-header{
margin: 5px;
}

#secondary-header-nav{
margin-top: 5px;
}
#header .widget-area{
height:90px;
}

#text-1, #text-2, #text-3, #text-4{
height:20px;
float:right;
}

}



@media only screen and (max-width: 800px) {
body #header .widget-area{
height:90px;
}

}




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

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 100%;
	}

        .home-featured-1,
	.home-featured-2,
	.home-featured-3 {
		display: none;
        }

}

.woocommerce span.onsale{
background-color:#b9812c
}
.term-description{
padding-bottom:17px;
}


#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul li a{
display:none !important;
}


.event-intro,
.event-time,
.event-venue,
.event-url {
	width: 100% !important;
}

.event-url {
        padding-top: 25px;
        padding-bottom: 25px;
        display:block;
}

.top-content img {
	width: 100%;
}

.event-venue
{
	display:none !important;
}

.page-id-300439 .more-link {
	display: none !important;
}

.wpgmza_marker_carousel .wpgmza_marker_icon,
.wpgmza_marker_directions_link {
     display: none !important;
}