/*
 Theme Name:   Pies & Tacos 2023
 Theme URI:    https://tcndesignstudio.com/portfolio/
 Description:  A custom designed Kadence Child Theme for Pies & Tacos
 Author:       Camila Rojas
 Author URI:   https://tcndesignstudio.com/
 Template:     kadence
 Version:      1.0
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

a.brand.has-logo-image:hover {
    transition: all 0.3s ease-in-out 0s;
}
a.brand.has-logo-image:hover {
    transform: scale(1.05);
}
ul.sub-menu {
    border-bottom: 5px solid #009FD6;
}
.kadence-breadcrumbs.yoast-bc-wrap a {
    color: var(--global-palette1);
    text-decoration: none;
    transition: all .1s linear;
}
.kadence-breadcrumbs.yoast-bc-wrap a:hover {
    color: var(--global-palette-highlight-alt);
}
.primary-sidebar.widget-area .enews .widget-title {
    color: #fff;
}
.primary-sidebar.widget-area .widget-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}
.primary-sidebar.widget-area .enews-widget p {
    text-align: center;
    color: #fff;
    line-height: 1.3;
}
.widget-area .enews-widget {
    background-color: var(--global-palette5);
    margin-top: 50px;
    padding: 25px;
}
.widget-area .enews-widget input {
    width: 100%;
    margin-bottom: 10px;
}
.widget-area .enews-widget input::placeholder {
    color: #58595B;
    font-size: 15px;
}
.widget-area .enews-widget input[type="submit"] {
    background-color: var(--global-palette2);
    border: 2px solid var(--global-palette9);
}
/*.accent-font{
    font-family: 'babybunny script', "Brush Script MT", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 150%;
    text-transform: none;
}

@font-face {
    font-family: 'babybunny script';
    src: url('assets/fonts/babybunnyscript-webfont.woff2') format('woff2'),
         url('assets/fonts/babybunnyscript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
}*/