/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all theme stylesheets.
 */


/* Remove icons in footer menu */

.widget_nav_menu ul li::before {
    content: none;
}

/* Colour customization */
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #dccf9b !important;
}


/* Center Logo */
.site-logo {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 768px) {
.woocommerce-billing-fields .create-account { 
clear: both;
}
}


/*** reduce space on mobile ***/
@media only screen and (max-width: 768px) {

    .site-header {
        margin-bottom: 0 !important;
    }
    .sd-header-sticky .site-content {
        padding-top: 0 !important;
    }

}

.hentry { border-bottom: 0px;}

.page-template-template-homepage-php .content-area {
    border-top: 0 none;
    margin-bottom: -80px;
    margin-right: 0;
    padding-top: 0;
    width: 100% !important;
}
