/*
 Theme Name:   Fret Mill Music Company Theme
 Theme URI:    http://fretmill.com
 Description:  Child Theme of Storefront built for Fret Mill Music Company by William Alexander
 Author:       William Alexander
 Author URI:   http://williamalexander.co/
 Template:     storefront
 Version:      1.7.2
  Text Domain:  storefront-child
*/

@font-face {
  font-family: "Stratounlinked";
  src: url("fonts/strato-unlinked-webfont.eot");
  src: local("☺"),
    url("fonts/strato-unlinked-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/strato-unlinked-webfont.woff") format("woff"),
    url("fonts/strato-unlinked-webfont.ttf") format("truetype"),
    url("fonts/strato-unlinked-webfont.svg#Stratounlinked") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Stratolinked";
  src: url("fonts/strato-linked-webfont.eot");
  src: local("☺"),
    url("fonts/strato-linked-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/strato-linked-webfont.woff") format("woff"),
    url("fonts/strato-linked-webfont.ttf") format("truetype"),
    url("fonts/strato-linked-webfont.svg#Stratolinked") format("svg");
  font-weight: normal;
  font-style: normal;
}

a.storefront-sticky-add-to-cart__content-button.button.alt {
  display: none;
}

.tax-product_brand img.brand-thumbnail {
  display: none;
}

article#post-66744 h1 {
  font-family: "Stratolinked";
  margin-top: 50px;
  font-size: 4em;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #f3f3f3;
  text-shadow: 0px 0px 7px rgba(150, 150, 150, 1), 0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav.storefront-product-pagination {
  display: none;
}

body.logged-in li#wp-admin-bar-w3tc {
  display: none;
}

.woocommerce-tabs .panel {
  width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 0;
}

.site-header {
  border-bottom: 0;
}

.storefront-breadcrumb {
  display: none;
}

.storefront-product-section {
  border-bottom: 3px solid rgba(0, 0, 0, 0.025);
  margin-bottom: 4.236em;
}

.storefront-product-section:last-child {
  border: none;
}

.widget-title {
  font-weight: 600 !important;
  color: #424242;
}

.site-footer {
  color: #424242;
}

.site-info {
  padding: 2.618em 0 !important;
}

.storefront-product-section .section-title {
  font-weight: 600;
}

a.my-more-link {
  font-weight: 600;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}

.page-template-template-homepage div#primary {
  margin-bottom: 0;
}

.home .entry-content {
  margin-top: 8px;
}

.site-main ul.products li.product {
  width: 48%;
}

.header-widget-region {
  margin-top: -10px;
}

.site-search {
  position: relative;
  top: -50px;
}

.header-widget-region {
  position: relative;
  top: -20px;
}

button.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.storefront-handheld-footer-bar li.my-account {
  display: none;
}

.storefront-handheld-footer-bar li.search a {
  display: none;
}

.storefront-handheld-footer-bar li.cart {
  display: none;
}

.main-navigation.toggled .handheld-navigation {
  background: white;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-top: -140px;
}

#storeInventory table td {
  padding: 0.5em 0.2em;
  text-align: left;
  vertical-align: top;
  line-height: 1em;
  border-top: 1px solid #b3b3b3;
}

#storeInventory {
  column-count: 4;
  column-gap: 10px;
}

@media screen and (max-width: 600px) {
  #storeInventory {
    column-count: 1;
    column-gap: 0px;
  }
}

ul.quickNav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

ul.products.quickNav li {
  width: 100% !important;
  flex-basis: 47%;
}

/* Make an Offer */
.lessons-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  background: black;
  padding: 20px;
  background: url(images/nav_bg.gif) repeat-x;
  border-top-left-radius: 20px;
  background-size: contain;
  z-index: 100;
}

.lessons-contact .make-an-offer {
  margin: 0;
}

.make-an-offer {
  color: #f6870f;
  border-color: #f6870f;
  border-width: 2px;
  background: #fff;
  display: block;
  border-style: solid;
  text-align: center;
  padding: 0.6em;
  border-radius: 0.3em;
  margin-bottom: 10px;
  transition: all 0.2s;
}

.make-an-offer:hover {
  border-color: #f8a040;
  color: #f8a040;
  background-color: #f6870f;
  color: #fff;
  border-color: #f6870f;
}

.appointment-request {
  position: fixed;
  bottom: 0;
  right: auto;
  left: 0;
  background: black;
  padding: 20px;
  background: url(images/nav_bg.gif) repeat-x;
  border-top-right-radius: 20px;
  border-top-left-radius: 0px;
  background-size: contain;
  z-index: 100;
}

#my_popup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 1em;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Products Dashboard */

div#user-frontend-widget ul.menu li a {
  color: black;
  text-decoration: underline;
  font-weight: normal;
}

div#user-frontend-widget ul.menu li a:hover {
  color: blue;
}

div#user-frontend-widget ul.menu li {
  list-style-type: none;
}

div#user-frontend-widget ul.menu {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

div#user-frontend-widget h4 {
  border-bottom: 1px dashed gray;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* Nivo Slider */

.slider-wrapper h1 {
  color: white;
  margin-bottom: 0;
}

/* End Nivo Slider */

div#mobile-contact-header {
  display: none;
}

body {
  background: url(images/fretmillbackground.jpeg) repeat-x black;
  background-color: black !important;
}

.site-header {
  background-color: transparent !important;
}

div.site-branding {
  display: none !important;
}

.home header.entry-header {
  display: none;
}

.home .entry-content {
  margin-top: 0px;
}

img.custom-header-image {
  float: left;
}

div#primary {
}

.site-info {
  padding: 0;
}

.site-footer a:not(.button) {
  color: #61656b !important;
}

span.my-footer-credit {
  float: right;
}

/* Matching Old Navigation */

nav.secondary-navigation {
  background: url("images/nav_bg.gif") repeat-x;
  position: fixed;
  width: 100% !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  z-index: 10;
}

.secondary-navigation ul.menu a {
  color: #955400 !important;
  display: block !important;
  font-weight: bold !important;
  margin: 0 !important;
  padding: 13px 19px 12px !important;
  border-right: 1px solid #c1873d;
}

.secondary-navigation ul.menu li:first-child {
  border-left: 1px solid #c1873d;
}

.menu-secondary-menu-container {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.secondary-navigation ul ul li {
  background: url("images/nav_bg.gif") repeat-x;
}

nav#site-navigation {
  display: none;
}

.site-search {
  margin-top: 10px;
}
/* New Site Tweak */
.site-search {
  margin-top: -20px;
}

/* .header-widget-region {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
} 

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 1em;
  width: 400px;
  margin-left: auto;
  color: white;
  text-align: right;
  position: absolute;
  right: -10px;
  top: -122px;
  font-weight: bold;

}

*/

.header-widget-region .widget {
  margin: 0;
  padding: 0;
  font-size: 1em;
  width: 40%;
  color: white;
  text-align: right;
  font-weight: bold;
  float: right;
  clear: right;
}

.header-widget-region .col-full {
  margin: 0;
}

body.logged-in nav.secondary-navigation {
  top: 30px;
}

.site-content div.col-full {
  background: white;
  padding: 30px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.page-template-template-homepage .site-main {
  padding-top: 0;
}

.home .hentry {
  margin: 0 0 2.236em;
  padding-bottom: 0;
  border-bottom: 6px solid rgba(0, 0, 0, 0.05);
}

.site-footer .col-full {
  padding-left: 30px;
  padding-right: 30px;
}

.site-footer .col-full .footer-widgets {
  padding-top: 0px;
}

/* Facebook Box Size Control */
.fb-like-box.fb_iframe_widget {
  width: 100%;
}

.fb-like-box.fb_iframe_widget span,
.fb-like-box.fb_iframe_widget span iframe {
  width: inherit !important;
}

ul.site-header-cart.menu {
  z-index: 9;
}

.header-widget-region {
  z-index: -50;
}

/* Brands on Single Product Pages */
h1.product_title.entry-title a {
  color: #484c51;
}

/* Brands Display in Widgets */
.widget_products a {
  display: initial !important;
}

/* Brands Display on Archive Pages */

h3 a {
  color: #484c51;
}

/* Changing up the Checkout Page for no Online Orders */

#order_review,
#order_review_heading {
  width: 100% !important;
  float: none !important;
}

.col2-set {
  display: none !important;
}

#payment .place-order .button {
  display: none;
}

/* product-bottom-widgets */

#product-bottom-widgets {
  width: 30%;
  float: left;
  border: 1px solid gray;
  padding: 20px;
  margin-right: 5%;
}

#product-bottom-widgets:last-child {
  margin-right: 0;
}

/* Main Links on Home Page */

li.product-category.product.left {
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}

li.product-category.product.left h3,
li.product-category.product.right h3 {
  font-size: 2vw !important;
  background: black;
  color: white;
  margin-top: -10px;
  padding: 5px;
}

li.product-category.product.right {
  float: right !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}

li.product-category.product.spacer {
  display: none;
}
ul.products li.product.product-category.product.right img,
ul.products li.product.product-category.product.left img {
  width: 100%;
  margin-bottom: 0.5em !important;
}

a:active {
  border: none;
}

.home .hentry {
  margin: 0;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 6px none rgba(0, 0, 0, 0.05);
}

/* Homepage More Links */

.home h2.section-title a {
  color: #484c51;
}

.home h2.section-title a:active {
  color: red;
}

a.my-more-link {
  position: relative;
  top: -30px;
  text-align: center;
  display: block;
  color: rgb(68, 68, 68);
}

a.my-more-link:hover {
  text-decoration: underline;
  color: red;
}

/* No More Purple Lines */

a:focus,
.button:focus,
.button.alt:focus,
.button.added_to_cart:focus,
.button.wc-forward:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline-color: transparent !important;
}

.fb-like-box.fb_iframe_widget {
  width: 100%;
  background-color: white;
}

/* The Room */

body.page-id-36889 {
}

body.page-id-36889 .site-content div.col-full {
  background: black;
  padding: 20px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

body.page-id-36889 .woocommerce-breadcrumb {
  display: none;
}

body.page-id-36889 .site-footer {
  background: black;
  font-family: "Marcellus", serif !important;
  font-size: 1em;
  line-height: 1.5em;
  color: #ba9a4f;
  border-top: 1px solid #ba9a4f;
}

body.page-id-36889 .site-footer h3 {
  background: black;
  font-family: "Marcellus", serif !important;
  color: #ba9a4f;
}

body.page-id-36889 .footer-widgets {
  padding-top: 4.236em;
  border-bottom: 3px solid #ba9a4f;
}

body.page-id-36889 .site-footer a:not(.button) {
  color: #ba9a4f !important;
}

body.page-id-36889 .site-footer input.submit {
  color: black;
  background-color: #ba9a4f;
}

body.page-id-36889 a.cart-contents {
  color: #ba9a4f !important;
}

body.page-id-36889 .header-widget-region .widget {
  color: #ba9a4f;
}

/*             Responsive              */

/* Video Resize */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  min-width: 200px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.header-logo {
  width: 380px;
  height: 184px;
  display: inline-block;
  margin-bottom: -75px;
}
/* New Version Tweak */
a.header-logo {
  width: 380px;
  height: 0;
  display: inline-block;
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .header-widget-region .widget {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -12px;
  }

  .nivo-caption {
    text-align: center;
    color: white;
    font-size: 2.3vw;
  }

  .nivo-caption h1 {
    letter-spacing: -1px;
    line-height: 0.8;
    margin: 3px 0;
    color: white;
    font-size: 4vw;
  }

  nav#site-navigation {
    display: block;
  }

  li.product-category.product.left h3,
  li.product-category.product.right h3 {
    font-size: 3vw !important;
  }

  li.product-category.product.left,
  li.product-category.product.right {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    width: 48% !important;
  }

  li.product-category.product.spacer {
    display: block;
    float: left;
    width: 4% !important;
  }

  .home .entry-content span {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .header-widget-region .widget {
    display: none;
  }
  div#mobile-contact-header {
    display: block;
  }

  div#mobile-contact-header div#location,
  div#mobile-contact-header div#call-us {
    display: inline-block;
    width: 49%;
    border-radius: 15px;
    background-color: black;
    padding: 5px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -5px;
  }

  div#mobile-contact-header a {
    color: white;
    font-size: 1.5em;
  }

  .site-content div.col-full {
    background: white;
    padding: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  ul.products li.product {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.236em !important;
  }

  .woocommerce-pagination {
    padding: 1em 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    text-align: left;
    clear: both;
  }

  .woocommerce-pagination .page-numbers li {
    display: inline-block;
    width: 9%;
  }

  ul.products li.product h3 {
    font-size: 0.8em !important;
    margin-bottom: 0.1em !important;
  }

  .button {
    padding: 0.4em 0.4em;
  }

  ul.products li.product .price {
    margin: 0 auto 0.1em !important;
  }

  ul.products li.product img {
    margin: 0 auto 0.5em !important;
  }

  .onsale {
    margin-bottom: 0.1em !important;
  }

  #text-4 .textwidget {
    margin-left: -40px;
  }

  a.header-logo {
    width: initial;
    height: initial;
    display: inline-block;
    margin-bottom: 0px;
  }

  #masthead .site-branding,
  a.skip-link.screen-reader-text {
    display: none;
  }
}

.storefront-featured-products {
  display: none;
}

.storefront-on-sale-products {
  display: block;
}

table.shop_attributes tr th {
  display: none;
}

ul.tabs.wc-tabs {
  display: none;
}

.woocommerce-tabs .panel {
  float: none !important;
}

tr.Consignment,
tr.Vintage {
  display: none;
}

.header-widget-region {
  width: 80%;
  float: right;
}

ul.wpuf_customs {
  display: none;
}

form.cart {
  display: none;
}

ul.site-header-cart.menu {
  display: none;
}

.add_to_cart_button {
  display: none !important;
}

a.button.product_type_simple {
  display: none !important;
}

div#tab-additional_information {
  display: block !important;
}

@media (max-width: 768px) {
  .lessons-contact,
  .appointment-request {
    bottom: 60px;
  }
}

article#post-7586 h2,
article#post-7586 h3 {
  background: #eeeeee;
  margin-top: 10px;
  padding: 10px;
}

article#post-7586 h4 {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
}

ul.brand-thumbnails li {
  width: 30% !important;
}

.storefront-handheld-footer-bar ul li.search .site-search,
.storefront-handheld-footer-bar ul li.search .widget,
.storefront-handheld-footer-bar ul li.search form {
  /* display: none; */
}

form.wpcf7-form input {
  max-width: 100%;
}

/* Hiding Lessons and Repairs for now.  */

.home li.product-category:nth-of-type(4),
.home li.product-category:nth-of-type(5),
.home li.product-category:nth-of-type(6) {
  display: none;
}


.only-in-stock .onbackorder {
	display: none;
}