/*
Theme Name: Panaderia Child
Theme URI: https://panaderia.qodeinteractive.com
Description: A child theme of Panaderia Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: panaderia
Template: panaderia
*/

/*.mkdf-logo-wrapper img{*/
/*    max-height: 95%;*/
/*    margin-top: 2.5% !important;*/
/*}*/
.mkdf-popular-categories img{
    max-width: 150px;
}
#media_image-2 img{
    width: 200px;
}
.custom-title .mkdf-st-title,
.mkdf-grid .mkdf-page-title.entry-title{
    position: relative;
}
.custom-title .mkdf-st-title::after,
.mkdf-grid .mkdf-page-title.entry-title::after{
    content: "";
    position: absolute; left: 50%; top: 100%; transform: translateX(-50%);
    width: 260px; height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="24" viewBox="0 0 260 24" fill="none"><defs><linearGradient id="g" x1="0" y1="0" x2="260" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23b8860b"/><stop offset="0.5" stop-color="%23ffd479"/><stop offset="1" stop-color="%23b8860b"/></linearGradient></defs><path d="M10 12h88M162 12h88" stroke="url(%23g)" stroke-width="2" stroke-linecap="round"/><path d="M130 3c-4 4-8 7-12 9 4 2 8 5 12 9 4-4 8-7 12-9-4-2-8-5-12-9z" fill="url(%23g)"/></svg>');
    background-size: contain; background-repeat: no-repeat;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.18));
}