/*
 Theme Name:   MFTF
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Mainers For Tax Fairness.
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
*/
div.e-grid.equal-height .elementor-cta {
  height: 100%;
  flex-direction: column;
}
div.e-grid.equal-height .elementor-cta__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
div.e-grid.equal-height .elementor-cta__description {
  flex-grow: 1;
}
.elementor-widget-text-editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  margin-bottom: 10px;
  margin-left: 1.1em;
}
.elementor-pagination {
  margin-top: 20px;
}
a.image-hover, a .image-hover {
  overflow: hidden;
  display: block;
}
a.image-hover img, a .image-hover img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
a:hover.image-hover img, a:hover .image-hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-bar ul.wp-block-social-links {
  display: flex;
  gap: 10px;
  line-height: 0;
}
.top-bar ul.wp-block-social-links li {
  margin: 0;
}
.top-bar ul.wp-block-social-links li a svg {
  fill: #ffffff;
}
.top-bar ul.menu li.btn a {
  background-color: #ffffff;
  color: #9FC833;
  border-radius: 6px;
  padding: 6px 24px;
  transition: all 250ms ease;
}
.top-bar ul.menu li.btn a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.navigation-branding .site-logo, .site-logo.mobile-header-logo .site-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navigation-branding .site-logo img, .site-logo.mobile-header-logo .site-logo img {
  padding-top: 0;
  padding-bottom: 0;
}
.banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  backdrop-filter: blur(4px);
  z-index: 1;
}
.banner .e-con-inner {
  z-index: 2;
}
@media (min-width: 769px) {
  .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
  .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
blockquote {
  font-size: 21px;
  color: #9FC833;
  border-left: none;
  padding: 0;
}
table {
  margin: 10px 0 10px 0;
}
table tr:nth-child(odd) {
  background-color: #efefef;
}
table tr td strong {
  color: #9FC833;
}
.elementor-widget-text-editor.hero h1, .elementor-widget-text-editor.hero h2, .elementor-widget-text-editor.hero h3, .elementor-widget-text-editor.hero p {
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  font-size: 35px !important;
}
.elementor-widget-text-editor.hero h1 span, .elementor-widget-text-editor.hero h1 u, .elementor-widget-text-editor.hero h2 span, .elementor-widget-text-editor.hero h2 u, .elementor-widget-text-editor.hero h3 span, .elementor-widget-text-editor.hero h3 u, .elementor-widget-text-editor.hero p span, .elementor-widget-text-editor.hero p u {
  text-decoration: underline !important;
  text-decoration-color: #9FC833 !important;
  text-decoration-thickness: 2px !important;
  text-decoration-style: solid !important;
  text-underline-offset: 4px;
}
.elementor-widget-text-editor.hero h1 strong, .elementor-widget-text-editor.hero h2 strong, .elementor-widget-text-editor.hero h3 strong, .elementor-widget-text-editor.hero p strong {
  font-weight: inherit;
  color: #9FC833;
}
#can_embed_form #can_embed_form_inner * {
  font-family: "Poppins", sans-serif !important;
}
#can_embed_form #can_embed_form_inner h2 {
  font-weight: 500 !important;
}
#can_embed_form #can_embed_form_inner input[type="submit"], #can_embed_form #can_embed_form_inner input[type="submit"]:hover {
  color: #000000 !important;
  background-color: #9FC833 !important;
}
.elementor-posts .elementor-post {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.elementor-posts .elementor-post__excerpt p:after {
  content: "...";
}
.elementor-posts .elementor-post__read-more {
  background-color: #9fc833;
  color: #000000 !important;
  border-radius: 6px;
  padding: 10px 20px;
}
.elementor-widget-archive-posts .elementor-post {
  padding: 20px !important;
}
.elementor-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: auto !important;
}
.elementor-widget-call-to-action.gradient .elementor-cta__bg-wrapper .elementor-cta__bg-overlay {
  background: #384244;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #384244 100%);
}
.elementor-widget-call-to-action.add-underline .elementor-cta__content h2 {
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
}
section.gradient > .elementor-container {
  z-index: 2;
}
section.gradient:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: #1670B7;
  background: linear-gradient(0deg, #1670b7 0%, rgba(22, 112, 183, 0) 100%);
}
.elementor-widget-heading.header-line h1, .elementor-widget-heading.header-line h2, .elementor-widget-heading.header-line h3, .elementor-widget-heading.header-line h4, .elementor-widget-heading.header-line h5 {
  overflow: hidden;
  line-height: 1.3em;
}
.elementor-widget-heading.header-line h1:before, .elementor-widget-heading.header-line h2:before, .elementor-widget-heading.header-line h3:before, .elementor-widget-heading.header-line h4:before, .elementor-widget-heading.header-line h5:before {
  content: "";
  position: relative;
  right: 10px;
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  border-top: 1px solid #cacaca;
}
.elementor-widget-heading.header-line h1:after, .elementor-widget-heading.header-line h2:after, .elementor-widget-heading.header-line h3:after, .elementor-widget-heading.header-line h4:after, .elementor-widget-heading.header-line h5:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  border-top: 1px solid #cacaca;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 1px !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #9FC833 !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}
.events__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.events__item {
  position: relative;
  width: calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px 20px 10px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .events__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .events__item {
    width: 100%;
  }
}
.events__item__image {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .events__item__image {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.events__item__details {
  text-align: center;
  background-color: #ebebeb;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.events__item__details h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.events__item__details h3 a {
  color: #333333;
}
.events__item__details p {
  margin-bottom: 0;
}
.events__item__details p.post-title {
  margin-top: 5px;
}
.events .ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.events .ribbon-inner {
  color: #ffffff;
  background-color: #c2321e;
  margin-top: 47px;
  text-align: center;
  left: 0;
  width: 200%;
  -moz-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -o-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
}
body.single-po_event.elementor-page header.entry-header {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
}
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  padding: 0.5em 1.25em;
  display: block;
  border: solid 1px #dddddd;
  transition: all 250ms ease-in-out;
}
.pagination ul.page-numbers li a.page-numbers, .pagination ul.page-numbers li span.page-numbers {
  color: #333333;
}
.pagination ul.page-numbers li a:hover, .pagination ul.page-numbers li a.current, .pagination ul.page-numbers li span:hover, .pagination ul.page-numbers li span.current {
  color: #9FC833;
  border: solid 1px #9FC833;
  background-color: #eee;
}
.businesses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.businesses__results {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.businesses .msg {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.businesses .business {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto auto;
  align-items: start;
  gap: 3px 40px;
  background-color: #f3f1ec;
  border-radius: 6px;
  padding: 14px 20px;
}
@media (max-width: 767px) {
  .businesses .business {
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.businesses .business .name {
  font-weight: 500;
  font-size: 1.1em;
  color: #9FC833;
}
.businesses .business .description {
  grid-area: 0.1666666667;
}
.businesses .business .website a, .businesses .business .address a {
  white-space: nowrap;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
}
.businesses .business .website a:before, .businesses .business .address a:before {
  position: relative;
  top: -1px;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(./images/website.svg);
  background-size: contain;
}
.businesses .business .address a:before {
  background-image: url(./images/home.svg);
}
/*# sourceMappingURL=style.css.map */