/*!
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/storefront/
Author:       Automattic, Sean Ramey
Author URI:   https://woocommerce.com/
Template:     storefront
Description:  The Storefront Child theme is my own custom modification to the Storefront theme.
Version:      0.1.020
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options

This theme is basically Storefront, but with tweaks.

FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Images License: GNU General Public License v2 or later
*/

.storefront-secondary-navigation.woocommerce-active .site-header .site-branding{
  width: 30%
}

.widget_product_search form button[type=submit], .widget_product_search form input[type=submit], .widget_search form button[type=submit], .widget_search form input[type=submit]{
  float: right;
  border: 0;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: auto;
    position: relative;
    width: auto;
    word-wrap: normal;
    top: auto;
    left: auto;
}

.primary-navigation .menu-item li:first-child{
    border-top: 2px solid white;
    box-shadow: -5px 4px 20px 2px black;
}
.primary-navigation .menu-item li{
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    box-shadow: -5px 4px 20px 2px black;
}
.primary-navigation .menu-item li:last-child{
    border-bottom: 2px solid white;
    box-shadow: -5px 4px 20px 2px black;
}

.main-navigation ul li{
  float: left;
}

.primary-navigation .menu-item a{
    border-left-width: 0px;
    border-right-width: 0px;
    background-color: #fc7c0c;
    /*border-bottom: 2px solid black;*/
    color: #ffffff;
}

.primary-navigation .menu-item:hover{
    background-color: #fc7c0c;
    color: #ffffff;
}

.entry-content .wp-post-image{
    width: 100%;
    height: 100%;
}

.alpha a{
    color: black;
    text-align: center;
}