body {
	font-family: "lora", serif;
	font-size: 1.1rem;
	line-height: 1.7;
	margin: 0 0 0 0 !important;
	color: #000000;
}

a,
a:active,
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #FF6C29; text-decoration: underline; }


h1, h2, h3, h4, h5, h6 {
	font-family: "poppins", sans-serif;
}

h1 {
	margin: 5rem 0 1.5rem 0;
	font-weight: 200;
	font-style: normal;
	font-size: 3.25rem;
}

h2 {
	margin: 3rem 0 1.5rem 0;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.3;
}

h3 {
	margin: 1rem 0 1.5rem 0;
	font-weight: 300;
	font-size: 1.5rem;
}

h3 a, 
h3 a:active, 
h3 a:visited {
	color: #000000 !important;
}

h3 a:hover, {
	color: #FF6C29 !important;
}

h4 {
	margin: 1.5rem 0;
	font-weight: 300;
	font-size: 1.25rem;
}

h3 strong, h4 strong {
	font-weight: 600 !important;
}

h5 {
	margin: 3rem 0 1.5rem 0;
	font-weight: 600;
	font-size: 1rem;
}

ul {
	padding-left: 0;
	margin-bottom: 2rem;
}

hr {
	border: none !important;
	border-top: 1px solid #000000 !important;
	margin: 4rem 0;
	opacity: 1;
}

figure {
	margin: 0 !important;
}

p {
	margin-bottom: 2rem !important;
}

small strong, .small strong {
	font-weight: 600;
}

.highlight {
	color: #FF6C29 !important;
}

.lead {
	font-family: "lora", serif;
	font-size: 1.4rem;
	margin-bottom: 2rem !important;
}

.lead strong {
	font-weight: 600;
}

.boxit {
	margin: 4rem 0;
	padding: 2rem;
	background-color: #F5F5F5;
}

.boxit h2:first-of-type, 
.boxit h3:first-of-type, 
.boxit h4:first-of-type {
	margin-top: 0;
}

.wp-block-image .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* HEADER */

.site-branding img {
	width: 250px;
}

.header-image-banner {
	height: 320px;
	margin-bottom: 5rem;
	background-color: #286372;
}

.header-image-banner-team {
	height: 320px;
	margin-bottom: 5rem;
	background-color: #b1efcc;
}

.header-image-banner-home {
	margin-bottom: 5rem;
	background-color: #286372;
}

.header-image-banner-home h1 {
	color: #ffffff;
	font-weight: 100;
}

.header-img {
	margin-bottom: -4rem;
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 600px !important;
	max-height: 320px !important;
}

.header-img-home {
	margin-bottom: -4rem;
	display: block;
	width: 483px !important;    
}

.header-image-banner-home h1 {
	margin: 0;
}

@media (max-width: 1399.98px) { }

@media (max-width: 1199.98px) {
	.header-image-banner-home h1 {
		font-size: 2.5rem;
	}
	.header-img-home {
		text-align: center !important;
		padding: 2rem 0;
		margin-bottom: 0;
		width: 100% !important; 
		height: inherit !important;        
	}
	.header-image-banner-home {
		height: inherit !important;
		padding: 2rem;
		margin-bottom: 1rem;
		text-align: left !important;
	}
 }

@media (max-width: 991.98px) {
	.fwpl-row.el-1mh25q {
		grid-template-columns: 1fr 60.6% 0fr 0fr !important;
	}
}

@media (max-width: 767.98px) { 
	.header-image-banner {
		height: auto;
		margin-bottom: 0;
	}
	.header-image-banner-home {
		text-align: center !important;
	}
	.header-img {
		width: auto !important;
		height: inherit !important;
		max-width: 400px !important;
		margin-bottom: 0 !important;
		padding: 3rem 0;
	}
 }
 
 @media (max-width: 575.98px) { 
 }

/* MAIN NAVIGATION */

ul#primary-menu {
	font-family: "poppins", sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
}

ul#primary-menu a {
	color: #353331;
}

ul#primary-menu > li {
	margin-left: 2rem;
}

ul#primary-menu > li > a {
	border-bottom: 5px solid #fff;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none !important;
}

ul#primary-menu > li.current-menu-item > a,
ul#primary-menu > li.current_page_parent > a,
ul#primary-menu > li.current-page-ancestor > a,
ul#primary-menu > li > a:hover {
	border-bottom: 5px solid #FF6C29;
	text-decoration: none !important;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.menu-main-navigation-container {
		display: none;
	}
}

.rmp_menu_trigger .dashicons {
	line-height: inherit;
}

.rmp-menu-title {
	text-align: left !important;
}

.rmp-menu-title-link {
	font-family: "poppins", sans-serif !important;
	font-weight: 200 !important;
}

.rmp-menu a {
	font-family: "poppins", sans-serif !important;
}

/* SUB NAVIGATION */

ul.sub-menu { 
  display: block;
  flex-direction: column;
  padding: 1rem;
  background-color: #286372;
  border-radius: 10px;
}

ul.sub-menu li {
  display: block;
  float: none;
  margin-bottom: 1rem;
}

ul.sub-menu li:last-of-type {
	margin-bottom: 0rem;
}

ul.sub-menu li a {
	color: #FFFFFF !important;
}

ul.sub-menu li.current-menu-item a, 
ul.sub-menu li a:hover {
  color: #89FAC7 !important;
  text-decoration: none !important;
}

/* BUTTONS */

.btn-register, .gform_button, .btn-primary:hover, .wp-block-button__link:hover {
	font-family: "poppins", sans-serif !important;
	font-weight: 500 !important;
	color: #fff !important;
	background-color: #0F9388 !important;
	border: 1px solid #0F9388 !important;
	border-radius: 0 !important;
	padding: 0.8rem 3rem !important;
	margin: 2.25rem 0 !important;
	font-size: 1rem !important;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fwpl-btn {
	background-color: #0F9388 !important;
	border: 1px solid #0F9388 !important;
	padding: 0.5rem 1.5rem !important;
}

.fwpl-btn:hover {
	background-color: #353331 !important;
	border: 1px solid #353331 !important;
	text-decoration: none !important;
}

.btn-primary, .wp-block-button__link, .btn-register:hover, .gform_button:hover {
	font-family: "poppins", sans-serif !important;
	font-weight: 500 !important;
	color: #fff !important;
	background-color: #353331 !important;
	border: 1px solid #353331 !important;
	border-radius: 0 !important;
	padding: 0.8rem 3rem !important;
	margin: 2.25rem 0 !important;
	font-size: 1rem !important;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp-block-button.mb-0 .wp-block-button__link{
	margin-bottom: 0;
} 

.wp-block-button.mt-0 .wp-block-button__link{
	margin-top: 0;
} 

/* CTAs */

.cta-contactus a.btn-primary {
	margin: 2.25rem 0 0 0;
}

/* Our Services */

.ourservices-row a, .ourservices-row a:visited, .ourservices-row a:active {
	text-decoration: none !important;
}

/* Workshops */

.workshop-details .fa-circle {
	color: #FF6C29;
	font-size: 0.5rem;
	margin: auto 0.5rem;
}

.workshop-details {
	font-family: "poppins", sans-serif;
}

.workshop-category {
	font-size: 0.95rem;
	font-style: italic;
	font-weight: 500;
}

/* Testimonials */

.testimonial-title {
	font-family: "poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;	
}

.testimonial-content {
	font-family: "poppins", sans-serif;
	font-size: 1.75rem;
	font-weight: 200;
}

/* About Us */

.team-member {
	padding: 2rem 0;
	border-bottom: 1px solid #f5f5f5;
}

.wrapper-team .team-member:last-of-type {
	border-bottom: 0px;
}

.team-member h3 {
	font-weight: 600;
}


/* Tables */

table .small, table small {
	font-size: 0.8rem;
}

table, article.workshop .table-agenda {
	font-family: "poppins", sans-serif;
}

article.workshop .table-agenda td:first-child,
article.workshop .table-agenda th:first-child {
	/*width: 25%;
	min-width: 25%;
	font-weight: bold;*/
}

article.workshop .table-agenda th {
	font-weight: bold;
	font-size: 1.25rem;
}

article.workshop .table-agenda td, article.workshop .table-agenda th {
	border: 0px !important;
	padding: 1rem;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-bg-type: #f5f5f5;
}

/* Gravity Forms */

.gform-body {
	font-family: "poppins", serif;
	line-height: 1.7;
}

.gfield_label {
	font-size: 1rem !important;
}

.page-template-page-register .gform_wrapper {
	padding: 4rem;
	background: #f5f5f5;
}

h3.gsection_title {
	margin-bottom: 0.4rem;
	
}

.gform_wrapper .gform_body .gform_fields > .gsection .gsection_title {
	margin-top: 0;
	
}

.gform_wrapper .gform_body .gform_fields > .gsection ~ .gsection .gsection_title {
	margin-top: 3rem;
}

.gform_wrapper {
	background-color: #f5f5f5;
	padding: 4rem;
	margin: 4rem 0;
}

.gfield hr {
	margin: 0.75rem 0 !important;
}

.gform-body button.edit-button, 
.gform-body button.gpnf-add-entry, 
body #gf_coupon_button {
	background-color: #0F9388 !important;
	color: #fff !important;
	border: none !important;
	padding: 0.7rem 2rem 0.5rem 2rem !important;
	border-radius: 0px !important;
	cursor: pointer !important;
}

.gform-body button.edit-button, 
.gform-body button.gpnf-add-entry:hover, 
body .gf_coupon_button:hover {
	background-color: #000 !important;
}

button.tingle-btn {
	font-family: "poppins", serif;
}

button.tingle-btn.gpnf-btn-cancel, 
button.tingle-btn.gpnf-btn-cancel-mobile {
	background-color: #000 !important;
}

button.tingle-btn.gpnf-btn-submit {
	background-color: #0F9388 !important;
}

.gpnf-modal-header {
	background-color: #286372 !important;
	font-family: "poppins", serif;
}

.wp-block-heading + .gform_wrapper { margin-top: 0; }

.gform_wrapper form .gform_footer input[type="submit"],
.gform_wrapper form .gform_page_footer input[type="submit"] {
  margin-top: 3rem !important;
}

.gsection_description {
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
}

/* FACETWP */

.upcoming-workshops-results-header {
	font-family: "poppins", sans-serif !important;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 1rem;
}

.upcoming-workshops-results {
	font-size: 1rem;
	line-height: 1.4;
}

.upcoming-workshops-results, .filterbox {
	font-family: "poppins", sans-serif !important;
}

select.facetwp-dropdown {
	width: 100% !important;
	padding: 0.5rem;
}

.facetwp-input-wrap {
	width: 100%;
}

.facetwp-facet input.facetwp-search {
	width: 100% !important;
	padding: 0.5rem;
}

.facetwp-facet {
	margin-bottom: 0 !important;
}

.upcoming-workshops-results .fwpl-layout {
	grid-gap: 0px !important;
}

.upcoming-workshops-results .fwpl-result {
	padding: 1rem;	
}

.upcoming-workshops-results .fwpl-layout > .fwpl-result:nth-of-type(odd) {
  background: #f5f5f5;
}

.upcoming-workshops-results .facet-workshop-date {
	font-weight: 600;
}

.upcoming-workshops-results .facet-workshop-type {
	text-align: center;
	font-size: 0.8rem;
}

.upcoming-workshops-results .facet-register-button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0.5rem 0;
	text-align: right;
}

.upcoming-workshops-results .fwpl-col {
	display: grid;
	align-items: center;
}

.upcoming-workshops-widget .fwpl-layout {
	grid-gap: 20px !important;
}

.upcoming-workshops-widget .workshop-date {
	font-family: "poppins", serif;
	font-weight: 600;
	font-size: 0.9rem;
}

.upcoming-workshops-widget .fwpl-result{
	padding-bottom: 1rem;
	border-bottom: 1px solid #CCC !important;
}

.workshop-list {
	font-family: "poppins", serif;
}

/* FOOTER */

footer {
	background-color: #B1EFCC;
	color: #000000;
	font-family: "poppins", sans-serif;
	font-size: 0.8rem;
	padding: 4rem;
	margin: 10rem 0 0 0;
}

footer ul#menu-footer-menu {
	list-style: none;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

footer ul#menu-footer-menu li {
	display: inline-block;
	margin-left: 1rem;
	color: #000000;
}

footer ul#menu-footer-menu li a {
	color: #000000;
}