/*
 Theme Name:   Highlight Pro Child
 Theme URI:    https://extendthemes.com/go/mesmerize-home/
 Description:  Highlight Pro Child Theme
 Author:       Horea Radu
 Author URI:   https://extendthemes.com/
 Template:     mesmerize
 Version:      1.0.0
 Tags:         entertainment, food-and-drink, portfolio, one-column, two-columns, right-sidebar, grid-layout, custom-header, custom-menu, custom-logo, full-width-template, theme-options, translation-ready, featured-images, threaded-comments
 Text Domain:  highlight-pro-child
*/

/* OVERALL */

*, h1.title, h1, h2, h3, h4, h5, .comment-author .fn, h6 {
    font-family: 'Muli';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.page-content {
    color: #333333;
}

h1, h2, a, a:hover {
    color:#105ab1;
}

h3 {
    color:#ae1c28;
}

/* TOP MENU */

.mesmerize-front-page #main_menu>li>a {
    font-family: 'Muli';
}

.navigation-bar.coloured-nav:not(.fixto-fixed) {
box-shadow: 0px 0px 5px 2px rgba(0,0,0,.33);
}

/* WOOCOMMERCE */

.woocommerce ul.products li.product .woocommerce-placeholder, .woocommerce div.product div.images img {
display:none;
}

.woocommerce #header-featured-image {
    display: none;
}

/* hide header title on products and categories */
.tax-product_cat .header-title,
.single-product .header-title{
    display: none;
}

/* show product meta each on new line */
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as{
    display: block;
}

/* FOOTER */

.footer-content-lists .widgets-row > * {
  border-left: none;
}