.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/*= General =================== */

/** General >> Pages **/
.pages {
	box-shadow: 0 -30px 20px 10px rgba(58, 58, 58, 0.13) !important;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(252, 254, 243)) !important;
	padding: 60px !important;
	margin-top: -18rem !important;
	margin-bottom: 0 !important;
	position: relative !important;
	z-index: 5000 !important;
}

/** General >> LIST **/
.wp-block-list {
	padding-left: 25px !important;
}

/** General >> Inside - Banner Cover **/
.insidebanner .wp-block-cover {
	-webkit-mask-image: url("/wp-content/uploads/2025/09/brush-b.svg") !important;
	mask-image: url("/wp-content/uploads/2025/09/brush-b.svg") !important;
	-webkit-mask-position: center bottom !important;
	mask-position: center bottom !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: cover !important;
	mask-size: cover !important;
	margin-top: -30px !important;
	margin-bottom: -500px !important;
	top: -230px !important;
}

/** General >> ACF oEmbed **/
.acf-oembed {
	width: 100% !important;
}

/** General >> Group **/
.media-outlet .wp-block-group {
	/* MT [ google_font: 1 ] */
	font-family: 'Libre Franklin' !important;
	margin-top: 20px !important;
	border-top: 1px solid rgb(116, 116, 116) !important;
}

/** General >> Resource Menu Wrapper **/
.search-filter-field--input-type-button #search-filter-input-button-group-0 {
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

/** General >> Resource-links **/
.resource-links .wp-block-post {
	border: 2px solid rgba(167, 182, 188, 0.61) !important;
}

/** General >> Resource-links (:hover) **/
.resource-links .wp-block-post:hover {
	background-color: rgba(189, 213, 225, 0.18) !important;
	border: 2px solid rgb(189, 213, 225) !important;
}

/** General >> Home Hero Banner container **/
.home-banner .wp-block-cover__inner-container {
	margin-bottom: 0 !important;
	position: relative !important;
	z-index: 10000 !important;
}

/** General >> Organization Link Height **/
.resources-organizations .tw-stretched-link {
	height: 100% !important;
	border-radius: 1rem !important;
}

/** General >> Resources organizations **/
.wp-block-post-template-is-layout-grid .resources-organizations {
	background-color: rgb(255, 255, 255) !important;
	border-radius: 1rem !important;
}

/** General >> Resources organizations (:hover) **/
.wp-block-post-template-is-layout-grid .resources-organizations:hover {
	box-shadow: 0 0 10px 0 rgba(11, 11, 11, 0.2) !important;
}

/** General >> Pagenation current **/
.newsgrid-pagenation .current {
	color: rgb(191, 191, 191) !important;
	text-decoration: none !important;
	background-color: rgba(243, 130, 48, 0.08) !important;
	padding: 15px !important;
	margin: 5px !important;
	border: 1px solid rgb(243, 130, 48) !important;
}

/** General >> Pagenation Link **/
.newsgrid-pagenation a {
	color: rgb(191, 191, 191) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	padding: 15px !important;
	margin: 5px !important;
	border: 1px solid rgb(243, 130, 48) !important;
}

/** General >> Pagenation Link (:hover) **/
.newsgrid-pagenation a:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(243, 130, 48) !important;
}

/** General >> List item **/
.wp-block-list li {
	margin-top: 15px !important;
}

/** General >> CiviCRM signup numbers **/
.join-the-movement-icon-group > div:nth-of-type(2) {
	color: rgb(41, 137, 51) !important;
	font-size: 2.5rem !important;
	font-weight: 800 !important;
	margin-top: 1rem !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Navigation submenu container **/
#modal-1-content .wp-block-navigation__submenu-container {
	background-color: rgba(255, 255, 255, 0.77) !important;
	width: 100% !important;
}

/** General >> Inside Heading H2 **/
.menu-inside h2 a {
	text-decoration: none !important;
}

/** General >> Menu inside **/
.menu-inside {
	-webkit-flex-wrap: nowrap !important;
	-moz-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

/** General >> Resource main menu wrap **/
.bigcontentwrapper .resource-main-menu-wrap {
	background-color: rgb(255, 242, 177) !important;
	padding: 40px 60px 40px 60px !important;
	margin-top: -90px !important;
	margin-right: -60px !important;
	margin-left: -60px !important;
	border-bottom: 1px solid rgb(154, 154, 154) !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

/** General >> Search filter choice **/
.resource-main-menu-wrap .wp-block-search-filter-choice {
	min-width: 100% !important;
	margin-bottom: 0 !important;
}

/** General >> Inner Page Cover header inner **/
.insidebanner .wp-block-cover__inner-container {
	padding-bottom: 8rem !important;
}

/** General >> Toolkit - image left **/
.toolkit-image-left img {
	height: 100% !important;
	object-fit: cover !important;
	border-top-left-radius: 2rem !important;
	border-bottom-left-radius: 2rem !important;
	position: relative !important;
}

/** General >> Toolkit - image left - wrap **/
.toolkit-image-left .wp-block-media-text__media {
	object-fit: cover !important;
	position: relative !important;
}

/** General >> Toolkit Image Right **/
.toolkit-image-right img {
	height: 100% !important;
	object-fit: cover !important;
	border-top-right-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
	position: relative !important;
}

/** General >> News - Post featured image **/
.news .wp-block-post-featured-image {
	height: 200px !important;
	padding: 0 !important;
	border-bottom: 1px solid rgb(191, 191, 191) !important;
}

/** General >> News Query Font Awesome Wrap **/
.news .wp-block-font-awesome-icon {
	height: 18px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** General >> News Query Font Awesome **/
.news .svg-inline--fa {
	color: rgb(117, 117, 117) !important;
}

/** General >> News Query Grid Content **/
.news .is-layout-flow > div:nth-of-type(2) {
	padding: 20px !important;
}

/** General >> News Query Post **/
.news li > .wp-block-group {
	padding: 0 !important;
}

/** General >> News Query Image **/
.news img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	position: relative !important;
}

/** General >> Featured Image **/
.featured .news img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 15px !important;
	position: relative !important;
}

/** General >> News Post **/
.news .wp-block-post {
	background-color: rgb(255, 255, 255) !important;
	height: 100% !important;
	border: 1px solid rgb(149, 149, 149) !important;
	border-radius: 15px !important;
}

/** General >> News Post (:hover) **/
.news .wp-block-post:hover {
	box-shadow: 0 0 10px 0 rgba(11, 11, 11, 0.2) !important;
	border-width: 1px !important;
}

/** General >> News Query Font Awesome Moved 1 **/
.news .svg-inline--fa {
	font-size: 14px !important;
}

/** General >> News - Paragraph **/
.news .media-outlet p {
	color: rgb(117, 117, 117) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}


/*= Header ==================== */

/** Header >> Header logo text link **/
.actbig-logo-grid h2 a {
	font-size: 13px !important;
	text-decoration: none !important;
}


/*= Mobile Menu =============== */

/** Mobile Menu >> Mobile Close Toggle **/
#nav-2 .wp-block-navigation__responsive-container-close {
	color: rgb(255, 255, 255) !important;
	z-index: 500000 !important;
}

/** Mobile Menu >> Details **/
.wp-container-core-group-is-layout-74db2ca6 .wp-block-details {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Mobile Menu >> Mobile Menu Summary (:hover) **/
.wp-block-details summary:hover {
	background-color: rgb(251, 246, 232) !important;
}

/** Mobile Menu >> Mobile Menu Summary **/
.wp-block-details summary {
	color: rgb(59, 59, 59) !important;
	font-size: 1.3rem !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	text-align: center !important;
	background-color: rgb(252, 237, 196) !important;
	width: 100% !important;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
	border-radius: 10px !important;
}

/** Mobile Menu >> Mobile Menu Link (:hover) **/
.mobile-menu a:hover {
	background-color: rgb(251, 246, 232) !important;
}

/** Mobile Menu >> Mobile Link Wrap **/
.mobile-menu > p {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** Mobile Menu >> Mobile Menu Link **/
.mobile-menu a {
	color: rgb(59, 59, 59) !important;
	font-size: 1.3rem !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	text-align: center !important;
	background-color: rgb(252, 237, 196) !important;
	width: 100% !important;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
	border-radius: 10px !important;
}

/** Mobile Menu >> Mobile Menu details sub **/
.mobile-menu details p {
	color: rgb(255, 255, 255) !important;
	font-weight: 600 !important;
	text-align: center !important;
	margin-top: 1rem !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Mobile Menu >> Mobile Menu - Submenu **/
.wp-block-details a {
	color: rgb(59, 59, 59) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	text-align: center !important;
	background-color: rgb(254, 245, 220) !important;
	width: 100% !important;
	padding-top: .4rem !important;
	padding-bottom: .4rem !important;
	border-radius: 10px !important;
}


/*= Menu Inside =============== */

/** Menu Inside >> Menu - Inside - navigation item **/
.menu-inside .has-medium-font-size .wp-block-navigation-item__content {
	padding: 15px 20px 15px 20px !important;
}

/** Menu Inside >> Menu - Inside - navigation item (:hover) **/
.menu-inside .has-medium-font-size .wp-block-navigation-item__content:hover {
	color: rgb(33, 33, 33) !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
	padding: 14px 19px 14px 19px !important;
	border: 1px solid rgb(108, 108, 108) !important;
}

/** Menu Inside >> Menu - Inside - Submenu - Container **/
.menu-inside .has-medium-font-size .wp-block-navigation__submenu-container {
	background-color: rgba(255, 255, 255, 0.49) !important;
	width: 100% !important;
}


/*= ToolKit =================== */

/** ToolKit >> Toolkit - Network Group Link **/
.network-group a {
	text-decoration: none !important;
}

/** ToolKit >> Toolkit - Network group item (:hover) **/
.network-group:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14) !important;
}

/** ToolKit >> Toolkit - image right - wrap **/
.toolkit-image-right .wp-block-media-text__media {
	height: 100% !important;
	position: relative !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> Pages **/
	.pages {
	margin-top: -400px !important;
}

	/** General >> Inside - Banner Cover **/
	.insidebanner .wp-block-cover {
	min-height: 500px !important;
	margin-bottom: -75px !important;
}

	/** General >> ACF oEmbed **/
	.acf-oembed {
	margin-top: -400px !important;
}

	/** General >> Home Hero Banner container **/
	.home-banner .wp-block-cover__inner-container {
	margin-bottom: -20px !important;
}

	/** General >> Post title **/
	.insidebanner .wp-block-post-title {
	font-size: 50px !important;
}

	/** General >> Inner Page Cover header inner **/
	.insidebanner .wp-block-cover__inner-container {
	padding-bottom: 2rem !important;
}

}


/*( < 980 )*/
@media (max-width: 979.98px) {
	/** General >> Pages **/
	.pages {
	padding: 40px !important;
}

	/** General >> Inside - Banner Cover **/
	.insidebanner .wp-block-cover {
	margin-bottom: -30px !important;
}

	/** General >> ACF oEmbed **/
	.acf-oembed {
	padding: 40px !important;
}

	/** General >> Post title **/
	.insidebanner .wp-block-post-title {
	font-size: 40px !important;
	padding-right: 4rem !important;
	padding-left: 4rem !important;
}

	/** General >> Resource main menu wrap **/
	.bigcontentwrapper .resource-main-menu-wrap {
	margin-right: -40px !important;
	margin-left: -40px !important;
}

	/** General >> Toolkit - image left - wrap **/
	.toolkit-image-left .wp-block-media-text__media {
	height: 100% !important;
}

	/** ToolKit >> Toolkit - Network grid **/
	.network-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

}


/*( < 890 )*/
@media (max-width: 889.98px) {
	/** ToolKit >> Toolkit - Video Grid **/
	.videorow-3 {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto auto auto !important;
}
.videorow-3 > :nth-child(3) {
	grid-area: 2 / 1 / 3 / 2 !important;
}
.videorow-3 > :nth-child(4) {
	grid-area: 2 / 2 / 3 / 3 !important;
}
.videorow-3 > :nth-child(5) {
	grid-area: 3 / 1 / 4 / 2 !important;
}

	/** General >> Join the Movement banner header **/
	.join-movement-left-column .wp-block-heading {
	font-size: 2.5rem !important;
}

}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Pages **/
	.pages {
	margin-top: -500px !important;
}

	/** General >> Inside - Banner Cover **/
	.insidebanner .wp-block-cover {
	margin-bottom: -15px !important;
}

	/** General >> ACF oEmbed **/
	.acf-oembed {
	margin-top: -300px !important;
	top: -125px !important;
}

	/** General >> Dashboard Grid **/
	.dashboard .wp-block-group-is-layout-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto !important;
}
.dashboard .wp-block-group-is-layout-grid > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}

	/** General >> Home Hero Banner container **/
	.home-banner .wp-block-cover__inner-container {
	margin-bottom: 20px !important;
}

	/** General >> Post title **/
	.insidebanner .wp-block-post-title {
	font-size: 35px !important;
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

	/** General >> Join the Movement banner header **/
	.join-movement-left-column .wp-block-heading {
	margin-bottom: 0 !important;
}

	/** General >> Resource main menu wrap **/
	.bigcontentwrapper .resource-main-menu-wrap {
	margin-top: -110px !important;
}

	/** General >> Pagesmobiletitle **/
	.pagesmobiletitle {
	font-size: 2.2rem !important;
	font-weight: 800 !important;
}

	/** General >> Toolkit - image left **/
	.toolkit-image-left img {
	border-top-right-radius: 2rem !important;
	border-bottom-left-radius: 0 !important;
}

	/** General >> Toolkit Image Right **/
	.toolkit-image-right img {
	border-top-left-radius: 2rem !important;
	border-bottom-right-radius: 0 !important;
}

	/** General >> Featured Image **/
	.featured .news img {
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 0 !important;
}

	/** Header >> Header logo text link **/
	.actbig-logo-grid h2 a {
	font-size: 11px !important;
}

	/** Header >> Header Image wrap **/
	.actbig-logo-grid .wp-block-image {
	max-width: 30% !important;
}

	/** Footer >> Footer Fontawesome Group **/
	.fontawesome .wp-block-group {
	display: grid !important;
	justify-items: center !important;
}
.fontawesome .wp-block-group > :nth-child(1) {
	grid-area: 1 / 2 / 2 / 3 !important;
}
.fontawesome .wp-block-group > :nth-child(2) {
	grid-area: 1 / 3 / 2 / 4 !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Pages **/
	.pages {
	padding: 30px !important;
	margin-top: -500px !important;
}

	/** General >> Inside - Banner Cover **/
	.insidebanner .wp-block-cover {
	min-height: 400px !important;
	margin-bottom: -5px !important;
}

	/** General >> ACF oEmbed **/
	.acf-oembed {
	padding: 30px !important;
	margin-top: -250px !important;
}

	/** General >> Dashboard Buttons **/
	.dashboard .wp-block-buttons {
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** General >> Home Hero Banner container **/
	.home-banner .wp-block-cover__inner-container {
	margin-bottom: -25px !important;
}

	/** General >> Post title **/
	.insidebanner .wp-block-post-title {
	font-size: 22px !important;
	line-height: 1em !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

	/** General >> Join the Movement banner header **/
	.join-movement-left-column .wp-block-heading {
	font-size: 2rem !important;
}

	/** General >> Inside Heading H2 **/
	.menu-inside h2 a {
	font-size: 10px !important;
}

	/** General >> Resource main menu wrap **/
	.bigcontentwrapper .resource-main-menu-wrap {
	padding: 20px !important;
	margin-right: -30px !important;
	margin-left: -30px !important;
}

	/** General >> Pagesmobiletitle **/
	.pagesmobiletitle {
	font-size: 1.5rem !important;
}

	/** ToolKit >> Toolkit - Network grid **/
	.network-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto !important;
}
.network-grid > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}

	/** ToolKit >> Toolkit - Video Grid **/
	.videorow-3 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto auto auto auto !important;
}
.videorow-3 > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}
.videorow-3 > :nth-child(3) {
	grid-area: 3 / 1 / 4 / 2 !important;
}
.videorow-3 > :nth-child(4) {
	grid-area: 4 / 1 / 5 / 2 !important;
}
.videorow-3 > :nth-child(5) {
	grid-area: 5 / 1 / 6 / 2 !important;
}

	/** Footer >> WP container core group is layout b757edec **/
	.wp-block-column-is-layout-flow .wp-container-core-group-is-layout-b757edec {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto !important;
}
.wp-block-column-is-layout-flow .wp-container-core-group-is-layout-b757edec > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}

}

