/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.26
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.elementor a {
	color:#206166;
}

.gfield_required {
  font-size: 30px!important;
  font-weight: bold!important;
  margin-bottom: -20px!important;
  margin-top: -30px!important;
}



.gfield_required.gfield_required_asterisk {
  vertical-align: -webkit-baseline-middle;
}



.page-id-708 .post-password-required {
	background: #866858;
}

.page-id-708 .post-password-required .page-content  {
	padding: 14%;
}
.page-id-708 .post-password-required .page-content   {
	width: 80%;
	margin: auto;
	text-align: center;
}

.page-id-708 .post-password-required .page-content p {
	width: 100%;
	color: #fff;
}

.page-id-708 .post-password-required .page-content label {
	width: 70%;
}
.page-id-708 .post-password-required .page-content .post-password-form [type=submit] {
	width: 30%;
	background: #ddcdc4;
	color: #968d5f;
	border: 1px solid #ddcdc4 ;
	transition: all 300ms;
}

.page-id-708 .post-password-required .page-content .post-password-form [type=submit]:hover {
	color:#000;
	background: #fff;
}


.page-id-708 .post-password-required input[type=password]  {
	 background: #ab9284;
	 border: 1px solid #c2aea3;
	 margin-top: 10px;;
 }


.yearly-minutes ul, .yearly-motions ul {
	padding: 0;
	margin: 0;
}


.yearly-minutes ul li, .yearly-motions ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display:block;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}


.yearly-minutes ul li a, .yearly-motions ul li a {
	padding: 5px 10px;
	text-align: left;
	color:rgba(255,255,255,.7);
	font-size: 1.5em;
	display: block;
	transition: all 300ms;
}

.yearly-minutes ul li a:hover, .yearly-motions ul li a:hover {
	background: rgba(255,255,255,0.2)
}


.yearly-minutes li.active a, .yearly-motions li.active a { font-weight: 700; color:rgba(255,255,255,1); }



.yearly-minutes h4, .yearly-motions h4 {
	font-family: "Noto Serif", sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
}
.yearly-minutes li .month-item, .yearly-motions li .month-item {
  font-size: .75em;
  border-bottom: none;
}
.yearly-minutes li .month-item a, .yearly-motions li .month-item a {
  font-weight: 400;
  padding: 0 0 5px 10px;
}
.yearly-minutes li .minutes-months, .yearly-motions li .motions-months {
  padding-bottom: 15px;
}

.elementor-menu-anchor {
  position: relative;
  top: -120px; /* change this to match your sticky header height */
  visibility: hidden;
}


.event-card {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 1.5rem;
   padding: 1.5rem 2rem;
   background: #fff;
   flex-wrap: wrap;
 }
 
 .event-image img {
   width: 80px;
   height: 80px;
   object-fit: cover;
   border-radius: 50%;
   border: 2px solid #e0e0e0;
 }
 
 .event-details {
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }
 
 .event-card h3 {
   font-family: "Roboto", sans-serif;
   font-size: 1.3em;
   color: #669BA8;
   margin: 0 0 0.25rem;
 }
 
 .event-details .elementor-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 16px;
   height: 16px;
   margin-right: 6px;
   color: #caa64d;
 }
 
 .event-details .elementor-icon svg {
   width: 100%;
   height: 100%;
   fill: currentColor;
 }
 
 .event-details p {
   align-items: center;
   gap: 0.4rem;
   margin: 2px 0;
   color: #777;
   font-size: 0.95rem;
 }
 
 .event-details .event-details-row {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 1.5rem;
   flex-wrap: wrap;
 }
 
 .event-details p span {
   margin-right: 0.4rem;
   color: #c9a14e;
 }
 
 .event-buttons {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   gap: 0.5rem;
 }
 
 a.btn-primary {
   background-color: #ECC77C;
   font-family: "Rubik", Sans-serif;
   font-size: 0.9rem;
   font-weight: 600;
   text-transform: uppercase;
   text-decoration: none;
   line-height: 1em;
   letter-spacing: 1.5px;
   color: #353535;
   padding: 14px 40px;
   border-radius: 999px;
 }
 
 /* === MOBILE BREAKPOINT === */
 @media (max-width: 768px) {
   .event-card {
	 flex-direction: row;
	 gap: 0;
	 justify-content: normal;
	 padding: 10px;
   }
 .event-details {
	 margin-left: 20px;
	 
 }
   .event-image img {
	 width: 70px;
	 height: 70px;
	 margin-bottom: 1rem;
   }
 
   .event-details .event-details-row {
	 flex-direction: column;
	 align-items: flex-start;
	 gap: 0.75rem;
   }
 
   .event-buttons {
	 width: 100%;
	 align-items: flex-start;
	 margin-top: 1rem;
   }
 
   a.btn-primary {
	 padding: 12px 30px;
	 font-size: 0.85rem;
   }
 }

.wpgmp_search_input  {
  font-size: 1.5em!important;
}

.eael-breadcrumbs__content > a:first-child {
  display: none;
}

.eael-breadcrumbs__content > a:first-child + .eael-breadcrumb-separator {
  display: none;
}




/* Optional stronger targeting */
.elementor-loop-container .active-alert {
    background:rgba(255,255,255,0.1);
}




/*=================================================== */






/* Tablets (iPad portrait, ~768px and up) */
@media (min-width: 768px) {
	
	.page-id-708 .post-password-required .page-content   {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	
}

/* Small laptops (1024px and up) */
@media (min-width: 1024px) {

	.page-id-708 .post-password-required .page-content   {
		width: 45%;
		margin: auto;
		text-align: center;
	}

}


/* Desktops / large screens (1200px and up) */
@media (min-width: 1200px) {

	.page-id-708 .post-password-required .page-content   {
		width: 45%;
		margin: auto;
		text-align: center;
	}
}



