#main {
		margin-top: 0 !important;
}
		
.pops {
		font-size: 20px;
}
.swpm-join-now-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
}

.swpm-join-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.35);
    opacity: 0.95;
}
/* Constrains the text row and keeps it perfectly centered */
.centered-text-block .panel-grid-cell {
    max-width: 800px !important; /* Limits text width on desktop (adjust to your liking) */
    margin-left: auto !important;  /* Centers the constrained block on the page */
    margin-right: auto !important; /* Centers the constrained block on the page */
    width: 100% !important;
    padding: 0 20px !important;    /* Keeps text from hitting the very edge of phone screens */
    box-sizing: border-box !important;
}
		
#header-sidebar .widget_nav_menu ul.menu > li > a, #masthead-widgets .widget_nav_menu ul.menu > li > a {
    display: block;
    text-decoration: none;
		font-family: Montserrat;
		font-size: 16px;
    color: #ffffff;
    font-weight: 900;
    padding: 0.75em 0;
    line-height: 1em;
}
#header-sidebar .widget_nav_menu ul.menu > li ul.sub-menu li a, #masthead-widgets .widget_nav_menu ul.menu > li ul.sub-menu li a {
    display: block;
    text-decoration: none;
    font-family: Montserrat;
		font-size: 14px;
    font-weight: 900;
    padding: 0.75em 0;
    line-height: .5em;
}
#main {
    background: #fcfcfc;
    padding: 0;
}
/* Container forcing all 5 elements onto a single row */
.fixed-circle-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw; /* Spacing scales with screen width */
    width: 100%;
    margin: 20px auto;
}

/* Controls individual item width and centering */
.fixed-circle-row .circle-item {
    flex: 1 1 0px;
    max-width: 180px; /* Maximum desktop size */
    min-width: 50px;  /* Minimum size on smallest mobile screens */
    text-align: center;
}

/* Responsively scales the circle graphics */
.fixed-circle-row .circle-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* FLUID TYPOGRAPHY: Forces text to shrink continuously with the screen */
.fixed-circle-row .circle-title {
    /* 
       clamp(MINIMUM, SCALING VALUE, MAXIMUM)
       Min size: 10px on small screens
       Scaling: 1.8% of the viewport width
       Max size: 18px on large desktops 
    */
    font-size: clamp(10px, 1.8vw, 18px);
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

/* Extra safety rule for exceptionally small phone screens */
@media (max-width: 400px) {
    .fixed-circle-row {
        gap: 4px;
    }
    .fixed-circle-row .circle-title {
        font-size: 9px;
    }
}
@media (max-width: 1024px) {
    .siteorigin-panels-stretch, 
    .panel-grid-cell {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
}
/* Make SiteOrigin image fill mobile width */
@media (max-width: 768px) {

    .so-widget-image img {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
    }

    .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .entry-content img {
        width: 100% !important;
    }
}


.highlight-line {
    background: #2f7214;
    color: #fff;
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

/* Triggers standard WP login hiding */
.logged-in .hide-for-members, 
/* Triggers Simple Membership login hiding */
.swpm-logged-in .hide-for-members {
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
/* Blasts the specific structural table columns used by template="1" */
body .swpm-username-listing-project table td,
body .swpm-username-listing-project td span,
body .swpm-username-listing-project td strong {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

/* Forces all other generic elements inside the directory grid down */
body .swpm-username-listing-project p,
body .swpm-username-listing-project span,
body .swpm-username-listing-project div {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

/* Scales the top username down to a neat, small header block */
body .swpm-username-listing-project h2,
body .swpm-username-listing-project h3,
body .swpm-username-listing-project .swpm-username-listing-title {
    font-size: 14px !important;
    font-weight: bold !important;
}
/* 1. Center the structural post columns and layout container elements */
.sticky-newsletter-wrap .sow-loop-posts,
.sticky-newsletter-wrap article,
.sticky-newsletter-wrap .entry-main {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 600px !important;
}

/* 2. Clear out the stubborn Vantage [...] ellipsis text layout block */
.sticky-newsletter-wrap .excerpt-more,
.sticky-newsletter-wrap .entry-summary,
.sticky-newsletter-wrap .entry-content {
    font-size: 0px !important;
    color: transparent !important;
}

/* 3. Hide the ugly broken "Read More" default button block */
.sticky-newsletter-wrap .more-link,
.sticky-newsletter-wrap a.button {
    display: none !important;
    visibility: hidden !important;
}
/* Generates top margins only when viewing individual post entry layouts */
body.single-post #main,
body.single-post .site-main,
body.single-post #primary {
    margin-top: 40px !important;
    padding-top: 20px !important;
}

/* Centers the post title text elements inside single views if needed */
body.single-post .entry-header {
    margin-top: 20px !important;
		margin-bottom: 20px !important;
    text-align: left !important;
}