/* 
 * Catholic Exchange Child Theme Main Stylesheet
 */

body img {
    object-fit: cover;
}

.ps-spotify-video iframe {
    margin-top:30px;
}

.ps-related-article-wrapper .gb-element-354f8c5e.slider-item{
    height: 370px;
}

.ps-single-popular-carousel h2.gb-text.gb-text-6e935e1e.ps-tag-topics-list{
    font-style: italic;
    font-family: freight-display-pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.ps-tag-topics-list span:not(:last-child)::after {
  content: ",";
  margin-right: 4px;
}

.ps-single-popular-carousel h2.gb-text.gb-text-6e935e1e::before {
  content: "";
  background-image: url("https://catholicexchange.perceptionsdev.com/wp-content/uploads/2025/09/most-popular-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}


/* =========================
   REMOVE WORDPRESS DROP CAP STYLING
   ========================= */
.has-drop-cap:not(:focus):first-letter {
    float: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    text-transform: inherit;
}

/* =========================
   HEADER BUTTONS
   ========================= */
.main-navigation .menu-bar-items a.ps-stroke-button {
    color: #a0121a;
}
.main-navigation .menu-bar-items a.ps-stroke-button:hover {
    color: #539fe2;
}
.main-navigation .menu-bar-items a.ps-filled-color-button {
    color: #ffffff;
}

/* =========================
   HEADER GLOBAL STYLES
   ========================= */
.menu-item-has-children ul.sub-menu {
    background: #a0121a;
    padding: 5px;
    box-shadow: none;
}
#primary-menu.main-nav #menu-primary-menu.menu.sf-menu .menu-item-has-children .sub-menu .menu-item a {
    color: #FFF;
    padding: 5px;
}

.ps-reviews-carousel,
.single-saint-of-the-day .ps-recent-posts-carousel {
    padding-right: 0;
    margin-right: calc(-49vw + 50%);
}

.border-bottom-curvv-shape {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.border-red-before-curvv {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px;
    background-color: #A0121A;
    position: relative;
    margin-right: -2px;
}
.border-bottom-curvv-shape span {
    position: relative;
    top: 0;
    right: -0.7px;
}

/* =========================
   HEADER LAYOUT & NAVIGATION
   ========================= */
.header-top-content {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #FEFCF6;
}
.header-top-content p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #372f34;
}
.site-header .inside-header {
    padding: 36px 20px;
}
.site-header.has-inline-mobile-toggle,
.site-header .inside-header .has-menu-bar-items .inside-navigation {
    background-color: #FEFCF6;
}
#primary-menu.main-nav #menu-primary-menu.menu.sf-menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #372F34;
    padding: 0px;
    font-family: var(--ps-freight-disp);
}
#primary-menu.main-nav #menu-primary-menu.menu.sf-menu {
    gap: 32px;
}
.site-header .inside-header .has-menu-bar-items .inside-navigation .menu-bar-items .menu-bar-item a span {
    color: #A0121A;
}
.site-header .inside-header .has-menu-bar-items .inside-navigation .menu-bar-items .menu-bar-item a {
    line-height: 46px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
}
.site-header .inside-header .has-menu-bar-items .inside-navigation .menu-bar-items .gb-element-adcc63b0 {
    column-gap: 16px;
}
.site-header .inside-header .has-menu-bar-items .inside-navigation .menu-bar-items .gb-element-adcc63b0 .gb-text.gb-text-b5954c95 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.site-header .inside-header .has-menu-bar-items .inside-navigation .menu-bar-items .gb-element-adcc63b0 .gb-text.gb-text-b5954c95:hover {
    background-color: transparent;
    color: #A0121A;
    border: 1px solid #A0121A;
}

/* Hide the default fill color of the Facebook SVG icon inside NovaShare buttons */
.ns-buttons .ns-button.facebook svg path {
    color: transparent;
}

/* Set icon and label text color for floating NovaShare buttons */
.ns-buttons.ns-floating .ns-button-icon *, 
.ns-buttons.ns-floating .ns-button-label span {
    color: #323232;
}

/* Blog card */
/* .tax-ps-topics .generate-columns-container > article:first-of-type,
.archive.category:not(.category-dive-deeper) .generate-columns-container > article:first-of-type {
    width: 100%;
} */

/* =========================
   RESPONSIVE HEADER
   ========================= */
@media screen and (max-width: 991px) {
    #primary-menu.main-nav #menu-primary-menu.menu.sf-menu {
        gap: 12px;
    }
    .site-header .inside-header .site-logo {
        max-width: 130px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .site-header .inside-header .site-logo {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        background-color: transparent;
        justify-content: center;
    }
    .site-header.has-inline-mobile-toggle .inside-header {
        width: 100%;
    }
    .site-header.has-inline-mobile-toggle .inside-header .site-logo {
        width: 50%;
    }
    .site-header.has-inline-mobile-toggle .inside-header .main-navigation.mobile-menu-control-wrapper {
        width: 100%;
    }
    .site-header.has-inline-mobile-toggle .inside-header .main-navigation.mobile-menu-control-wrapper .menu-toggle {
        background-color: transparent;
        flex-grow: unset;
        color: #000;
    }
    .site-header.has-inline-mobile-toggle .inside-header .site-logo{
        display:flex;
        justify-content:center;
    }

    .site-header.has-inline-mobile-toggle .inside-header .site-logo{
        width:100%;
    }

    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .menu-bar-item a {
        line-height: 47px;
    }
    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .menu-bar-item a span {
        color: #A0121A;
    }
    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .gb-element-adcc63b0{
        column-gap:16px;
    }

    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .gb-element-adcc63b0 .gb-text.gb-text-09aa0e37{
        color:#A0121A;
        background-color:transparent;
        border:1px solid #A0121A;
    }

    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .gb-element-adcc63b0 .gb-text.gb-text-09aa0e37:hover{
        background-color:#A0121A;
        color:#FFFFFF;
        border:1px solid #A0121A;
    }

    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .gb-element-adcc63b0 .gb-text.gb-text-b5954c95{
        background-color:#A0121A;
        color:#FFFFFF;
        border:1px solid #A0121A;
    }

    .site-header.has-inline-mobile-toggle .inside-header .main-navigation .menu-bar-items .gb-element-adcc63b0 .gb-text.gb-text-b5954c95:hover{
        color:#A0121A;
        background-color:transparent;
        border:1px solid #A0121A;
    }

    .site-header .inside-header.grid-container{
        gap:16px;
    }

    .site-header .main-navigation .main-nav ul.menu {
        background: #f6f0dc;
        padding: 20px;
    }

    .site-header .main-navigation .main-nav ul.menu .menu-item-type-post_type {
        padding-bottom: 5px;
    }

    .has-inline-mobile-toggle #site-navigation.toggled
    {
        margin-top: 0;
    }

    .header-top-content{
        padding-bottom:0px;
    }
}

/* =========================
   GLOBAL BUTTONS & CARD SECTION
   ========================= */
.ps-outline-with-icon-button:hover:after {
    background-image: url(/wp-content/uploads/2025/06/arrow-tr-2.svg);
}

.ps-card-section {
    text-transform: uppercase;
}
.ps-card-section a {
    color: white;
    text-decoration: none;
    margin-left: 5px;
}

/* =========================
   POPUP: PUM THEME LIGHTBOX
   ========================= */
.pum-theme-lightbox .pum-title {
    margin-bottom: 20px;
}
.pum-theme-lightbox .size-full {
    margin-top: 54px;
}
@media only screen and (max-width: 1024px) {
    .pum-theme-lightbox .pum-title {
        font-size: 26px;
        line-height: 30px;
    }
    .pum-theme-lightbox .size-full {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .pum-theme-lightbox .pum-container {
        padding: 40px 30px;
    }
    .pum-theme-lightbox .pum-content + .pum-close {
        top: 10px;
        right: 20px;
    }
    .pum-theme-lightbox .pum-content {
        font-size: 14px;
    }
}

/* =========================
   NORMAL PAGE TYPOGRAPHY
   ========================= */
.dynamic-entry-content h2,
.dynamic-entry-content h3 {
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    color: #372F34;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 16px;
    letter-spacing: 8px;
}
.dynamic-entry-content h2::after,
.dynamic-entry-content h3::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #A0121A;
    margin: 0 1rem;
    mask-image: linear-gradient(to right, #A0121A 0, #8D011714 100%);
    -webkit-mask-image: linear-gradient(to right, #A0121A 0, #8D011714 100%);
}
.dynamic-entry-content h4,
.dynamic-entry-content h5 {
    font-size: 28px;
    line-height: 30px;
    padding: 15px 0;
    margin: 0;
    font-family: var(--ps-freight-disp);
    text-transform: uppercase;
    color: #372F34;
}
.dynamic-entry-content p,
.google-keyword-landing-content p {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
    font-family: var(--gp-font--inter);
    font-weight: 400;
    padding: 5px 0;
    color: #2d2d2d;
}
.dynamic-content-normal-page .dynamic-entry-content ul {
    list-style: disc;
}
.dynamic-entry-content ul,
.google-keyword-landing-content ul {
    list-style: auto;
    margin-left: 25px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--gp-font--inter);
    font-weight: 400;
    color: #444444;
}
.dynamic-entry-content li,
.google-keyword-landing-content li {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-family: var(--gp-font--inter);
    font-weight: 400;
    padding: 5px 0;
    color: #444444;
}
.google-keyword-landing-content ul {
    list-style: disc;
    margin-left: 25px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--gp-font--inter);
    font-weight: 400;
    color: #444444;
}
.dynamic-entry-content a,
.google-keyword-landing-content a {
    color: #A0121A;
    font-weight: 500;
    font-style: italic;
}

.dynamic-entry-content blockquote {
    border-color: #A0121A;
    border-left: 2px solid #A0121A;
    padding: 16px;
    margin: 0;
    margin-top: 16px;
}

.trinity-ignore .dynamic-entry-content blockquote{
    background-color: #F6F0DC;
    border-left: 2px solid #A0121A;
    margin: 0;
    margin-top: 16px;
}

@media only screen and (max-width: 768px) {
    .dynamic-entry-content h2,
    .dynamic-entry-content h3{
        font-size: 26px;
        line-height: 34px;
        margin-top: 35px;
    }
}

/* =========================
   SINGLE POST STYLES
   ========================= */
.ps-single-content blockquote {
    border-left: 2px solid #A0121A;
    padding: 0 0 0 26px;
    margin-bottom: 20px;
}
.ps-single-content blockquote p {
    font-size: 20px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
    padding: 0;
}
.ps-single-content p {
    margin-bottom: 20px;
}
.ps-single-trending-topics .wp-block-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.google-keyword-landing-content blockquote p {
    padding: 0;
    color: #372F34;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.google-keyword-landing-content blockquote {
    padding-left: 24px;
    background: #F6F0DC;
    margin-bottom: 20px;
}
.ps-author-link .jet-listing-dynamic-link__icon.is-svg-icon svg {
    width: 46px;
    height: 46px;
}
.ps-author-info-icon .jet-listing-dynamic-link__icon.is-svg-icon svg {
    border: 1px solid #D3C699;
    border-radius: 50%;
}

/* =========================
   RIGHT SIDEBAR STYLES
   ========================= */
#content.site-content {
    gap: 72px;
}
.widget-area.sidebar.is-right-sidebar .inside-right-sidebar {
    margin: 0px;
}
.right-sidebar-print-section {
    position: relative;
}
.right-sidebar-print-section::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    background-image: url(/wp-content/uploads/2025/06/printer-1.svg);
    height: 24px;
    width: 24px;
}
.right-sidebar-audio-section {
    position: relative;
}
.right-sidebar-audio-section::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    background-image: url(/wp-content/uploads/2025/06/Clip-path-group.svg);
    height: 24px;
    width: 24px;
}
.rightsidebar-email-section .fluentform.ff-default .frm-fluent-form fieldset {
    display: flex;
}
.rightsidebar-email-section .fluentform.ff-default .frm-fluent-form fieldset .ff-el-group.ff-el-form-hide_label {
    margin-bottom: 0px;
}
.rightsidebar-email-section .fluentform.ff-default .frm-fluent-form fieldset .ff-btn.ff-btn-submit {
    height: 100%;
    padding: 12px 26px;
}
.ps-mail-icon-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/06/single-sidebar-mail-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.right-sidebar-section .fluentform fieldset {
    display: flex;
}
.right-sidebar-section .ff-el-input--content .ff-el-form-control {
    padding: 12px 0 12px 24px;
    font-size: 16px;
    line-height: 24px;
    background-color: var(----brand-red);
    border: 1px solid #ffffff;
}
.right-sidebar-section .ff-el-input--content .ff-el-form-control::placeholder,
.right-sidebar-section .ff-el-input--content .ff-el-form-control:focus {
    color: #ffffff;
}
.right-sidebar-section .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style {
    padding: 12px 24px 12px 32px;
    border-radius: 0;
    background: #ffffff;
    color: var(----brand-red);
    font-size: 16px;
    font-style: italic;
    width: 100%;
}
.right-sidebar-section .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-image: url(/wp-content/uploads/2025/06/arrow-tr.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

/* =========================
   MOST POPULAR ARTICLES
   ========================= */
.ps-popular-articles .ps-articles-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-columns: repeat(6, minmax(150px, 1fr)); */
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    gap: 30px;
}
.ps-popular-articles .gb-loop-item {
    grid-column: span 2;
}
.ps-popular-articles .gb-loop-item:nth-child(n+4) {
    grid-column: span 3;
}
.gb-loop-item.slick-slide:not(.has-post-thumbnail) a.gb-element-59044bbc {
    display: block;
    height: 370px;
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.09) 0%, rgba(3, 46, 84, 0.77) 100%), center / cover no-repeat;
    padding: 32px;
}

@media (max-width: 1024px) {
    .ps-popular-articles .gb-looper-cf8b9a7d {
        grid-template-columns: repeat(3, 1fr);
    }
    .ps-popular-articles .gb-loop-item {
        grid-column: span 1 !important;
    }
}
@media (max-width: 768px) {
    .ps-popular-articles .gb-looper-cf8b9a7d {
        grid-template-columns: 1fr;
    }
}

/* =========================
   TAB HEADINGS & SHARE BUTTONS
   ========================= */
.tab-heading-item-wrapper .gb-block-is-current .tab-heading-item {
    color: #FFFFFF;
}
.tab-heading-item-wrapper .tab-heading-item {
    color: #444444;
}
.custom-share-buttons {
    position: fixed;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}
.custom-share-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #F6F0DC;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px #0000002e;
}
.custom-share-buttons img {
    width: 24px;
    height: 24px;
}
@media only screen and (max-width: 768px) {
    .custom-share-buttons {
        transform: unset;
        top: unset;
        bottom: 0;
        right: 0;
        padding: 6px;
    }
}

/* =========================
   DIVE DEEPER ARCHIVE & CAROUSELS
   ========================= */
.category-dive-deeper .site-main .generate-columns-container {
    margin-top: 0;
}
.category-dive-deeper .generate-columns {
    margin-bottom: 40px;
}
.ps-popular-single-dive .ps-single-popular-carousel .slick-slide {
    padding-right: 20px;
}
.ps-dive-deeper-carousel .slick-slide {
    padding: 0 12px;
    box-sizing: border-box;
}
.dive-deeper-single-page .category-dive-deeper .ps-video-container {
    padding-top: 230px;
}
.ps-dive-deeper-single-text a {
    color: var(----brand-black);
    text-decoration: none;
}
.ps-dive-deeper-carousel,
.ps-single-popular-carousel,
.ps-recent-posts-carousel-for-saints {
    padding-right: 0;
    margin-right: calc(-49vw + 50%);
}
.ps-dive-deeper-carousel iframe,
.ps-single-carousel .ps-video-container iframe {
    position: absolute;
    inset: 0;
}
.ps-dive-deeper-carousel .slick-slide {
    padding-left: 0;
    padding-right: 24px;
}
.ps-dive-deeper-carousel .ps-video-container,
.ps-single-carousel  .ps-video-container {
    position: relative;
    width: 100%;
    padding-top: 350px;
    overflow: hidden;
    background: #000;
}
.ps-video-single-deeper .ps-video-container {
    padding-top: 518px;
}
.ps-dive-deeper-carousel .ps-video-thumbnail,
.ps-single-carousel .ps-video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.ps-dive-deeper-carousel .ps-play-button,
.ps-single-carousel .ps-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.ps-dive-deeper-carousel .ps-play-button:hover,
.ps-single-carousel .ps-play-button:hover {
    background-color: transparent;
}
@media only screen and (max-width: 768px) {
    .ps-dive-deeper-carousel .ps-video-container {
        padding-top: 190px;
    }
    .ps-video-single-deeper .ps-video-container {
        padding-top: 350px;
    }
}

/*Dive deeper End  */

/* 	Saint of the day - single page start */
	.saint-of-the-day .jet-listing-dynamic-field__content{
		font-size: 14px;
		font-family:  var(--gp-font--barlow-semi-condensed);
		margin-left: 5px;
        text-transform: uppercase;
        line-height: 18px;
	}
    .single-saint-of-the-day .recent-and-upcoming-saints-item{
        max-height: 266px;
    }
    
    .single-saint-of-the-day .recent-articles-item .slider-item{
        max-height: 370px;
    }
/* Saint of the day - single page end */

/* =========================
   SLIDER ARROWS
   ========================= */
.ps-dive-deeper-arrow button.slick-arrow,
.ps-reviews-arrow button.slick-arrow,
.ps-popular-arrow button.slick-arrow,
.ps-connected-article-arrow button.slick-arrow,
.ps-recent-articles-nav-arrow button.slick-arrow,
.ps-prayers-carousel-arrow button.slick-arrow {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: var(--basic-parchment);
    padding: 0;
    transition: all 0.2s ease-in;
}
.ps-dive-deeper-arrow button.slick-arrow,
.ps-reviews-arrow button.slick-arrow,
.ps-popular-arrow button.slick-arrow,
.ps-connected-article-arrow button.slick-arrow,
.ps-recent-articles-nav-arrow button.slick-arrow,
.ps-prayers-carousel-arrow button.slick-arrow {
    border: 1px solid #A0121A;
}
.ps-dive-deeper-arrow button.slick-arrow:hover,
.ps-reviews-arrow button.slick-arrow:hover,
.ps-popular-arrow button.slick-arrow:hover,
.ps-connected-article-arrow button.slick-arrow:hover,
.ps-recent-articles-nav-arrow button.slick-arrow:hover,
.ps-prayers-carousel-arrow button.slick-arrow:hover {
    border: 1px solid #539FE2;
}
.ps-dive-deeper-arrow button.slick-arrow:before,
.ps-reviews-arrow button.slick-arrow:before,
.ps-popular-arrow button.slick-arrow:before,
.ps-connected-article-arrow button.slick-arrow:before,
.ps-recent-articles-nav-arrow button.slick-arrow:before,
.ps-prayers-carousel-arrow button.slick-arrow:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/icon-arrow-right-red.svg);
    background-position: center;
    background-size: cover;
    height: 24px;
    width: 24px;
    display: inline-flex;
    transition: all 0.2s ease-in;
}
.ps-dive-deeper-arrow button.slick-arrow:hover::before,
.ps-reviews-arrow button.slick-arrow:hover::before,
.ps-popular-arrow button.slick-arrow:hover::before,
.ps-connected-article-arrow button.slick-arrow:hover::before,
.ps-recent-articles-nav-arrow button.slick-arrow:hover::before,
.ps-prayers-carousel-arrow button.slick-arrow:hover::before {
    background-image: url(/wp-content/uploads/2025/07/icon-arrow-right-blue.svg);
}
.ps-dive-deeper-arrow button.slick-arrow.slick-prev:before,
.ps-reviews-arrow button.slick-arrow.slick-prev:before,
.ps-popular-arrow button.slick-arrow.slick-prev:before,
.ps-connected-article-arrow button.slick-arrow.slick-prev:before,
.ps-recent-articles-nav-arrow button.slick-arrow.slick-prev:before,
.ps-prayers-carousel-arrow button.slick-arrow.slick-prev:before {
    transform: rotate(180deg);
}
.ps-dive-deeper-arrow button.slick-arrow.slick-prev,
.ps-reviews-arrow button.slick-arrow.slick-prev,
.ps-popular-arrow button.slick-arrow.slick-prev,
.ps-connected-article-arrow button.slick-arrow.slick-prev,
.ps-recent-articles-nav-arrow button.slick-arrow.slick-prev,
.ps-prayers-carousel-arrow button.slick-arrow.slick-prev {
    left: -56px;
    right: -56px;
    left: unset;
    right: unset;
}
.ps-dive-deeper-arrow button.slick-arrow,
.ps-reviews-arrow button.slick-arrow,
.ps-popular-arrow button.slick-arrow,
.ps-connected-article-arrow button.slick-arrow,
.ps-recent-articles-nav-arrow button.slick-arrow,
.ps-prayers-carousel-arrow button.slick-arrow {
    position: unset;
    font-size: 0;
    transform: unset;
}
.ps-dive-deeper-carousel .slick-list.draggable,
.ps-reviews-carousel .slick-list.draggable,
.ps-single-popular-carousel .slick-list.draggable,
.ps-related-article-wrapper .slick-list.draggable,
.ps-dive-deeper-connected-article .slick-list.draggable,
.ps-recent-posts-carousel .slick-list.draggable,
.ps-prayers-carousel .slick-list.draggable,
.ps-recent-posts-carousel-for-saints .slick-list.draggable {
    padding-left: 0 !important;
}
.ps-popular-arrow,
.ps-connected-article-arrow,
.ps-recent-articles-nav-arrow {
    display: flex;
    column-gap: 12px;
    justify-content: end;
}
.ps-prayers-carousel-google-keyword .ps-prayers-carousel {
    padding-right: 0;
    margin-right: calc(-49vw + 50%);
}
.ps-prayers-carousel-google-keyword .ps-prayers-carousel a {
    text-decoration: none;
}
.ps-prayers-carousel-google-keyword .ps-prayers-carousel .ps-page-title-h4 {
    text-align: center;
    margin-top: 20px;
}

.status-publish h2.gb-text.gb-text-88516592{
    font-size: clamp(36px, calc(35px + (1024px - 100vw) * 0.02), 100px);
}

.ps-prayers-carousel-google-keyword .ps-prayers-carousel .ps-container-main {
    min-height: 320px;
}

@media only screen and (max-width: 1024px) {
	.category-34 article:not(.has-post-thumbnail) .ps-container-main a, 
	.category-podcasts article:not(.has-post-thumbnail) .ps-container-main a,
	body.archive.paged.tax-ps-topics article:not(.has-post-thumbnail) .ps-container-main a {
        height: 500px;
	}

.status-publish h2.gb-text.gb-text-88516592{
     line-height: 50px;
     max-width: 190px;
}
}

/* =========================
   PRIVACY PAGE
   ========================= */
.ps-privacy-policy-section span a {
    color: #A0121A;
    text-decoration: underline;
    font-family: Inter;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}
.ps-privacy-policy-section li, p {
    margin-bottom: 16px;
}

/* =========================
   ARTICLES/BLOG LAYOUT
   ========================= */
.site-main .generate-columns-container {
    margin-top: 40px;
    margin-left: 0;
}
.site-main .generate-columns {
    padding-left: 0;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    .site-main .generate-columns-container {
        display: block;
    }
    .site-main .generate-columns.tablet-grid-50 {
        width: 100%;
    }
}

/* @media only screen and (min-width: 768px) {
	.site-main .generate-columns {
    width: 33% !important;
}
} */

@media only screen and (max-width: 768px) {
    .generate-columns-container > * {
        padding-left: 20px;
    }
    .ps-related-article-wrapper .slick-list.draggable {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 767px){
    .status-publish h2.gb-text.gb-text-88516592{
        max-width: 100%;
    }
}

/* =========================
   PAGINATION
   ========================= */

#nav-below {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.tax-ps-authors #nav-below {
    grid-column: span 6;
}

#nav-below .nav-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


#nav-below .nav-links .page-numbers,
#nav-below .nav-links .prev.page-numbers,
#nav-below .nav-links .next.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background-color: #f8f3e8;
    color: #8D0117;              
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out;
    font-family : var(--gp-font--inter);
    padding: 0;
}
#nav-below .nav-links .prev.page-numbers, #nav-below .nav-links .next.page-numbers {
    width: 100px;
    display: none;
}

#nav-below .nav-links .page-numbers.current {
    background-color: #8D0117;
    color: #fff;
    cursor: default;
}

#nav-below .nav-links .page-numbers:not(.current):hover {
    background-color: #EEE2BC;
}

#nav-below .nav-links .page-numbers.dots {
    pointer-events: none;
}

#nav-below.nav-previous,
#nav-below.nav-next {
    display: flex;
    align-items: center;
    gap: 6px;
}

#nav-below.nav-previous a,
#nav-below.nav-next a {
    color: #7b1b1b;
    text-decoration: none;
    font-weight: 500;
}

#nav-below.nav-previous a:hover,
#nav-below.nav-next a:hover {
    text-decoration: underline;
}

/* =========================
   AUTHOR ARCHIVE
   ========================= */
.tax-ps-authors .generate-columns-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.tax-ps-authors .generate-columns-container .generate-columns {
    grid-column: span 2;
}

.tax-ps-authors .generate-columns-container .generate-columns:nth-child(4),
.tax-ps-authors .generate-columns-container .generate-columns:nth-child(5) {
    grid-column: span 3;
    width: 50%;
}

.ps-jet-listing-item-dynamic-img {
    width: 100%;
}

@media (max-width: 991px) {
    .tax-ps-authors .generate-columns-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .tax-ps-authors .generate-columns-container .generate-columns {
        grid-column: span 4 !important;
    }

    .tax-ps-authors .generate-columns-container .generate-columns:nth-child(4),
    .tax-ps-authors .generate-columns-container .generate-columns:nth-child(5) {
        width: 100%;
    }
}

/* =========================
   ARCHIVE CONTAINER
   ========================= */
.archive.tax-ps-authors div#page, .archive.category-dive-deeper  div#page  {
    padding: 0 8px;
}

@media (max-width: 1024px) {
    .archive.tax-ps-authors div#page, .archive.category-dive-deeper  div#page {
        padding: 0;
    }
}

/* =========================
   CONTACT FORM
   ========================= */
.ps-contact-form-section .ff_submit_btn_wrapper{
    position:absolute;
    bottom:0;
    left:40px;
    right:40px;
}

@media only screen and (max-width:1024px){
    .ps-contact-form-section .ff_submit_btn_wrapper{
        position:unset;
    }
}

/* =========================
   FLUENT FORM
   ========================= */

.ps-fluent-form-block .ff-el-form-hide_label {
    float:left;
    margin-bottom:0;
}

.ps-fluent-form-block .fluentform .ff-el-group{
    margin-bottom: 0;
}
.ps-fluent-form-block .ff_submit_btn_wrapper{
    float:right;
    margin-bottom:0;
}

.ps-fluent-form-block .ff-el-input--content .ff-el-form-control{
    background: none;
    border: 1px solid white;
    border-radius: 1px 0 0 1px;
    padding: 12px 0 12px 24px;
    font-family: var(--gp-font--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ps-fluent-form-block .ff-el-input--content .ff-el-form-control::placeholder {
    color: #ffffff;
}

.ps-fluent-form-block .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style{
    color: #8D0117;
    border-radius: 0 1px 1px 0;
    padding: 12px 24px 10px 32px;
    background-color: white;
    text-align:center;
    font-family: var(--ps-freight-disp);
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    width:100%;

}

.ps-fluent-form-block .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style::after {
    content: '';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url(/wp-content/uploads/2025/06/arrow-tr.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    transition: transform 0.3s ease;
}

.ps-fluent-form-block .ff-el-input--content .ff-el-form-control:focus {
    color: white;
}

.ps-fluent-form-block .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style:hover{
    opacity:1;
}

.ps-fluent-form-block .google-keyword-card-subscribe .ff-el-input--content .ff-el-form-control{
    border: 1px solid #372F34;
}

.ps-fluent-form-block .google-keyword-card-subscribe .ff-el-input--content .ff-el-form-control::placeholder {
    color: #372F34;
}

.ps-fluent-form-block .google-keyword-card-subscribe .ff-el-input--content .ff-el-form-control:focus {
    color: #372F34;
}

.ps-fluent-form-block .google-keyword-card-subscribe .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style{
    color: #FFFFFF;
    background-color: #A0121A;
}

.ps-fluent-form-block .google-keyword-card-subscribe .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style::after {
    background-image: url(/wp-content/uploads/2025/07/arrow-tr-white.png);
}

.google-keyword-card-subscribe fieldset {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 540px){
    .ps-fluent-form-block .ff-el-form-hide_label {
        float:none;
        margin-bottom:20px;
    }
    .ps-fluent-form-block .ff_submit_btn_wrapper{
        float:none;
        margin-bottom:0;
    }
}

@media screen and (max-width: 425px){
    .google-keyword-card-subscribe fieldset {
        flex-direction: column;
    }

    .fluentform {
        width: 100%;
    }
}

/* =========================
   QUESTION FORM
   ========================= */

.ps-question-form-section .ff-el-input--content .ff-el-form-control{
    background: none;
    border: 1px solid #F6F0DC;
    border-radius: 1px;
    padding: 16px 0 16px 24px;
    font-family: var(--gp-font--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ps-question-form-section .ff-el-input--content .ff-el-form-control::placeholder{
    color:#EDA0A0;
}

.ps-question-form-section .ff-el-input--content .ff-el-form-control:focus {
    color:#EDA0A0;
}

.ps-question-form-section .ff-el-group.ff-el-form-hide_label{
    margin-bottom:12px;
}

.ps-question-form-section .ff_submit_btn_wrapper{
    margin-bottom:0;
}

.ps-question-form-section .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style{
    width:100%;
    color: #8D0117;
    border-radius:1px;
    padding: 12px 36px 12px 45px;
    background-color: white;
    text-align: center;
    font-family: var(--ps-freight-disp);
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
}

.ps-question-form-section .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style::after {
    content: '';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url(/wp-content/uploads/2025/06/arrow-tr.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    transition: transform 0.3s ease;
}

.ps-question-form-section .ff_submit_btn_wrapper .ff-btn-md.ff_btn_style:hover{
    opacity:1;
}


/* =========================
   REVIEWS FORM AND POPUP
   ========================= */

.pum-title.popmake-title {
    font-size: 54px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 0;
    padding-bottom: 32px;
}

.frm-fluent-form .ff-el-form-control {
    border-radius: unset;
    border: 1px solid #E9DFC1;
    color: #93908A;
    margin: 0;
    padding: 12px;
    background-color: #FEFCF6;
}

.frm-fluent-form .ff-el-form-control:focus {
    border-color: #E9DFC1;
}

.ff-message-success {
    margin: 0;
    border: none;
    box-shadow: none;
    color: #A0121A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.pum-container button.pum-close.popmake-close {
    right: 35px;
}

.pum-container .ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    color: #FFF;
    background: #A0121A;
    width: 100%;
    border-radius: 1px;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    font-weight: 500;
}

.pum-container .ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover {
    background: #539FE2;
}

.ff-el-form-check-label span{
    font-size:16px;
    font-weight:500;
    color: #444444;
}

.review-form-fields-title-wrapper {
    display: flex;
    align-items: center;
}

.review-form-fields-title-wrapper .form-fields-title {
    font-size: 22px;
    line-height:30px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #372F34;
    margin-right: 12px;
}

.review-form-fields-title-wrapper .form-fields-line {
    flex-grow: 1;
    height: 1px;
    background-color: #E9DFC1;
}

.reviews.type-reviews {
    color: #444444;
}

@media (max-width: 768px) {
    .pum-title.popmake-title {
        font-size: 25px;
        text-align: left;
    }

    .pum-theme-781 .pum-container, .pum-theme-review-popup .pum-container{
        padding: 20px;
    }

    .review-form-fields-title-wrapper .form-fields-title {
        font-size: 16px;
        letter-spacing: 0.20em;
    }
}

/* =========================
   SEARCH
   ========================= */
	
.ps-catholic-search.search-modal-form {
    width: 100%;
    background: #F6F0DC;
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
    position: relative;
}
	
.dynamic-entry-content .ps-catholic-search.search-modal-form{
    margin-bottom: 20px;
}
	
.ps-catholic-search.search-modal-form #search-modal-input {
    background: #F6F0DC;
    margin: 0;
    border: none;
    max-width: 800px;
    width: 100%;
    min-width: 800px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--gp-font--inter);
    outline: none;
}

.ps-catholic-search.search-modal-form .ps-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url('https://catholicexchange.perceptionsdev.com/wp-content/uploads/2025/07/Icons-search.png') center center no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    outline: none;
}
	
.dynamic-entry-content .gsc-control-cse {
    background: #FEFCF6;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: var(--gp-font--inter);
}

.dynamic-entry-content .gsc-results.gsc-webResult {
    width: 100%;
}
	
.dynamic-entry-content .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult{
    background: #FEFCF6;
}
	
.dynamic-entry-content .gsc-webResult.gsc-result:hover, .dynamic-entry-content .gsc-results .gsc-imageResult:hover{
    background: #F6F0DC;
}
	
.gsc-above-wrapper-area{
    border:none;
    padding:0;
}
	
.dynamic-entry-content .gs-webResult.gs-result a.gs-title:link, .dynamic-entry-content .gs-webResult.gs-result a.gs-title:link b, .dynamic-entry-content .gs-imageResult a.gs-title:link, .dynamic-entry-content .gs-imageResult a.gs-title:link b {
    color: #372F34;
    font-family: var(--ps-freight-disp);
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
}
	
.dynamic-entry-content .gs-webResult div.gs-visibleUrl {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--gp-font--inter);
}
	
.dynamic-entry-content .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #372F34;
    background-color: transparent;
    color: #372F34;
}
	
.dynamic-entry-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page{
    font-weight: 600;
    color: #372F34;
}
	
.dynamic-entry-content .gsc-control-cse .gsc-table-result {
    font-family: var(--gp-font--inter);
    display: flex;
    gap: 20px;
    font-size: 14px;
    padding-top: 10px;
    align-items: center;
}
	
.dynamic-entry-content .gs-web-image-box .gs-image, .dynamic-entry-content .gs-promotion-image-box .gs-promotion-image {
    width: 100%;
    max-width: 70px;
    height: 100%;
    max-height: 60px;
    object-fit: cover;
}

.dynamic-entry-content .gcsc-find-more-on-google {
    color: #444444;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
}
	
.dynamic-entry-content .gcsc-find-more-on-google-magnifier {
    fill: #444;
}
	
.dynamic-entry-content .gsc-result-info-container .gsc-result-info {
    padding: 0;
    font-size: 14px;
    text-align: center;
    font-family: var(--gp-font--inter);
}

.dynamic-entry-content .gsc-orderby-container .gsc-orderby {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}
	
.dynamic-entry-content .gsc-orderby-container .gsc-orderby-label.gsc-inline-block {
    width: 50%;
    font-size: 14px;
    font-family: var(--gp-font--inter);
}

.dynamic-entry-content .gsc-orderby-container .gsc-option-menu-container.gsc-inline-block {
    width: 50%;
    display: flex;
}
	
.dynamic-entry-content .gsc-orderby-container .gsc-selected-option-container.gsc-inline-block {
    border: 1px solid #E9DFC1;
    background: #FEFCF6;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    font-family: var(--gp-font--inter);
}

	
@media (max-width: 1024px) {
    .ps-catholic-search.search-modal-form #search-modal-input {
        min-width: unset;
    }
}
	
@media (max-width: 768px) {
    .gsc-above-wrapper-area-container tbody tr td{
        display: block;
    }
}
@media (max-width: 425px) {
    .dynamic-entry-content .gsc-control-cse .gsc-table-result {
        flex-direction: column;
    }
}
	
/* =========================
   TRENDING TOPICS
   ========================= */
/* .ps-trending-topics-section .wp-block-categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap:40px;
} */
.ps-trending-topics-section .wp-block-categories {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.ps-trending-topics-section .cat-item {
    background-color: #A0121A;
    -webkit-mask: url(/wp-content/uploads/2025/06/Vector-8.svg) no-repeat center / cover;
    width: 180px;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.3s ease;
}

.ps-trending-topics-section .cat-item a {
    color: #FEFCF6;
    font-family: var(--gp-font--barlow-semi-condensed);
    font-size: 17px;
    font-weight: 500;
    line-height:24px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 1320px) {
    .ps-trending-topics-section .wp-block-categories{
        grid-template-columns: repeat(5, 1fr);
        justify-items:center;
        row-gap:30px;
    }
}

@media (max-width: 1200px) {
    .ps-trending-topics-section .wp-block-categories{
        grid-template-columns: repeat(4, 1fr);
        justify-items:center;
        row-gap:30px;
    }
}

@media (max-width: 1024px) {
    .ps-trending-topics-section .wp-block-categories{
        grid-template-columns: repeat(3, 1fr);
        justify-items:center;
    }
    .ps-trending-topics-section .cat-item {
        width: 180px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .ps-trending-topics-section .cat-item {
        width: 180px;
        height: 100px;
    }
    .ps-trending-topics-section .cat-item a {
        font-size: 20px;
    }
}

@media (max-width: 640px){
    .ps-trending-topics-section .wp-block-categories{
        grid-template-columns: repeat(2, 1fr);
    }
}	

@media (max-width: 480px) {
    .ps-trending-topics-section .cat-item {
        width: 140px;
        height: 80px;
    }

    .ps-trending-topics-section .cat-item a {
        padding: 0 4px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .ps-trending-topics-section .cat-item {
        width: 120px;
        height: 70px;
    }
}

/* =========================
   FOOTER STYLES
   ========================= */

.footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit::after,
.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left:8px;
    background-image: url(/wp-content/uploads/2025/06/arrow-tr-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

.footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit:hover,
.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit:hover{
    color:#ffffff;
}

#footer-widgets.site.footer-widgets .grid-container{
    padding-top:48px;
    padding-left:20px;
    padding-right:20px;
}

#footer-widgets.site.footer-widgets{
    background-color:#FEFCF6;
    border-top: 1px solid #E9DFC1;
}

#footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets{
    flex-direction:column;
    gap:80px;
    margin-left: 0px;
}

#footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding{
    padding:0px;
}

#footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding .menu-footer-menu-container ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding .menu-footer-menu-container ul li{
    margin-bottom: 0px;
}

#footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding .menu-footer-menu-container ul li a{
    padding: 8px 30px;
    text-decoration: none;
    font-size:18px;
    line-height:22px;
    font-weight:500;
    color:#372F34;
    font-family: var(--ps-freight-disp);
}

.footer-section-logo{
    text-align:center;
    padding-bottom:32px;
}

.footer-section-logo img{
    object-fit:cover;
}

.footer-email-section .frm-fluent-form fieldset .ff-t-container,
.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container{
    gap:0px;
    border-radius: 1px;
    align-items: center;
}

.footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-el-input--content,
.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-el-input--content{
    border: 1px solid #372F34;
}

.footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-el-input--content input{
    border-radius:0px;
    background-color:#FEFCF6;
    color:#666666;
    font-size:16px;
    line-height:20px;
    font-weight:400;
    padding: 16px 24px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    font-family: var(--gp-font--inter);
    width: 100%;
    min-width: 366px;
}

.footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit,
.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit{
    margin-bottom:0px;
    border-radius:0px;
    padding: 16px 32px;
    font-size:18px;
    line-height:20px;
    font-weight:600;
    background-color:#A0121A;
    border: 1px solid #A0121A;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    font-style:italic;
    font-family: var(--ps-freight-disp);
}

.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-btn-submit{
    margin-top: 10px;
}

.subscribe-to-receive-saint-of-the-day .frm-fluent-form .ff-el-form-control{
    background-color: #F6F0DC;
    padding: 16px;
}

.subscribe-to-receive-saint-of-the-day .frm-fluent-form .ff-el-form-control:focus {
    border-color: #F6F0DC;
}

.saint-of-the-day .subscribe-to-receive-saint-of-the-day label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--gp-font--inter);
    color: #666666;
}

.footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group,
.subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group{
    margin-top:0px;
}

.site-footer .fluentform .ff-el-is-error .text-danger,
.subscribe-to-receive-saint-of-the-day .fluentform .ff-el-is-error .text-danger {
    font-size: 16px;
    margin-top: 4px;
    position: absolute;
    font-family: var(--ps-freight-disp);
}

.site-footer .fluentform .ff-el-is-error .ff-el-form-control,
.subscribe-to-receive-saint-of-the-day .fluentform .ff-el-is-error .ff-el-form-control {
    border-color: transparent;
}

.site-info{
    background-color:#FEFCF6;
}

.site-info .inside-site-info.grid-container{
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:48px;
    max-width:1240px;
}

.site-info .inside-site-info.grid-container .copyright-bar{
    padding-top:0px;
}

.site-info .inside-site-info.grid-container .copyright-bar .ps-copy-right{
    font-size:14px;
    line-height:21px;
    font-weight:400;
    color:#372F34;
    font-family: var(--gp-font--inter);
}

/* =========================
   HEADER & FOOTER RESPONSIVE TWEAKS
   ========================= */
@media screen and (max-width: 1240px) {
    .subscribe-to-receive-saint-of-the-day .frm-fluent-form fieldset .ff-t-container {
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    #footer-widgets.site.footer-widgets .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding .menu-footer-menu-container ul li a {
        padding: 8px 16px;
    }
    #footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 {
        margin-bottom: 0px;
    }
    #footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets {
        gap: 40px;
    }
}
@media screen and (max-width: 768px) {
    #footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding .menu-footer-menu-container ul {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .footer-email-section .frm-fluent-form fieldset .ff-t-container {
        display: flex;
        flex-direction: row;
    }
    #footer-widgets.site.footer-widgets .grid-container .inside-footer-widgets .footer-widget-1 .inner-padding .menu-footer-menu-container ul li a {
        padding-left: 0px;
    }
    .footer-email-section .frm-fluent-form fieldset .ff-t-container .ff-t-cell .ff-el-group .ff-el-input--content input {
        min-width: unset;
    }
    .footer-social-media-section {
        margin-top: 16px;
        padding-bottom: 0px;
    }
    .site-info .inside-site-info.grid-container .copyright-bar .ps-copy-right {
        margin-bottom: 20px;
    }
}
@media(min-width: 769px) {
    .inside-header > .site-branding,
    .inside-header > .navigation-branding,
    .inside-header > .site-logo,
    .site-branding-container,
    #site-navigation .navigation-branding .site-logo,
    #sticky-navigation .navigation-branding {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }
    #site-navigation {
        margin-left: unset !important;
        display: flex;
    }
    .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
        margin: unset;
    }
    #site-navigation,
    #primary-menu,
    .main-navigation .inside-navigation {
        flex: 1;
    }
    /* Change nth-child(#) to first item to right */
    .main-navigation ul li:nth-child(5) {
        margin-left: auto;
    }
    /* Footer Style Start */
    .site-footer:not(.footer-bar-active) .copyright-bar p.ps-copy-right {
        flex: 0 0 auto;
        margin: 0;
        font-size: 14px;
    }
    .site-footer:not(.footer-bar-active) .copyright-bar {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 40px;
        border-top: 1px solid var(--basic-vellum);
    }
}

/* Carolyn's Styles */
.wp-block-embed.is-type-video {
	margin-bottom: 1em;
}