/*
 Theme Name:   Safer Cities
 Theme URI:    https://www.upsweptcreative.com/
 Description:  Theme for Upswept Creative, built as GeneratePress child theme
 Author:       Chynna Lew for Upswept Creative
 Author URI:   https://www.upsweptcreative.com
 Template:     generatepress
 Version:      1.0
*/


/* TABLE OF CONTENTS
* 0. FONTS AND COLORS
* 1. TYPOGRAPHY
* 2. ELEMENTS
	- 2.1 BUTTONS
	- 2.2 COLOR BLOCKS / SPACERS
	- 2.3 BLOCK POSITIONS
	- 2.4 HEROES
* 3. NAVIGATION
* 4. HOMEPAGE
* 5. SINGLE POSTS AND PAGES
	- 5.1 SUBSCRIBE
	- 5.2 CATEGORY ARCHIVE / BLOG ARCHIVE
	- 5.3 DASHBOARD
	- 5.4 EXPERT SINGLE POST
	- 5.5 EXPERT ARCHIVE
memberpress
	- 5.6 ACCOUNT PAGE
	- 5.7 LOGIN PAGE
	- 5.7 REGISTER PAGE
end memberpress
	- 5.8 TOOLKIT ARCHIVE
	- 5.9 TOOLKIT SINGLE
	- 5.10 SINGLE BLOG POSTS
	- 5.11 RESOURCES PAGE

* 6. FOOTER
*/

/* ---------------
0. FONTS AND COLORS
----------------- */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: "Dharma Gothic M";
    src: url(assets/dharma-gothic-m.otf);
}

/*
  font-family: "Anton", sans-serif;
  font-family: "DM Sans", sans-serif;
  font-family: "Dharma Gothic M", sans-serif;
*/

:root {
    --blue: #1360E4;
    --red: #ED2957;
    --dkblue: #100633;
    /* --purple: #32219B; */
	--purple: #002094;
}

.dharma {
/*     font-family: "Dharma Gothic M" !important;
font-size: 3.25em; */
	font-family: "Anton", sans-serif !important;
    font-size: 2.25em;

}

/* ---------------
1. TYPOGRAPHY
----------------- */
body {
    font-family: "DM Sans", sans-serif;

}

h1 {
/*     font-family: "Dharma Gothic M", sans-serif;
  font-size: 4.5em; */
	font-family: "Anton", sans-serif;
    font-size: 3em;
    line-height: 1em;
}

h2,
h3,
h4,
h5,
h6,
a,
.gform_button {
    font-family: "Anton", sans-serif;
}

h1, 
h2, 
h3 {
	text-wrap: balance;
}

input, select {
	background-color: #EEE !important;
	border: 0 !important;
	font-family: "DM Sans", sans-serif;
	font-size: 0.9em;
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
	background-color: #EEE !important;
	border 0 !important;
	color: #222;
}

.wp-block-latest-posts__post-title {
    color: black;
    font-family: "Anton", sans-serif;
    text-decoration: none;

}
p a{
	font-family: "DM Sans", sans-serif;
}
.white {
    color: white !important;
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1em;
    }
}

/* ---------------
2. ELEMENTS
----------------- */
/* OVERRIDE WP DEFAULTS */
html{
	scroll-behavior: smooth
}
main.site-main,
main>article>.inside-article {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.no-padding-bottom>.wp-block-group__inner-container {
    padding-bottom: 0px;
}

h4.wp-block-heading {
    margin-bottom: 0px;
}

.padding-40-lr {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1000px) {
    .break-1000 {
        flex-wrap: wrap !important;
    }

    .break-1000 .wp-block-column {
        min-width: 100%;
    }
}

@media (min-width: 783px) {
    .hide-on-desktop {
        display: none;
    }
}

@media (max-width: 782px) {

    .secondary-navigation,
    .hide-on-mobile {
        display: none;
    }

    .mobile-150 {
        height: 200px !important;
    }

    .page-id-103 .site-main .wp-block-group__inner-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* ---------------
2.1 BUTTONS
----------------- */
.wp-block-buttons a.wp-block-button__link {
    border-radius: 0px;
}

.wp-block-buttons a.wp-block-button__link,
.gform_wrapper input[type="submit"],
.mc_signup_submit_button {
	font-family: "Anton", sans-serif;
    font-size: 1.2em;
    transition: all .5s;
}

.wp-block-buttons .red-button a.wp-block-button__link,
.gform_wrapper input[type="submit"],
.mc_signup_submit_button {
    background-color: var(--red) !important;
	color: white;
}

.wp-block-buttons .red-button a.wp-block-button__link:hover,
.gform_wrapper input[type="submit"]:hover,
.mc_signup_submit_button:hover {
    background-color: var(--blue) !important;
	color: white;
}

#mc_signup_submit {
	padding: 10px 20px !important;
	width: auto !important;
}

/* ---------------
2.2 COLOR BLOCKS / SPACERS
----------------- */
/* color blocks */
.purple-block {
    background-color: var(--purple);
    color: white;
}

.blue-block {
    background-color: var(--blue);
    color: white;
}

.red-block {
    background-color: var(--red);
    color: white;
}

.dkblue-block {
    background-color: var(--dkblue);
    color: white;
}

/* spacers */
.dark-blue-spacer {
    background-color: var(--dkblue);
    left: -40px;
    min-width: 100vw;
    position: relative;
}

hr {
    height: 5px;
}

@media (min-width: 1200px) {
    .dark-blue-spacer {
        left: calc((-100vw + 1120px) / 2);
    }
}

@media (max-width: 1000px) {
    .color-columns h3 {
        font-size: 1.2em;
    }
}
/* BORDERS */
.side-bottom-border-red{
	border-bottom: 5px var(--red) solid;
	border-left: 5px var(--red) solid;
	padding: 0px 0px 5px 5px;
	width: fit-content;
}
/* ---------------
2.3 BLOCK POSITIONS
----------------- */
.overlap-block-300 {
    position: relative;
    margin-top: -300px;
}

.overlap-block-200 {
    position: relative;
    margin-top: -200px;
}

.overlap-block-150 {
    position: relative;
    margin-top: -150px;
}

@media (max-width: 782px) {
    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }
}

/* ---------------
2.4 HEROS
----------------- */
/* INTERIOR HERO */
.interior-hero h1 {
    color: white;
    padding: 40px 40px 40px 80px;
}

/* CATEGORY HERO */
.category-hero h1,
.category-hero h2 {
    color: white;
    padding-left: 80px;
    padding-top: 40px;
}

.category-hero h2 {
    padding-bottom: 40px;
    padding-top: 0px;
}

@media (max-width: 782px) {

    .category-hero h1,
    .category-hero h2,
    .interior-hero h1 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* ---------------
3. NAVIGATION
----------------- */
header.site-header.has-inline-mobile-toggle{
	position: sticky;
	top: 0;
	z-index: 100;
}
header>.inside-header a {
    transition: all .5s;
}
header>.inside-header{
	padding: 10px;
}
/*  MAIN NAV */
.main-navigation.mobile-menu-control-wrapper {
    margin-right: 0px;
}

.main-navigation.mobile-menu-control-wrapper .menu-toggle {
    background-color: transparent;
    display: flex;
    padding-left: 40px;

}

.main-navigation.mobile-menu-control-wrapper .menu-toggle svg {
    fill: black;
    height: 25px;
    width: 25px;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-bar-item>a {
    font-size: 1.15em;
    line-height: 1.15em;
    padding: 10px 40px;
    transition: all .5s;
}
.mobile-menu-control-wrapper button.menu-toggle{
	padding-left: 5px !important;
		padding-right: 15px !important;

}
/* SECONDARY NAV */
#secondary-navigation {
    max-width: fit-content;
    order: 1;
}

#secondary-navigation li a {

    font-family: "Anton", sans-serif;
    font-size: 1em;
}
.menu-item-922 a:after{
	content: "|";
	margin-left: 10px;
}
.menu-item-922:hover a:after{
	color: var(--blue);
}
.menu-item-894 a{
	padding: 0px !important;
	margin-left: -10px;
}

/* NAV SEARCH */
header .wp-block-search.wp-block-search__button-only .wp-block-search__button {
    background-color: white;
    color: black;
    padding: 0px;
}
header .wp-block-search.wp-block-search__button-only .wp-block-search__button{
	align-items: center;
	display: flex;
	justify-content:center;
}
header .wp-block-search.wp-block-search__button-only .wp-block-search__button svg {
    height: 30px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 30px;
}

header>.inside-header form.wp-block-search {
    order: 3;

}

@media (max-width: 782px) {
    .main-navigation.mobile-menu-control-wrapper .menu-toggle {
        padding-left: 10px;
    }

    .is_stuck .navigation-branding {
        margin-left: 0px;
    }
}

/* ---------------
4. HOMEPAGE
----------------- */
/* HOME HERO */
.home-hero .wp-block-group__inner-conatiner {
    padding: 40px 80px;
}

.home-hero h1 {
	font-size: 2.5em;
	line-height: 1.2em;
    margin-bottom: 20px;
}

.home-hero h2 {
    font-size: 1.6em;
    max-width: 800px;
    margin: auto;
    padding-bottom: 20px;
}

@media (max-width: 782px) {
    .home-hero .wp-block-group__inner-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* HOME LATEST POSTS FIRST POST*/
.wp-block-group__inner-container:has(.home-first-post),
.wp-block-group__inner-container:has(.home-latest-posts) {
    padding-bottom: 0px;
}

.home-first-post .meta {
    justify-content: flex-start;
    padding-left: 0px !important;
}

.home-first-post .meta a,
.home-first-post .wp-block-post-author-name,
.home-latest-posts .categories {
    color: var(--global-color-5);
    font-size: .9em;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

/* HOME ISSUES SECTION */

.issues .wp-block-group__inner-container {
	padding: 0;
}

.issues .wp-block-separator {
	margin-bottom: 20px;
}

.issues h4.wp-block-heading {
	color: var(--purple);
	display: list-item;
	font-family: "DM Sans", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 20px;
	text-transform: uppercase;
}

.issues ul.wp-block-latest-posts__list {
	margin-left: 0;
}

.issues li {
	border-bottom: 1px solid lightgray;
	margin-bottom: 20px;
}

.issues li a {
	display: block;
	margin-bottom: 10px;
}

.issues li .wp-block-latest-posts__post-author,
.issues li .wp-block-latest-posts__post-date {
	display: inline;
}

.issues li .wp-block-latest-posts__post-date {
	float: right;
}

/* HOME LATEST POSTS SHORTCODE */
.home-latest-posts .latest-post {
    display: flex;
    border-bottom: 2px lightgray solid;
    margin-bottom: 20px;

}

.home-latest-posts .latest-post:last-child {
    border-color: transparent
}

.home-latest-posts .content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 250px);
}

.home-latest-posts .categories,
.home-latest-posts h2 {
    margin-bottom: 5px;
}

.home-latest-posts h2 a {
    color: black;
    text-decoration: none;
}

.home-latest-posts .latest-post-thumbnail {
    padding-left: 40px;
    width: 250px;
}

.home .wp-block-group__inner-container:has(.home-latest-posts) {
    padding-top: 0px;
}

.home .wp-block-group__inner-container:has(.home-latest-posts) hr {
    margin-top: 0px;
}

/* HOME CONTENT NAVIGATION */
.home-navigation {
    margin-bottom: 60px;
}

.home-navigation p,
.home-navigation a {
    color: white;
    font-size: 1.2em;
    transition: all .5s;
    text-decoration: none;
    text-transform: uppercase;
}

.home-navigation:not(.nav-2) a:last-child::before {
    content: "|";
    padding: 10px;
}

.home-navigation a:hover {
    color: var(--red);
}

.home-navigation a:last-child:hover::before {
    color: white;
}

.home-navigation.nav-2 {
    margin: 40px 0px 0px 0px;
}

.home-navigation.nav-2 a {
    color: var(--blue);
}

.home-navigation.nav-2 a:hover {
    color: var(--red);
}

/* STRATEGY LIBRARY COLUMNS / Toolkit homepage columns */
.home-toolkits h2 {
    color: white;
    padding: 20px 20px 0px 20px;
}

.home-toolkits h2:hover,
.home-toolkits h2 a:hover {
    color: white;
}

.home-toolkits h2 a {
    color: white;
    text-decoration: none
}

.home-toolkits p {
    padding: 0px 20px !important;
}

.strategy-libraries .wp-block-column,
.color-columns .wp-block-column {
    background-color: var(--purple);
    color: white;
}

/* .strategy-libraries .wp-block-column:nth-child(2),
.color-columns .wp-block-column:nth-child(2) {
    background-color: var(--red);
}

.strategy-libraries .wp-block-column:nth-child(3),
.color-columns .wp-block-column:nth-child(3) {
    background-color: var(--purple);
}

.strategy-libraries .wp-block-column:nth-child(5),
.color-columns .wp-block-column:nth-child(5) {
    background-color: var(--red);
}

.strategy-libraries .wp-block-column.red-block,
.color-columns .wp-block-column.red-block {
    background-color: var(--red);
}

.strategy-libraries .wp-block-column.blue-block,
.color-columns .wp-block-column.blue-block {
    background-color: var(--blue);
} */

.strategy-libraries .wp-block-column.purple-block,
.color-columns .wp-block-column.purple-block {
    background-color: var(--purple);
}

.strategy-libraries h2 {
    padding: 40px 20px 0px 20px;
}

.color-columns {
    gap: 10px;
}

.color-columns h3 {
    padding: 20px 15px 0px 15px;
}

.color-columns p {
    padding: 0px 15px 0px 15px;
}

.strategy-libraries {
    padding: 0px 20px 20px 20px;
}

.strategy-libraries .wp-block-buttons,
.color-columns .wp-block-buttons {
    background-color: var(--dkblue);
}

.strategy-libraries .wp-block-buttons:hover,
.color-columns .wp-block-buttons:hover {
    background-color: var(--red);
	transition: all 0.3s ease;
}

.strategy-libraries .wp-block-buttons .wp-block-button a.wp-block-button__link,
.color-columns .wp-block-buttons .wp-block-button a.wp-block-button__link {
    background-color: rgb(0, 0, 0, 0);
    font-size: 1.2em;
    padding: 10px;
    text-transform: uppercase;
}

.strategy-libraries .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,
.category-columns .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
    /* color: var(--red); */
}

.strategy-libraries .wp-block-buttons .wp-block-button svg,
.color-columns .wp-block-buttons .wp-block-button svg {
    background-color: var(--red);
    display: inline-block;
    fill: white;
    height: 1.5em;
    margin-bottom: -5px;
    margin-left: 10px;
	transition: all 0.3s ease;
    width: 1.5em;
}

.strategy-libraries .wp-block-buttons:hover .wp-block-button svg,
.color-columns .wp-block-buttons:hover .wp-block-button svg {
    background-color: var(--blue);
	transition: all 0.3s ease;
}

@media (max-width: 950px) {
    .home-latest-posts .latest-post {
        flex-direction: column;
    }

    .home-latest-posts .latest-post .latest-post-thumbnail {
        order: 1;
        padding: 0px;
        width: 100%;
    }

    .home-latest-posts .latest-post .content {
        order: 2;
    }

    .home-latest-posts .content {
        width: 100%;
    }
}

@media (max-width: 782px) {
    .hide-on-mobile {
        display: none;
    }

    .mobile-150 {
        height: 250px !important;
    }

    .mobile-150+.overlap-block-300 {
        margin-top: -250px;
    }

    .mobile-150+.overlap-block-300 .white.dharma {
        color: black !important;
    }

}

/* ----------------------
5. SINGLE PAGES AND POSTS
----------------------- */

/* ---------------
5.1 SUBSCRIBE
----------------- */
/* SUBSCRIPTION COLUMNS */
.subscriptions {
    padding-left: 0px;
    padding-right: 0px;
}

.subscriptions .wp-block-column,
.color-columns .wp-block-column,
.strategy-libraries .wp-block-column {
    padding-bottom: 60px;
    position: relative;
}

/* .subscriptions .wp-block-column h3 {
    padding: 40px 40px 0px 40px;
} */

.subscriptions .wp-block-column p {
    padding: 0px;
}

.subscriptions .wp-block-column .wp-block-buttons,
.color-columns .wp-block-column .wp-block-buttons,
.strategy-libraries .wp-block-buttons {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.subscriptions.about h2 {
    padding: 0px;
}
/* ---------------
5.2 CATEGORY ARCHIVE / BLOG ARCHIVE
----------------- */
.archive.category .column-one {
    width: calc(100% - 80px);
}

.category-column-wrap {
    display: flex;
    gap: 40px;
    padding: 40px 0px 40px 80px;
}

.category-column-wrap .column-one {
    width: 66.66%
}

.category-column-wrap .column-two {
    width: calc(33.33% - 80px)
}

.category-column-wrap .post-wrap {
    align-items: center;
    display: flex;
    padding: 20px 0px
}

.category-column-wrap .meta {
    margin-bottom: 0px;
}

.category-column-wrap a {
    color: black;
    text-decoration: none;
}

.category-column-wrap .post-wrap:not(:last-child) {
    border-bottom: 2px solid lightgray;
    animation-fill-mode
}

.category-column-wrap hr {
    background-color: black;
    margin-top: 0px
}

.category-column-wrap .column-one hr {
    margin-bottom: 0px;
}

.category-column-wrap .column-two hr {
    margin-bottom: 20px;
}

.category-column-wrap .content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 300px);
}

.category-column-wrap .post-wrap img {
    padding-left: 40px;
    width: 300px;
}

.category-column-wrap .column-two {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.category-column-wrap .column-two .toolkit-card {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

.category-column-wrap .column-two .toolkit-card p,
.category-column-wrap .column-two .toolkit-card h3 {
    color: white;
}

/* CTA */
.category.archive .cta {
    padding: 80px
}

@media (max-width: 1000px) {
    .category-column-wrap {
        flex-direction: column;
    }

    .category-column-wrap .column-two,
    .category-column-wrap .column-one {
        width: calc(100% - 80px);
    }
}

@media (max-width: 782px) {
    .archive.category .column-one {
        width: calc(100%);
    }

    .category-column-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .category-column-wrap .column-two,
    .category-column-wrap .column-one {
        width: 100%;
    }

    .category-column-wrap .post-wrap {
        flex-direction: column;
    }

    .category-column-wrap .post-wrap img {
        padding: 0px;
        width: 100%;
    }

    .category-column-wrap .post-wrap .content {
        order: 2;
        padding-top: 20px;
        width: 100%;
    }
}

/* ---------------
5.3 DASHBOARD 
----------------- */
.sticky-nav-bottom {
    background-color: var(--purple);
}

.sticky-nav-bottom .wp-block-group__inner-container {
    padding: 10px;
}

.sticky-nav-bottom .wp-block-columns {
    margin-bottom: 0px;
}

/* ---------------
5.4 EXPERT SINGLE POST
----------------- */
.expert-template-default .site-main {
    padding: 0px 80px !important;
}

.expert-template-default .expert-columns {
    gap: 40px;
}

.expert-template-default .expert-columns .wp-block-column:first-child img {
    height: 100%;
    object-fit: cover;
}

.expert-template-default .wp-block-column:last-child {
    border-bottom: 5px solid black;
    border-top: 5px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expert-template-default .expert-columns .title {
    font-weight: bold;
    padding-right: 10px;
}

.expert-template-default .bio {
    padding-bottom: 40px;
}

@media (min-width: 783px) {
    .expert-template-default .details:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 782px) {
    .expert-template-default .site-main {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .expert-template-default .expert-columns .wp-block-column:last-child {
        padding-top: 30px
    }
}

/* ---------------
5.5 EXPERT ARCHIVE
----------------- */
.post-type-archive-expert .site-main {
    padding: 40px 80px;
}

.post-type-archive-expert hr {
    background-color: black;
    margin: 0px;
}

.post-type-archive-expert .sort-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post-type-archive-expert .sort-wrap p {
    font-family: "Anton", sans-serif;
    font-size: 1.95em;
}

.post-type-archive-expert .category-select {
    max-height: 50px;
}

.post-type-archive-expert .experts-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-type-archive-expert .experts-archive .expert-card {
    background-color: var(--dkblue);
    margin-bottom: 20px;
    padding: 0px;
    width: calc(25% - 15px);
}

.post-type-archive-expert .experts-archive .expert-card .featured {
    background-color: var(--red);
	margin-bottom: 0 !important;
	padding-bottom: 5px;
	z-index: 2;
}

.post-type-archive-expert .experts-archive .expert-card p,
.post-type-archive-expert .experts-archive .expert-card a {
    text-decoration: none;
}

.post-type-archive-expert .experts-archive .expert-card p,
.post-type-archive-expert .experts-archive .expert-card h3 {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.post-type-archive-expert .experts-archive .expert-card .name {
	margin-bottom: 10px;
}

.post-type-archive-expert .experts-archive .search-pram {
    font-size: 2.5em;
    margin-top: 40px;
    text-transform: capitalize;
    width: 100%;
}

.post-type-archive-expert .experts-archive .expert-card .featured {
    color: white;
    font-size: 12px;
    margin-bottom: 5px;
	padding: 5px 20px;
	position: absolute;
}

.post-type-archive-expert .experts-archive .expert-card img {
    height: 200px;
    object-fit: cover;
	transition: all 0.3s ease;
    width: 100%;
}

.post-type-archive-expert .experts-archive .expert-card:hover img {
	opacity: 0.8;
}

/* .post-type-archive-expert .experts-archive .expert-card:not(:has(.featured)) h3 {
    margin-top: 23px
} */

.post-type-archive-expert .experts-archive .expert-card h3 {
    color: white;
    margin-bottom: 20px;
}

.post-type-archive-expert .experts-archive .expert-card .details {
    background-color: lightgray;
	font-family: "DM Sans", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
    margin: 0px;
    padding: 5px 10px;
    text-align: right;
}

@media (max-width: 1200px) {
    .post-type-archive-expert .experts-archive .expert-card {
        min-width: calc(33.33% - 15px)
    }
}

@media (max-width: 1000px) {
    .post-type-archive-expert .experts-archive .expert-card {
        min-width: calc(50% - 15px)
    }
}

@media (min-width: 701px) {
    .post-type-archive-expert .sort-wrap {
        height: 50px;
    }
}

@media (max-width: 782px) {
    .post-type-archive-expert .site-main {
        padding: 40px 40px;
    }

    .post-type-archive-expert .experts-archive .expert-card {
        min-width: 100%;
    }

    .post-type-archive-expert .sort-wrap {
        flex-direction: column;
        height: fit-content;
    }

    .post-type-archive-expert .sort-wrap p {
        font-size: 1.4em;
        margin-bottom: 0px;
    }
}

/* ---------------
 ---------------
MEMBERPRESS PAGES
-----------------
----------------- */

/* ---------------
5.6 ACCOUNT PAGE
----------------- */
.site-header.account-header {
    background-color: var(--dkblue) !important;
}

#mepr-account-nav {
    background-color: var(--purple) !important;
}

.mepr-account-message.mepr-account-welcome-message {
    display: none;
}

.mepr_page_header {
    color: black;
    font-family: "Anton", sans-serif;
    font-size: 3em;
}

.mepr-account-container button,
.mepr-account-container .mepr-button,
.mepr-account-container input[type="button"],
.mepr-account-container input[type="reset"],
.mepr-account-container input[type="submit"],
.mepr-submit {
    background-color: var(--blue) !important;
    border: transparent;
    border-radius: 0px !important;
    color: white !important;
    font-family: "Anton", sans-serif !important;
    text-transform: uppercase;
    font-size: 1.2em !important;

    transition: all .5s;
}

.mepr-account-container button:hover,
.mepr-account-container .mepr-button:hover,
.mepr-account-container input[type="button"]:hover,
.mepr-account-container input[type="reset"]:hover,
.mepr-account-container input[type="submit"]:hover,
.mepr-submit:hover {
    background-color: var(--red) !important;
}

.mepr-profile-details__button.btn.btn-link {
    background-color: transparent !important;
}

.mepr-profile-details__button.btn.btn-link:hover {
    background-color: transparent !important;
}

/* ---------------
5.7 LOGIN PAGE
----------------- */
#mepr_loginform h1 {
    color: black;
    font-family: "Anton", sans-serif !important;
}

body.mepr-guest-layout,
.guest-layout .site-header {
    background-color: var(--dkblue) !important;
}

/* ---------------
5.8 REGISTER PAGES
----------------- */
.memberpressproduct-template-default h1 {
    color: black;
    font-family: "Anton", sans-serif !important;
    font-size: 3em
}

.memberpressproduct-template-default h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 1.4em;

}

@media (max-width: 600px) {
    .memberpressproduct-template-default h1 {
        font-size: 2em
    }

    .memberpressproduct-template-default h2 {
        font-size: 1.2em;

    }
}

/* ---------------
 *  END MEMBERPRESS PAGES 
 * ----------------- */

/* ---------------
5.9 TOOLKITS ARCHIVE
----------------- */
.post-type-archive-toolkit .site-main,
.tax-tooltype .site-main {
    padding-left: 80px;
    padding-right: 80px;
}

.post-type-archive-toolkit hr .tax-tooltype hr {
    background-color: black;
    margin: 0px;
}

.post-type-archive-toolkit .sort-wrap .tax-tooltype .sort-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post-type-archive-toolkit .tooltype-select {
    max-height: 50px;
}

.post-type-archive-toolkit .sort-wrap p {
    color: black;
    font-family: "Anton", sans-serif;
    font-size: 1.95em;
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 0px;
}

.toolkits-archive {
    flex-wrap: wrap !important;
    gap: 20px;
}

.post-type-archive-toolkit hr {
    background-color: black;
}

.toolkits-archive .toolkit-card {
    background-color: var(--purple) !important;
    min-width: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);

}

.toolkits-archive .toolkit-card .details {
	background-color: var(--dkblue);
	color: white;
	font-size: 1em;
	margin-bottom: 20px;
	padding: 5px 20px 0 20px;
}

.post-type-archive-toolkit #nav-below {
    min-width: 100%;
}

.post-type-archive-toolkit h3,
.post-type-archive-toolkit p {
    margin-bottom: 15px;
    padding-top: 0px;
}

.post-type-archive-toolkit h3,
.post-type-archive-toolkit p,
.tax-tooltype p,
.tax-tooltype h3 {
    padding-left: 20px;
    padding-right: 20px;
}

.post-type-archive-toolkit h3,
.post-type-archive-toolkit p,
.post-type-archive-toolkit a,
.tax-tooltype p,
.tax-tooltype h3,
.tax-tooltype a {
    color: white;
    text-decoration: none;
}

.post-type-archive-toolkit .details {
    color: var(--dkblue);
/*     font-family: "Dharma Gothic M";
    font-size: 1.5em; */
font-family: 'Anton', sans-serif;
	font-size: 1em;
    margin-bottom: 0px;
    padding-top: 10px
}

.post-type-archive-toolkit .purpose {
    font-family: "DM Sans", sans-serif;
}

.tax-tooltype .site-main {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}

.post-type-archive-toolkit .nav-below a,
.post-type-archive-toolkit #nav-below a {
    color: var(--red);
}

.page-numbers.current {
    font-family: 'Anton', san-serif;
}

@media (max-width: 1200px) {

    .toolkits-archive .toolkit-card,
    .tax-tooltype .toolkit-card {
        background-color: var(--purple) !important;
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);

    }
}

@media (max-width: 782px) {

    .toolkits-archive .toolkit-card,
    .tax-tooltype .toolkit-card {
        background-color: var(--purple) !important;
        min-width: 100%;
        max-width: 100%;

    }

    .post-type-archive-toolkit .site-main,
    .tax-tooltype .site-main {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

/* ---------------
5.9 TOOLKIT SINGLE
----------------- */
.single-toolkit .dkblue-block {
    padding: 60px 80px 80px 80px;
}

.single-toolkit .dkblue-block h1 {
	margin-bottom: 0;
    text-align: center;
}

.single-toolkit .purple-block.meta {
    margin: -100px 80px 0 80px;
    padding: 20px 40px;
}

.single-toolkit .purple-block p {
    font-family: "Anton", sans-serif;
    font-weight: light;
    font-size: 1.4em;
    margin-bottom: 5px;
    text-align: left;
}

.single-toolkit .dkblue-block.meta {
    margin: 0px 80px 40px 80px;
    padding: 40px;
}

.single-toolkit .dkblue-block.meta .title {
	font-weight: bold;
}

.single-toolkit .content {
    margin-left: 80px;
    margin-right: 80px;
}

.single-toolkit .pdf-link-wrap {
    /* align-items: center; */
	background-color: var(--red);
	color: white;
    /* display: flex;
    flex-direction: column; 
    justify-content: center; */
    margin: 40px auto;
	padding: 20px 30px 10px 25px;
	text-align: center;
	text-decoration: none;
}

.single-toolkit .pdf-link-wrap:hover {
	background-color: var(--blue);
}

.single-toolkit .pdf-link-wrap img {
	height: 30px;
	margin-right: 10px;
}

.single-toolkit .pdf-link-wrap span {
    font-size: 1.5em;
}

@media (min-width: 1200px) {

    .single-toolkit .blue-block {
        max-width: 1120px;
        margin: auto;
    }
}

@media (max-width: 782px) {
    .single-toolkit .dkblue-block {
        padding: 60px 40px 100px 40px;
    }

    .single-toolkit .blue-block.meta {
        margin: -160px 0px 40px 0px;
        padding: 40px;
    }

    .single-toolkit .content {
        margin: 0px;
    }
}

/* ---------------
5.10 SINGLE BLOG POSTS
----------------- */
.single .site-main {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
    padding: 0px 40px;
}

.single .site-main .featured-image,
.single .site-main footer.entry-meta {
    display: none;
}

@media (max-width: 782px) {
    .single .inside-article {
        padding: 0px;
    }
}

/* ---------------
5.11 RESOURCES PAGE
----------------- */
.home-latest-posts.resources .content{
	width: 100%;
}
.home-latest-posts.resources .latest-post{
	border-top: 2px lightgray solid;
	border-bottom: none;
}
.home-latest-posts.resources .latest-post:last-child{
		border-bottom: 2px lightgray solid;
	padding-bottom: 20px;

}
.home-latest-posts.resources .latest-post .meta{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.home-latest-posts.resources .latest-post p{
	margin-bottom: 10px;
	margin-top: 5px;
}
.home-latest-posts.resources .latest-post h2 + p{
	margin-bottom: 0px
}
.home-latest-posts.resources .latest-post h2{
	font-size: 1.4em;
}
.post-996 hr{
	margin: 10px 0px;
}
/* ---------------
6. FOOTER
----------------- */
.site-footer .wp-block-group__inner-container {
    padding: 10px 20px;
}

.site-footer img {
    padding-bottom: 0px;
}

.site-footer p {
    margin-bottom: 0px;
}

.site-footer p a {
    color: white;
    text-decoration: none;
}
.site-footer .wp-block-columns{
	margin-bottom: 0px;
}
@media (max-width: 782px) {
    .site-footer .wp-block-group__inner-container {
        padding-left: 40px;
        padding-right: 40px;
    }

}