/*
Theme Name:   	AG-Demos Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Aaron Bowie
Author URI:     https://weareag.co.uk
Template:     	storefront
Description:  	This is a 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

*/
/*
 * Add your own custom css below this text.
 */

 #masthead { margin-top: 100px; }

 .AG-title { color: white; font-weight: normal; font-size: 20px; position: relative; top: 20px; left: 20px;}

 .sticky-bar {
    display: block;
    position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #383838;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
    padding: 0.75rem 0;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
}

.sticky-bar .sticky-bar-content {
    padding-right: 18px;
    padding-left: 18px;
}

.sticky-bar .sticky-bar-content {
    float: left;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sticky-bar .sticky-bar-content ul.sticky-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    list-style-type: none;
    margin: 0 auto 0 0;
    padding: 0;
}

.sticky-bar .sticky-bar-content ul.sticky-price-options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    list-style-type: none;
    margin: 0 0 0 auto;
    padding: 0;
    color: #ffffff;
}

.sticky-bar .sticky-bar-content ul.sticky-nav li {
    display: inline-block;
    font-size: 1.0625rem;
    padding-right: 2.375rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

.sticky-bar .sticky-bar-content ul.sticky-nav li a {
    color: #ffffff;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.sticky-bar .sticky-bar-content ul.sticky-price-options li:first-child {
    padding-left: 0;
}

.sticky-bar .sticky-bar-content ul.sticky-price-options li {
    display: inline-block;
    font-size: 1.0625rem;
}

.ag-button {
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #e2037d;
    text-decoration: none;
    line-height: 1;
    padding: 1.0625rem 1.5rem 1.125rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.1875rem;
    font-weight: 700;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.sticky-bar .sticky-bar-content ul.sticky-price-options li a.ag-button {
    font-size: 1rem;
    padding: 0.875rem 1.125rem 0.9375rem 1.125rem;
}

.sticky-bar .sticky-bar-content ul.sticky-price-options li:last-child a.ag-button {
    background-color: #7e5790;
}

.sticky-bar .sticky-bar-content ul.sticky-price-options li:last-child a.ag-button:hover {
    opacity: 0.7;
}
