@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400;0,700;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,600;1,300;1,400&display=swap');

/**
 * Typography
 **/
body {
    font-weight: 300;
}

body,
.site-description,
h3.widget-title,
.button,
.entry-content .button,
.enews-widget input[type="submit"] {
    font-family: 'Source Sans Pro', sans-serif;
}

.site-title,
.genesis-nav-menu .toggle-header-search,
.site-footer,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
p.entry-meta {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

h1,
.entry-title,
h2,
h3,
h4,
h5,
h6,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
}

p.entry-meta {
    margin: 8px 0;
    font-size: 16px;
}

.entry-title {
    letter-spacing: 0;
}

.button,
.entry-content .button {
    font-weight: 400;
}

.more-link:hover {
    background: none;
    color: #c52535;
}

/**
 * Colors
 **/
h1, h2, h3, h4, h5, h6 {
    color: #05152a; /* dark blue */
}

p.entry-meta,
p.entry-meta a {
    color: #aaa;
    font-style: normal;
}

.nav-secondary {
    background-color: #0c6e5e; /* green */
}

    .nav-secondary .genesis-nav-menu .menu-item a:hover {
        background: #0c3058; /* blue */
    }

.genesis-nav-menu .menu-item a:hover {
    background: #c72230; /* red */
    color: #fff
}

.footer-widgets,
.enews-widget,
.menu-toggle {
    background: #05152a; /* dark blue */
    background-color: #05152a; /* dark blue */
}

.button,
.enews-widget input[type="submit"] {
    background: #0c3058; /* blue */
    letter-spacing: 0.1em;
}

.footer-widgets .button,
.enews-widget input[type="submit"] {
    color: #FFF;
    background: #c72230; /* red */
}

    .footer-widgets .button:hover,
    .enews-widget input[type="submit"]:hover {
        background: #FFF;
        color: #c72230; /* red */
    }

.footer-widgets .widget-title,
.enews-widget .widget-title {
    background: #0c6e5e; /* green */
    color: #fff;
}

.nav-primary {
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #f5f5f5;
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
}

/**
 * Spacing
 **/
.entry-content {
    margin: 0 0 16px 0;
}

/**
 * Footer and MailChimp Widget
 **/
.site-container {
    box-shadow: none;
    margin: 0 auto;
}

.footer-widgets,
.enews-widget {
    border-top: none;
    padding-top: 40px;
}

    .footer-widgets {
        margin-top: 20px;
    }

    .enews-widget {
        padding-top: 30px;
        padding: 30px;
        color: #FFF;
    }

.footer-widgets h2 {
    margin: 0 auto 40px auto;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1280px;
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.footer-widgets .wrap {
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1280px;
}

.footer-widgets .textwidget {
    padding-bottom: 100px;
}

.footer-widgets .textwidget img {
    margin-bottom: -140px;
    max-width: 280px;
}

.site-footer {
    border-top: none;
}

.podcast-player {
    margin: 16px 0;
}

/**
 * Sidebar
 **/
img.podcast {
    border: 2px solid #efefef;
}

/**
 * Branding
 **/
.site-header {
    padding: 50px 0;
}

.site-title {
    text-indent: -10000px;
    background: url("/wp-content/plugins/daily-dish-pro-child/img/Kathleen-Flinn-Logo-3.svg") center center no-repeat;
    height: 90px;
}

.site-description {
    display: none;
}