/*!
Theme Name: Felt Child
Template: felt
Author: Pixelgrade
Author URI: https://pixelgrade.com
Theme URI: http://pixelgrade.com/themes/felt
Description: Felt is a magazine-style WordPress theme for publishers of all kinds who want to showcase their fresh ideas. Thanks to the modular layout, multiple widget areas and a hand-full of custom and unique widgets, you can highlight what's truly important for your tribe and stand out from the crowd. Its responsive design, multilingual support, and compatibility with the new Gutenberg editor will allow you to adapt this theme to multiple usage scenarios and personalize it to match your needs. No matter if you are a blogger, journalist, designer, DIY artist, photographer or small entrepreneur, this theme will fit perfectly every time.
Version: 2.9.0
Tested up to: 5.7.0
Requires at least: WordPress 4.9.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: felt
Domain Path: /languages/
Tags: blog, entertainment, translation-ready, theme-options, featured-images, custom-colors, custom-menu, custom-logo, two-columns, three-columns, four-columns, editor-style, full-width-template, sticky-post, threaded-comments, rtl-language-support

Felt WordPress Theme, Copyright (C) 2018-2019, Pixelgrade.
Felt is distributed under the terms of the GNU GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Felt is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/**
 *
 * Table of Contents
 * --------------------------------------------------
 *  1.0   - Base Styles
 *  2.0   - Components
 *  3.0   - Widgets
 *  4.0   - Page
 *  5.0   - Header
 *  6.0   - Footer
 *  7.0   - Vendors
 *  8.0   - Overwrites
 * --------------------------------------------------
 */

@media only screen and (max-width: 999px) {
   .shopBanner { 
      margin-top:60px !important;
   }
}

header { margin-top:1px !important;  }

.shopBanner {
  background-color: #A92C3E;
  border-bottom: 4px solid #fff;
}

.shopBanner div.clear {
  clear:both;
}

.shopBanner .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
}

.shopBanner .logo {
  width:100%;
  float: left;
  text-align: center;
}

.shopBanner .logo a img {
  padding: 0;
}

.shopBanner .buttonWald {
  width:50%;
  float: left;
  text-align: right;
  margin-top: 10px;
}

.shopBanner .buttonWald a {
  padding: 5px 20px;
  color: #3b4229;
  background-color: #fff;
  border: 2px solid #3b4229;
  border-radius: 10px;
  font-size: 20px;
}

.shopBanner .buttonWald a:hover {
  color: #fff;
  background-color: #3b4229;
  border: 2px solid #fff;
  border-radius: 10px;
}

.u-footer-background {
  background-color: #A92C3E !important;
}