/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/



/* Small devices */
.container-sm {
    max-width: 540px !important; /* Fixed width for container-sm */
}

/* Medium devices */
.container-md {
    max-width: 720px !important; /* Fixed width for container-md */
}

/* Large devices */
.container-lg {
    max-width: 960px !important; /* Fixed width for container-lg */
}

/* Extra large devices */
.container-xl {
    max-width: 1140px !important; /* Fixed width for container-xl */
}

/* Extra extra large devices */
.container-xxl {
    max-width: 1320px !important; /* Fixed width for container-xxl */
}

#wrapper-footer {
    background: #5fa2b8;
    padding: 2rem 0px;
    border-top: none !important;
}
#wrapper-footer a {
    color: #fff;
}
.podcast-banner img {
    max-width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 24px;
    border-radius: 0;
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
}
:root {
    --mp-orange: #FF8C00;
    --mp-blue: #5fa2b8;
    --mp-text-dark: #2C3E50;
    --mp-light-gray: #F8F9FA;
    --mp-medium-gray: #E0E0E0;
    --mp-white: #FFFFFF;
}