/*
Theme Name: Seraphim X
Theme URI: https://github.com/akosiraffytot/seraphim-x
Description: This is the sample theme created for the Genesis Framework.
Author: Rafael Mendoza
Author URI: https://github.com/akosiraffytot

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: seraphimx
Requires at least: 5.4
Requires PHP: 5.6
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Variables
--------------------------------------------- */
:root  {

	/* font-size */
	--fs-sm: clamp(0.7rem, 0.09vi + 0.68rem, 0.75rem);
	--fs-base: clamp(0.88rem, 0.22vi + 0.83rem, 1rem);
	--fs-md: clamp(1.09rem, 0.42vi + 1rem, 1.33rem);
	--fs-lg: clamp(1.37rem, 0.71vi + 1.21rem, 1.78rem);
	--fs-xl: clamp(1.71rem, 1.15vi + 1.45rem, 2.37rem);
	--fs-xxl: clamp(2.14rem, 1.78vi + 1.74rem, 3.16rem);
	--fs-xxxl: clamp(2.67rem, 2.68vi + 2.07rem, 4.21rem);
}

/* Selection Text
--------------------------------------------- */

::-moz-selection {
	color: #fff;
	background: #ff7601;
}

::selection {
	color: #fff;
	background: #ff7601;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #67717D;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625; 
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.wp-block-button .wp-block-button__link,
.gallery img {
	transition: all 0.2s ease-in-out;
	border-radius: 4px;
}

a {
	color: #492B5E;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: underline;
	color: #693E86;
}

a.link-alt {
	color: #67717D;
}

a.link-nostyle {
	color: inherit;
}

a.link-alt:focus,
a.link-alt:hover {
	text-decoration: none;
	color: #693E86;
}

a.link-nostyle:focus,
a.link-nostyle:hover {
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #693E86;
	font-family: 'Tienne', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
	border-radius: 8px;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-alt,
.wp-block-button .wp-block-button__link {
	background-color: #693E86;
	border: 1px solid #693E86;
	color: #fff;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 4px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.button-alt:focus,
.button-alt:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover {
	background-color: #E4D7EC;
	color: #693E86;
	text-decoration: none;
}

.wp-block-buttons > .wp-block-button:not(:last-child) {
	margin-right: 10px;
}

.button {
	display: inline-block;
}


.button-alt-purple {
	background-color: #E4D7EC;
	color: #693E86;
	text-decoration: none;
	width: 100%;
}

.button-alt-purple:hover,
.button-alt-purple:focus {
	background-color: #693E86;
	border: 1px solid #693E86;
	color: #fff;
}


.button-alt {
	background-color: #FFCF51;
	border: 1px solid #492B5E;
	color: #492B5E;
}

.button-alt:hover,
.button-alt:focus {
	background-color: #FFF5DA;
	color: #492B5E;
}

.button-alt-green {
	background-color: #52840F;
	border: 1px solid #52840F;
	color: #fff;
}

.button-alt-green:hover,
.button-alt-green:focus {
	background-color: #F2FCE4;
	color: #52840F;
}

.button:not(:last-child) {
	margin-right: 5px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.btn-block {
	width: 100%;
  	display: block;
}


a.button.btn-arrow span,
.wp-block-button.btn-arrow a.wp-block-button__link {
	position: relative;
}

a.button.btn-arrow span::after,
.wp-block-button.btn-arrow a.wp-block-button__link::after {
	position: absolute;
	width: 100%;
	display: none;
	line-height: 1;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	content: "\f061";
}

.btn-arrow .fa-f061 {
	margin-left: 0.75em;
}

.primary-button .wp-block-button__link {
	font-size: 21px;
	padding: 0.75em 1.25em;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}

.primary-button-yellow.wp-block-button .wp-block-button__link {
	background-color: #FFCF51;
	border: 1px solid #492B5E;
	color: #492B5E;
}

.primary-button-yellow.wp-block-button .wp-block-button__link:is(:hover,:focus) {background-color: #FFF5DA}
	

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: auto;
	width: 100%;
	word-break: normal;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 300;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Content
--------------------------------------------- */

	.content {
		float: left;
		width: 62.34887737478411%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box {
	background-color: #f5f5f5;
	padding: 30px;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
}

.breadcrumb a {
	color: #FFF;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive .entry-footer {
	display: none;
}

.archive .entry {
	border-bottom: 1px dotted #cecece;
	padding-bottom: 0;
	margin-bottom: 0;
}

.archive .entry:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	color: #693e86;
	margin-bottom: 8px;
}

.archive .entry-title,
.single .entry-title {
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #333;
}

.archive .entry-title a:hover,
.archive .entry-title a:focus {
	color: #205b92;
}

.widget-title {
	font-size: 28px;
	font-size: var(--fs-lg);
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.widget-subtext {
	font-family: 'Nunito Sans';
	font-weight: 600;
	color: #00728d;
	font-size: 26px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

.sidebar .widget-title {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 16px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: auto;
}

.wp-block-group {
	padding-top: 60px;
	padding-top: min(60px, 5%);
	padding-bottom: 60px;
	padding-bottom: min(60px, 5%);
}

.wp-block-group.alignfull > .wp-block-group__inner-container {
	max-width: 1400px;
	padding: 0 4.16666666666667%;
	margin: 0 auto;
}

.wp-block-group.has-bg {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* .entry-content .wp-block-group:last-of-type {
	padding-bottom: 0;
} */

.entry-content .wp-block-cover, 
.entry-content .wp-block-cover-image {
	width: auto;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widge-title {
	line-height: 1;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	text-align: left;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	z-index: 99;
	transition: opacity 0.4s ease-in-out;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.genesis-nav-menu .sub-menu a {
	background-color: #FFF;
	border-top: 0;
	color: #293031;
	font-size: 16px;
	position: relative;
	word-wrap: break-word;
	padding: 15px 13px;
	text-transform: capitalize;
	font-weight: 300;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 250px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		background-color: #FFF;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .no-click {
	cursor: pointer;
}

.genesis-nav-menu .no-click > a {
	pointer-events: none;
	cursor: pointer;
}

/* Header Menu
--------------------------------------------- */

/* Footer Menu
--------------------------------------------- */

/* Go Top Link
--------------------------------------------- */

.gotop{font-size: 18px;line-height: 1;position:fixed;bottom:30px;right:30px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:99;color:#fff;width:46px;height:46px;display:inline-block;background-color:rgba(82, 132, 15, 0.7);text-align:center;padding:14px 10px;border-radius: 4px;}
.gotop:active,.gotop:hover{cursor:pointer;background:rgba(82, 132, 15, 1)}
.gotop.show{opacity:1;visibility:visible}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

/* .entry {
	margin-bottom: 60px;
} */

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.no-bullet {
	padding-left: 0;
}

.entry-content ul.no-bullet > li {
	padding-left: 0;
}

.entry-content ul.no-bullet > li {
	list-style-type: none;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-header .entry-meta a {
	font-weight: 300;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #205b92;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Featured Stories Page */
.story-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.story-section {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 320px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.story-section:hover {
  transform: translateY(-5px);
}

.story-image img {
  width: 100%;
  height: auto;
  display: block;
}

.story-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 16px;
  text-transform: uppercase;
  color: #333;
}

.card-meta {
  font-size: 12px;
  color: #888;
  margin: 0 16px;
}

.card-meta span {
  color: #00bcd4;
  font-weight: 500;
}

.story-card-title-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 16px;
  color: #555;
}

.story-image img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    margin-bottom: 10px;
}


.button {
  background-color: #00bcd4;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  margin: 16px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0097a7;
}


/* End Featured Stories Page */

/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	float: right;
	padding-top: 10px;
	width: 32.38341968911917%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Before Footer Widgets
---------------------------------------------------------------------------- */
.sanfilippo-before-footer {
	padding-top: 60px;
	padding-top: min(60px, 10vw);
}

.before-footer .frm_style_formidable-style.with_frm_style .form-field {
	padding-top: 0;
  	margin: auto 0;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ebe5ef;
	clear: both;
	color: #616870;
	padding: 60px 0;
	font-size: 14px;
}

.footer-widgets .wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.footer-widget-area {
	flex-grow: 1;
	margin-right: 3%;
}

.footer-image {
	margin-bottom: 1em;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	flex-basis: 25%;
}

.footer-widgets-4 {
	margin-right: 0;
}

.footer-widgets a {
	color: #616870;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #5E3879;
	text-decoration: none;
}

.footer-widgets ul > li {
	margin-bottom: 8px;
	margin-left: 0;
}

.footer-widgets .widget-title {
	font-size: 28px;
	color: #492B5E;
	font-weight: 400;
	letter-spacing: 1px;
}

/* footer social icons */
.contact-social-icon h3.widget-title {
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 0.75rem;
	font-size: 22px;
}

.footer-widget ul.social-icon-list {
	padding-left: 0;
}

.footer-widget ul.social-icon-list.social-icon-blk li{
	display: inline-block;
	padding: 0;
}

.footer-widget ul.social-icon-list li a {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.footer-widget ul.social-icon-list.social-icon-blk li a{
	color: #fff;
}

.footer-widget ul.social-icon-list.social-icon-blk li a svg.fa-inverse {
	color: #616870;
}

.footer-widget ul.social-icon-list.social-icon-blk li a:is(:hover, :focus){
  	color: #492B5E;
}

.footer-widget ul.social-icon-list.social-icon-blk li a:is(:hover, :focus) svg.fa-inverse {
	color: #fff;
}

.footer-widgets ul > li.menu-item a {
	position: relative;
	margin-left: -1em;
	padding-left: 1em;
}

.footer-widgets ul > li.menu-item a::before {
	position: absolute;
	width: 100%;
	display: none;
	line-height: 1;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
}

.footer-widgets ul > li.menu-item a .svg-inline--fa {
	margin-right: 0.5em;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #693E86;
	color: #FFF;
	font-size: 14px;
	padding: 13px 0;
}

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

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #e4d7ec;
	text-decoration: none;
}

.credit-footer-links a {
	margin: 0 8px;
}

.credit-footer-links a:last-child {
	margin-right: 0;
}

.credit-footer-links a.social-link {
	font-size: 16px;
}

/* Custom Styles
---------------------------------------------------------------------------- */

.content-width-medium {
	max-width: 768px;
	margin: 0 auto;
}

.content-width-large {
	max-width: 960px;
	margin: 0 auto;
}

.has-bg {
	background-color: #F8F8F8;
}

.has-bg-alt {
	background-color: #693E86;
}

.has-bg-light {
	background-color: #EBE5EF;
}

.has-nopadding {
	padding: 0 !important;
}

.has-nopadding-top {
	padding-top: 0 !important;
}

.has-nopadding-bottom {
	padding-bottom: 0 !important;
}

.has-nomargin-top {
	margin-top: 0 !important;
}

.has-nomargin-bottom {
	margin-bottom: 0 !important;
}

.text-align--left { text-align: left; }

.text-align--right { text-align: right; }

.text-align--center { text-align: center; }

.has-font-alt {
	font-family: 'Tienne', serif;
	font-weight: 600;
}

.grid-gap-lg.is-layout-grid {
	gap: min(2em, 4.65116279069767%) !important;
}

.grid-gap-md.is-layout-grid {
	gap: min(1em, 4.65116279069767%) !important;
}

/* Homepage
--------------------------------------------- */

.home-widget-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-widget-area .widget {
	margin-bottom: 80px;
}

.home-widget-area.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.home-widget-area.padding-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Homepage section*/

.home-section-content {
    margin-bottom: 30px;
}

.hero-section-blog.hero-section-card {
    padding: 0;
    box-shadow: 0 5px 6px -4px rgba(0, 0, 0, 0.25);
    display: flex;
  	flex-direction: column;
}

.hero-section-blog img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	height: 267px;
}

.hero-section-blog-content {
    padding: 0 20px 20px;
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.blog-title {
    text-align: left;
}

.hero-section-blog-content p.card-title-text {
    text-align: left;
}

.blog-meta{
    justify-content: space-between;
}

.badge-btn {
    background-color: #E4D7EC;
    color: #693E86;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: .375rem .75rem;
  	border-radius: .25rem;
    margin-bottom: 1em;
    position: relative;
	font-size: 1rem;
}

.home-badge.badge-btn::before {
    content: "\2605";
    font-weight: 900;
    font-size: 1rem;
    margin-right: .5rem;
    position: relative;
    
}

.home-section-centered {
    display: flex;
    justify-content: center;
	text-align: -webkit-center;
}

.widget-title.xlarge {
    font-size: 42px;
	font-size: var(--fs-xxl);
}


.event-slider-wrapper{
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 6px -2px;
    padding: 2rem;
    border-radius: 16px;
	background-color: #fff;
	max-width: 1100px;
	margin: auto;
}


.title-text.small{
	font-size: 12px; 
	color: #666; 
	margin: 0.5rem 0;
}

.event-image img
{
	width: 100%; 
	border-radius: 12px;
	-o-object-fit: cover;
	   object-fit: cover;
	max-height: 600px;
  	aspect-ratio: 1/1;
}

p.card-title-text.small {
    font-size: 14px;
    min-height: 90px;
}

.hero-section-help:hover{
    background: #693E86;
	transition: all 0.2s ease-in-out;
}

.hero-section-help:hover a, .hero-section-help:hover p, .hero-section-help:hover h3 {
    color: #fff;
	text-decoration: none;
}

input#search {
    border-radius: 15px;
    width: 250px;
    height: 30px;
}

.custom-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    display: flex;
    gap: 40px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.custom-menu .sub-menu li {
    border-bottom: 1px solid #eee;
}

li.custom-menu a:hover, li.custom-menu a:active, li.custom-menu a:visited, li.custom-menu a:link{
box-shadow: none !important;
}

/* li.donate-button.menu-item  {
    background-color: #ff7602 !important;
    border-radius: 50px;
} */

li.donate-button.menu-item a {
    color: #fff !important;
	border: 1px solid #693E86;
	background-color: #693E86;
	border-radius: 4px;
  	padding: 0.75em 1.25em;
	text-decoration: none;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
	transition: background-color 0.2s ease-in-out;
}

li.donate-button.menu-item a:hover{
	color: #693E86 !important;
	background-color: #e4d7ec;
}


/* Misc */
.fa-stack.small {
    font-size: 0.5em;
}

i {
vertical-align: middle;
}

.card-title-link {
	color: #693E86;
}

.hero-section-help:hover .card-title-link {color: #fff}
.hero-section-help:hover .card-title-link .fa-inverse {
	color: #693E86;
}


.home .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important;
}

.home .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width;
}

.home .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.home-widget-title.widget-title {
	font-size: 48px;
	font-size: var(--fs-xl);
}
 
.custom-gallery-figcaption.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 18px;
	background-color: rgba(51,51,51,0.8);
	border-radius: 0 0 8px 8px;
}

/* Inner page Notes */

.notebox {
	padding: 20px 15px !important;
	border-radius: 5px;
	background-color: #F2FCE4;
	border: 1px solid #47720D;
	margin: 2em;
	margin: 0 clamp(1em, 3%, 2em);
	margin-bottom: 28px;
	word-break: break-word;
}

.notebox .notebox-title {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.2;
}

.notebox .notebox-title {
	color: #314F09;
}

.notebox .notebox-title .svg-inline--fa {
	margin-right: 5px;
}

.notebox .notebox-content:last-child {
	margin-bottom: 0;
}

/* Query Loop for archive page
--------------------------------------------- */
.wp-block-post-excerpt__more-text {margin-top: 1.5em !important;}
.wp-block-post-excerpt__more-link {
	padding: .5em 1em;
	background: #FFCF51;
	border: 1px solid #FFCF51;
	border-radius: 4px;
	color: #492B5E;
	transition: background-color 0.2s ease-in-out;
	position: relative;
}

.wp-block-post-excerpt__more-link::after {
	position: absolute;
	width: 100%;
	display: none;
	line-height: 1;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	content: "\f061";
}

.wp-block-post-excerpt__more-link .fa-f061 {
	margin-left: 0.5em;
}

.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus {
	color: #492B5E;
	background-color: #FFF5DA;
	text-decoration: none;
}

.entry-content ul > li.wp-block-post {
	list-style-type: none;
}

/* Misc Styles
---------------------------------------------------------------------------- */

/* flex gutters */

.flex-gutter-large.wp-block-columns-is-layout-flex {
	gap: 20% !important;
}

.gutter-size-sm.is-layout-flex {
	margin: 0 -20px;
}
	
.gutter-size-sm.is-layout-flex .wp-block-column  {
	padding: 0 20px;
}

.gutter-size-md.is-layout-flex {
	margin: 0 -30px;
}
	
.gutter-size-md.is-layout-flex .wp-block-column  {
	padding: 0 30px;
}

.gutter-size-lg.is-layout-flex {
	margin: 0 -40px;
}
	
.gutter-size-lg.is-layout-flex .wp-block-column  {
	padding: 0 40px;
}

/* Round borders */
.round-borders-sm {
	border-radius: 0.25rem !important;
}

.round-borders-md {
	border-radius: .5rem !important;
}

.round-borders-lg {
	border-radius: 1rem !important;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1080px) {
	.footer-widget-area {
		width: 54%;
		margin-right: 2%;
	}

	.footer-widgets-1
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 15%;
	}
}

@media only screen and (max-width: 1024px) {
	.home-widget-area {
		padding-top: 5.859375%;
		padding-bottom: 5.859375%;
	}

	/* footer widget */
	.footer-widget-area {
		margin-right: 3%;
	}

	.footer-widget-area:last-child {
		margin-right: 0%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 20%;
	}
}

@media only screen and (max-width: 860px) {
	
}

@media only screen and (max-width: 781px) {
}

@media only screen and (max-width: 768px) {

	/* switch cols order on mobile */
	.switch-col-onmobile.wp-block-columns .wp-block-column:first-child {
		order: 2;
	}

	.switch-col-onmobile.wp-block-columns .wp-block-column:last-child {
		order: 1;
	}

	/* before-footer */
	.sanfilippo-before-footer .home-section-tile {
		text-align: center;
	}

	/* switch cols order on mobile */

	.flex.switch-col-onmobile .col:first-child,
	.switch-col-onmobile.wp-block-columns .wp-block-column:first-child {
		order: 2 !important;
		margin-bottom: 0;
	}

	.flex.switch-col-onmobile .col:last-child,
	.switch-col-onmobile.wp-block-columns .wp-block-column:last-child {
		order: 1 !important;
		margin-bottom: 30px;
	}

	/* footer widget */

	.footer-widgets .wrap {
		flex-direction: column;
		text-align: center;
	}

	.footer-widgets-1, .footer-widget-area {
		width: 100%;
		flex-basis: 100%;
		margin-left: 0;
		margin-bottom: 5.859375%;
		text-align: center;
	}

}

@media only screen and (max-width: 767px) {
	.wp-block-group.grid-layer {
    padding-top: 50px !important;
	}
}

@media only screen and (max-width: 640px) {
	.site-footer p {
		flex-basis: 100%;
		width: 100%;
		text-align: left;
	}

	.site-footer p:first-child {
		margin-bottom: 0.25em;
	}
}	

@media only screen and (max-width: 540px) {

	/* homepage spacing on mobile */
	.home-widget-area .widget,
	.home-section-content {
		margin-bottom: 4.65116279069767%;
	}
	.sanfilippo-home-section-wrapper:where(.home-section-four-wrapper, .home-section-six-wrapper, .home-section-seven-wrapper) .home-widget-title.widget-title {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 412px) {
}

@media only screen and (max-width: 360px) {
}

