@import url(https://fonts.googleapis.com/css?family=Nobile:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700);
/**
 * Colors
 */
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400";
.white {
  color: white; }

.green {
  color: #3d6737; }

.lightgreen {
  color: #5ba150; }

.red {
  color: #ae293c; }

/**
 * Specialized colors
 */
/**
 * Fonts
 */
/** Used for mobile menu **/
/**
 * Default element styles
 */
html {
  font-family: sans-serif;
  color: #232323;
  font-size: 15px; }

/**html::after{
  bottom: 2px;
  padding: 4px;
  left:2px;
  display:block;
  background:white;
  border:1px solid red;
  position:fixed;
  z-index: 1000;
  @include break(xx){
    content:'xx';
  }
  @include break(xl){
    content:'xl';
  }
  @include break(lg){
    content:'lg';
  }
  @include break(md){
    content:'md';
  }
  @include break(sm){
    content:'sm';
  }
  @include break(xs){
    content:'xs';
  }
}**/
body {
  background: #5ba150; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Quattrocento", Times, serif;
  font-weight: normal;
  margin-top: 20px; }

p {
  font-family: "Nobile", arial, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  margin: 10px 0 0; }

p.small {
  font-size: .8rem;
  line-height: .9rem; }

p.no-margin-top {
  margin-top: 0; }

h4.no-margin-top {
  margin-top: 0px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold; }

h2 {
  font-size: 2rem;
  margin-bottom: 30px; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.3rem; }

article {
  padding: 0 20px; }

p.wp-caption-text {
  font-style: italic;
  text-align: center; }

#mobile-indicator {
  display: none; }
  @media (max-width: 48rem) {
    #mobile-indicator {
      display: block; } }

a:link.unstyled-link,
a:visited.unstyled-link,
a:hover.unstyled-link,
a:active.unstyled-link {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit; }

a:link,
a:visited {
  color: #ae293c;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ul {
  font-size: .9rem;
  font-family: "Nobile", arial, sans-serif;
  padding: 10px 0 10px 15px; }

li {
  list-style: disc;
  line-height: 1.2rem;
  margin: 10px 0 0 10px; }

input {
  border: 1px solid #8c8c8c;
  padding: 5px;
  font-size: 1rem;
  border-radius: 2px;
  outline: none;
  max-width: 100%; }

input[type="submit"]:hover {
  cursor: pointer; }

input[type="submit"]:active {
  background: #646464;
  color: white; }

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

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

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

.row.align-center {
  text-align: center;
  justify-content: center; }

*.no-margin {
  margin: 0; }

/**
 * Grid
 */
.row {
  font-size: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap; }

.row.center {
  justify-content: center; }

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

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

.row > * {
  font-size: 1rem;
  text-align: left;
  max-width: 1024px; }

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

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

.row > .subrow {
  font-size: 0;
  text-align: center; }

.row > .subrow > * {
  font-size: 1rem; }

.padding-20 {
  padding: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-sides-20 {
  padding-left: 20px;
  padding-right: 20px; }

.full,
.three-fourths,
.two-thirds,
.half,
.third,
.fourth {
  vertical-align: top;
  display: inline-block; }

.full.padding,
.three-fourths.padding,
.two-thirds.padding,
.half.padding,
.third.padding,
.fourth.padding {
  padding: 10px; }

.full section,
.half section,
.third section,
.fourth section {
  padding: 10px; }

.full {
  max-width: 1024px;
  width: 100%; }

.three-fourths {
  width: 75%; }
  @media (max-width: 48rem) {
    .three-fourths {
      width: 100%; } }

.two-thirds {
  width: 66.66666%; }

.half {
  width: 50%; }

.third {
  width: 33.33333%; }
  @media (max-width: 48rem) {
    .third {
      width: 100%; } }

.fourth {
  width: 25%; }
  @media (max-width: 48rem) {
    .fourth {
      width: 100%; } }

@media (max-width: 32rem) {
  *.medium {
    width: 100%; } }

@media (max-width: 32rem) {
  *.xs-hide {
    display: none; } }

@media (max-width: 48rem) {
  *.sm-hide {
    display: none; } }

@media (max-width: 72rem) {
  *.md-hide {
    display: none; } }

/**
 * Grid end
 */
header {
  width: 100%;
  background: white; }

@media (max-width: 48rem) {
  .site-branding {
    text-align: center;
    width: 50%; } }
@media (max-width: 32rem) {
  .site-branding {
    width: 100%; } }

.row > .subrow > .site-tagline {
  padding-top: 60px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-align: center;
  font-family: "Quattrocento", Times, serif;
  color: #646464; }
  @media (max-width: 48rem) {
    .row > .subrow > .site-tagline {
      width: 50%; } }
  @media (max-width: 32rem) {
    .row > .subrow > .site-tagline {
      width: 100%; } }

.site-tagline h4 {
  color: #232323;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "Quattrocento", Times, serif;
  margin-top: 0; }
  @media (max-width: 32rem) {
    .site-tagline h4 {
      padding: 20px; } }

nav#main-menu {
  max-width: 1024px;
  margin: 0 auto; }

.search-wrapper {
  padding: 20px 0;
  background: white; }
  @media (max-width: 48rem) {
    .search-wrapper {
      padding: 20px;
      width: 100%; } }

#searchform {
  display: flex;
  justify-content: flex-end; }

#search {
  font-size: 1.1rem;
  padding: 5px;
  border: 1px solid #8c8c8c;
  border-right: none;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 40%;
  transition: .2s all; }
  @media (max-width: 48rem) {
    #search {
      width: 100%; } }

#search:focus {
  width: 70%;
  transition: .2s all; }

#search-submit {
  background: white;
  border: 1px solid #d45e6f;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 6px 10px 4px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  font-size: 1.1rem;
  color: #d45e6f;
  transition: .5s all; }

#search-submit:hover {
  background: #d45e6f;
  color: white;
  transition: .2s all;
  cursor: pointer; }

#search-submit:active {
  background: #ae293c;
  top: 1px; }

#main-menu-hamburger {
  display: none;
  padding: 2px 10px 0; }
  @media (max-width: 48rem) {
    #main-menu-hamburger {
      display: block;
      background: #85cc85; } }

#main-menu-hamburger:hover {
  cursor: pointer; }

#menu-main-menu {
  z-index: 10; }

.main-navigation {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.2rem; }
  @media (max-width: 48rem) {
    .main-navigation {
      display: none;
      position: absolute;
      width: 100%; } }

.main-navigation.menu-active {
  display: block; }

.main-navigation li:first-child {
  margin-left: 0; }

.main-navigation li {
  background: #5ba150;
  text-align: center;
  flex-grow: 1;
  position: relative;
  max-width: 150px;
  margin: 0 0 0 5px;
  transition: .2s all;
  list-style: none;
  text-shadow: 1px 1px 5px rgba(40, 40, 40, 0.4); }
  @media (max-width: 48rem) {
    .main-navigation li {
      margin: 0;
      border-bottom: 1px solid white;
      display: block;
      max-width: initial;
      width: 100%; } }

@media (max-width: 48rem) {
  .main-navigation li a:active {
    background: #85cc85; } }

.main-navigation li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: inline-block;
  color: white; }
  @media (max-width: 48rem) {
    .main-navigation li a {
      text-align: left;
      padding-left: 40px; } }

.main-navigation li.menu-item-has-children::after {
  position: absolute;
  display: block;
  right: 5px;
  top: calc(50% - 5px);
  content: "";
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }
  @media (max-width: 48rem) {
    .main-navigation li.menu-item-has-children::after {
      top: 14px;
      display: block;
      border-left: 5px solid transparent;
      border-right: 5px solid rgba(255, 255, 255, 0.5); } }

.main-navigation li.menu-item-has-children.mobile-sub-menu-open {
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid transparent; }

/** Second tier submenu **/
.main-navigation li .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  text-align: left;
  padding: 0;
  z-index: 10; }
  @media (max-width: 48rem) {
    .main-navigation li .sub-menu {
      position: relative; } }

.main-navigation li .sub-menu li {
  background: #4e7747;
  margin-left: 0;
  border-bottom: none; }

.main-navigation li > .sub-menu > li:hover {
  background: #3d6737; }

.main-navigation li:hover > .sub-menu {
  display: block; }
  @media (max-width: 48rem) {
    .main-navigation li:hover > .sub-menu {
      display: none; } }

/** Third tier submenu **/
.main-navigation li .sub-menu li .sub-menu {
  left: 100%;
  top: 0; }
  @media (max-width: 48rem) {
    .main-navigation li .sub-menu li .sub-menu {
      display: none;
      left: 0;
      padding-left: 20px; } }

.main-navigation li .sub-menu li .sub-menu li {
  background: #787878;
  text-align: left; }

.main-navigation li .sub-menu li .sub-menu li:hover {
  background: #646464; }

/**
 * Main content area
 */
.content {
  display: block;
  margin: 0 auto;
  padding: 20px 0 100px;
  min-height: 500px;
  max-width: 1024px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
  background: white;
  border-top: 5px solid #85cc85; }
  @media (max-width: 48rem) {
    .content {
      border-top: none; } }

.post-link-wrapper:link,
.post-link-wrapper:visited {
  color: #232323;
  display: block;
  box-shadow: 0px 1px 4px 1px #989898;
  transition: 0.2s all; }

.post-link-wrapper {
  margin-bottom: 20px; }

.post-link-wrapper:hover {
  text-decoration: none;
  background: gainsboro;
  transition: 0.2s all; }

.post-title {
  color: #ae293c;
  font-family: "Quattrocento", Times, serif;
  margin-bottom: 0px; }

.post-date {
  color: #8c8c8c;
  padding: 5px 0;
  display: inline-block;
  margin-top: 0px; }

.post-date * {
  vertical-align: middle; }

.social-media-buttons {
  margin: 0 0 10px; }

.social-media-buttons a:hover {
  text-decoration: none; }

.mfai-social-media-share-button {
  transition: .1s all;
  margin-right: 5px;
  border: 2px solid gainsboro;
  display: inline-block;
  font-size: 0;
  padding: 5px;
  border-radius: 100%; }

.mfai-social-media-share-button:hover {
  border: 2px solid transparent; }

.mfai-social-media-share-icon {
  transition: .1s all;
  width: 20px;
  height: 20px; }

svg > path {
  transition: .1s all; }

/** EMAIL SOCIAL MEDIA BUTTON **/
.mfai-social-media-share-button.email {
  border-color: #5ba150; }

.mfai-social-media-share-button.email:hover {
  background: #5ba150;
  cursor: pointer; }

.mfai-social-media-share-button.email:hover #email-button {
  fill: #ffffff; }

#email-button {
  fill: #5ba150; }

/** PRINT SOCIAL MEDIA BUTTON **/
.mfai-social-media-share-button.print {
  border-color: #646464; }

.mfai-social-media-share-button.print:hover {
  background: #646464;
  cursor: pointer; }

.mfai-social-media-share-button.print:hover #print-button {
  fill: #ffffff; }

#print-button {
  fill: #646464; }

/** FACEBOOK SOCIAL MEDIA BUTTON **/
.mfai-social-media-share-button.facebook {
  border-color: #3b5998; }

.mfai-social-media-share-button.facebook:hover {
  background: #3b5998;
  cursor: pointer; }

.mfai-social-media-share-button.facebook:hover #facebook-button {
  fill: #ffffff; }

#facebook-button {
  fill: #3b5998; }

/** TWITTER SOCIAL MEDIA BUTTON **/
.mfai-social-media-share-button.twitter {
  border-color: #1da1f2; }

.mfai-social-media-share-button.twitter:hover {
  background: #1da1f2;
  cursor: pointer; }

.mfai-social-media-share-button.twitter:hover #twitter-button {
  fill: #ffffff; }

#twitter-button {
  fill: #1da1f2; }

/**
 * Footer
 */
.footer__content {
  max-width: 1024px;
  margin: 0 auto; }

.footer.light {
  padding: 20px 0;
  background: #232323;
  width: 100%; }

.footer.dark {
  padding: 0 0 40px;
  background: #171717;
  width: 100%; }

footer {
  margin: 0 auto;
  color: lightgray;
  min-height: 200px;
  font-size: .9rem; }

.footer-menu {
  padding: 0;
  margin: 0; }
  .footer-menu .sub-menu {
    padding: 0; }
  .footer-menu li {
    padding: 0;
    list-style: none;
    margin: 0; }
  .footer-menu li > a:link,
  .footer-menu li > a:visited {
    color: #5ba150;
    padding: 3px 0;
    display: inline-block; }
  .footer-menu li li a:link,
  .footer-menu li li a:visited {
    color: #646464;
    padding: 3px 0 3px 5px; }
  .footer-menu li li a:hover {
    color: gainsboro;
    text-decoration: none; }

section.address {
  font-size: .8rem;
  color: #646464;
  margin: 5px; }

.newsletter-signup {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .newsletter-signup > * {
    margin-top: 5px; }
  .newsletter-signup input[type="text"] {
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    border: 3px solid transparent;
    border-radius: 2px;
    max-width: 100%; }
  .newsletter-signup button {
    outline: none;
    background: white;
    border: 3px solid transparent;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    transition: .2s all; }
  .newsletter-signup button:hover {
    cursor: pointer;
    background: #5ba150; }
  .newsletter-signup button:active {
    background: #3d6737;
    transition: .05s all; }

#newsletter-signup-sidebar input[type="text"] {
  border: 1px solid #8c8c8c; }
#newsletter-signup-sidebar button {
  border: 2px solid #5ba150; }

/**
 * sidebar.php
 */
.sidebar {
  padding: 0 20px; }

.sidebar-section {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
  border: 1px solid gainsboro; }

.sidebar-section.facebook,
.sidebar-section.paypal-donate,
.sidebar-section.mailchimp {
  background: #3b5998; }
  .sidebar-section.facebook svg,
  .sidebar-section.paypal-donate svg,
  .sidebar-section.mailchimp svg {
    vertical-align: middle; }
  .sidebar-section.facebook a:link, .sidebar-section.facebook a:visited,
  .sidebar-section.paypal-donate a:link,
  .sidebar-section.paypal-donate a:visited,
  .sidebar-section.mailchimp a:link,
  .sidebar-section.mailchimp a:visited {
    color: white;
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 1.2rem; }
  .sidebar-section.facebook a:hover,
  .sidebar-section.paypal-donate a:hover,
  .sidebar-section.mailchimp a:hover {
    text-decoration: none; }

.sidebar-section.paypal-donate {
  background: #ffc439; }
  .sidebar-section.paypal-donate p {
    padding: 10px 0;
    margin-top: 0;
    font-size: 1.3rem;
    color: #674904;
    text-shadow: 0 1px 4px #b58b29; }

.paypal-donate-button {
  background: #ffc439;
  border-radius: 2px;
  margin: 10px 0;
  display: inline-block; }
  .paypal-donate-button p {
    padding: 10px 20px;
    margin-top: 0;
    font-size: 1.3rem;
    color: #674904;
    text-shadow: 0 1px 4px #b58b29; }
  .paypal-donate-button a {
    color: inherit;
    text-decoration: none; }

span.paypal-donate {
  display: inline-block;
  margin-bottom: 5px;
  color: #179bd7; }

span.find-us-on-facebook {
  font-size: 1rem; }

.sidebar-section.mailchimp {
  background: #ededed;
  color: #232323;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px 10px 30px; }
  .sidebar-section.mailchimp p {
    color: #232323;
    line-height: 1.5rem;
    font-size: 1.3rem; }
  .sidebar-section.mailchimp path {
    fill: #c4364e; }

.mailchimp-signup.sidebar > p {
  padding: 10px 0; }

.mailchimp-signup input[type="submit"] {
  width: 100%;
  border: 1px solid #823939;
  background: #c4364e;
  color: #690f0f;
  transition: .2s all;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27); }

.mailchimp-signup input[type="submit"]:hover {
  color: white;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.37);
  transition: .2s all; }

.mailchimp-signup input[type="submit"]:active {
  color: #690f0f;
  background: #ad2037;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.37);
  transition: .1s all; }

.mailchimp-signup input[type="email"] {
  width: 100%; }

.mailchimp-signup.footer {
  padding: 10px; }

.sidebar-section + * {
  margin-top: 20px; }

/**
 * index.php
 */
.latest-posts {
  position: relative;
  min-height: 320px;
  overflow: hidden; }

.latest-posts__post {
  height: 100%;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  left: 100%;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 48rem) {
    .latest-posts__post {
      background-position: center center !important; } }

.latest-posts__frame {
  height: 400px; }

.latest-posts__post-description {
  font-size: .9rem; }

.latest-posts__post-box {
  margin: 100px 0 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
  min-width: 300px; }

.latest-posts__post-link {
  display: block;
  text-align: right;
  font-size: 1rem;
  margin-top: 10px; }

.latest-posts__read-more-icon,
.inline-link-double-arrows {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px; }

.latest-posts__read-more-icon path,
.inline-link-double-arrows {
  fill: #ae293c; }

.latest-posts__post-box h3 {
  margin: -10px;
  padding: 10px;
  background: #646464; }

.post-date-slider {
  margin-left: -10px;
  margin-right: -10px;
  color: #646464;
  padding: 5px 10px; }

.active-post {
  left: 0;
  z-index: 2; }

.latest-posts__controls {
  position: absolute;
  left: calc(50% - 50px);
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  display: inline-block;
  z-index: 3;
  font-size: 0; }

.latest-posts__prev img,
.latest-posts__next img {
  width: 20px;
  vertical-align: middle; }

.latest-posts__controls a {
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  transition: .3s all;
  background: rgba(255, 255, 255, 0.7); }

.latest-posts__controls a:hover {
  text-decoration: none;
  background: #5ba150;
  transition: .2s all;
  cursor: pointer; }

.latest-posts__thumb {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100px;
  border: 5px solid white;
  border-right: none; }

.latest-posts__thumb.last-thumb {
  border-right: 5px solid white; }

.latest-posts__thumb::after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: all .3s; }

.latest-posts__thumb.active-thumb::after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all .3s; }

.latest-posts__thumb:hover::after {
  background: rgba(255, 255, 255, 0);
  transition: all .3s; }

.latest-posts__thumb:hover {
  cursor: pointer; }

.press-support-menu {
  margin: 0;
  padding: 0; }

.press-support-menu li {
  margin: 0;
  padding: 5px;
  list-style: square;
  margin-left: 20px;
  font-size: 1.1rem; }

.press-support-menu li + li {
  margin-top: 10px; }

/**
 * Search.php
 */
.search-result {
  padding: 10px;
  margin-bottom: 20px;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.search-result h3 {
  margin-top: 10px; }

.search-result * {
  color: #232323;
  text-decoration: none; }

.page-numbers {
  margin: 0 2px; }

.page-numbers.next {
  margin-left: 10px; }

.page-numbers.prev {
  margin-right: 10px; }

/**
 * Widget fix
 */
.mfai-recent-posts {
  padding-top: 0; }

.mfai-recent-posts__post {
  padding-top: 0;
  display: flex; }

.mfai-recent-posts__description {
  max-width: calc(100% - 50px);
  padding-left: 10px; }

.mfai-recent-posts__support_press .mfai-recent-posts__description {
  font-size: 1.1rem; }

.mfai-recent-posts__thumbnail_placeholder {
  width: 40px;
  height: 40px;
  background: gainsboro; }

.mfai-recent-posts__thumbnail {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  background-position: center center; }

.mfai-recent-posts__thumbnail img {
  max-width: 100%;
  height: auto; }

.mfai-recent-posts li {
  margin: 5px 0;
  list-style: none; }

.mfai-recent-posts li::before {
  left: -10px; }

.mfai-recent-post-date {
  color: #8c8c8c;
  display: inline-block;
  margin-bottom: 10px; }

.ecwd_calendar.ecwd-widget-mini .ecwd-events-day-details li {
  list-style: none; }

.ecwd_calendar_view_tabs ul li a {
  background: gainsboro !important; }

.ecwd_calendar_view_tabs ul li.ecwd-selected-mode a {
  background: #5ba150 !important;
  color: white !important; }

.ecwd_calendar_view_tabs ul li.ecwd-selected-mode a:hover {
  border: 1px solid #5ba150 !important; }

/**
 * Contact form
 */
#mfai-contact-form {
  max-width: 500px;
  margin: 0 auto 40px; }
  #mfai-contact-form h5 {
    margin-top: 10px;
    margin-bottom: 5px; }
  #mfai-contact-form input,
  #mfai-contact-form textarea,
  #mfai-contact-form select {
    width: 100%;
    max-width: 100%;
    padding: 4px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #8c8c8c; }

/**
 * Category template
 */
.post__category {
  padding: 0 0 10px;
  margin: 20px 0; }

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

.post-thumbnail {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  float: left;
  margin-right: 15px; }

.category-read-more {
  background: gainsboro;
  padding: 10px;
  border: 1px solid transparent;
  display: inline-block; }

.category-read-more:hover {
  text-decoration: none;
  border: 1px solid #8c8c8c; }

.category-link {
  height: 200px;
  overflow: hidden;
  position: relative;
  transition: 0.2s all; }
  .category-link .fourth, .category-link .three-fourths {
    height: 100%; }

.category-link::after {
  content: '';
  display: block;
  position: absolute;
  width: 75%;
  height: 40px;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent, white);
  transition: all .5s; }

.category-link:hover::after {
  transition: all .5s;
  background: transparent; }

.mfai-button:link, .mfai-button {
  font-family: 'Source Sans Pro';
  font-size: 1.2rem;
  font-weight: 400;
  padding: 8px 15px;
  background: #5fc15f;
  color: white;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  transition: .3s all;
  margin: 15px 5px 15px 0;
  display: inline-block; }

.mfai-button:hover {
  background: #3cb73c;
  transition: .2s all;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  color: white;
  cursor: pointer; }

.mfai-button:active {
  box-shadow: none;
  transition: .1s all; }

.mfai-button.button-red {
  background: #ec3b3b; }

.mfai-button.button-red:hover {
  background: #e22929; }

/** For embedded videos from Vimeo **/
iframe {
  max-width: 100%; }

/** Fix for ECWD calendar plugins single event style **/
#ecwd-events-content {
  background: white;
  margin-bottom: 0;
  border-top: 5px solid #85cc85;
  width: 100%;
  max-width: 1024px;
  padding: 20px 0 60px; }

#ecwd_back_link {
  display: none; }

.ecwd-event {
  background: white; }

/*# sourceMappingURL=main.css.map */
