@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
* {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
.button,
.button:visited {
  display: block;
  padding: 4px 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  cursor: pointer;
  background-color: #880319;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #ffffff;
}
.box-shadow-hover {
  transition: box-shadow .3s;
  border: 1px solid #dedede;
}
.box-shadow-hover span.view-details {
  transition: all .3s;
}
.box-shadow-hover:hover {
  box-shadow: 0 0 11px rgba(33,33,33,0.2);
}
.box-shadow-hover:hover span.view-details {
  color: #0c0404;
  background-color: #eeeeee;
}
.cat-menu {
  height: 68px;
  transition: transform 0.3s;
  transform-origin: top;
}
.activator:not(:hover) ~ .cat-menu {
  transform: scaleY(0);
}
.activator:hover ~ .cat-menu,
.cat-menu:hover {
  cursor: pointer;
  transform: scaleY(1) !important;
  height: auto !important;
}
.activator:hover ~ .cat-menu ul li:hover,
.cat-menu:hover ul li:hover {
  border-bottom: 1px solid #000000;
}
.activator:hover ~ .cat-menu ul li:hover a,
.cat-menu:hover ul li:hover a {
  text-shadow: 1px 0 2px #000000;
}
.cat-menu {
  height: 68px;
  transition: transform 0.3s;
  transform-origin: top;
}
.activator:hover .hamburger div {
  width: 100%;
}
.activator:hover .hamburger .top-bun {
  animation: burger-hover 1s infinite ease-in-out alternate;
}
.activator:hover .hamburger .meat {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.activator:hover .hamburger .bottom-bun {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.hamburger {
  float: right;
  cursor: pointer;
  position: relative;
  width: 20px;
  padding-top: 3px;
}
.hamburger div {
  height: 2px;
  width: 100%;
  background: #fff;
  margin-bottom: 4px;
}
.hamburger div::before {
  content: "";
  background-color: #ffffff;
  height: 2px;
  width: 2px;
  margin-right: 3px;
  position: absolute;
  left: -5px;
}
.hamburger .meat {
  transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
  transition: all 400ms ease-in-out;
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
html,
body {
  height: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
}
#background-main {
  width: 100%;
  background-color: #ffffff;
}
#background-navigation {
  display: none;
}
.divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px auto;
  background-color: ;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.left-icon {
  padding-left: 35px;
  background-position: 0 29%;
  background-repeat: no-repeat;
}
.left-icon.phone-icon {
  background-image: url(../images/phone-number.png);
}
.left-icon.hours-icon {
  background-image: url(../images/clock.png);
  background-position: 0 10%;
}
.left-icon.address-icon {
  background-image: url(../images/marker.png);
}
.left-icon.email-icon {
  background-image: url(../images/email.png);
}
.left-icon:not(:last-child) {
  padding: 0 30px 0 35px;
}
.pad-top-32 {
  padding-top: 32px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: initial;
  flex-wrap: wrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  min-height: 100%;
  position: relative;
}
a.back-to-top {
  display: none;
  width: 75px;
  height: 75px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: url(../images/back-to-top-icon.png) no-repeat center;
  opacity: .6;
}
a.back-to-top:focus,
a.back-to-top:hover {
  opacity: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
}
a:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
}
h1,
.h1 {
  color: #880319;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 12px 0;
}
h2,
.h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 22px;
  margin: 0 0 10px 0;
}
h3,
.h3 {
  font-size: 16px;
  color: #880319;
  font-weight: 500;
  line-height: 22PX;
  margin: 0 0 10px 0;
}
h4,
.h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
}
.header {
  display: block;
  padding-top: 75px;
  background-color: #000000;
}
.header .social-media-header {
  padding-bottom: 21px;
}
.header .social-media-header #social-widget-2 {
  margin: 0;
}
.header .logo-container {
  float: left;
  padding-top: 22px;
}
.header .contact-header {
  text-align: left;
  font-weight: 600;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
}
.header .contact-header .left-icon {
  float: left;
}
.header .contact-header .left-icon ul {
  margin: 0;
}
.header .contact-header .left-icon ul li {
  line-height: 20px;
}
.header .contact-header .Social_Widget {
  margin: 0;
}
.header .contact-header p span {
  font-weight: 600;
}
.header #inner-header {
  display: none;
}
.main-menu li.current-menu-item a {
  background-color: #000000;
  color: #ffffff;
}
.main-menu li.current-menu-item a:hover {
  color: #880319;
}
#mobile-menu-wrap {
  display: block;
  width: 100%;
  position: fixed;
  background-color: #000000;
  z-index: 200;
  padding: 10px 10px;
}
#mobile-menu-wrap #logo {
  display: block;
  height: auto;
  max-height: 45px;
  width: auto;
  float: left;
  max-width: 200px;
}
#mobile-menu-wrap #phone-link {
  text-align: center;
  font-size: 95%;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  width: 65%;
  margin: 12px auto 0 auto;
}
#mobile-menu-wrap #phone-link a {
  text-decoration: none;
  color: #ffffff;
}
#mobile-menu-wrap .menu-toggle-button {
  position: absolute;
  right: 10px;
  top: 12px;
}
#mobile-menu-wrap .menu-toggle-button #menu-toggle {
  font-size: 0;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 11px 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 45px;
  line-height: 1;
  cursor: pointer;
  height: 45px;
  background: #880319;
}
#mobile-menu-wrap .menu-toggle-button #menu-toggle:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+IDwvZz4gPGc+ICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0ic3ZnXzEiIGQ9Im00LDEwbDI0LDBjMS4xMDQsMCAyLC0wLjg5NiAyLC0ycy0wLjg5NiwtMiAtMiwtMmwtMjQsMGMtMS4xMDQsMCAtMiwwLjg5NiAtMiwyczAuODk2LDIgMiwyem0yNCw0bC0yNCwwYy0xLjEwNCwwIC0yLDAuODk2IC0yLDJzMC44OTYsMiAyLDJsMjQsMGMxLjEwNCwwIDIsLTAuODk2IDIsLTJzLTAuODk2LC0yIC0yLC0yem0wLDhsLTI0LDBjLTEuMTA0LDAgLTIsMC44OTYgLTIsMnMwLjg5NiwyIDIsMmwyNCwwYzEuMTA0LDAgMiwtMC44OTYgMiwtMnMtMC44OTYsLTIgLTIsLTJ6Ii8+IDwvZz48L3N2Zz4=);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  -webkit-transform: translatex(-50%) translatey(-50%);
}
.mobile-menu-toggle {
  display: none;
}
.anchor-link,
#mobile-nav {
  display: block;
}
.mobile-menu-open {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 65px;
  width: 100%;
  z-index: 500;
  border-bottom: 0;
  box-shadow: 0px 17px 17px -13px #dedede;
}
.mobile-menu-open ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-menu-open li {
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
  opacity: .95;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.mobile-menu-open li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}
.mobile-menu-open li:hover,
.mobile-menu-open li:focus {
  opacity: 1;
}
.mobile-menu-open li:hover a,
.mobile-menu-open li:focus a {
  color: #880319;
}
.serviceblock {
  margin: 50px auto;
}
.serviceblock h3 {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #888888;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
#content {
  padding: 1em 0;
}
#content #post-7 .entry-content {
  padding: 25px 31px;
}
#content #post-7 .entry-content h1 {
  margin-bottom: 23px;
}
#content .bullet li {
  list-style-image: url(../images/webdrafter.com-bullet.png);
}
#content .byline {
  color: ;
}
#content .entry-content {
  padding: 25px 0;
}
#content .entry-content ul,
#content .entry-content ol {
  padding: 5px 15px;
}
#content .entry-content ul li {
  list-style-image: url(../images/webdrafter.com-bullet.png);
}
#content .entry-content ol li {
  list-style: decimal;
}
#content .entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
#content .entry-content img {
  margin: 10px auto 10px auto;
  max-width: 100%;
  height: auto;
}
#content .entry-content video,
#content .entry-content object {
  max-width: 100%;
  height: auto;
}
#content .entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
#content .wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
#content .wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
#content .wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.responsive-archive-container {
  background-color: #eeeeee;
  padding: 36px 0 38px 0;
}
.responsive-archive-container strong.h2 {
  margin-bottom: 32px;
}
.responsive-archive-container .ta-center:last-child strong.h2 {
  margin-top: 72px;
}
.product-actions-container > a.btn {
  background-color: #880319;
  border-radius: 0;
  color: #ffffff;
  margin-right: 15px;
}
.product-actions-container > a.btn:hover {
  color: #eeeeee;
  background-color: #0d0d0d;
}
.responsive-archive > a,
.responsive-archive > li.product,
.woocommerce ul.products > a,
.woocommerce ul.products > li.product,
.woocommerce-page ul.products > a,
.woocommerce-page ul.products > li.product {
  text-align: center;
  width: 220px;
  background-color: #ffffff;
  padding: 25px 0;
  margin-bottom: 7px;
  transition: all .18s ease-in-out;
}
.responsive-archive > a img,
.responsive-archive > li.product img,
.woocommerce ul.products > a img,
.woocommerce ul.products > li.product img,
.woocommerce-page ul.products > a img,
.woocommerce-page ul.products > li.product img {
  height: 300px;
  object-fit: contain;
}
.responsive-archive > a .project-head,
.responsive-archive > li.product .project-head,
.woocommerce ul.products > a .project-head,
.woocommerce ul.products > li.product .project-head,
.woocommerce-page ul.products > a .project-head,
.woocommerce-page ul.products > li.product .project-head {
  padding: 0 12px;
}
.responsive-archive > a:hover,
.responsive-archive > li.product:hover,
.woocommerce ul.products > a:hover,
.woocommerce ul.products > li.product:hover,
.woocommerce-page ul.products > a:hover,
.woocommerce-page ul.products > li.product:hover {
  box-shadow: 0 0 11px rgba(33,33,33,0.2);
  -webkit-border-radius: 0px 0px 40px 40px;
  -moz-border-radius: 0px 0px 40px 40px;
  border-radius: 0px 0px 25px 25px;
  border-bottom: 1px groove #efefef;
}
.responsive-archive > a:hover span.view-details,
.responsive-archive > li.product:hover span.view-details,
.woocommerce ul.products > a:hover span.view-details,
.woocommerce ul.products > li.product:hover span.view-details,
.woocommerce-page ul.products > a:hover span.view-details,
.woocommerce-page ul.products > li.product:hover span.view-details {
  color: #eeeeee;
  background-color: #0d0d0d;
}
.responsive-archive > a strong.h3,
.responsive-archive > a h2.woocommerce-loop-product__title,
.responsive-archive > li.product strong.h3,
.responsive-archive > li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products > a strong.h3,
.woocommerce ul.products > a h2.woocommerce-loop-product__title,
.woocommerce ul.products > li.product strong.h3,
.woocommerce ul.products > li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products > a strong.h3,
.woocommerce-page ul.products > a h2.woocommerce-loop-product__title,
.woocommerce-page ul.products > li.product strong.h3,
.woocommerce-page ul.products > li.product h2.woocommerce-loop-product__title {
  color: #000000;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 14px;
  min-height: 50px;
  padding-top: 10px;
}
.responsive-archive > a span.price,
.responsive-archive > li.product span.price,
.woocommerce ul.products > a span.price,
.woocommerce ul.products > li.product span.price,
.woocommerce-page ul.products > a span.price,
.woocommerce-page ul.products > li.product span.price {
  display: block;
  font-size: 14px;
  color: #880319;
  font-weight: 500;
  margin-bottom: 16px;
}
.responsive-archive > a span.price del,
.responsive-archive > li.product span.price del,
.woocommerce ul.products > a span.price del,
.woocommerce ul.products > li.product span.price del,
.woocommerce-page ul.products > a span.price del,
.woocommerce-page ul.products > li.product span.price del {
  display: none !important;
}
.responsive-archive > a span.view-details,
.responsive-archive > li.product span.view-details,
.woocommerce ul.products > a span.view-details,
.woocommerce ul.products > li.product span.view-details,
.woocommerce-page ul.products > a span.view-details,
.woocommerce-page ul.products > li.product span.view-details {
  display: block;
  padding: 4px 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  cursor: pointer;
  background-color: #880319;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all .3s;
}
.responsive-archive > a span.view-details:hover,
.responsive-archive > a span.view-details:focus,
.responsive-archive > li.product span.view-details:hover,
.responsive-archive > li.product span.view-details:focus,
.woocommerce ul.products > a span.view-details:hover,
.woocommerce ul.products > a span.view-details:focus,
.woocommerce ul.products > li.product span.view-details:hover,
.woocommerce ul.products > li.product span.view-details:focus,
.woocommerce-page ul.products > a span.view-details:hover,
.woocommerce-page ul.products > a span.view-details:focus,
.woocommerce-page ul.products > li.product span.view-details:hover,
.woocommerce-page ul.products > li.product span.view-details:focus {
  color: #ffffff;
}
.responsive-archive > a .button.product_type_simple.ajax_add_to_cart,
.responsive-archive > li.product .button.product_type_simple.ajax_add_to_cart,
.woocommerce ul.products > a .button.product_type_simple.ajax_add_to_cart,
.woocommerce ul.products > li.product .button.product_type_simple.ajax_add_to_cart,
.woocommerce-page ul.products > a .button.product_type_simple.ajax_add_to_cart,
.woocommerce-page ul.products > li.product .button.product_type_simple.ajax_add_to_cart {
  display: block;
  padding: 4px 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  cursor: pointer;
  background-color: #880319;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
  margin: 0 !important;
  border-right: none;
}
.responsive-archive > a .button.product_type_simple.ajax_add_to_cart:hover,
.responsive-archive > a .button.product_type_simple.ajax_add_to_cart:focus,
.responsive-archive > li.product .button.product_type_simple.ajax_add_to_cart:hover,
.responsive-archive > li.product .button.product_type_simple.ajax_add_to_cart:focus,
.woocommerce ul.products > a .button.product_type_simple.ajax_add_to_cart:hover,
.woocommerce ul.products > a .button.product_type_simple.ajax_add_to_cart:focus,
.woocommerce ul.products > li.product .button.product_type_simple.ajax_add_to_cart:hover,
.woocommerce ul.products > li.product .button.product_type_simple.ajax_add_to_cart:focus,
.woocommerce-page ul.products > a .button.product_type_simple.ajax_add_to_cart:hover,
.woocommerce-page ul.products > a .button.product_type_simple.ajax_add_to_cart:focus,
.woocommerce-page ul.products > li.product .button.product_type_simple.ajax_add_to_cart:hover,
.woocommerce-page ul.products > li.product .button.product_type_simple.ajax_add_to_cart:focus {
  color: #ffffff;
}
.responsive-archive > li.product,
.woocommerce ul.products > li.product,
.woocommerce-page ul.products > li.product {
  padding: 15px 15px;
}
.fw-container {
  padding: 22px 0 0 0;
}
.staff-list {
  padding-top: 5px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
}
.staff-list .box-shadow-hover {
  width: 300px;
  padding: 10px 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-image: none !important;
}
.woocommerce-MyAccount-navigation ul li a {
  border-bottom: none;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  border: 1px solid #cccccc;
  padding: 18px;
}
.header-actions {
  padding-top: 5px;
  padding-bottom: 5px;
}
.woo-cat-container {
  padding-top: 15px;
}
.woocommerce-products-header {
  padding-top: 6px;
}
.woocommerce span.onsale {
  background-image: url(../images/lavonne-music-on-sale.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: contain;
  color: transparent;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 4px 0 24px;
  color: #888;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #aaa;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: ;
  text-decoration: underline;
}
.woocommerce a {
  border-bottom: none !important;
}
.woocommerce .woocommerce-ordering {
  display: none !important;
  float: left;
  margin-right: 8px;
  width: 100%;
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
}
.woocommerce .woocommerce-ordering select option {
  text-transform: capitalize;
  font-weight: 600;
}
.woocommerce form.form-wppp-select.products-per-page {
  display: none !important;
  width: 100%;
  margin-right: 0 !important;
  float: none !important;
  margin-left: 0 !important;
}
.woocommerce form.form-wppp-select.products-per-page select {
  width: 100%;
}
.woocommerce .woocommerce-result-count {
  width: 100%;
  margin: 15px auto;
  padding: 4px 12px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  margin-left: 0;
}
.woocommerce form.form-wppp-select.products-per-page {
  margin-right: 44px;
}
.woocommerce ul.products {
  padding: 18px 0 12px 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 9px;
  color: #0a0b31;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 10px;
}
.woocommerce ul.products li.product span.price {
  color: ;
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
}
.woocommerce ul.products li.product .button {
  margin-top: 5px;
  margin-left: 7px;
  margin-bottom: 10px;
  background-color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17%;
  transition: all .25s linear;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}
.woocommerce ul.products li.product .options a {
  color: #c6c5c5;
}
.woocommerce ul.products li.product a img {
  margin: 0;
  height: 300px;
  object-fit: contain;
}
.woocommerce div.product div.images {
  width: auto;
}
.woo-cat-container .content-area .responsive-archive-container {
  padding: 0;
  background-color: #ffffff;
}
.category-header-image img {
  width: 100%;
  display: block;
}
.preview-container img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.preview-container.fivecol img {
  max-width: 50%;
  float: left;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #bbbbbb;
  background-color: #f8f8f8;
  padding: 5px 12px;
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.archive .woocommerce-loop-product__title {
  text-transform: none;
}
.archive .ninecol.first {
  border-top: 1px solid #efebeb;
  padding-top: 35px;
}
.archive .products-container {
  padding-top: 21px;
  padding-right: 4px;
}
.term-description .ninecol {
  border-top: 0;
}
.term-description a {
  height: 200px;
  width: 200px;
  display: block;
  transition: .2s width, .2s .2s height, .2s .2s box-shadow, .2s background-color;
  background-color: .25s;
  overflow: hidden;
}
.term-description a img {
  display: block;
}
.woocommerce div.product .box-shadow-hover {
  border: none !important;
}
.woocommerce div.product div.summary {
  width: 100%;
}
.woocommerce div.product div.summary h1 {
  margin-bottom: 10px;
  line-height: 26px;
}
.woocommerce div.product div.summary .woocommerce-tabs .tabs {
  display: none !important;
}
.woocommerce div.product div.summary .stock,
.woocommerce div.product div.summary .in-stock {
  display: none !important;
}
.woocommerce div.product div.summary .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-top: 14px;
  margin-bottom: 0;
  color: #880319;
}
.woocommerce div.product div.summary .price del {
  display: none !important;
}
.woocommerce div.product div.summary .flex-control-nav {
  margin-top: 0;
  margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 20px;
}
#gform_submit_button_2,
#gform_submit_button_3 {
  background-color: #880319;
  border-radius: 0;
  color: #ffffff;
  margin-right: 15px;
}
#gform_submit_button_2:hover,
#gform_submit_button_3:hover {
  color: #eeeeee;
  background-color: #0d0d0d;
}
.hidden-form {
  display: none;
  opacity: 0;
  transition: all .25s linear;
}
.visible-form {
  display: block;
  opacity: 1;
}
.flex-control-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-control-nav li {
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0;
}
.flex-control-nav li img {
  border: 2px solid #dedede;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 120px;
  width: 120px;
  margin-right: 10px;
}
.flex-control-nav li:hover {
  cursor: pointer;
}
.woocommerce-product-gallery__image:hover {
  cursor: pointer;
}
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.webdraftertheme_page_navi {
  width: 100%;
  display: block;
}
.webdraftertheme_page_navi li {
  float: left;
  margin-left: 10px;
  display: block;
}
.webdraftertheme_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.webdraftertheme_page_navi li a:hover,
.webdraftertheme_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.webdraftertheme_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.webdraftertheme_page_navi li.bpn-prev-link,
.webdraftertheme_page_navi li.bpn-next-link {
  font-weight: 700;
}
.webdraftertheme_page_navi li.bpn-prev-link a,
.webdraftertheme_page_navi li.bpn-next-link a {
  padding: 0;
}
.webdraftertheme_page_navi li.bpn-prev-link a:hover,
.webdraftertheme_page_navi li.bpn-next-link a:hover,
.webdraftertheme_page_navi li.bpn-first-page-link a:hover,
.webdraftertheme_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
.footer {
  text-align: center;
  width: 100%;
  background-color: #0d0d0d;
}
.footer #inner-footer.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: initial;
  flex-wrap: wrap;
}
.footer #inner-footer.flex-container .fourcol.first {
  width: 40%;
}
.footer #inner-footer.flex-container .mapouter {
  position: relative;
  text-align: right;
  min-height: 300px;
  height: 100%;
  width: 100%;
}
.footer #inner-footer.flex-container .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}
.footer #inner-footer.flex-container .gmap_canvas iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.footer #inner-footer.flex-container .testimonial-container {
  width: 41%;
  margin: 0;
}
.footer #inner-footer strong.h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.footer #inner-footer ul li {
  color: #ffffff;
  line-height: 20px;
}
.footer nav ul li a {
  color: #ffffff;
}
.footer-contact ul {
  width: 42%;
  margin: 0 auto;
  margin-bottom: 38px;
}
.testimonial-container {
  background-color: #880319;
  color: #ffffff;
  padding-bottom: 35px;
}
.footer-links {
  display: none;
}
.footer-acknowls {
  text-align: center;
}
.footer-acknowls .clearfix > a {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.footer-acknowls .social-media-header {
  display: inline-block;
}
.footer-acknowls .source-org.credits {
  width: 100%;
}
#social-widget-2 {
  margin-bottom: 0 !important;
}
.author-credits {
  background-color: #151515;
  padding: 25px 0;
}
.author-credits .copyright {
  display: block;
  color: #ffffff;
  width: 100%;
  font-size: 100%;
}
.author-credits .credits {
  display: block;
  color: #ffffff;
  width: 100%;
  font-size: 100%;
}
.author-credits .credits a {
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 481px) {
  #content .entry-content .alignleft,
  #content .entry-content img.alignleft {
    margin: 12px 12px 12px 0;
    display: inline;
    float: left;
  }
  #content .entry-content .alignright,
  #content .entry-content img.alignright {
    margin: 12px 0 12px 12px;
    display: inline;
    float: right;
  }
  #content .entry-content .aligncenter,
  #content .entry-content img.aligncenter {
    margin: 12px auto 12px auto;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .two_5col {
    width: 17.7900552488%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .two_5col,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  #background-navigation {
    display: block;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
  }
  .show {
    display: none;
  }
  .hide {
    display: block;
  }
  .wrap {
    max-width: 960px;
  }
  a.back-to-top {
    display: none;
  }
  .header {
    padding: 20px 0 0 0;
  }
  .header #inner-header {
    display: block;
    padding-bottom: 20px;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  #mobile-menu-wrap {
    display: none;
  }
  div.main-menu ul,
  .main-menu {
    border: 0;
    display: table;
    width: 100%;
    margin: 0;
  }
  div.main-menu ul li,
  .main-menu li {
    display: table-cell;
    position: relative;
    text-align: center;
  }
  div.main-menu ul li a,
  .main-menu li a {
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 17px 10px;
  }
  div.main-menu ul li a:hover,
  div.main-menu ul li a:focus,
  .main-menu li a:hover,
  .main-menu li a:focus {
    color: #ffffff;
    background-color: #151515;
  }
  div.main-menu ul li ul.sub-menu,
  div.main-menu ul li ul.children,
  .main-menu li ul.sub-menu,
  .main-menu li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    display: table;
  }
  div.main-menu ul li ul.sub-menu li,
  div.main-menu ul li ul.children li,
  .main-menu li ul.sub-menu li,
  .main-menu li ul.children li {
    display: table-row;
  }
  div.main-menu ul li ul.sub-menu li a,
  div.main-menu ul li ul.children li a,
  .main-menu li ul.sub-menu li a,
  .main-menu li ul.children li a {
    padding: 10px;
    border-right: 0;
    display: table-cell;
    width: 180px;
    color: #000000;
    background-color: #eeeeee;
  }
  div.main-menu ul li ul.sub-menu li:last-child a,
  div.main-menu ul li ul.children li:last-child a,
  .main-menu li ul.sub-menu li:last-child a,
  .main-menu li ul.children li:last-child a {
    border-bottom: 0;
  }
  div.main-menu ul li:hover ul,
  .main-menu li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .fixed .nav li a {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
  }
  .fixed-return {
    margin-top: 70px;
  }
  .product-category-menu {
    position: relative;
    margin-top: -12px;
    padding: 0 10px;
    z-index: 1000;
    width: 29%;
    float: left;
  }
  .product-category-menu::before,
  .product-category-menu::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    top: 0;
    z-index: -10;
  }
  .product-category-menu::before {
    left: -2px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #750416;
    border-left: 12px solid transparent;
  }
  .product-category-menu::after {
    right: -2px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #750416;
    border-right: 12px solid transparent;
  }
  .product-category-menu .cat-menu {
    background-color: #880319;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 27px 19px 27px;
    position: absolute;
    z-index: 9999;
    height: auto;
  }
  .product-category-menu .cat-menu ul {
    margin: 0;
    transition: transform 0.3s;
    transform-origin: top;
  }
  .product-category-menu .cat-menu ul li {
    border-bottom: 1px solid #b86875;
    font-weight: 500;
    position: relative;
  }
  .product-category-menu .cat-menu ul li:last-child {
    border-bottom: none;
  }
  .product-category-menu .cat-menu ul li:last-child a {
    padding-bottom: 0;
  }
  .product-category-menu .cat-menu ul li a {
    font-size: 14px;
    display: block;
    padding: 9px 24px;
  }
  .product-category-menu .cat-menu ul li .sub-menu {
    z-index: -10;
    position: absolute;
    width: 125%;
    top: 0;
    left: 0;
    background-color: #880319;
    padding: 0 27px;
    transition: all .3s;
    opacity: 0;
  }
  .product-category-menu .cat-menu ul li .sub-menu li a {
    padding: 9px 24px !important;
  }
  .product-category-menu .cat-menu ul li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    transition: all .3s;
  }
  .activator {
    padding: 26px 29px 20px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    background-color: #880319;
    color: #ffffff;
  }
  .nav-search-container {
    padding-top: 11px;
    width: 26%;
    float: left;
    padding-left: 2%;
  }
  .nav-search-container button.dgwt-wcas-search-submit {
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 50% 90%;
    height: 34px !important;
    min-width: 43px !important;
    padding: 0;
    border-radius: 0 !important;
  }
  .nav-search-container button.dgwt-wcas-search-submit::before {
    display: none !important;
  }
  .nav-search-container button.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
    display: none !important;
  }
  .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: #dcdcdc !important;
    width: 166px;
    height: 20px !important;
    padding: 7px 15px;
    border: none !important;
    border-radius: 0;
  }
  .main-nav-container {
    width: 45%;
    float: left;
    padding-left: 2%;
  }
  .serviceblock {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .serviceblock h3 {
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    background-color: #888888;
    color: #ffffff;
    text-align: center;
    margin: 0;
  }
  .serviceblock div {
    background-color: ;
    min-height: 80px;
  }
  #subpage_sidebar .serviceblock {
    width: 52%;
    float: none;
  }
  .responsive-archive-container {
    padding: 36px 0 38px 0;
  }
  .responsive-archive > a,
  .responsive-archive > li.product,
  .woocommerce ul.products > a,
  .woocommerce ul.products > li.product {
    width: 220px;
  }
  .responsive-archive > a:not(:first-child),
  .responsive-archive > li.product:not(:first-child),
  .woocommerce ul.products > a:not(:first-child),
  .woocommerce ul.products > li.product:not(:first-child) {
    margin-left: 32px;
  }
  .responsive-archive > a span.price,
  .responsive-archive > li.product span.price,
  .woocommerce ul.products > a span.price,
  .woocommerce ul.products > li.product span.price {
    display: block;
    font-size: 14px;
    color: #880319;
    font-weight: 500;
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin: 0 !important;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .woocommerce ul.products li,
  .woocommerce-page ul.products li {
    width: 212px !important;
    margin: 0 28px 25px 0 !important;
    padding: 15px 15px 10px 15px;
  }
  .woocommerce div.product div.summary {
    width: 65.74585634900001%;
  }
  .bbloomer-thumbs div.woocommerce-product-gallery__image {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
  }
  .staff-list {
    padding-top: 5px;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
  }
  .sidebar {
    margin-top: 0;
  }
  .widgettitle {
    display: block;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-size: 105%;
    text-transform: uppercase;
  }
  .widget {
    margin: 0 0 2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li me
				

				ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  .footer {
    text-align: left;
    clear: both;
    width: 100%;
    margin-top: -8px;
  }
  .footer #inner-footer strong.h3 {
    margin-bottom: 33px;
  }
  .footer #inner-footer .footer-contact {
    padding-left: 18%;
  }
  .footer #inner-footer .footer-contact ul {
    width: auto;
    margin: 0 0 38px 33px;
  }
  .footer #inner-footer .map-container {
    margin-left: 0;
  }
  .footer #inner-footer .testimonial-container {
    margin-left: 0;
    width: 37%;
    padding-left: 3%;
    padding-right: 14%;
    padding-bottom: 0;
    height: 384px;
  }
  .footer #inner-footer .testimonial-container .ta-right {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 32px;
  }
  .author-credits .footer-acknowls > .clearfix {
    text-align: right;
  }
  .author-credits .copyright {
    font-size: 90%;
  }
  .author-credits .credits {
    width: 40%;
    float: right;
    text-align: right;
    font-size: 90%;
    margin-top: 0 !important;
  }
  .author-credits .credits a {
    text-decoration: none;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
