/*
Theme Name: Kollel Mashkimim
Description: 
Author: Esti Wolo
Author URI: https://estiwolo.com
Template: genesis
Version: 1.0.0
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- CSS Variables
	- Typographical Elements
	- Typography
	- Links & Buttons, Button Blocks
	- Lists
	- Objects
	- Tables
	- Screen Reader Text
	- Skip Links
- Forms
- Common Classes
	- Flexbox
	- Styling classes
	- Avatar
	- Genesis
	- Search Form
	- WordPress
- Site Container
	- Site Container
	- Site Inner
- Site Header
	- Title Area
- Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Site Footer
	- Footer Widgets
- Content Area
	- Page headers
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Custom page templates
- Sidebar
	- Widgets
- Blocks
	- Block classes
	- Native blocks
	- Custom blocks
- Media Queries
- Print Styles
*/

.monthly-amount{
	display
}


/* HTML5 RESET
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}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,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:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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}

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

html {
	box-sizing: border-box;
	scroll-padding-top: 6rem;
	scroll-behavior: smooth;
}

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

/* 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 {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: var(--wp--preset--color--black);
	font-family: var(--wp--preset--font-family--main);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

p {
	margin: 0;
	padding: 0;
}

p + p,
.is-layout-flow > p + p,
:root :where(.is-layout-constrained) > p + p {
	margin-top: var(--wp--preset--spacing--xsmall);
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: var(--wp--preset--color--black);
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

::selection {
  color: #fff;
  background: var(--wp--preset--color--black);	
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--wp--preset--color--black);
}

.svg-img svg {
    max-width: 100%;
	height: auto;
}

/* Remove gutenberg spacing */
.is-layout-flow > * {
    margin-block-start: 0;
}

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: inherit;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.is-style-main {
	font-family: var(--wp--preset--font-family--main);
}

.is-style-secondary {
	font-family: var(--wp--preset--font-family--secondary);
}



/* Links & Buttons
--------------------------------------------- */
a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}


/* Left-aligned buttons don't stay aligned on mobile */
.wp-block-buttons.is-content-justification-left {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}


/* Lists 
--------------------------------------------- */
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

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

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

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

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


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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-break: break-all;
}

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: var(--wp--preset--color--black);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* 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;
}

/* FORMS
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #a5a5a5;
	border-radius: 4px !important; /* Need for Safari */
	color: var(--wp--preset--color--navy);
	    padding: 10px !important;
    font-size: 14px !important;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: var(--wp--preset--color--navy);
}

::-webkit-input-placeholder {
	color: var(--wp--preset--color--navy);
		opacity:0.6 !important

}


.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* GRAVITY FORMS */

/* Adjust whitespace between fields, and labels to fields */ 
body .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield {
    margin-top: 14px;
}

.gform_confirmation_wrapper {
    padding: 20px;
    margin-top: 25px;
    font-weight: bold;
	text-align:center
}

p.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: inherit !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    margin-right: 5px;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input+label {
    vertical-align: top;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
	 max-width: none !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 8px;
    color: var(--wp--preset--color--navy);
}

.ginput_total {
    border: 1px solid var(--wp--preset--color--navy) !important;
    background: var(--wp--preset--color--navy) !important;
    color: #fff !important;
}


/* Base wrapper */
#gform_wrapper_1 #field_1_24 .gfield_radio {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

/* Default: bottom row = 4 items */
#gform_wrapper_1 #field_1_24 .gchoice {
  flex: 0 1 calc(25% - 2rem);
}

/* Top row = 3 items (first three only) */
#gform_wrapper_1 #field_1_24 .gchoice:nth-child(-n+3) {
  flex: 0 1 calc(33.333% - 2rem);
}

/* HIDE NATIVE RADIOS */
#gform_wrapper_1 #field_1_24 .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* FULL-CARD CLICK AREA */
#gform_wrapper_1 #field_1_24 .gchoice label {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: var(--wp--preset--color--navy);
  border-radius: 5px;
  padding: 4rem 2.2rem 3.5rem;
  min-height: 160px;
  height: 100%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.2s ease;
}

/* REMOVE THEME SHADOW */
.gform_wrapper.gravity-theme #field_1_24 .gfield-choice-input + label {
  box-shadow: none !important;
}

/* HOVER */
#gform_wrapper_1 #field_1_24 .gchoice label:hover {
  transform: translateY(-4px);
  background: color-mix(in srgb, var(--wp--preset--color--navy) 80%, white);
}

/* SELECTED */
#gform_wrapper_1 #field_1_24 .gchoice input[type="radio"]:checked + label {
  background: color-mix(in srgb, var(--wp--preset--color--navy) 80%, white);
  color: white !important;
}

/* TABLET BREAKPOINT — force ALL items to 50% cleanly */
@media (max-width: 900px) {
  #gform_wrapper_1 #field_1_24 .gchoice,
  #gform_wrapper_1 #field_1_24 .gchoice:nth-child(-n+3) {
    flex: 0 1 calc(50% - 2rem) !important;
  }
}

/* MOBILE — 1 per row */
@media (max-width: 480px) {
  #gform_wrapper_1 #field_1_24 .gchoice,
  #gform_wrapper_1 #field_1_24 .gchoice:nth-child(-n+3) {
    flex: 0 1 100% !important;
  }
}





.gchoice h3 {
	    max-width: 135px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 !important;
    font-size: 18px;
}

.gchoice div{
    line-height: 1.6;
    margin-top: 2em;
}

span.price-main, span.price-monthly {
    font-size: 16px;
    font-weight: 700;
	text-transform:lowercase
}
span.small {
    font-size: 12px;
    text-transform: lowercase;
}

span.or {
    font-size: 14px;
    font-weight: 300;
}



.hide{
	opacity:0;
	height:0;
		margin:0 !important
}

div#field_1_45 {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.total-donation{
	margin-top:0 !important
}

.total-donation input{
	font-size:18px !important
}
.total-donation label{
font-weight: 700 !important;
}

label#label_1_16_1 {
    font-size: 14px !important;
}

.extra-margin{
	margin-bottom:2em
}

.gform-footer.gform_footer.top_label{
	justify-content:center;
}

input#gform_submit_button_1 {
    border-radius: 20px !important;
    padding: 10px 15px !important;
}

.processing-fee{
display:none !important}
/* Avatar
--------------------------------------------- */

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

.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 {
	margin-bottom: 40px;
}

.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 {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

.archive-description p:last-child,
.author-box p:last-child {
	margin-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;
}

/* 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: 14px;
	font-weight: 600;
	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;
}

/* 404
--------------------------------------------- */
.error404 main#genesis-content {
    min-height: 80vh;
    padding-top: 3em;
}


/* SITE CONTAINER
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	width: 100%; 
	max-width: 2560px;
	overflow: hidden;
	margin: auto;
	-webkit-animation: fadein 1s;
	animation: fadein 1s; 
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

.admin-bar .site-container {
	margin-top: 46px;
}

/* Combats FOUC with GSAP */
.hero p,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero .wp-block-button {
	visibility: hidden;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}


/* SITE HEADER
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	    position: absolute;
			padding: 15px var(--wp--preset--spacing--small);
    left: 0;
    right: 0;
	
}


/* Logo
--------------------------------------------- */
.site-name {
	line-height: 1;
    display: inline-block;
	text-indent: -9999px;
	width: 0; /* older Safari browsers */
}

.site-title a {
	position: relative;
    z-index: 999;
	border: 0;
	display: flex;
}

.site-title a:focus,
.site-title a:hover {
	text-decoration: none;	
}

/* NAVIGATION
---------------------------------------------------------------------------------------------------- */

.menu a {
	color: var(--wp--preset--color--navy);
	display: block;
	outline-offset: -1px;
	padding-bottom: 12px;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 15px;

}

.menu a:focus,
.menu a:hover,
.sub-menu .current-menu-item > a:focus,
.sub-menu .current-menu-item > a:hover {
	color: var(--wp--preset--color--light-blue);
	text-decoration: none;
}

.sub-menu {
	padding-left: 15px;
}

/* Accessible dropdowns */
button.button-toggle-sub-menu {
    background: transparent;
	border: 0;
    padding: 5px;
    margin-left: -12px;
	width: 13px;
	color: var(--wp--preset--color--black);	
}

button.button-toggle-sub-menu:before {
    content: '+';
}

.menu-item-has-children:hover button.button-toggle-sub-menu:before,
button.button-toggle-sub-menu[aria-expanded="true"]:before {
    content: '−';
}

/* Responsive Menu
--------------------------------------------- */
.mobile-menu-wrap {
	position: fixed;
	overflow: scroll;
    z-index: 100;
    width: 100%;
    height: 100%;
    height: 100vh;
    left: 0;
    top: 0;
	background: #b8dbfff7;
    padding: var(--wp--preset--spacing--medium);
	-webkit-transform: translateX(-100%); 
	-ms-transform: translateX(-100%);	
	transform: translateX(-100%);
	transition: .2s all ease-in-out;	
}

.mobile-nav-active .mobile-menu-wrap {
	-webkit-transform: translateX(0%); 
	-ms-transform: translateX(0%);	
	transform: translateX(0%);
}


/* Menu toggle 
 *----------------------*/

.menu-toggle {
	position: relative;
	display: block;
	width: 30px;
	height: 20px;
	z-index: 200;
    margin: 0 0 0 auto;
    padding: 0;	
	background: transparent;
	border: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;	
}

.menu-toggle:focus,
.menu-toggle:hover {
	background: transparent;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--wp--preset--color--navy);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;	
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 10px;
}

.menu-toggle span:nth-child(4) {
  top: 20px;
}

.mobile-nav-active .menu-toggle span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mobile-nav-active .menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-active .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav-active .menu-toggle span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* Mobile nav 
 *-----------------------*/

.mobile-nav-active .mobile-menu .menu-item a {
    font-size: 30px !important;
}
.mobile-nav-active .mobile-menu .menu-item a:hover{
	color:#fff;
}

	
	nav.mobile-menu-wrap .mobile-menu { /* move menu down so you can click the menu toggle without accidentally tapping a menu link*/
    margin-top: 8em;
}

.mobile-menu-wrap .mobile-menu .menu-item {
	opacity: 0;
	transform: translate(-10px);
	transition: transform 1s, opacity 2s;
	margin-bottom: 2.4em;
}

.mobile-nav-active .mobile-menu .menu-item {
	transform: translate(15px);
	opacity: 1;
}


/* Mobile sub-menu 
 *----------------------*/
.mobile-menu-wrap .sub-menu {
	display: none;
}

.mobile-menu .menu-item-has-children > a:after {
    content: '+';
    padding-left: 15px;
}

.mobile-menu .menu-item-has-children.submenu-expanded > a:after {
    content: "-";
}

.mobile-menu .sub-menu > .menu-item > .sub-menu {
    text-indent: 20px;
}



/* Desktop menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: auto;
	display: none;
	margin-left: auto;
}

.nav-primary .menu-item,
.nav-primary .menu-item	a {
	display: inline-block;
}

.nav-primary .menu-item:focus,
.nav-primary .menu-item:hover {
	position: relative;
}	



.nav-primary a {
	padding: 8px 20px;
}

/* Submenus behave differently on desktop primary menu */
.nav-primary .menu-item:hover > .sub-menu,
.nav-primary .menu-item:focus > .sub-menu, 
.nav-primary .menu-item.has-expanded-sub-menu > .sub-menu {
	left: auto;
	opacity: 1;
	display: block !important;
}

.nav-primary .sub-menu,
.nav-primary .sub-menu a {
	width: 180px;
}

.nav-primary .sub-menu {
	opacity: 0;
	padding-left: 0;
	position: absolute;
	transition: opacity .4s ease-in-out;
}

.nav-primary .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

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


/* SITE FOOTER
---------------------------------------------------------------------------------------------------- */

.site-footer, 
.footer-widgets {
	clear: both;
	background: #222;
	color: #fff;
	font-size: var(--wp--preset--font-size--small);
}

.footer-widgets .wrap {
	padding-top: var(--wp--preset--spacing--medium);
	padding-bottom: var(--wp--preset--spacing--medium);
}

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

.site-footer a:hover,
.site-footer a:focus,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #ddd;
}

/* Credits */
.site-footer {
	text-align: center;
	padding: 0 0 var(--wp--preset--spacing--small);
}


/* CONTENT AREA
---------------------------------------------------------------------------------------------------- */
/*HOME*/

.schedule-marquee {
  overflow: hidden;
}

.schedule-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 10rem !important;
  animation: marquee 25s linear infinite;
}

.schedule-marquee__track p {
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.floating-logo{
	position: absolute;
    z-index: 1;
    top: -100px;
    right: -5%;
}


/* Page Headers
--------------------------------------------- */

.entry-title a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--wp--preset--color--black);
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

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

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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




.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: var(--wp--preset--color--black);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	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: var(--wp--preset--color--black);
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	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;
}


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



/* BLOCKS
------------------------------------------------------------------------------------------------------- */

/* Widths & default padding
--------------------------------------------- */

.wrap,
.wp-block-cover__inner-container,
.wp-block-group,
.wp-block-columns,
.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	max-width: var(--wp--style--global--content-size);
	width: 100%;
	margin: auto;
}

.wrap,
.wp-block-cover__inner-container.is-layout-constrained,
.wp-block-group.alignfull.is-layout-constrained,
.wp-block-media-text.is-style-content-fit .wp-block-media-text__content {
    padding-left: var(--wp--preset--spacing--small);
    padding-right: var(--wp--preset--spacing--small);
}


.alignfull,
.alignfull.wp-block-image,
.alignfull.blocks-gallery-grid {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

/* Constrained layouts within a full-width group need to be adjusted so the width matches ungrouped items 
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: calc( var(--wp--style--global--content-size) - 6rem);
}
*/

/* Also set in theme.json*/
.alignwide {
    max-width: 900px;
}

.alignwide.wp-block-group,
.alignwide.wp-block-cover,
.alignwide.wp-block-columns,
.alignwide.wp-block-image,
.alignwide.wp-block-media-text {
	margin: 0 auto;
}

.narrow,
body .is-layout-constrained > .narrow {
    max-width: 700px;
}

.narrow:not(.has-text-align-center),
body .is-layout-constrained > .narrow:not(.has-text-align-center) {
	margin-left: 0 !important;
	margin-right: 0 !important;	
}

.x-narrow,
body .is-layout-constrained > .x-narrow {
	max-width: 450px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.narrow.has-text-align-center,
.x-narrow.has-text-align-center,
.centered {
	margin-left: auto;
	margin-right: auto;
}


/* Images aligned left/right and still inline with grid
   ----------------------------------------------------- */
.wp-block-image.alignright,
.wp-block-image.alignleft {
	margin: 0 calc(50% - 50vw) !important;
	max-width: 100vw;
	width: 100vw; 
	
	display: grid;
    grid-template-columns: 1fr var(--wp--style--global--content-size) 1fr;
}

.wp-block-image.alignright {
	grid-template-areas: "left main main";
}

.wp-block-image.alignleft {
	grid-template-areas: "main main right";
}

.wp-block-image.alignright img,
.wp-block-image.alignleft img {
	grid-area: main;
}


/* Custom spacer
--------------------------------------------- */

.wp-block-spacer.spacer-xsmall-height {
    height: 1.5rem;
}

.wp-block-spacer.spacer-small-height {
    height: var(--wp--preset--spacing--small);
}

.wp-block-spacer.spacer-medium-height {
    height: var(--wp--preset--spacing--medium);
}

.wp-block-spacer.spacer-large-height {
    height: var(--wp--preset--spacing--large);
}

.wp-block-spacer.spacer-xlarge-height {
    height: var(--wp--preset--spacing--xlarge);
}




/* MEDIA QUERIES
 * Theme uses min-width for responsive styling. There are some max-width queries to more easily 
 * overwrite the core Gutenberg styles.
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 480px) {
	
	/* Make stacked buttons equal width*/
	.wp-block-button .wp-element-button {
		width: 250px;
	}
}


@media only screen and (min-width: 768px) {
	
	.admin-bar .site-container {
		margin-top: 32px;
	}
	
}



@media only screen and (max-width: 959px) {
	
	h1.site-title {
    max-width: 120px;
}
	
	.no-side-padding-mobile {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	/* Make large images retain some height on mobile */
    .wp-block-image.alignfull img, 
	.wp-block-image.alignright img, 
	.wp-block-image.alignleft img, 
	.wp-block-image.img-height img {
        min-height: 300px;
        object-fit: cover;
    }
	
	.floating-logo{
    top: -75px;
	}
	.floating-logo img{
	width: 200px !important;
}
	
	.mobile-center{
		text-align:center
	}
	
	.cover-mobile{
		flex-direction: column-reverse;
	}
	
	.cover-mobile img.wp-block-cover__image-background{
		    position: relative;
	}
	
	.mobile-no-padding{
		padding:0 !important
	}
}

/* Nav changes
 * ---------------------------------------------------------------------------*/
@media only screen and (max-width: 1279px) {
	
	.desktop {
		display: none;
	}


}


@media only screen and (min-width: 1280px) {
	
	.mobile {
		display: none;
	}
		
	.nav-button
{border: 1px solid var(--wp--preset--color--navy);
    border-radius: 50px;
    
}

.nav-button:hover
{
	background:  var(--wp--preset--color--light-blue) !important;    
	border-color: var(--wp--preset--color--light-blue) !important
}

.nav-button a{
	text-transform:capitalize !important
}
	
	.nav-button.campaign a{
		    color:#fff !important
	}
	
	.nav-button.campaign
{
	margin-left: 13px;
	background:  var(--wp--preset--color--navy);
	border: 1px solid var(--wp--preset--color--navy);
    border-radius: 50px;
    color:#fff !important
}
	

	
	.nav-button:hover a{
		color:var(--wp--preset--color--navy) !important
	}


	/* Site Header
	--------------------------------------------- */

	.site-header {
		width: 100%;
		z-index: 9999;
		padding: 15px var(--wp--preset--spacing--small);
		transition: .2s top ease-in-out;
		max-width:1536px;
		margin:auto
	}
	
	.scroll.site-header {
		position: fixed;
		top: 0;
	}


	/* Responsive Menu
	--------------------------------------------- */

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

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

	.nav-primary {
		display: block;
	}
	

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

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

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

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

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

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

	/* Entry Misc.
	--------------------------------------------- */

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


}


/* Make max-width wider for large screens */
@media only screen and (min-width: 1919px) {
	
	body {
		--wp--style--global--content-size: 1200px;
	}
		
	.floating-logo {
    
    right: -15%;
	}
}

@media only screen and (min-width: 1998px){
	.donation-cover img.wp-block-cover__image-background{
    display: none;
	}
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--wp--preset--color--black) !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
