/*
	Theme Name: Legacy Child Theme
	Theme URI: http://market.studiopress.com/themes/legacy
	Description: Legacy is a two or three column child theme created for the Genesis Framework.
	Author: Appfinite
	Author URI: http://www.appfinite.com/

	Version: 1.1
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Welcome
* Home Bottom
* Portfolio
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Message Boxes
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Genesis Slider Plugin
* Legacy Blue
* Legacy Green
* Legacy Orange
* Legacy Purple
* Legacy Red
* Legacy Silver
* Responsive Design

*/

/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #333;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #fff;
  border: 1px solid #ddd;
}
strong {
  font-weight: bold;
}
input,
select {
  color: #333;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 300;
}

.sidebar input,
.sidebar select {
  font-size: inherit;
}

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

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

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

a,
a:visited {
  color: #007dc5;
  text-decoration: none;
}

a:hover {
  color: #009f47;
  text-decoration: underline;
}

a img {
  border: none;
}

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

body {
}

::-moz-selection {
  background-color: #0d72c7;
  color: #fff;
}

::selection {
  background-color: #0d72c7;
  color: #fff;
}

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

#wrap {
  background-color: #f4f4f4;
  margin: 0 auto;
  padding: 0;
}

/* Header
------------------------------------------------------------ */
.responsiveheader {
  display: none;
}
#header {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
  background-position: right;
}

#header .wrap {
  margin: 0 auto;
  width: 100%;
}

#title-area {
  float: right;
  overflow: hidden;
  padding: 20px 0;
  margin-right: 57px;
  width: 193px;
}

#title {
  font-family: 'Oswald', arial, serif;
  font-size: 38px;
  line-height: 1.5;
  margin: 0;
}

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

#description {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

#header .widget-area {
  float: left;
  padding: 105px 0 0;
  margin-left: 35px;
  width: 390px;
}

#header .widget {
  margin: 0 0 0px;
  overflow: hidden;
}

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

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

.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%;
}

/* Navigation Constants
------------------------------------------------------------ */

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

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

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

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

.menu {
  clear: both;
  color: #333;
  margin: 0 auto;
  overflow: hidden;
}

#header .menu {
  float: right;
}

#header .menu a {
  background: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px;
}

#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
  color: #000;
}

#nav {
  background-image: url(images/nav-bg.png);
  background-position: center top;
  background-repeat: repeat-x;
  clear: both;
  color: #fff;
  font-family: 'Oswald', arial, serif;
  margin: 0 auto;
  overflow: hidden;
  width: auto;
}

#nav .wrap {
  margin: 0 auto;
  width: 960px;
}

.menu-primary {
}

.menu-secondary {
}

#subnav {
  background: #222;
}

#subnav .wrap {
  margin: 0 auto;
  width: 960px;
}

.menu ul {
  float: left;
  width: 100%;
}

.menu li {
  float: left;
  list-style-type: none;
}

.menu a {
  color: #888;
  display: block;
  font-size: 18px;
  padding: 10px 18px;
  position: relative;
  text-decoration: none;
}

.sidebar .menu a {
  padding: 5px 18px 5px 0;
}

#nav .menu li a {
  color: #fff;
}

#nav li ul {
  box-shadow: 0 3px #000;
  -moz-box-shadow: 0 3px 3px #000;
  -webkit-box-shadow: 0 3px 3px #000;
}

.menu li a:hover {
  box-shadow: 0 3px 3px #000;
  -moz-box-shadow: 0 3px 3px #000;
  -webkit-box-shadow: 0 3px 3px #000;
  background: #007dc5;
  color: #fff;
}
.menu li a:active,
.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a {
  box-shadow: 0 3px 3px #000;
  -moz-box-shadow: 0 3px 3px #000;
  -webkit-box-shadow: 0 3px 3px #000;
  background: #888;
  color: #fff;
}

.sidebar .menu li a:active,
.sidebar .menu li a:hover,
.sidebar .menu .current_page_item a,
.sidebar .menu .current-cat a,
.sidebar .menu .current-menu-item a {
  box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  background: none;
  color: inherit;
}

#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
  color: #333;
  font-size: 0.75em;
  padding: 5px 10px;
  position: relative;
  text-transform: none;
  width: 138px;
}

.menu li li a,
.menu li li a:link,
.menu li li a:visited {
  color: #000;
  font-size: 0.75em;
  padding: 5px 10px;
  position: relative;
  text-transform: none;
  width: 138px;
}

.sidebar .menu li li a,
.sidebar .menu li li a:link,
.sidebar .menu li li a:visited {
  color: #aaa;
  width: 139px;
}

.sidebar .menu li li a:active,
.sidebar .menu li li a:hover {
  box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  background-color: #1f1f1f;
  color: #fff;
}

#subnav .menu li li a,
#subnav .menu li li a:link,
#subnav .menu li li a:visited {
  font-size: 13px;
  width: 122px;
}

#subnav .menu a {
  color: #fff;
  font-size: 13px;
  padding: 3px 18px;
}

.menu li li a:active,
.menu li li a:hover {
  background-color: #007dc5;
  color: #fff;
}

#header .menu li ul {
  background-color: #666;
}

.menu li ul {
  background: #999;
  height: auto;
  left: -9999px;
  margin: 0;
  position: absolute;
  width: 159px;
  z-index: 9999;
}

.menu li ul a {
  width: 140px;
}

.menu li ul ul {
  margin: -35px 0 0 159px;
}

.sidebar .menu li ul ul {
  margin: -31px 0 0 159px;
}

#subnav .menu li ul ul {
  margin: -31px 0 0 159px;
}

.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;
}

#header .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a.sf-with-ul {
  padding-right: 25px;
}

#header .menu li a .sf-sub-indicator,
#header .menu li li a .sf-sub-indicator,
#header .menu li li li a .sf-sub-indicator {
  background: url(images/header-arrow-down.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 0px;
  text-indent: -9999px;
  top: 8px;
  width: 16px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/arrow-down.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 18px;
  width: 16px;
}

.sub-menu .sf-with-ul .sf-sub-indicator {
  top: 12px;
}

#subnav .menu li a .sf-sub-indicator,
#subnav .menu li li a .sf-sub-indicator,
#subnav .menu li li li a .sf-sub-indicator {
  background: url(images/arrow-down.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 12px !important;
  width: 16px;
}

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

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

.menu li.right {
  color: #aaa;
  float: right;
  font-size: 0.875em;
  margin: 5px 0 0;
  padding: 5px 0 4px;
}

.menu li.right a {
  background: none;
  border: none;
  color: #333;
  display: inline;
  font-size: inherit;
  text-decoration: none;
}

.menu li.right a:hover {
  color: #000;
  text-decoration: none;
}

.menu li.search {
  padding: 0;
}

.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;
}

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

#inner {
  margin: 25px auto;
  max-width: 960px;
  overflow: hidden;
}

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

.breadcrumb {
  font-size: 0.875em;
  margin: -10px 0 30px;
  padding: 5px 10px;
}

/* Welcome
------------------------------------------------------------ */

.welcome-wrap {
  box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  background: #e5e5e5;
}

.welcome-inner {
  border-bottom: 1px solid #f8f8f8;
  color: #333;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  width: 960px;
}

.welcome-inner h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 12px;
}

.welcome-inner p {
  color: #333;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

/* Home Bottom
------------------------------------------------------------ */

#home-bottom {
  width: 960px;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
}

#home-bottom a,
#home-bottom a:visited {
  text-decoration: none;
}

#home-bottom a:hover {
  text-decoration: underline;
}

#home-bottom p {
  margin: 0;
  padding: 0 0 10px;
}

#home-bottom h2,
#home-bottom h2 a,
#home-bottom h2 a:visited {
  color: #222;
  font-family: 'Oswald', arial, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 0 5px;
  padding: 0;
  text-decoration: none;
}

#home-bottom h2 a:hover {
  color: #888;
  text-decoration: none;
}

#home-bottom h4 {
  color: #222;
  font-size: 18px;
  font-family: 'Oswald', arial, serif;
  margin: 15px 0 10px;
  padding: 0;
}

#home-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home-bottom ul li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
}

#home-bottom ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
}

#home-bottom ul li ul li {
  margin: 0;
  padding: 5px 0 0;
}

#home-bottom .widget {
  margin: 0;
  padding: 0;
}

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

#home-bottom .featuredpost .post,
#home-bottom .featuredpage .page {
  clear: both;
}

#home-bottom .featuredpost,
#home-bottom .featuredpage {
  clear: both;
}

#home-bottom .featuredpost img,
#home-bottom .featuredpage img {
  background: #eee;
  border: 1px solid #bbb;
  margin: 0 0 10px;
  padding: 4px;
}

#home-bottom .user-profile .avatar {
  background: #fff;
  border: 4px solid #eee;
  margin: 0 0 -5px;
  padding: 1px;
}

.home-bottom-1 {
  float: left;
  margin: 0 30px 0 0;
  width: 300px;
}

.home-bottom-2 {
  float: left;
  width: 300px;
}

.home-bottom-3 {
  float: right;
  width: 300px;
}

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

#content .portfolio {
  float: left;
  margin: 0 10px 40px 0 !important;
  overflow: hidden;
  width: 230px;
}

.page-template-pageportfolio-php #content .portfolio p {
  margin: 0;
  padding: 0;
}

#content .portfolio .entry-title a {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

#content .portfolio .more-link {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(images/button.png) repeat-x;
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-family: 'Oswald', arial, serif;
  font-size: 14px;
  padding: 2px 0 3px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #555;
  width: 100px;
}

#content .portfolio .more-link:hover {
  background: #000;
}

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

.taxonomy-description {
  background-color: #fff;
  margin: -10px 0 30px;
}

.taxonomy-description p {
  font-size: 0.875em;
  line-height: 1.5em;
  padding: 15px;
}

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

#content-sidebar-wrap {
  float: left;
  width: 750px;
}

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

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

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

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

.content-sidebar #content,
.sidebar-content #content {
  width: 580px;
}

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

.full-width-content #content {
  width: 960px;
}

.post {
  margin: 0 0 50px;
}

.entry-content {
  overflow: hidden;
}

.entry-content p {
  padding: 0 0 25px;
}

blockquote {
  border: 1px solid #e6e6e6;
  margin: 5px 5px 20px;
  padding: 20px;
}

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

code {
  background: #f5f5f5;
  font-size: 12px;
  overflow: auto;
}

pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  display: block;
  font-size: 12px;
  margin: 0 10px 20px 10px;
  overflow: auto;
  padding: 10px;
}

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

.clear {
  clear: both;
}

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

.clear-space {
  clear: both;
  margin: 0 0 25px;
}

/* 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-even,
.genesis-grid-odd {
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 48%;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Oswald', arial, serif;
  line-height: 1.25em;
  margin: 0 0 10px;
}

h1 {
  font-size: 1.875em;
}

h1.entry-title,
h2.entry-title {
  margin: 0 0 20px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2 {
  font-size: 1.75em;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0 5px;
}

h2 a,
h2 a:visited {
  color: #222;
  font-family: 'Oswald', arial, serif;
  font-size: inherit;
  line-height: inherit;
}

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

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5em;
}

.taxonomy-description h1,
.widget-area h4 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 10px;
}

.widget-area h4 {
  margin: 0 0 5px;
}

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

#footer-widgets h4 {
  background: none;
  border-bottom: 1px solid #444;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

/* 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 30px;
  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
------------------------------------------------------------ */

.post-info {
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  margin: 15px 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

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

.post-meta {
  border-top: 3px solid #666;
  clear: both;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 5px 0 0;
}

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

.author-box {
  background-color: #f5f5f5;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px;
}

.author-box strong {
  font-size: 16px;
  font-weight: bold;
}

.author-box p {
  font-size: 0.875em;
  line-height: 1.5em;
}

/* Sticky Posts
------------------------------------------------------------ */

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

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

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

/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
  background: url(images/icon-dot.png) no-repeat left;
  margin: 0 0 0 3px;
  padding: 0 0 0 10px;
}

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

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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

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

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 0 5px 0 10px;
}

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

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

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

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

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

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

p.wp-caption-text {
  font-size: 0.875em;
  line-height: 1.5em;
  padding: 5px 0;
}

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

.gallery-caption {
}

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

.navigation {
  font-size: 0.875em;
  line-height: 1.5em;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #444;
  border: 1px solid #000;
  color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  float: right;
  font-size: 0.875em;
  line-height: 1.5em;
  width: 280px;
}

#sidebar-alt {
  float: left;
  width: 150px;
}

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

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

.sidebar p {
  font-size: inherit;
  line-height: inherit;
}

.sidebar .widget {
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.widget-area .textwidget {
  padding: 5px 0 0;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul {
  padding: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
  clear: both;
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0;
  word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
  padding: 5px 15px 0;
}

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

.widget_archive select,
#cat {
  display: inline;
  margin: 10px 15px 0 0;
  padding: 3px;
  width: 98%;
}

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

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

.featuredpage .page,
.featuredpost .post {
  margin: 0 0 40px;
  overflow: hidden;
  padding: 0;
}

.featuredpage .page img,
.featuredpost .post img {
  width: 96%;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0;
}

.more-from-category {
  padding: 5px 15px 0;
}

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

.user-profile {
  overflow: hidden;
}

.user-profile p {
  padding: 10px 15px 0;
}

.user-profile .posts_link {
  padding: 0 15px;
}

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

input[type='button'],
input[type='submit'] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #222;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding: 6px 12px 5px;
  text-decoration: none;
  text-shadow: 1px 1px #000;
}

.sidebar input[type='button'],
.sidebar input[type='submit'] {
  font-size: inherit;
}

input:hover[type='button'],
input:hover[type='submit'] {
  background: #007dc5;
}

a.button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px #eee;
  -moz-box-shadow: 0 1px 1px #eee;
  -webkit-box-shadow: 0 1px 1px #eee;
  display: inline-block;
  font-family: 'Oswald', arial, serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  margin: 0 5px 10px;
  padding: 8px 14px;
  text-decoration: none;
  text-shadow: 1px 1px #444;
  text-transform: uppercase;
}

a.button:hover {
  opacity: 0.8;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 1px 1px #000;
}

a.button.small {
  background-image: url(images/button-small-bg.png);
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 10px 12px;
}

a.button.medium {
  background-image: url(images/button-medium-bg.png);
  font-size: 18px;
  line-height: 18px;
  padding: 12px 20px;
}

a.button.large {
  background-image: url(images/button-large-bg.png);
  font-size: 24px;
  line-height: 24px;
  padding: 16px 32px;
}

a.button.black {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
}

a.button.blue {
  color: #fff !important;
  background-color: #274d70;
  border: 1px solid #274d70;
}

a.button.green {
  color: #fff !important;
  background-color: #3d5302;
  border: 1px solid #3d5302;
}

a.button.orange {
  color: #fff !important;
  background-color: #b94f00;
  border: 1px solid #b94f00;
}

a.button.purple {
  color: #fff !important;
  background-color: #770777;
  border: 1px solid #770777;
}

a.button.red {
  color: #fff !important;
  background-color: #770000;
  border: 1px solid #a90505;
}

a.button.silver {
  color: #fff !important;
  background-color: #888;
  border: 1px solid #888;
}

.big_button_right {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #333;
  border: 1px solid #222;
  color: #fff !important;
  display: inline-block;
  float: right;
  font: 22px 'Oswald', arial, serif;
  margin-left: 20px;
  margin-right: 4px;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px #444;
}

/* Message Boxes
------------------------------------------------------------ */

.download-box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  background: #d9eca5 url(images/download-arrow.png) no-repeat 10px 15px;
  border: 1px solid #c0d192;
  color: #3d5302;
  margin: 0 2px 20px;
  padding: 20px 15px 20px 55px;
  text-shadow: 1px 1px #fff;
}

.info-box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
  border: 1px solid #aec3ce;
  color: #08557e;
  margin: 0 2px 20px;
  padding: 20px 15px 20px 55px;
  text-shadow: 1px 1px #fff;
}

.alert-box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  background: #ffadb9 url(images/alert-button.png) no-repeat 10px 15px;
  border: 1px solid #e8929f;
  color: #c8001c;
  margin: 0 2px 20px;
  padding: 20px 15px 20px 55px;
  text-shadow: 1px 1px #eee;
}

.note-box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
  border: 1px solid #ded5af;
  color: #776827;
  margin: 0 2px 20px;
  padding: 20px 15px 20px 55px;
  text-shadow: 1px 1px #eee;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
  float: right;
  padding: 12px 0 0;
}

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

.s {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 1px 1px 1px #eee;
  -moz-box-shadow: inset 0 1px 1px 1px #eee;
  -webkit-box-shadow: inset 0 1px 1px 1px #eee;
  background: #fff;
  margin: 10px 0 0;
  padding: 8px 5px 6px 12px;
  width: 170px;
}

#nav .s {
  box-shadow: inset 0 1px 1px 1px #eee;
  -moz-box-shadow: inset 0 1px 1px 1px #eee;
  -webkit-box-shadow: inset 0 1px 1px 1px #eee;
  background-color: #fff;
  font-size: 13px;
  margin: 2px 2px 0 0;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
  padding: 5px 15px;
}

.enews #subscribe {
  padding: 0 0 0 15px;
}

.enews #subbox {
  margin: 5px -7px 0 0;
  padding: 6px 5px;
  width: 75%;
}

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

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-size: 0.75em;
  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 {
  box-shadow: 0px -10px 25px #ccc;
  -moz-box-shadow: 0px -10px 25px #ccc;
  -webkit-box-shadow: 0px -10px 25px #ccc;
  background-image: url(images/footer-bg.png);
  background-color: #000;
  background-repeat: repeat-x;
  border-top: 2px solid #000;
  clear: both;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 40px;
}

#footer-widgets .wrap {
  margin: 0 auto;
  width: 960px;
}

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

#footer-widgets .textwidget {
  padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
  padding: 0;
}

#footer-widgets p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 0 10px;
}

#footer-widgets a {
  color: #fff;
}

#footer-widgets ul {
  margin: 0;
}

#footer-widgets ul li {
  margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
  background: none;
}

.footer-widgets-1 {
  float: left;
  padding: 0 20px 0 0;
  width: 200px;
}

.footer-widgets-2 {
  float: left;
  padding: 0 20px 0 0;
  width: 200px;
}

.footer-widgets-3 {
  float: left;
  padding: 0 20px 0 0;
  width: 200px;
}

.footer-widgets-4 {
  float: right;
  width: 300px;
}

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

#footer {
  background: #000;
  border-top: 1px solid #191919;
  clear: both;
  color: #666;
  font-size: 12px;
  margin: auto;
  overflow: hidden;
  padding: 12px 0;
}

#footer .wrap {
  margin: 0 auto;
  width: 960px;
}

#footer p {
  color: #666;
  font-size: 12px;
}

#footer a,
#footer a:visited {
  color: #fff;
}

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

#footer .gototop {
  float: left;
  width: 200px;
}

#footer .creds {
  float: right;
  text-align: right;
  width: 650px;
}

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

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

#author,
#comment,
#email,
#url {
  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 {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
  background: #eaeaea;
  list-style-type: none;
  margin-left: 10px;
  margin-right: -6px;
}

.comment-content p {
  font-size: 0.875em;
  line-height: 1.5em;
  padding: 0 0 20px;
}

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

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

.reply {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5em;
}

.nocomments {
  text-align: center;
}

#comments .navigation {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #ccc;
}

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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
  box-sizing: border-box;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 0.875em !important;
  padding: 4px 5px !important;
}

div.gform_footer input.button {
  color: #fff;
}

div.gform_wrapper .ginput_complex label {
  font-size: 0.875em;
}

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

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

/* Genesis Slider Plugin
------------------------------------------------------------ */

.slider-wrap {
  background-color: #fff;
  background-image: url(/wp-content/uploads/2012/05/probioticsliderbg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #666;
}

.slider-inner {
  background-image: url(images/slide-shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 30px 0 40px;
  width: 960px;
}

#genesis-slider {
  background-color: #fff !important;
  border: medium none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.slider-previous,
.slider-previous:hover {
  margin-left: 10px !important;
}

.slider-next,
.slider-next:hover {
  margin-right: 10px !important;
}

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

@media only screen and (max-width: 600px) {
  .responsiveheader {
    display: inline;
    width: 100%;
    height: 125px;
    background-color: #fff;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }

  #wrap {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  #header {
    display: none;
  }

  .menu li a.sf-with-ul {
    padding: 10px 3%;
  }

  .menu li,
  .menu li ul,
  .menu li ul a,
  .archive-page,
  .content-sidebar #content,
  .content-sidebar-sidebar #content,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .full-width-content #content,
  .sidebar,
  .sidebar-content #content,
  .sidebar-content-sidebar #content,
  .sidebar-sidebar-content #content,
  #content-sidebar-wrap,
  #footer .creds,
  #footer .gototop,
  #footer-widgets .wrap,
  #header .widget-area,
  #sidebar-alt,
  #title-area,
  #wrap {
    width: 100%;
  }

  .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%;
  }

  #description,
  #footer .creds,
  #footer .gototop,
  #title,
  #title-area {
    float: none;
    text-align: center;
  }

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

  #header .widget-area {
    margin-bottom: 20px;
    display: none;
  }

  #header .menu {
    float: left;
    width: 100%;
  }

  #header .menu a {
    border-bottom: 1px solid #ddd;
    padding: 7px 3%;
  }

  #header .menu li li a,
  #header .menu li li a:link,
  #header .menu li li a:visited {
    border-bottom: 1px solid #ccc;
    padding: 7px 3%;
    width: 100%;
  }

  #header .menu li a .sf-sub-indicator,
  #header .menu li li a .sf-sub-indicator,
  #header .menu li li li a .sf-sub-indicator {
    background: url(images/header-arrow-down.png) no-repeat;
    float: right;
    height: 8px;
    position: relative;
    top: 8px;
    width: 11px;
  }

  #header .menu li a.sf-with-ul {
    padding: 7px 3%;
  }

  #header .searchform {
    float: none;
    padding: 0;
    text-align: center;
  }

  #header .s {
    margin: 0 2px 0 0;
    width: 60%;
  }

  #nav {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }

  #nav li,
  #subnav li {
    background: url(images/nav-1.png);
    width: 100%;
  }

  #nav li li {
    background: none;
  }

  #nav .menu a {
    font-size: 14px;
    text-shadow: 1px 1px #444;
  }

  #nav .menu li li a:active,
  #nav .menu li li a:hover {
    width: 100%;
  }

  #nav .wrap {
    width: 100%;
  }

  #subnav .wrap {
    width: 100%;
  }

  #subnav .menu a {
    font-size: 12px;
    padding: 8px 3%;
  }

  #subnav .menu li li a,
  #subnav .menu li li a:link,
  #subnav .menu li li a:visited {
    background: #222;
    width: 100%;
  }

  #subnav .menu li li a:hover {
    background: #111;
  }

  #nav li .sf-sub-indicator,
  #nav li li .sf-sub-indicator,
  #nav li li li .sf-sub-indicator,
  #subnav li .sf-sub-indicator,
  #subnav li li .sf-sub-indicator,
  #subnav li li li .sf-sub-indicator {
    background: url(images/arrow-down.png) right no-repeat;
    float: right;
    position: relative;
    top: 6px;
    width: 11px;
  }

  #nav li ul,
  #subnav li ul {
    background: url(images/nav-2.png);
    clear: both;
    margin: 0;
    padding: 0;
    position: inherit;
    width: 100%;
  }

  #nav li ul ul,
  #subnav li ul ul {
    background: url(images/nav-3.png);
    color: #666;
  }

  #nav li ul ul ul,
  #subnav li ul ul ul {
    background: url(images/nav-4.png);
    color: #333;
  }

  .menu a {
    font-size: 13px;
  }

  .menu li a {
    margin: 0;
    padding: 10px 3%;
  }

  .menu li a:active,
  .menu li a:hover,
  .menu .current_page_item a,
  .menu .current-cat a,
  .menu .current-menu-item a {
    box-shadow: 0 2px 3px #111;
    -moz-box-shadow: 0 2px 3px #111;
    -webkit-box-shadow: 0 2px 3px #111;
    background: none repeat scroll 0 0 #000;
    color: #fff;
  }

  .menu li.right {
    display: none;
  }

  .menu li li a,
  .menu li li a:link,
  .menu li li a:visited {
    background: none;
    color: #555;
    padding: 10px 3%;
    width: 94%;
  }

  .menu li ul {
    background: #333;
    clear: both;
    margin: 0;
    padding: 0;
    position: inherit;
  }

  .menu li ul ul {
    background: #666;
  }

  #subnav .menu li ul ul {
    margin: 0;
  }

  .menu li ul ul ul {
    background: #999;
  }

  .menu li ul ul {
    margin: 0;
  }

  .menu li.right {
    display: none;
  }

  .menu li ul {
    background-color: #222;
  }

  .menu li a:active,
  .menu li a:hover,
  .menu .current_page_item a,
  .menu .current-cat a,
  .menu .current-menu-item a {
    background: #000;
  }

  .sidebar .menu li ul ul {
    margin: 0 0 0 15px;
  }

  .slider-inner {
    display: none;
  }

  #genesis-slider,
  #slides,
  .genesis-slider-wrap {
    display: none;
  }

  .welcome-inner {
    display: none;
  }

  #home-bottom {
    text-align: center;
    width: 90%;
  }

  .home-bottom-1,
  .home-bottom-2,
  .home-bottom-3 {
    width: 100%;
  }

  .home-bottom-1,
  .home-bottom-2 {
    margin-bottom: 20px;
  }

  .home-bottom-3 {
    float: left;
  }

  #home-bottom .featuredpost img,
  #home-bottom .featuredpage img {
    width: 96%;
  }

  #inner {
    padding: 20px 0 0;
    width: 100%;
  }

  #content {
    padding: 0;
  }

  .breadcrumb,
  .navigation,
  .sidebar .widget,
  .taxonomy-description {
    margin: 0 20px 20px;
  }

  .page .page,
  .post,
  #comments,
  #respond {
    padding: 0 20px;
  }

  .author-box {
    margin: 0 20px 40px;
  }

  .post-image {
    width: 96%;
  }

  #content .portfolio {
    float: none;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
    width: 94%;
  }

  #content .portfolio h2 {
    margin: 0 0 10px;
  }

  #content .portfolio .entry-title a {
    font-size: 24px;
    line-height: 32px;
  }

  #content .portfolio .more-link {
    margin: 12px auto 0;
  }

  .s {
    width: 60%;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin: 0;
  }

  .footer-widgets-4 {
    float: left;
  }

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

  #footer-widgets .wrap {
    padding: 0;
  }

  #footer .wrap {
    width: 96%;
  }

  #footer .creds,
  #footer .gototop {
    text-align: center;
  }

  /* Legacy Blue Responsive
------------------------------------------------------------ */

  .legacy-blue #nav li,
  .legacy-blue #subnav li {
    background: url(images/blue/nav-1.png);
    width: 100%;
  }

  .legacy-blue #nav li li a,
  .legacy-blue #nav li li a:link,
  .legacy-blue #nav li li a:visited,
  .legacy-blue #subnav li li a,
  .legacy-blue #subnav li li a:link,
  .legacy-blue #subnav li li a:visited {
    background: url(images/nav-2.png);
    color: #fff;
  }

  .legacy-blue #nav li li li a,
  .legacy-blue #nav li li li a:link,
  .legacy-blue #nav li li li a:visited,
  .legacy-blue #subnav li li li a,
  .legacy-blue #subnav li li li a:link,
  .legacy-blue #subnav li li li a:visited {
    background: url(images/nav-3.png);
  }

  .legacy-blue #nav li li li li a,
  .legacy-blue #nav li li li li a:link,
  .legacy-blue #nav li li li li a:visited,
  .legacy-blue #subnav li li li li a,
  .legacy-blue #subnav li li li li a:link,
  .legacy-blue #subnav li li li li a:visited {
    background: url(images/nav-4.png);
  }

  /* Legacy Green Responsive
------------------------------------------------------------ */

  .legacy-green #nav li,
  .legacy-green #subnav li {
    background: url(images/green/nav-1.png);
    width: 100%;
  }

  .legacy-green #nav li li a,
  .legacy-green #nav li li a:link,
  .legacy-green #nav li li a:visited,
  .legacy-green #subnav li li a,
  .legacy-green #subnav li li a:link,
  .legacy-green #subnav li li a:visited {
    background: url(images/nav-2.png);
    color: #fff;
  }

  .legacy-green #nav li li li a,
  .legacy-green #nav li li li a:link,
  .legacy-green #nav li li li a:visited,
  .legacy-green #subnav li li li a,
  .legacy-green #subnav li li li a:link,
  .legacy-green #subnav li li li a:visited {
    background: url(images/nav-3.png);
  }

  .legacy-green #nav li li li li a,
  .legacy-green #nav li li li li a:link,
  .legacy-green #nav li li li li a:visited,
  .legacy-green #subnav li li li li a,
  .legacy-green #subnav li li li li a:link,
  .legacy-green #subnav li li li li a:visited {
    background: url(images/nav-4.png);
  }

  /* Legacy Orange Responsive
------------------------------------------------------------ */

  .legacy-orange #nav li,
  .legacy-orange #subnav li {
    background: url(images/orange/nav-1.png);
    width: 100%;
  }

  .legacy-orange #nav li li a,
  .legacy-orange #nav li li a:link,
  .legacy-orange #nav li li a:visited,
  .legacy-orange #subnav li li a,
  .legacy-orange #subnav li li a:link,
  .legacy-orange #subnav li li a:visited {
    background: url(images/nav-2.png);
    color: #fff;
  }

  .legacy-orange #nav li li li a,
  .legacy-orange #nav li li li a:link,
  .legacy-orange #nav li li li a:visited,
  .legacy-orange #subnav li li li a,
  .legacy-orange #subnav li li li a:link,
  .legacy-orange #subnav li li li a:visited {
    background: url(images/nav-3.png);
  }

  .legacy-orange #nav li li li li a,
  .legacy-orange #nav li li li li a:link,
  .legacy-orange #nav li li li li a:visited,
  .legacy-orange #subnav li li li li a,
  .legacy-orange #subnav li li li li a:link,
  .legacy-orange #subnav li li li li a:visited {
    background: url(images/nav-4.png);
  }

  /* Legacy Purple Responsive
------------------------------------------------------------ */

  .legacy-purple #nav li,
  .legacy-purple #subnav li {
    background: url(images/purple/nav-1.png);
    width: 100%;
  }

  .legacy-purple #nav li li a,
  .legacy-purple #nav li li a:link,
  .legacy-purple #nav li li a:visited,
  .legacy-purple #subnav li li a,
  .legacy-purple #subnav li li a:link,
  .legacy-purple #subnav li li a:visited {
    background: url(images/nav-2.png);
    color: #fff;
  }

  .legacy-purple #nav li li li a,
  .legacy-purple #nav li li li a:link,
  .legacy-purple #nav li li li a:visited,
  .legacy-purple #subnav li li li a,
  .legacy-purple #subnav li li li a:link,
  .legacy-purple #subnav li li li a:visited {
    background: url(images/nav-3.png);
  }

  .legacy-purple #nav li li li li a,
  .legacy-purple #nav li li li li a:link,
  .legacy-purple #nav li li li li a:visited,
  .legacy-purple #subnav li li li li a,
  .legacy-purple #subnav li li li li a:link,
  .legacy-purple #subnav li li li li a:visited {
    background: url(images/nav-4.png);
  }

  /* Legacy Red Responsive
------------------------------------------------------------ */

  .legacy-red #nav li,
  .legacy-red #subnav li {
    background: url(images/red/nav-1.png);
    width: 100%;
  }

  .legacy-red #nav li li a,
  .legacy-red #nav li li a:link,
  .legacy-red #nav li li a:visited,
  .legacy-red #subnav li li a,
  .legacy-red #subnav li li a:link,
  .legacy-red #subnav li li a:visited {
    background: url(images/nav-2.png);
    color: #fff;
  }

  .legacy-red #nav li li li a,
  .legacy-red #nav li li li a:link,
  .legacy-red #nav li li li a:visited,
  .legacy-red #subnav li li li a,
  .legacy-red #subnav li li li a:link,
  .legacy-red #subnav li li li a:visited {
    background: url(images/nav-3.png);
  }

  .legacy-red #nav li li li li a,
  .legacy-red #nav li li li li a:link,
  .legacy-red #nav li li li li a:visited,
  .legacy-red #subnav li li li li a,
  .legacy-red #subnav li li li li a:link,
  .legacy-red #subnav li li li li a:visited {
    background: url(images/nav-4.png);
  }

  /* Legacy Silver Responsive
------------------------------------------------------------ */

  .legacy-silver #nav li,
  .legacy-silver #subnav li {
    background: url(images/silver/nav-1.png);
    width: 100%;
  }

  .legacy-silver #nav li li a,
  .legacy-silver #nav li li a:link,
  .legacy-silver #nav li li a:visited,
  .legacy-silver #subnav li li a,
  .legacy-silver #subnav li li a:link,
  .legacy-silver #subnav li li a:visited {
    background: url(images/nav-2.png);
    color: #fff;
  }

  .legacy-silver #nav li li li a,
  .legacy-silver #nav li li li a:link,
  .legacy-silver #nav li li li a:visited,
  .legacy-silver #subnav li li li a,
  .legacy-silver #subnav li li li a:link,
  .legacy-silver #subnav li li li a:visited {
    background: url(images/nav-3.png);
  }

  .legacy-silver #nav li li li li a,
  .legacy-silver #nav li li li li a:link,
  .legacy-silver #nav li li li li a:visited,
  .legacy-silver #subnav li li li li a,
  .legacy-silver #subnav li li li li a:link,
  .legacy-silver #subnav li li li li a:visited {
    background: url(images/nav-4.png);
  }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
  .responsiveheader {
    display: inline;
    width: 100%;
    height: 125px;
    background-color: #fff;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }

  #wrap {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }
  #header {
    display: none;
  }
  .archive-page,
  .content-sidebar #content,
  .content-sidebar-sidebar #content,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .full-width-content #content,
  .sidebar,
  .sidebar-content #content,
  .sidebar-content-sidebar #content,
  .sidebar-sidebar-content #content,
  #content-sidebar-wrap,
  #footer .creds,
  #footer .gototop,
  #footer-widgets .wrap,
  #header,
  #header .widget-area,
  #sidebar-alt,
  #title-area,
  #wrap {
    width: 100%;
  }

  #description,
  #footer .creds,
  #footer .gototop,
  #title,
  #title-area {
    float: none;
    text-align: center;
  }

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

  #header .widget-area {
    margin-bottom: 0px;
    padding: 0px;
  }

  #header .searchform {
    float: none;
    padding: 0;
    text-align: center;
  }

  #header .s {
    margin: 0 2px 0 0;
  }

  #header .menu {
    float: none;
    text-align: center;
  }

  #header .menu li {
    display: inline-block;
    float: none;
  }

  #header .menu li li a,
  #header .menu li li a:link,
  #header .menu li li a:visited {
    text-align: left;
  }

  .menu li.right {
    display: none;
  }

  .menu li ul ul {
    margin: -35px 0 0 158px;
  }

  #nav {
    background-repeat: repeat;
  }

  #nav .wrap {
    width: 100%;
  }

  .menu a {
    padding: 12px 18px;
  }

  .slider-inner {
    padding: 0 0 40px;
    overflow: hidden;
    width: 100%;
  }

  #genesis-slider,
  #slides,
  .genesis-slider-wrap {
    width: 100% !important;
  }

  #home-bottom {
    width: 95%;
  }

  .home-bottom-1,
  .home-bottom-2 {
    margin-bottom: 20px;
  }

  .home-bottom-3 {
    float: left;
  }

  .welcome-inner {
    display: none;
  }

  #inner {
    padding: 20px 0 0;
    width: 100%;
  }

  #content {
    padding: 0;
  }

  .breadcrumb,
  .navigation,
  .sidebar .widget,
  .taxonomy-description {
    margin: 0 20px 20px;
  }

  .page .page,
  .post,
  #comments,
  #respond {
    padding: 0 20px;
  }

  .post-image {
    max-width: 100% !important;
  }

  .author-box {
    margin: 0 20px 40px;
  }

  #content .portfolio {
    padding: 0 10px;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin: 0;
  }

  .footer-widgets-4 {
    float: left;
  }

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

  #footer-widgets .wrap {
    padding: 0;
  }

  #footer .wrap {
    width: 100%;
  }

  #footer .creds,
  #footer .gototop {
    text-align: center;
  }
}
.brandgreen {
  background-color: #009f47;
  color: #fff;
  padding: 5px;
}
.brandbrown {
  background-color: #552500;
  color: #fff;
  padding: 5px;
}
.brandblue {
  background-color: #007dc5;
  color: #fff;
  padding: 5px;
}
.brandgold {
  background-color: #fdb933;
  color: #fff;
  padding: 5px;
}
.brandred {
  background-color: #f04e27;
  color: #fff;
  padding: 5px;
}

.brandgreen a {
  color: #fff;
  padding: 5px;
}
.brandbrown a {
  color: #fff;
  padding: 5px;
}
.brandblue a {
  color: #fff;
  padding: 5px;
}
.brandgold a {
  color: #fff;
  padding: 5px;
}
.brandred a {
  color: #fff;
  padding: 5px;
}

/*---------------------------------------[ ADDED BY JOHN LAINE ]---------------------------------*/

/* Hide the post date on the product page */
.single-product .post-info {
  display: none !important;
}

/* Center products on the shop page */
ul.products li.product {
  text-align: center;
}

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

div.link-to-products {
  text-align: right;
}
