/* 
    Template Name: Patriot Journal 
*/

/**
 * Global
 *
 * @weight 1
 */

 html {
	--scrollbar-width: 20px;
}

.page-body {
    
}

.header .facebook-link a svg, .header .menu-btn svg {
    fill: #fff
}

.header .main-nav a, .header .menu-btn .dropdown .menu-content ul li a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600
}

.post .image-container a:hover .image, .widget.form-widget .form .gform_wrapper input[type=submit]:hover {
    filter: brightness(115%);
    cursor: pointer
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #00314f;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    line-height: 27px
}

p {
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: .2px
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.container {
    width: 100%;
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto
}

@media screen and (min-width: 1220px) {
    .with-wider-container.single.site-https-pjnewsletter-com .container,
    .with-wider-container .container {
        max-width: 1200px;
    }
    .with-wider-container .fixed-sidebar-page-container .sidebar {
        width: 400px;
    }
    .with-wider-container div[class^="sidebar"] .donation-form_wrapper {
        min-height: 400px;
    }
    .with-wider-container.single-post .page-content {
        width: 768px;
    }
    .with-wider-container .page-content .page-title, 
    .with-wider-container .page-content .date, 
    .with-wider-container .page-content .image-container, 
    .with-wider-container .page-content .body-text > *:not([class*="responsive-ad"]) {
        max-width: 768px;
    }
}

.container.page-body {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative
}

.clear {
    width: 100%;
    display: block;
    clear: both
}

/* .mobile {
    display: none !important
} */

.header, .header .menu-btn a {
    display: block
}

input[type=button], input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

input[type=email]:-moz-placeholder, input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
    color: inherit;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

.header {
    width: 100%;
    height: 75px;
    padding: 15px 0;
    border-bottom: 5px solid #980000;
    background: #00314f;
    position: relative
}

.header .facebook-link {
    width: 45px;
    float: left
}

.header .facebook-link:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer
}

.header .left-link {
    float: left
}

.header .right-link, .sidebar {
    float: right
}

.header .menu-btn {
    width: 45px;
    float: right;
    position: relative
}

.header .menu-btn a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer
}

.header .menu-btn .dropdown {
    display: none;
    position: absolute;
    width: 225px;
    top: 38px;
    right: 5px;
    z-index: 10;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.header .menu-btn .dropdown .up-arrow {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 11
}

.header .menu-btn .dropdown .menu-content {
    display: block;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, .2);
    padding: 10px 15px;
    width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.header .menu-btn .dropdown .menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header .menu-btn .dropdown .menu-content ul li {
    display: block;
    margin-bottom: 3px;
    width: 100%;
    text-align: center
}

.header .menu-btn .dropdown .menu-content ul li a {
    color: #00314f;
    text-decoration: none
}

.header .menu-btn .dropdown .menu-content ul li a:hover {
    text-decoration: underline
}

.header .main-nav {
    display: block;
    width: 300px
}

.header .main-nav a {
    color: #fff;
    font-size: 1.157em;
    line-height: 45px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center
}

.header .right-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-right: 10px;
}

.header .right-link a {
    width: auto;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.95em;
    transition: all 0.3s ease;
    text-decoration: none;
}

.header .right-link a.donor-login-link {
    background-color: #980000;
    color: #fff;
    padding: 0 15px;
}

.header .right-link a.donor-login-link:hover {
    background-color: #b30000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.header .right-link a.donor-faq {
    background-color: #fff;
    color: #980000;
    padding: 0 20px;
}

.header .right-link a.donor-faq:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.trending-bar .title, .trending-bar ul li a {
    font-size: 0.842em;
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif
}

.header .main-nav a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer
}

.share-bar .share-btn:hover, .side-share .share-btn a:hover {
    transform: translateY(-4px)
}

.header .logo {
    position: absolute;
    left: 50%;
    margin-left: -113px;
    top: 15px;
    width: 226px
}

.header .logo img {
    width: 100%;
    height: auto
}

.trending-bar {
    padding: 8px 0;
    border-bottom: 2px solid #eee
}

.trending-bar .title {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px
}

.trending-bar ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0
}

.trending-bar ul li {
    display: inline-block;
    margin-right: 20px
}

.trending-bar ul li a {
    font-weight: 400;
    text-decoration: none
}

.trending-bar ul li a:hover {
    text-decoration: underline
}

.mobile-nav {
    display: none;
    background: #efefef;
    padding: 10px 0;
    width: 100%;
    border-bottom: 3px solid #980000
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-nav ul li {
    display: block
}

.mobile-nav a {
    color: #00314f;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 2px
}

.mobile-nav a:hover {
    text-decoration: underline
}

.sidebar {
    width: 400px
}

.page-content {
    margin-right: 350px;
    overflow: hidden
}

.page-content img {
    max-width: 100%;
    height: auto
}

.single-post .page-content {
    overflow: visible;
    width: 590px;
    float: left;
    margin-right: 0
}

.page-content .page-title {
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    color: #00314f;
    font-size: 2.105em;
    line-height: 1.05;
    margin-bottom: 16px
}

.page-content .page-subtitle {
    font-family: "Source Sans Pro", sans-serif;
    color: #00314f;
    font-size: 1.05em;
    line-height: 1.05;
    margin-bottom: 20px
}

.page-content .body-text, .page-content .date {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em
}

.page-content .date {
    line-height: 22px;
    color: #999;
    margin-bottom: 10px
}

.page-content .date a {
    color: inherit;
    text-decoration: none
}

.page-content .date a:hover {
    text-decoration: underline
}

.page-content .date .seperator {
    padding-left: 10px;
    padding-right: 10px
}

.page-content .image-container {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.page-content .image-container img {
    width: 100%;
    height: auto
}

.page-content .image-container .image {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover
}

.page-content .body-text {
    color: #00314f;
    line-height: 27px
}

.page-content .body-text img {
    max-width: 100%;
    height: auto
}

.page-content .body-text blockquote {
    font-style: italic;
    font-size: 1.158em;
    line-height: 1.36;
    position: relative;
    padding: 0 0 0 50px;
    margin: 0
}

.page-content .body-text blockquote:before {
    content: "\201C";
    font-size: 5.157em;
    line-height: 0.81;
    color: #980000;
    font-family: Georgia, sans-serif;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -25px
}

.page-content .body-text h1 {
    font-weight: 600;
    font-size: 1.105em;
    line-height: 1.272
}

.page-content .body-text a {
    text-decoration: none;
    border-bottom: 2px solid #980000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in
}

.page-content .body-text a:hover {
    color: #980000
}
.page-content .page-title,
.page-content .date,
.page-content .image-container,
.page-content .body-text > *:not([class*="responsive-ad"]) {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}
.page-content p {
    padding: 0;
    margin: 0 0 25px
}

.page-content .author-bar {
    display: block;
    padding: 20px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 50px
}

.page-content .author-bar .text-mobile, .page-content .author-bar.no-image .image {
    display: none
}

.page-content .author-bar .image {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    float: left
}

.page-content .author-bar .image img {
    width: 100%;
    height: auto
}

.page-content .author-bar.no-image .bio {
    margin-left: 0
}

.page-content .author-bar .bio {
    margin-left: 125px;
}

.page-content .author-bar .bio .name {
    font-family: "Source Serif Pro", serif;
    font-size: 1.474em;
    line-height: 1.142;
    color: #00314f;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px
}

.page-content .author-bar .bio .text, .page-content .author-bar .text-mobile {
    font-family: "Source Sans Pro", serif;
    font-size: 0.842em;
    line-height: 1.375;
    color: #00314f
}

iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.side-share {
    position: absolute;
    width: 70px;
    left: -70px;
    top: 35px;
    z-index: 2147483645;
}

.side-share .share-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 0.737em;
    color: #00314f;
    text-transform: uppercase;
    display: block;
    text-align: center
}

.side-share .share-btn {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: 10px
}

.side-share .share-btn .label {
    display: none
}

.side-share .share-btn a {
    display: block;
    transition: all .2s ease-in-out
}

.side-share .share-btn.fb-btn svg {
    fill: #3b5998
}

.side-share .share-btn.tw-btn svg {
    fill: #00aced
}

.side-share .share-btn.dsqs-btn svg {
    fill: #980000;
    display: block;
}
.side-share .share-btn.dsqs-btn a {
    position: relative;
}
.side-share .share-btn.dsqs-btn .counter {
    font-size: 16px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 11px;
    right: 9px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    white-space: nowrap;
}

.side-share td {
    display: block !important
}

.side-share .at4-jumboshare .at4-count-container {
    border: 0;
    padding: 0;
    width: 70px;
    min-width: 70px
}

.side-share .at4-jumboshare .at4-count, .side-share .at4-jumboshare .at4-count span {
    font-family: "Source Serif Pro", serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #00314f !important;
    line-height: 34px !important
}

.side-share .at4-jumboshare .at4-title {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00314f !important
}

.side-share .at4-jumboshare .at4-share-container {
    padding-left: 12px
}

.side-share .at-resp-share-element .at-share-btn:focus, .side-share .at-resp-share-element .at-share-btn:hover {
    outline: 0 !important;
    border: 0 !important
}

.side-share .at-resp-share-element .at-share-btn .at-icon-wrapper, .side-share .at4-jumboshare .at-share-btn svg.at-icon {
    height: 45px !important;
    width: 45px !important
}

.side-share .at-style-responsive .at-share-btn {
    background-color: transparent !important;
    margin: 0 auto;
    display: block;
    padding: 0
}

.side-share .at4-jumboshare .at-share-btn svg.at-icon.at-icon-facebook {
    fill: #3b5998 !important
}

.side-share .at4-jumboshare .at-share-btn svg.at-icon.at-icon-twitter {
    fill: #00aced !important
}

.side-share .at4-jumboshare .at-share-btn svg.at-icon.at-icon-email {
    fill: #82d835 !important
}

.share-bar {
    display: block;
    margin-bottom: 30px
}

.share-bar .share-btn, .share-bar .share-title {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
    text-transform: uppercase
}

.share-bar .share-title {
    color: #00314f;
    line-height: 45px;
    vertical-align: top
}

.share-bar .share-btn {
    height: 45px;
    line-height: 35px;
    padding: 5px;
    color: #FFF;
    transition: all .2s ease-in-out
}

.share-bar .share-btn .label {
    float: left;
    margin-left: 7px;
    margin-right: 7px
}

.share-bar .share-btn.fb-btn {
    background: #3b5998
}

.share-bar .share-btn.tw-btn {
    background: #00aced
}

.share-bar .share-btn svg {
    height: 35px;
    width: 35px;
    fill: #fff;
    float: left
}

.share-bar .at4-jumboshare .at4-count-container {
    border: 0;
    padding: 0;
    width: 70px;
    min-width: 70px
}

.share-bar .at4-jumboshare .at4-count, .share-bar .at4-jumboshare .at4-count span {
    font-family: "Source Serif Pro", serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #00314f !important;
    line-height: 30px !important
}

.share-bar .at4-jumboshare .at4-title {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00314f !important
}

.share-bar .at4-jumboshare .at4-share-container {
    padding-left: 0
}

.share-bar .at-resp-share-element .at-share-btn {
    margin-left: 20px
}

.share-bar .at-resp-share-element .at-share-btn:focus, .share-bar .at-resp-share-element .at-share-btn:hover {
    outline: 0 !important;
    border: 0 !important
}

.share-bar .at4-jumboshare .at-share-btn.at-svc-facebook {
    background-color: #3b5998 !important
}

.share-bar .at4-jumboshare .at-share-btn.at-svc-twitter {
    background-color: #00aced !important
}

.share-bar .at4-jumboshare .at-share-btn.at-svc-email {
    background-color: #82d835 !important
}

.share-bar .at-resp-share-element .at-share-btn .at-label {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 18px
}

.post {
    display: block;
    margin-bottom: 20px
}

.post-title {
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    color: #00314f;
    font-size: 1.157em;
    line-height: 1.136;
    margin-bottom: 5px
}

.date, .post-excerpt {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.842em;
    line-height: 1.25
}

.post-title a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in
}

.navigation ul li, .navigation ul li a, .post .image-container a .image {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-title a:hover {
    color: #980000
}

.post-excerpt {
    color: #00314f;
    margin-bottom: 5px
}

.date {
    color: #999
}

.post .text p {
    margin-bottom: 0
}

.post .image-container {
    position: relative;
    display: block;
    width: 50%;
    float: left
}

.post.stack .image-container {
    float: none;
    width: 100%;
    margin-bottom: 10px
}

.post .image-container .image {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: cover;
    display: block
}

.post .text {
    float: right;
    width: 47%;
    display: block;

}

.post.stack .text {
    float: none;
    width: 100%;
    padding-top: 0
}

.navigation {
    display: block;
    width: 100%
}

.navigation ul {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0
}

.navigation ul li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    font-size: 1.05em;
    line-height: 1.15;
    color: #00314f
}

.navigation ul li a {
    text-decoration: none;
    color: inherit
}

.navigation ul li a:hover, .navigation ul li.active a {
    color: #980000
}

.featured-post {
    display: block;
    position: relative;
    margin-bottom: 50px
}

.featured-post .container {
    max-width: 1100px;
    position: relative;
    z-index: 5
}

.featured-post .image-container {
    float: left;
    width: 59%
}

.featured-post .image-container .image {
    height: 350px
}

.featured-post .text {
    width: 38%;
    padding-top: 30px
}

.featured-post .text .post-title {
    font-size: 1.578em;
    line-height: 1.166;
    margin-bottom: 20px
}

.featured-post .post-excerpt {
    margin-bottom: 15px
}

.featured-post .date {
    margin-bottom: 30px
}

.featured-post .banner {
    width: 100%;
    top: 15px;
    bottom: 15px;
    left: 0;
    background: #efefef;
    display: block;
    position: absolute
}

.secondary-featured {
    display: block;
    margin-bottom: 50px
}

.secondary-post.post {
    width: 48%
}

.secondary-post.post-1 {
    float: left
}

.secondary-post.post-2 {
    float: right
}

.secondary-post .image-container {
    margin-bottom: 15px;
    float: none;
    width: 100%
}

.secondary-post .image-container .image {
    height: 230px
}

.secondary-post .text {
    float: none;
    width: 100%;
    padding-top: 0
}

.ad-bar {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    background: #eee;
    color: #999;
    padding: 60px;
    font-size: 1.578em;
    font-family: "Source Serif Pro", serif !important;
    font-weight: 600;
    text-align: center
}

.ad-bar.narrow-ad-bar {
    padding: 30px;
    margin-bottom: 0
}

.fullwidth-widget {
	--fullwidth-margin: var(--scrollbar-width);
}
.fullwidth-widget {
	width: calc(100vw - var(--fullwidth-margin)); 
	transform: translateX(calc(-50% - var(--fullwidth-margin)/2)); 
	margin-left: calc(50% + var(--fullwidth-margin)/2);
}

.widget {
    display: block;
    margin-bottom: 40px
}

.widget .title {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.842em;
    line-height: 1.125;
    margin-bottom: 5px;
    display: block
}

.widget.form-widget {
    border: 2px solid #00314f;
    padding: 20px
}

.widget.form-widget .form-widget-title {
    padding: 0 20px 15px;
    margin-top: -35px
}

.widget.form-widget .form-widget-title .inner {
    background: #FFF;
    width: 100%;
    display: block;
    text-align: center;
    color: #980000;
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    font-size: 1.578em;
    line-height: 1.066
}

.widget.form-widget .form .gform_confirmation_message, .widget.form-widget .form-widget-subtitle {
    color: #00314f;
    font-size: 0.789em;
    line-height: 1.466;
    font-family: "Source Sans Pro", sans-serif;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px
}

.widget.form-widget .form .gform_wrapper input[type=submit], .widget.form-widget .form .gform_wrapper input[type=text], .widget.form-widget .form .gform_wrapper input[type=email] {
    height: 41px;
    line-height: 40px;
    outline: 0;
    font-size: 0.947em;
    width: 100%;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center
}

.widget.form-widget .form .gform_confirmation_message {
    margin-bottom: 0
}

.widget.form-widget .form {
    display: block
}

.widget.form-widget .form .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 15px
}

.widget.form-widget .form .gform_wrapper input[type=text], .widget.form-widget .form .gform_wrapper input[type=email] {
    border: 2px solid #eee;
    color: #00314f
}

.widget.form-widget .form .gform_wrapper input[type=submit] {
    background: #980000;
    border: 0;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in
}

.footer, .widget.form-widget .form .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:before {
    background: #00314f
}

.widget.form-widget .form .gform_wrapper .gfield_description {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-size: 1.368em;
    line-height: 1.154;
    text-align: center;
    display: block;
    margin-bottom: 8px;
    width: 100%;
    color: #00314f
}

.widget.form-widget .form .gform_wrapper .gfield_checkbox li label, .widget.form-widget .form .gform_wrapper .gfield_radio li label {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.368em;
    line-height: 1.154;
    color: #00314f;
    padding-left: 30px
}

.widget.form-widget .form .gform_wrapper .light .gfield_checkbox li label, .widget.form-widget .form .gform_wrapper .light .gfield_radio li label {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.842em;
    line-height: 1.375;
    color: #999;
    font-style: italic;
    font-weight: 400 !important
}

.widget.form-widget .form .gform_wrapper .light .ginput_container_checkbox li label:before, .widget.form-widget .form .gform_wrapper .light .ginput_container_radio li label:before {
    height: 15px;
    width: 15px;
    line-height: 1;
    font-size: 0.631em;
    color: #00314f
}

.widget.form-widget .form .gform_wrapper .gfield_checkbox li label:hover, .widget.form-widget .form .gform_wrapper .gfield_radio li label:hover {
    cursor: pointer
}

.widget.form-widget .form .gform_wrapper .ginput_container_radio {
    display: block;
    position: relative
}

.widget.form-widget .form .gform_wrapper .ginput_container_radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.widget.form-widget .form .gform_wrapper .ginput_container_radio li label:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #00314f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in
}

.widget.form-widget .form .gform_wrapper .ginput_container_checkbox {
    display: block;
    position: relative
}

.widget.form-widget .form .gform_wrapper .ginput_container_checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.widget.form-widget .form .gform_wrapper .ginput_container_checkbox li label:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #00314f;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in;
    line-height: 0.894;
    font-size: 1em;
    font-weight: 600
}

.widget.form-widget .form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    content: "\2713"
}

.widget.form-widget .form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .widget.form-widget .form .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 600
}

.gfield_label, .widget.form-widget .form .gform_wrapper .gpoll_button {
    display: none !important
}

.gform_wrapper {
    margin: 0 !important
}

.gform_not_found {
    display: none!important;
}

body .gform_wrapper .top_label div.ginput_container, body .gform_wrapper ul li.gfield {
    margin-top: 0 !important
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0
}

.footer {
    padding: 30px 0;
    color: #fff
}

.footer .logo {
    float: left;
    width: 260px;
    display: block
}

.footer .logo img {
    width: 100%;
    height: auto
}

.footer .text {
    float: left;
    width: 420px;
    margin-left: 45px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.842em;
    line-height: 1.5;
    font-weight: lighter
}

.footer .social-links {
    float: right
}

.footer .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .social-links ul li {
    display: inline-block;
    width: 35px;
    margin-left: 3px
}

.footer .social-links ul li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer
}

.footer .social-links ul li svg {
    fill: #fff
}

.bottom-bar {
    padding: 15px 0;
    background: #00253b;
    color: #fff;
    font-size: 0.736em;
    font-family: "Source Sans Pro", sans-serif
}

.bottom-bar .disclaimer {
    float: left
}

.bottom-bar .disclaimer a {
    color: #FFF;
    text-decoration: none
}

.bottom-bar .disclaimer a:hover {
    text-decoration: underline
}

.bottom-bar .footer-menu {
    float: right
}

.bottom-bar .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bottom-bar .footer-menu li {
    display: inline-block;
    margin-right: 10px
}

.bottom-bar .footer-menu li a {
    color: #FFF;
    text-decoration: none
}

.bottom-bar .footer-menu li a:hover {
    text-decoration: underline
}

@media (min-width: 980px) {
    .mobile-nav {
        display: none !important
    }

    .sidebar-mobile {
        display: none
    }
    .mobile-ads{
        display: none;
    }
	.label-mobile{
		display: none;
	}

}

@media (max-width: 1100px) {
    .side-share {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
		padding: 30px 0 20px;
        margin-top: 10px
    }

    .side-share .share-btn {
        display: block
    }
    
    .side-share .share-btn.dsqs-btn {
        float: left;
    }

    .side-share .share-btn.dsqs-btn .label {
        display: none;
    }

    .side-share .share-title {
        float: left;
        line-height: 45px;
        margin-right: 15px
    }

    .side-share .share-btn.tw-btn {
        display: none
    }

    .side-share .share-btn.fb-btn {
        padding: 5px;
        background: #3b5998;
        width: auto;
        color: #FFF;
        margin-left: 0;
        float: left;
        transition: all .2s ease-in-out
    }

    .side-share .share-btn.fb-btn:hover {
        transform: translateY(-4px)
    }

    .side-share .share-btn.fb-btn a:hover {
        transform: none
    }

    .side-share .share-btn.fb-btn svg {
        fill: #fff;
        width: 32px;
        height: 32px;
        float: left
    }

    .side-share .share-btn .label {
        display: block;
        float: left;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 32px;
        margin-left: 7px;
        margin-right: 7px
    }

    .side-share td {
        display: table-cell !important
    }

    .side-share .at-style-responsive .at-share-btn {
        display: inline-block !important
    }

    .share-bar .share-btn.tw-btn {
        display: none
    }

    .share-bar .share-title {
        float: left;
        margin-right: 15px
    }
}

@media (max-width: 979px) {
    .header .menu-btn .dropdown {
        display: none !important
    }

    .header .main-nav, .trending-bar {
        display: none
    }

    .footer {
        padding: 25px 0
    }

    .footer .logo {
        max-width: 260px;
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 100%
    }

    .footer .social-links, .footer .text {
        text-align: center;
        width: 100%;
        float: none;
        display: block;
        margin: 0
    }

    .footer .text {
        margin-bottom: 15px
    }

    .bottom-bar .disclaimer {
        width: 100%;
        display: block;
        text-align: center
    }



    .page-with-sidebar-container .sidebar,
    .sidebar-mobile {
        display: block
    }

    .page-with-sidebar-container {
		display: flex;
		flex-direction: column;
	}

	.page-with-sidebar-container .sidebar {
		display: block;
		order: 5;
        float: none;
        margin-right: auto;
        margin-left: auto;
	}

    .mobile-ads{
        display: block;
    }
    .desktop-ads{
        display: none;
    }



    .featured-post .banner, .sidebar {
        display: none
    }

    .page-content, .single-post .page-content {
        width: 100%;
        margin: 0 0 20px;
        float: none
    }

    .featured-post .image-container, .featured-post .text {
        float: none;
        width: 100%
    }

    .secondary-post.post {
        float: none !important;
        width: 100%
    }

    .secondary-post .image-container .image {
        height: 320px
    }

    .featured-post {
        margin-bottom: 0
    }

    .featured-post .text .post-title {
        font-size: 1.157em;
        line-height: 1.136;
        margin-bottom: 5px
    }

    .featured-post .post-excerpt {
        margin-bottom: 5px
    }

/* 	.share-bar .share-title  , .side-share .share-title {
		display:none;
    }
	.share-bar .share-btn.fb-btn , .side-share .share-btn.fb-btn{
		float:none;
		width: 75%;
		display: block;
		margin: 0 auto;
	}
	.share-bar .share-btn a , .side-share .share-btn a{
		text-align:center;
		display: block;
	}
	.share-bar .share-btn.fb-btn svg , .side-share .share-btn.fb-btn svg{
		float:none;
	}
	.share-bar .share-btn .label, .side-share .share-btn .label{
		display:none;
	} */
	.share-bar .share-btn .label-mobile, .side-share .share-btn .label-mobile{
		float:none;
		font-size:1em;
		line-height: 1.684;
		display:inline-block;
		vertical-align:top;
		text-decoration: none;
    	text-align: center;
	}
}

@media (max-width: 600px) {
    .post .image-container, .post .text {
        float: none;
        width: 100%
    }

    .post .image-container .image {
        height: 220px !important
    }

    .most-read-posts .post:not(:first-child) .image-container .image {
        height: 80px!important;
    }

    .post .image-container {
        margin-bottom: 10px
    }

    .post .text {
        padding-top: 0
    }

    .post {
        margin-bottom: 30px
    }

    .page-content .page-title {
        font-size: 1.79em;
        line-height: 1.118
    }
}

@media (max-width: 450px) {
    .container {
        padding: 0 15px
    }

    .header .logo {
        width: 160px;
        margin-left: -80px;
        margin-top: 5px
    }

    .header .facebook-link, .header .menu-btn {
        width: 38px
    }

    .page-content .author-bar .text-mobile {
        display: block;
        margin-top: 5px
    }

    .page-content .author-bar .bio .name {
        margin-top: 20px
    }

    .page-content .author-bar .bio .text {
        display: none
    }

    .page-content .page-title {
        font-size: 1.578em;
        line-height: 1.133
    }

    .post .image-container .image {
        height: 180px !important
    }

    .most-read-posts .post:not(:first-child) .image-container .image {
        height: 80px!important;
    }
}

@media (max-width: 385px) {
    .post .image-container .image {
        height: 150px !important
    }
    .most-read-posts .post:not(:first-child) .image-container .image {
        height: 80px!important;
    }
}

.attachment img, img.size-auto, img.size-full, img.size-large, img.size-medium {
    max-width: 100%;
    height: auto
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter, img.alignleft, img.alignright {
    margin-bottom: 12px
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 0.631em;
    margin: 5px
}

.wp-smiley {
    margin: 0
}

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 0.631em;
    margin: 0 0 12px
}

.gallery dl {
    margin: 0
}

.gallery img {
    border: 10px solid #f1f1f1
}

.gallery br + br {
    display: none
}


@media(min-width: 767px) and (max-width: 978px) {
    .widget.widget_image_widget {
        width: 70%;
        margin: 0 auto;
    }
    .sidebar .post.stack,
    .sidebar-mobile .post.stack{
        width: 50%; float: left; padding-right: 1%;padding-left:  1%;
    }
    .sidebar .post .image-container .image,
    .sidebar-mobile .post .image-container .image {
        height: 150px!important;
    }
    .most-read-posts .post:not(:first-child) .image-container .image {
        height: 80px!important;
    }
}

.most-read-posts {
    background: #fff;
}
.most-read-posts .post {
    margin-bottom: 10px;
}
.most-read-posts .post:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #999;
}
.most-read-posts .post:not(:first-child) .image-container {
    flex: 0 0 100px;
    height: 80px;
    order: 10;
    margin-left: 15px;
    margin-bottom: 0;
}
.most-read-posts .post:not(:first-child) .image-container .image {
    width: 100px;
    height: 80px;
    background-size: cover;
}
.widget.widget_most_read_posts_widget .title {
    font-size: 1.5em;
}
.most-read-posts .post .post-title .number {
    font-size: 2.5em;
    color: #999;
    position: absolute;
    top: -5px;
    left: -5px;
}
.most-read-posts .post .post-title {
    padding-left: 30px;
    position: relative;
}
.most-read-posts .post:not(:first-child) .post-title {
    font-size: .85em;
    font-weight: 400;
}
.single.site-https-pjnewsletter-com .container {
    max-width: 1000px;
}

.read-more-button-wrap {
    display: none;
    position: relative;
    text-align: center;
}
.article-body.read-more-visible .read-more-button-wrap {
    display: block;
    padding: 0 0 50px;
}
.read-more-button-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,.9) 35%, rgba(255,255,255,1) 100%);
}
.read-more-button-wrap .read-more-button-link {
    position: relative;
}
.article-body.read-more-visible > .body-main ~ *,
.article-body.read-more-visible > .body-main .read-more-button-wrap ~ *,
.article-body.read-more-visible > .body-main .read-more-button-after ~ *,
.article-body.read-more-visible.hide-below-body-blocks ~ * {
    display: none!important;
}
.hide_until--above_author_box  .article-body.read-more-visible > .body-main .read-more-button-wrap ~ .ad-after-the-content{
    display: block!important;
}
.article-body.read-more-visible > .show-content-below ~ *,
.article-body.read-more-visible.hide-below-body-blocks ~ .show-content-below ~ * {
    display: block!important;
}
.page-content .body-text .read-more-button-link {
    display: inline-block;
    max-width: 300px;
    text-transform: uppercase;
    border: 2px solid #980000;
    padding: 20px 20px;
    font-style: normal;
    text-decoration: underline;
    font-size: 1.1em;
}
.page-content .body-text .read-more-button-link:hover {
    text-decoration: none;
}

.read-more-button-wrap .read-more-form {
    position: relative;
}
.read-more-button-wrap .read-more-form .form-widget-subtitle {
    font-weight: 600;
    font-size: 1.2em;
}
.read-more-button-wrap .widget.form-widget .form-widget-title {
    padding: 0
}
.read-more-button-wrap .gform_wrapper .gform_validation_errors {
    display: none!important;
}
.read-more-button-wrap .gform_wrapper h2,
.read-more-button-wrap .gform_wrapper h3,
.read-more-button-wrap .gform_wrapper h4 {
    margin: 0;
}
.read-more-button-wrap .gform_wrapper.gravity-theme .gform_footer {
    margin: 10px 0 0!important;
}
.read-more-button-wrap .widget.form-widget .form .gform_wrapper .gfield_description {
    font-size: 1em;
}

/* Social share links */
@media all {
    .social_share_panel a,
    .social_share_panel .tweetContainer:hover a {
        color: #fff;
    }

    .social_share_panel .facebook,
    .social_share_panel .facebook:hover {
        background: #1877f2;
        border: 1px solid #0b5fcc;
    }

    .social_share_panel .twitter,
    .social_share_panel .twitter:hover {
        background: #0d1014;
        border: 1px solid #000;
    }
}

@media print {
    .social_share_panel {
        display: none;
        opacity: 0;
        visibility: collapse;
    }
}

.social_share_panel {
    display: flex;
    margin: 20px 0;
    overflow: hidden;
    align-items: stretch;
    justify-content: space-between;
}

.social_share_panel .tweetContainer a.tweet {
    height: 30px;
    text-decoration: none !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
}

.social_share_panel .tweetContainer a.tweet:hover {
    opacity: .6;
}

.social_share_panel .tweetContainer {
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    min-width: 34px;
    overflow: hidden;
    text-align: center;
    transition: all .1s linear;
    flex: 0 0 calc(50% - 5px);
}

.social_share_panel .icon {
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-shadow: none !important;
    width: 30px;
    display: block;
}
.social_share_panel .icon svg {
    width: 100%;
    display: block;
    height: 100%;
    fill: #fff;
}

.share-label {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: block;
}


/* Donation widget */
html, body {
    scroll-behavior: smooth;
}
.donation-form_wrapper {
    max-width: 970px;
    margin: 1em auto 2em!important;
    padding: 15px 15px;
    border: 2px solid #981c20;
    border-radius: 16px;
}
.donation-form_wrapper .gform_heading {
    display: none;
}
.donation-form .gfield_radio {
    display: flex;
    justify-content: space-between;
}
.donation-form .gfield_radio .gchoice  {
    flex: 0 0 30%;
    position: relative;
}
#membership-widget .donation-form .gfield_radio .gchoice  {
    flex: 0 0 32%;
    line-height: 1.2;
    padding: 0 3px;
}
.donation-form .gfield_radio .gchoice + .gchoice {
    margin-left: 0.5%;
}
.donation-form .gfield_price .gfield_radio .gchoice:last-child {
    display: none;
}
#membership-widget .donation-form .gfield_price .gfield_radio .gchoice:last-child {
    display: block;
}
.donation-form .gfield_radio .gchoice input[type=radio] {
    position: absolute;
    opacity: 0;
    left: -20px;
}
.donation-form .gfield_radio .gchoice label {
    display: block;
    background-color: #0a3250;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    min-width: 100%;
    font-size: 16px;
    padding: 2px 0 3px;
    font-weight: bold;
}
.donation-form .gfield_radio .gchoice input[type=radio]:checked + label {
    background-color: #981c20;
    color: #fff;
}
.donation-form .gfield--input-type-total {
    display: none;
}
.donation-form .gform_body {
    display: block;
}
.gform_wrapper.gravity-theme.donation-form_wrapper .gform_fields {
    display: block;
}
.gform_wrapper.gravity-theme.donation-form_wrapper::after {
    content: '';
    display: block;
    clear: both;
}
.donation-form .gfield--input-type-html {
    width: 50%;
    margin-right: 4%;
    float: left;
    text-align: center;
}
.donation-form h1,
.donation-form h2,
.donation-form h3,
.donation-form h4 {
    color: #981c20;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.5em;
}
.donation-form h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
}
.donation-form h3 {
    margin: -4px auto 14px;
    font-size: 25px;
    font-weight: 900;
}
.gform_wrapper.gravity-theme .donation-form .gsection {
    border-bottom: none;
    padding-bottom: 0;
}
.donation-form p {
    margin: 0 0 10px;
}
.donation-form p small,
.donation-form p.small-text {
    font-size: 0.9em;
    line-height: 1.2;
    text-align: left;
    display: block;
}
.donation-form .gfield--type-section,
.donation-form .gfield--type-section ~ *,
.donation-form .gfield--type-html ~ * {
    width: 46%;
    float: right;
}
.donation-form .gfield_price.gfield--input-type-radio {
    width: 29%;
    float: left;
}
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price {
    width: 15.5%;
    float: right;
}
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price .ginput_amount {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 5px 3px 35px;
    font-size: 18px;
    line-height: 21px;
    height: 31px;
    font-weight: 700;
    border: 2px solid #0a3250;
    border-radius: 8px;
    color: #0a3250;
    font-family: "Source Sans Pro", sans-serif;
    appearance: none;
}
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price ::placeholder {
    opacity: .5;
    font-size: 15px;
}
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price .ginput_container_product_price {
    position: relative;
}
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price .ginput_container_product_price::before {
    content: "$";
    color: #0a3250;
    font-weight: 900;
    position: absolute;
    left: 0; top: 0;
    width: 30px;
    font-size: 20px;
    line-height: 31px;
    height: 31px;
    text-align: center;
}
.gform_wrapper.gravity-theme .donation-form .donation-field-type {
    margin: 7px 0 0;
}
.gform_wrapper.gravity-theme .donation-form .gfield--type-email {
    margin: 7px 0;
}
.gform_wrapper.gravity-theme .donation-form .gfield--type-email input[type="email"] {
    border: 2px solid #0a3250;
    border-radius: 8px;
    box-sizing: border-box;
    height: 33px;
    color: #00314f;
}
.gform_wrapper.gravity-theme .donation-form .donation-field-type .gfield_radio {
    max-width: 245px;
    margin: 0 auto;
    display: flex;
    border: none;
    border-radius: 24px;
    box-sizing: border-box;
}
.gform_wrapper.gravity-theme .donation-form .donation-field-type .gfield_radio .gchoice {
    flex: 0 0 50%;
    text-align: center;
    margin: -2px;
    line-height: 29px;
}
.donation-form .donation-field-type .gfield_radio .gchoice label {
    background-color: transparent;
    color: #0a3250;
}
.gform_wrapper.gravity-theme .donation-form .gform_footer {
    float: left;
    min-width: 46%;
    text-align: center;
    display: block;
}
.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button,
.donation-form .cta-button {
    width: 295px;
    display: block;
    margin: 0 auto;
    font-size: 34px;
    background-color: #981c20;
    color: #fff;
    font-weight: 700;
    border-radius: 16px;
    border: none;
    text-align: center;
    margin: 7px auto 0;
    padding: 7px 0;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
}
.old-price,
.current-price {
    display: block;
}
.old-price {
    font-weight: normal;
    text-decoration: line-through;
}
.terms-link a {
    font-weight: bold;
    font-size: 15px;
}
.gchoice[class$="_0"] .old-price {
    text-decoration: none;
}
.current-price {
    font-size: 16px;
}
.current-price .value {
    font-size: 24px;
}

.primary-button {
    display: block;
    padding: 15px 50px;
    background-color: #981c20;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
}
.primary-button:hover {
    opacity: .8;
    color: #ffffff!important;
}
.sidebar-incontent {
    max-width: 300px!important;
    margin: 1em auto;
}
.only-desktop {
    display: block;
}
.only-mobile {
    display: none;
}

/* form on the sidebar */
div[class^="sidebar"] .donation-form .gfield--input-type-html,
div[class^="sidebar"] .donation-form .gfield--type-section, 
div[class^="sidebar"] .donation-form .gfield--type-section ~ *,
div[class^="sidebar"] .donation-form .gfield--type-html ~ *,
div[class^="sidebar"] .donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price,
div[class^="sidebar"] .gform_wrapper.gravity-theme .donation-form .gform_footer {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
div[class^="sidebar"] .donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price {
    margin-top: 0;
}
div[class^="sidebar"] .donation-form_wrapper {
    background: #efefef;
    padding: 5px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 400px;
}
div[class^="sidebar"] .donation-form h2 {
    font-size: 30px;
    margin: 5px 0;
    line-height: 1.1;
}
div[class^="sidebar"] .donation-form p {
    font-size: 18px;
    line-height: 1.2;
}
div[class^="sidebar"] .donation-form p small,
div[class^="sidebar"] .donation-form p.small-text {
    font-size: 15px;
}
div[class^="sidebar"] .donation-form h3 {
    font-size: 21px;
}

/* Modern donation form styling - Complete redesign */

/* Hide all labels */
.donation-form .gfield_label,
.donation-form legend.gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Field spacing */
.donation-form .gfield {
    margin-bottom: 10px !important;
}

/* Amount selection buttons - 4 columns grid */
.donation-form .gfield_price .gfield_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 0;
}

.donation-form .gfield_price .gfield_radio .gchoice {
    margin: 0;
}

.donation-form .gfield_price .gfield_radio .gchoice input[type="radio"] {
    display: none;
}

.donation-form .gfield_price .gfield_radio .gchoice label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 6px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: all 0.15s ease;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.donation-form .gfield_price .gfield_radio .gchoice label:hover {
    border-color: #00314f;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 49, 79, 0.15);
}

.donation-form .gfield_price .gfield_radio .gchoice input[type="radio"]:checked + label {
    background: #00314f;
    border-color: #00314f;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 49, 79, 0.35);
    transform: scale(1.02);
}

/* Custom amount input - styled like amount buttons */
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price {
    margin-bottom: 10px !important;
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount {
    width: 100%;
    min-height: 44px;
    padding: 8px 14px 8px 32px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    color: #333;
    transition: all 0.15s ease;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    text-align: center;
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount::placeholder {
    color: #999;
    font-weight: 700;
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount:hover {
    border-color: #00314f;
    box-shadow: 0 2px 6px rgba(0, 49, 79, 0.15);
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount:focus {
    border-color: #00314f;
    outline: none;
    background: #00314f;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 49, 79, 0.35);
    transform: scale(1.02);
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount:focus::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Active state when custom amount radio is selected */
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price.custom-amount-active input.ginput_amount {
    border-color: #00314f;
    background: #00314f;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 49, 79, 0.35);
    transform: scale(1.02);
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price.custom-amount-active input.ginput_amount::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price.custom-amount-active .ginput_container_product_price:before {
    color: rgba(255, 255, 255, 0.9);
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price .ginput_container_product_price {
    position: relative;
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price .ginput_container_product_price:before {
    content: '$';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700;
    color: #666;
    pointer-events: none;
    transition: color 0.15s ease;
    text-align: center;
}

.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount:focus ~ .ginput_container_product_price:before,
.donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price input.ginput_amount:focus + .ginput_container_product_price:before {
    color: rgba(255, 255, 255, 0.9);
}

/* Fallback for other amount inputs */
.donation-form input.ginput_amount {
    width: 100%;
    padding: 12px 14px 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    transition: all 0.15s ease;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.donation-form .ginput_container_product_price {
    position: relative;
}

.donation-form .ginput_container_product_price:before {
    content: '$';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700;
    color: #666;
    pointer-events: none;
}

/* Once/Monthly toggle - pill style */
.donation-form .donation-field-type {
    margin-bottom: 10px !important;
}

.donation-form .donation-field-type .gfield_radio {
    display: flex;
    gap: 0;
    background: #f0f0f0;
    border-radius: 50px;
    padding: 3px;
    margin-bottom: 10px;
}

.donation-form .donation-field-type .gfield_radio .gchoice {
    flex: 1;
    margin: 0;
}

.donation-form .donation-field-type .gfield_radio .gchoice input[type="radio"] {
    display: none;
}

.donation-form .donation-field-type .gfield_radio .gchoice label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    background: transparent;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.donation-form .donation-field-type .gfield_radio .gchoice input[type="radio"]:checked + label {
    background: #00314f;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 49, 79, 0.35);
}

/* Total field - hide completely */
.donation-form .gfield_total {
    display: none !important;
}

/* Submit button - bold and prominent */
.donation-form .gform_footer {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button,
.donation-form .cta-button {
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(180deg, #b00000 0%, #980000 100%);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(152, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button:before,
.donation-form .cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button:hover,
.donation-form .cta-button:hover {
    background: linear-gradient(180deg, #c00000 0%, #a00000 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(152, 0, 0, 0.5);
}

.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button:hover:before,
.donation-form .cta-button:hover:before {
    left: 100%;
}

.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button:active,
.donation-form .cta-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(152, 0, 0, 0.4);
}

/* Form wrapper adjustments */
.donation-form_wrapper {
    padding: 8px 12px !important;
}

/* Section title */
.donation-form h3.gsection_title {
    font-size: 18px !important;
    margin: 0 0 12px 0 !important;
    font-weight: 700 !important;
}
.gform_wrapper.gravity-theme .donation-form .gform_footer {
    position: relative;
}
.gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button + .gform_ajax_spinner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    transform: translate(0, -50%);
}
div[class^="sidebar"] .gform_wrapper.gravity-theme .donation-form .donation-field-type .gfield_radio {
    max-width: 100%;
}
div[class^="sidebar"] .donation-form_wrapper {
    margin-top: 0!important;
}
.arrow-go {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="white" stroke-width="2" stroke-miterlimit="10"><line x1="26" y1="16" x2="4" y2="16"/><polyline points="18,7.5 26.5,16 18,24.5"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 6px;
    vertical-align: sub;
    display: none;
}
.gform_confirmation_wrapper {
    max-width: 970px;
    text-align: center;
    margin: 1em auto;
    font-size: 24px;
    color: #980000;
    font-weight: bold;
}
  

/* cta */
.cta-box {
    width: 300px;
    margin: 1em auto 40px;
    min-height: 250px;
}
.cta-box h2 {
    color: #0a3250;        
}
.donation-form .cta-button {
    background-color: #0a3250;
    border-bottom: none!important;
    text-decoration: none;
}
.donation-widget-hidden,
.donation-for-mobile {
    display: none;
}

.donation-form.cta-box {
    background: #05314f url(./imgs/logo-tpj-banner.png) no-repeat 50% 13px;
    background-size: 272px 56px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 80px;
}
.donation-form.cta-box h2 {
    font-family: "Source Serif Pro", serif;
    font-size: 28px;
    margin: 0 -10px;
    text-align: center;
    color: inherit;
    font-weight: 600;
}
.donation-form.cta-box h3 {
    color: inherit;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0;
    line-height: 1.15;
}
.donation-form.cta-box .cta-button {
    background-color: #ce1e2b;
    color: #ffffff;
    border-radius: 4px;
    font-size: 40px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 40px;
}

.pj-donation-widget {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #00314f;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: transform 0.45s cubic-bezier(0.4, 0.2, 0.2, 1);
    will-change: transform, opacity;
    opacity: 0;
}
.pj-donation-top {
    top: 0;
    transform: translateY(-100%);
}
.pj-donation-bottom {
    bottom: 0;
    transform: translateY(100%);
}
.pj-donation-widget.pj-donation-visible {
    transform: translateY(0);
    opacity: 1;
}
.admin-bar .pj-donation-widget.pj-donation-visible {
    margin-top: 32px;
}

.pj-donation-widget .logo {
    width: 196px
}
.pj-donation-widget .logo img {
    width: 100%;
    height: auto
}
.pj-donation-top { 
    top: 0; 
}
.pj-donation-bottom { 
    bottom: 0; 
}
.pj-donation-inner { 
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    padding: 16px 24px; 
}
.pj-donation-counter {
    background: #980000; 
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
}
.pj-donation-btn,
.pj-subscribe-btn,
.pj-activate-demo,
.pj-subscribe-demo {
    background: #980000; 
    color: #fff; 
    padding: 8px 20px; 
    border-radius: 4px;
    text-decoration: none; 
    font-weight: bold; 
    margin-left: 16px;
    transition: background 0.2s;
}
.pj-donation-btn:hover,
.pj-subscribe-btn:hover,
.pj-activate-demo:hover,
.pj-subscribe-demo:hover { 
    background: #ce1e2b; 
}
.pj-donation-close,
.pj-subscribe-close {
    cursor: pointer; 
    font-size: 1.5rem; 
    margin-right: 12px; 
    line-height: 1;
    background: none; 
    border: none; 
    color: #fff; 
    opacity: 0.9;
    text-decoration: none;
}
.pj-donation-msg,
.pj-donation-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 0 0 400px;
}
.pj-donation-buttons {
    justify-content: flex-end;
}
.pj-donation-widget.pj-donation-mini .logo {
    display: none;
}
.pj-donation-widget.pj-donation-mini .pj-donation-inner {
    justify-content: center;
    padding: 3px 10px;
}
.pj-donation-widget.pj-donation-mini .pj-subscribe-close {
    display: none;
}
.pj-donation-widget.pj-donation-mini .pj-donation-msg, 
.pj-donation-widget.pj-donation-mini .pj-donation-buttons {
    flex: none;
}
.pj-donation-widget.pj-donation-mini {
    padding: 0;
}
.pj-donation-top.pj-donation-widget.pj-donation-mini {
    top: 0;
    border-bottom: 1px solid #fff;
    z-index: 9999999;
}
.pj-donation-bottom.pj-donation-widget.pj-donation-mini {
    bottom: 0;
    border-top: 1px solid #fff;
    z-index: 9999999;
}
.pj-donation-top.pj-donation-widget {
    background-color: #ffffff;
    color: #00314f;
}

/* Membership Try Banner Styles */
#demo-membership-try-banner,
#membership-try-banner {
    background: #00314f;
    color: #ffffff;
    border-top: 3px solid #660000;
    box-shadow: 0 4px 12px rgba(152, 0, 0, 0.4);
    max-width: min(100vw, 1200px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#demo-membership-try-banner .pj-donation-buttons,
#membership-try-banner .pj-donation-buttons {
    display: block;
}
#demo-membership-try-banner .pj-donation-inner,
#membership-try-banner .pj-donation-inner {
    justify-content: center;
    gap: 25px;
}
#demo-membership-try-banner .pj-donation-content,
#membership-try-banner .pj-donation-content {
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#demo-membership-try-banner .pj-activate-demo,
#membership-try-banner .pj-subscribe-demo {
    color: #ffffff;
    background: #4ebc6a;
    font-weight: 800;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    animation: buttonPulse 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    display: block;
    margin: 0;
}
#demo-membership-try-banner .pj-activate-demo:before,
#membership-try-banner .pj-subscribe-demo:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}
#demo-membership-try-banner .pj-activate-demo:hover:before,
#membership-try-banner .pj-subscribe-demo:hover:before {
    left: 100%;
}
#demo-membership-try-banner .pj-activate-demo:hover,
#membership-try-banner .pj-subscribe-demo:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    animation: none;
}
.after-button-text {
    font-weight: bold;
    color: #ff1e2f;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 1px;
}
#demo-membership-try-banner .pj-donation-msg strong,
#membership-try-banner .pj-donation-msg strong {
    color: #ff1e2f;
}
.pj-donation-logo {
    max-width: 200px;
}
.pj-donation-logo img {
    width: 100%;
    height: auto;
}

#demo-membership-try-banner.pj-donation-popup .pj-donation-inner {
    display: block;
}
#demo-membership-try-banner.pj-donation-popup .pj-donation-buttons {
    max-width: 300px;
    margin: 25px auto 0;
}
#demo-membership-try-banner.pj-donation-popup,
#membership-try-banner.pj-donation-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    max-width: 480px;
    width: 90%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: popupFadeIn 0.3s ease-out;
    overflow: hidden;
}

.pj-donation-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    animation: overlayFadeIn 0.3s ease-out;
    backdrop-filter: blur(3px);
}

.pj-donation-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10;
}

.pj-donation-popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#membership-try-banner {
    background-color: #980000;
}
#membership-try-banner .after-button-text {
    color: #ffffff;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: normal;
    font-size: 15px;
}
#membership-try-banner .pj-donation-content {
    font-weight: 700;
    font-size: 32px;
}
#membership-try-banner .pj-donation-logo img {
    display: block;
}

@media screen and (max-width: 768px) {
    #membership-try-banner {
        padding: 0;
    }
    #membership-try-banner .pj-donation-inner {
        padding: 8px 0 0;
    }
    #membership-try-banner .pj-donation-content {
        font-size: 20px;
    }
    #demo-membership-try-banner .pj-donation-inner, 
    #membership-try-banner .pj-donation-inner {
        gap: 5px;
    }
    #membership-try-banner .pj-donation-logo {
        max-width: 150px;
    }
}

@keyframes buttonPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(152, 0, 0, 0.4);
    }
}
.pj-donation-top.pj-donation-widget .pj-donation-close, 
.pj-donation-top.pj-donation-widget .pj-subscribe-close {
    color: #00314f;
}
.pj-donation-top.pj-donation-widget.pj-donation-visible ~ .header {
    margin-top: 75px;
}
.pj-donation-top.pj-donation-widget .logo {
    display: none;
}
.pj-donation-top.pj-donation-widget .pj-donation-msg,
.pj-donation-bottom.pj-donation-widget .pj-donation-msg, 
.pj-donation-top.pj-donation-widget .pj-donation-buttons,
.pj-donation-bottom.pj-donation-widget .pj-donation-buttons {
    flex: none;
}
.pj-donation-top.pj-donation-widget .pj-donation-inner {
    justify-content: center;
}
.pj-donation-top.pj-donation-widget.pj-donation-mini ~ .header {
    margin-top: 49px;
}
.pj-donation-bottom.pj-donation-widget.pj-donation-mini ~ .bottom-bar {
    padding-bottom: 90px;
}
.pj-donation-bottom.pj-donation-visible ~ .bottom-bar {
    padding-bottom: 150px;
}
.pj-donation-widget.pj-donation-mini .pj-subscribe-btn {
    margin: 0 8px;
}
.pj-donation-widget.pj-donation-mini .pj-donation-inner {
    gap: 2px;
}
.donation-widget-type-image .donation-form_wrapper {
    display: none!important;
}
.widget_membership_widget .donation-widget-type-image img {
    display: block;
    max-width: 100%;
    height: auto;    
}

.demo-widget-hidden {
    display: none;
}

.donation-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.donation-popup-content {
    background: #fff;
    padding: 20px 20px 0;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 360px;
    border-radius: 10px;
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.donation-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.donation-popup.show {
    opacity: 1;
    visibility: visible;
}

.hidden {
    display: none;
}

.donation-popup-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.donation-popup-close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
}

#popup-timer {
    margin-right: 5px;
    font-size: 14px;
    color: #888;
    display: none;
}

.pj-donation-popup-content,
.pj-donation-popup-btn {
    display: block;
}
.pj-donation-persistent-content,
.pj-donation-persistent-banner-btn {
    display: none;
}
.pj-donation-mini .pj-donation-persistent-content,
.pj-donation-mini .pj-donation-persistent-banner-btn {
    display: block;
}
.pj-donation-mini .pj-donation-popup-content,
.pj-donation-mini .pj-donation-popup-btn {
    display: none;
}

div.sidebar-popup .donation-form_wrapper {
    margin-bottom: 1.5em !important;
}

@media screen and (max-width: 374px) {
    .donation-popup-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .donation-popup-content {
        max-width: 320px;
    }
}

@media screen and (min-width: 500px) {
    .donation-popup-content {
        padding: 30px 30px 0;
        max-width: 460px;
    }
}

@media (max-width: 768px) {
    .pj-donation-inner { flex-direction: column; gap: 10px; padding: 12px 8px; }
    .pj-donation-msg { font-size: 0.98rem; text-align: center; }
    .pj-donation-btn { width: 100%; margin-left: 0; }
    .pj-donation-counter { display: none; }
    .pj-donation-inner .logo { display: none; }
    .pj-donation-close { position: absolute; right: 4px; top: 4px; }
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
}

@media screen and (max-width: 979px) {
    div[class^="sidebar"] .donation-form_wrapper {
        margin: 1em auto 3em!important;
        max-width: 300px;
    }
    .donation-form .gfield--input-type-html,
    .donation-form .gfield--type-section, 
    .donation-form .gfield--type-section ~ *,
    .donation-form .gfield--type-html ~ *,
    .donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price,
    .gform_wrapper.gravity-theme .donation-form .gform_footer {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .donation-form .gfield_price.gfield--input-type-radio + .gfield--input-type-price {
        margin-top: 19px;
    }
    .donation-form_wrapper,
    .cta-box {
        background: #efefef;
        padding: 5px 10px;
        border-radius: 8px;
        box-sizing: border-box;
    }
    .donation-form_wrapper {
        min-height: 600px;
    }
    .donation-form h2 {
        font-size: 34px;
        margin: 14px 0 10px;
    }
    .donation-form p {
        font-size: 18px;
        line-height: 1.2;
    }
    .donation-form p small,
    .donation-form p.small-text {
        font-size: 15px;
    }
    .donation-form h3 {
        font-size: 21px;
    }
    .gform_wrapper.gravity-theme .donation-form .gform_footer .gform_button,
    .donation-form .cta-button {
        width: 100%;
        border-bottom: none!important;
    }
    .donation-for-mobile {
        display: block;
    }
    div[class^="sidebar"] .donation-for-mobile {
        display: block;
    }
    body .fixed-sidebar-page-container .sidebar .widget {
        min-height: 0;
    }
    .pj-donation-widget {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 641px) {
    div .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.2;
        min-height: 0;
    }
}

@media screen and (max-width: 990px) {
    .pj-donation-inner .logo { display: none; }
    .pj-donation-msg,
    .pj-donation-buttons {
        flex: auto;
    }
}
@media screen and (min-width: 1020px) {
    .pj-donation-widget .container {
        max-width: 1000px!important;
    }   
}
@media screen and (min-width: 1220px) {
    .pj-donation-widget .container {
        max-width: 1200px!important;
    } 
}

.read-next-widget {
    margin: 30px 0;
    width: 100%;
}

.read-next-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -10px;
    justify-content: flex-start;
}

.read-next-item {
    flex: 1;
    min-width: 250px;
    max-width: 48%;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 10px;
}

.read-next-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.read-next-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 15px;
}

.read-next-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.read-next-item:hover .read-next-image img {
    transform: scale(1.05);
}

.read-next-content {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.read-next-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #1a2d5d;
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.read-next-arrow svg {
    width: 18px;
    height: 18px;
    stroke: white;
    stroke-width: 2.5;
}

.read-next-item:hover .read-next-arrow {
    background-color: #2a4580;
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.read-next-info {
    flex: 1;
    padding: 0 15px;
}

.read-next-label {
    font-size: 14px;
    font-weight: bold;
    color: #1a2d5d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: -5px 0 0;
    text-decoration: underline;
}

.read-next-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}

.prev-post .read-next-content {
    flex-direction: row;
}

.next-post .read-next-content {
    flex-direction: row;
}

.sidebar .read-next-container {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}
.sidebar .read-next-item,
.sidebar .read-next-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    margin: 10px 0;
} 

@media (max-width: 768px) {
    .read-next-container {
        flex-direction: column;
        align-items: center;
    }
    
    .read-next-item {
        margin-bottom: 15px;
        max-width: 90%;
        width: 100%;
    }
    
    .read-next-title {
        font-size: 16px;
    }
    .read-next-image {
        width: 60px;
        height: 60px;
    }
}

.comments-link-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border: 1px solid #e0e0e0!important;
    border-radius: 3px;
    margin: 20px 0;
}

.comments-link-widget .comments-count {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.comments-link-widget .btn-post-comment {
    font-family: inherit;
    border: 1px solid transparent;
    padding: 10px 24px;
    color: #fff;
    border-radius: 14px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.2;
    background: #980000;
    text-decoration: none;
    text-transform: none;
    transition: background-color .2s linear, color .2s linear;
}

.comments-link-widget .btn-post-comment:hover {
    opacity: .9;
    color: #fff!important;
}

@media (max-width: 767px) {
    .comments-link-widget {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .comments-link-widget .comments-count {
        margin-bottom: 15px;
    }
}


.gfield--type-poll .gfield_label {
    display: block!important;
}
.gpoll_wrapper .gfield_required_text {
    display: none!important;
}
.gpoll_wrapper input[type="submit"] {
    background: #980000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.2s;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 16px;
    font-size: 18px;
    align-self: center!important;
}
.gpoll_wrapper input[type="submit"]:hover {
    background: #ce1e2b;
}
.gpoll_wrapper.gform_wrapper.gravity-theme .gform_footer {
    margin-top: 16px!important;
    text-align: center!important;
    justify-content: center;
    flex-direction: column;
}
.gpoll_wrapper .gpoll_button  {
    align-self: center;
}
.gform_confirmation_wrapper,
.gpoll_wrapper.gform_wrapper {
    max-width: 500px!important;
    margin: 1em auto!important;
}
.gform_confirmation_wrapper .gfield_description,
.gform_wrapper.gravity-theme .gfield_description {
    clear: both;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%;
}

.gfield--type-poll .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: stretch;
}

.gfield--type-poll .gchoice {
    margin: 0;
    padding: 0;
    position: relative;
}

.gfield--type-poll .gfield-choice-input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.gfield--type-poll .gchoice .gform-field-label {
    display: block;
    background-color: #0a3250;
    color: #ffffff!important;
    padding: 6px 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
    border: 2px solid #0a3250;
    display: block!important;
    max-width: 100%!important;
}

.gfield--type-poll .gchoice .gform-field-label:hover {
    background-color: #333333;
    border-color: #333333;
}

.gfield--type-poll .gfield-choice-input:checked + .gform-field-label {
    background-color: #980000;
    border-color: #980000;
    color: #fff!important;
}
.gpoll_wrapper .gfield input {
    text-align: center;
}

.gpoll_field_label_container {
    margin-bottom: 15px;
}

.gpoll_container {
    color: #00314f;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    max-width: none;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
}

.gform_featured_image img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-height: 780px) {
    .gform_featured_image img {
        max-height: 200px;
        width: auto;
    }
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 5px;
    }
    .gfield--type-poll .ginput_container_radio .gfield_radio {
        gap: 5px;
    }
}

body .gform_confirmation_wrapper:not(.gform-theme--framework) .blue .gpoll_ratio_box, 
body .gform_legacy_markup_wrapper .blue .gpoll_ratio_box, 
body .gravity-theme .blue .gpoll_ratio_box {
    background-color: #00314f;
}

body .gform_confirmation_wrapper:not(.gform-theme--framework) .blue .gpoll_bar_juice, 
body .gform_legacy_markup_wrapper .blue .gpoll_bar_juice, 
body .gravity-theme .blue .gpoll_bar_juice {
    background-color: #00314f;
    background-image: linear-gradient(#00314f, #00253b);
}
body .gform_confirmation_wrapper:not(.gform-theme--framework) .gpoll_bar_count, 
body .gform_legacy_markup_wrapper .gpoll_bar_count, 
body .gravity-theme .gpoll_bar_count {
    display: block;
}
.gform_featured_image img {
    max-width: 100%;
    height: auto;
}
.gform_confirmation_wrapper:not(.gform-theme--framework) .gpoll_choice_label {
    margin-top: 15px;
    padding-top: 0;
}

a[href~="/member-login/"] {
    display: none;
}
.right-link a {
    font-size: 18px!important;
    font-weight: normal!important;
}

/* Donation tier pricing styles */
.gfield_radio .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
}

.gfield_radio .current-price {
    font-weight: bold;
}

.gfield_radio .current-price .value {
    font-size: 1.05em;
}

.pj-ab-variant {
    display: none;
}
.pj-ab-variant.current {
    display: block;
}