/*
Theme Name:     Storefront Child Theme
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
#masthead, #colophon {
  background-repeat: no-repeat;
  background-position: right;
}

.button {
  background-color: #c486c4;
  color: #fff;
  border: 1px solid #f47ef4;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.button:hover {
  background-color: #fcdcfc;
  border-color: #fcdcfc;
}

.product {
  padding: 4px;
  border-radius: 5px;
  background-color: rgb(247, 239, 247);
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #fcdcfc;
}

a.page-numbers:link {
  background-color: #fcdcfc;
}

@media (min-width: 768px) {
  .right-sidebar .content-area {
    width: 100%;
    float: left;
    margin-right: 4.347826087%;
  }
}
#block-6 {
  display: none;
}

.col-full {
  position: relative;
}
@media (min-width: 768px) {
  .col-full #site-header-cart {
    position: absolute;
    right: 0;
    top: -11em;
  }
}

@media (min-width: 768px) {
  .woocommerce-active .site-header .site-search {
    position: absolute;
    right: 400px;
    top: 2em;
  }
}
#woocommerce-product-search-field-0 {
  background: #fcdcfc;
  border: 1px solid #c486c4;
}

.woocommerce-Price-amount.amount {
  font-size: 1.4em;
  color: #994b99;
}

.widget a.button.checkout {
  background-color: #994b99;
  border-color: #552955;
  color: #ffffff;
}

.button.checkout.wc-forward {
  background-color: #df6bdf;
}

.widget_shopping_cart {
  background-color: #fcdcfc;
}

.widget a.button.checkout {
  background-color: #e33030 !important;
  border-color: #990000;
  color: #ffffff;
}

.woocommerce-mini-cart__total {
  background-color: #f8adf8;
}

.woocommerce-mini-cart__buttons.buttons {
  background-color: #f69af6;
}

#masthead, #colophon {
  background-color: #f7e5f7;
  background-size: cover;
}

footer {
  margin-bottom: 0;
}
footer #colophon {
  background-color: rgb(247, 239, 247);
  padding-bottom: 0;
}

#menu-footer {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
}
.menu-item.menu-item-type-post_type.menu-item-object-page {
  margin-bottom: 0.2em;
}

@media (min-width: 768px) {
  .footer-widgets {
    border-top: 0.8em solid #fcdcfc;
  }
}
.site-info {
  display: none;
}

.storefront-primary-navigation {
  background-color: #f0e6bb;
  border-top: 4px solid #dec767;
  border-bottom: 1px solid #dec767;
  box-shadow: -3px 8px 13px -7px rgb(102, 97, 84);
}
.storefront-primary-navigation #site-navigation .menu-item:hover {
  background-color: #dec767;
}
.storefront-primary-navigation #site-navigation .menu-item a {
  text-transform: uppercase;
  color: black;
}
.storefront-primary-navigation ul.sub-menu li {
  background-color: #f0e6bb;
}

@media (min-width: 768px) {
  .col-full #site-header-cart {
    position: absolute;
    right: 0;
    top: -11em;
    padding: 1em;
    padding-top: 1em;
    background-color: azure;
    height: 83px;
    margin-top: 0;
    padding-top: 0;
  }
}
.button.wc-forward {
  background-color: #ffaeae;
  color: #fff;
}

footer#colophon {
  background-color: #fcdcfc;
  border-top: 10px solid #fac5fa;
}

#prefooter {
  background-color: #f6efd4;
  box-shadow: -3px -6px 13px -7px rgb(102, 97, 84);
}
#prefooter .menu-footer-container {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  #prefooter .menu-footer-container {
    width: 70%;
  }
}

.widget_nav_menu ul li::before {
  content: "";
}

.site-header-cart .widget_shopping_cart a.button {
  background-color: #f4b9b9;
  color: #fcdcfc;
}

button.alt, input[type=button].alt, input[type=reset].alt, input[type=submit].alt, .button.alt, .widget-area .widget a.button.alt {
  background-color: #e33030 !important;
  border-color: #981515 !important;
}

.single-product .product {
  background-color: #fff !important;
}

.widget_nav_menu ul li::before {
  content: "-";
}

a.wc-block-cart__submit-button.contained {
  background-color: #e33030;
  color: #fff;
  border: 1px solid #981515;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
a.wc-block-cart__submit-button.contained:hover {
  background-color: #e33030;
  border-color: #e33030;
}/*# sourceMappingURL=style.css.map */