/*
Theme Name:     storefront-child
Description:    
Author:         CrestSetwp - Denny Rosendo - Xinavo, LLC
Template:       storefront

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.hentry .entry-header h1 {
text-align: center;
}

mark, ins {
display: none;
}

.site-info {
    padding: 0em 0
}

.widget {
    margin: 0 0 0em
}

/* Change for Footer top padding adjustment  - DRR */

 .footer-widgets {
        padding-top: 0em;
        border-bottom: 3px solid rgba(0, 0, 0, .05)
    }

/* Change for Product Name Font Thickness reduction  - DRR */

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0 0 .5407911001em;
    color: #131315
}

/* Change for Category Name Font Increase - DRR */

ul.products li.product {
        clear: none;
        width: 100%;
        float: left;
        font-size: 1.5em;
    }

/* Change for Header Menu - Background color (green) - DRR */

.storefront-primary-navigation {
        clear: both;
      /*  background: #76d13a; */
        background: #f3f3f3;
        margin-left: -99em;
        margin-right: -99em;
        padding-left: 99em;
        padding-right: 99em
    }

/* Change for Search background color (darker gray) - DRR */

.input-text, input[type=text], input[type=email], input[type=url],
input[type=password], input[type=search], textarea {
    padding: .6180469716em;
    background-color: #f8f7f6;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

/* Change for Space between the mega slider and the Categories - DRR */

.page-template-template-homepage .site-main {
    padding-top: 2.235801032em
}

/* Added extra space (top) from divisor to DigitPro Consulting Line - DRR */

.site-info {    
    padding: 1em 0
}

/* Added extra space (bottom) from divisor to DigitPro Consulting Line - DRR */

.site-footer {
    background-color: #f3f3f3;
    color: #76787e;
    padding: 1em
}

/* Test */
.header-search input:focus {
    color: #f3f3f3;
}

/* Reduce the default size of the Add to Cart buttons - DRR */

.added_to_cart, .button, button, input[type=button], input[type=reset],
input[type=submit] {
    cursor: pointer;
    padding: .10em .35em;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .3)
}

/* Change the main navigation menu text color - DRR */
nav#site-navigation a {
    /* color: #ffffff; change white for black*/
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

/* Change the submenu background color to black with text white - DRR */
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
/* background-color: #000000;*/
background-color: #e2eeba;
}

/* Change the main menu hover background and text colors  - DRR */
´.main-navigation a {
/* color : #FFFFFF !important ; */
color : #dce7b5 !important ;
}
.main-navigation ul li:hover > a {
/* background : #2e8313 !important ; */
/* hover color */
background : #d4dbb4 !important ;
/* color : #c4b79a !important ;*/
/* text color */
color : #000000 !important ;
}

/* Align the product titles and description in rows in the shop page  - DRR */
a.added_to_cart.wc-forward { 
bottom: 0; 
display: block; 
bottom: 0px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product { 
min-height: 595px !important; 
margin-bottom:10px; 
}
a.button.add_to_cart_button, 
a.button.product_type_simple { 
bottom: 30px; 
text-align: center;
position: absolute;
Left: 100px;
}
