/******************************************************************
Theme Name: JointsWP - Sass
Theme URI: http://www.jointswp.com
Description: 
Author: Your Name Here
Author URI: http://www.yoururlhere.com
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
.subscribe-widget p {
    overflow-wrap:normal;
}

.podcast-platform-buttons a {
    text-decoration:none !important;
    box-shadow: none !important;
}

.article-filter {
    list-style:none;
    margin: 15px 0 30px 0;
}
.article-filter li {
    display:inline-block;
    margin: 0 6px;
}
.article-filter li:first-child {
    margin-left: 0;
}
.article-filter li a.fm {
    display:block;
    padding: 12px 26px 8px 26px;
    border: 1px solid #ff8661;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#ff8661;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius:24px;
    transition:.5s;
}
.article-filter li a.fm:hover {
    color:#fff !important;
    background-color: #ff8661;
}

#top-bar-menu .top-bar-center {
    flex: 0 0 50%;
    max-width: 50%;
}

#top-bar-menu .top-bar-left,
#top-bar-menu .top-bar-right {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Popup Maker Cusomt code */
.subscribe-widget.great-retain-event {
    background-image: url(/wp-content/uploads/2022/07/HiBOB-pop-up-rev.jpg);
}

.subscribe-widget.great-retain-event .subscribe-title em {
    color:#000;
}

.subscribe-widget.great-retain-event p {
    max-width: none;
    margin-bottom:12px;
}

.subscribe-widget.great-retain-event p a.popup-btn {
    font-size:14px;
    color:#fff;
    display:inline-block;
    padding:12px 16px;
    background-color:#ff8661;
    border-radius:6px;
}