.listing-card {
  padding: 0;
}
.listing-card_1 {
  z-index: 12;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  position: relative;
  border-radius: 15px;
  margin: 10px 0;
  padding: 10px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.listing-card_1 .thumb_overlay {
  min-height: 175px;
  background-size: cover;
  background-position: center center;
}

.listing-card_1 .post_content {
  border-radius: 0 0 15px 15px;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}

.listing-card_1 .listing-card_content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 55px;
  text-align: center;
}
.listing-card_1 .post_title {
  /* padding:10px 30px 10px 30px; */
  padding: 10px 20px 5px 20px;
  margin: 0;
  line-height: 1.1em;
}

.listing-card_1 .entry_meta {
  font-size: 13px;
}

.listing-card_1 .entry_meta a,
.search-categories {
  padding: 6px 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 5px;
  border-radius: 15px;
}

.listing-card_1 .post_title a {
  /* color: #595c61; */
  color: #5f5c5c;
  font-size: xx-large;
  /* font-style: italic; */
  /* font-family: Railway, Arial, sans-serif; */
  font-family: Faustina, Arial, Sans-serif;
}

.listing-card_1 .post_title a:hover {
  /* text-decoration: underline; */
  color: #f18282;
}

.listing-card_1 .meta_1 {
  font-family: "Open Sans";
  font-size: 13px;
  margin-bottom: 0px;
}

.listing-card_1 .meta_separator {
  color: #a05252;
}

/* .loop_list_style_1 article {
      margin-bottom: 35px;
    } */

/* .post_module_2 .more-link-wrapper {
      display: none;
    } */

/* .widget ul.post-categories li a, */
article .post-categories li a {
  color: #ffffff;
  background-color: #a161bf;
}

.listing-card {
  min-width: 305px !important;
  margin: 0 !important;
}
.listing-card_1 .entry_meta a:focus {
  outline: 1px dotted #000000;
}

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

.post_content_top .post-categories {
  margin-bottom: 0.7rem;
}
.hover-up:hover {
  transform: translateY(-5px);
  box-shadow: -2px 6px 15px 0px rgba(53, 52, 52, 0.75);
  -webkit-box-shadow: -2px 6px 15px 0px rgba(53, 52, 52, 0.75);
  -moz-box-shadow: -2px 6px 15px 0px rgba(53, 52, 52, 0.75);
}

.hover-up-2:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 3px 4px 13px 0px rgba(50, 50, 50, 0.72);
  -moz-box-shadow: 3px 4px 13px 0px rgba(50, 50, 50, 0.72);
  box-shadow: 3px 4px 13px 0px rgba(50, 50, 50, 0.72);
  border-radius: 10px;
}

ul.post-categories {
  margin-left: 0px;
  list-style: none;
}

ul.post-categories li {
  display: inline;
}

.listing-logo,
.listing-logo img {
  max-height: 150px;
  min-height: 1px;
}

.listing-logo-large,
.listing-logo-large img {
  max-height: 250px;
  min-height: 1px;
}

.listing-logo-container {
  height: 100%;
  padding-top: 5%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-logo-container-page {
  height: 100%;
  padding-top: 5%;
  margin: 0;
  display: flex;
  justify-content: center;
}

.directory-categories ul {
  margin: 0;
  padding: 0;
}

.directory-categories ul li {
  margin: 0;
  list-style: none;
}
.directory-categories a {
  display: inline-block;
  padding: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 3px 0;
  line-height: 1em;
}

.directory-categories a:hover {
  text-decoration: none;
  color: #464646 !important;
}

a.directory-all,
a.directory-all:visited{
    color:white !important
}


/*medium screens*/
@media (min-width: 48em) {
  .listing-card_1 .thumb_overlay {
    min-height: 250px;
  }
}

/*large screens*/
@media (min-width: 62em) {
  .listing-card {
    min-width: 275px !important;
    padding: 0px !important;
  }

  .listing-card_1 .entry_meta a:focus {
    outline: 1px dotted #000000;
  }

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

  .post_content_top .post-categories {
    margin-bottom: 0.7rem;
    padding: 0px 30px 10px 10px;
  }

  .entry_meta .post-categories li {
    margin-bottom: 10px;
  }
}



/*--------------------------------------------------------------
# 15.1 Resource Listings styles
--------------------------------------------------------------*/
#loading-image-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  #loading-image {
    position: absolute;
    z-index: 5;
    text-align: center;
    top: 25px;
    width: 100%;
    display: none;
  }
  
  .resources-wrapper {
    width: 100%;
    position: relative;
    z-index: 5;
    color: #ffffff;
  }
  
  .resources-header {
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin: 0 0 8px 0;
  }
  .resources-header h1,
  .resources-menu-container h1{
    font-family: Allison, cursive;
    font-size: 3.2em !important;
    margin: 0;
  }
  
  .resources-search {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #bbb;
  }
  .resources-search input {
    width: 98% !important;
    font-size: 0.8em !important;
    padding: 5px !important;
    -webkit-border-radius: 4px !important;
    -webkit-box-shadow: inset 1px 1px 1px #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    vertical-align: top !important;
    color: #777 !important;
    font-style: italic !important;
  }
  
  .resources-panel {
    width: auto;
    /* min-height: 350px; */
    padding-right: 2%;
    text-align: right;
    font-size: 1em;
  }
  
  .resources-categories ul {
    margin: 0;
    padding: 0;
  }
  
  .resources-categories ul li {
    margin: 0;
    list-style: none;
  }
  .resources-categories a {
    display: inline-block;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 3px 0;
    line-height: 1em;
    color: #FFFFFF;
  }
  
  .resources-categories a:hover {
    text-decoration: none;
    color: #464646 !important;
  }
  
  .resources-categories a:visited,
  .resources-categories a:active {
    color: white !important;
  }
  
  .resources-results {
    margin-left: 2%;
    padding-right: 2%;
    color: #464646;
  }
  
  .resources-listing {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    /* padding: 0 0 15px 0; */
    padding: 0;
    border-bottom: #777 dashed 1px;
  }
  .resources-listing.featured {
    background-color: rgb(245, 245, 206);
  }
  
  .resources-listing h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
    font-family: inherit;
  }
  
  .resources-listing h2 {
    font-size: 1em;
    color: #444;
    margin: 0;
    line-height: 1em;
    font-family: inherit;
  }
  
  .resources-listing-image {
    height: 75px;
    width: 75px;
    margin-right: 5px;
  }
  
  .resources-listing-image-mobile {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    object-fit: cover;
  }
  
  .resources-listing-content {
    padding: 0px;
  }
  
  .resources-listing-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
  }
  
  .resources-listing-description,
  .resources-listing-contact-mobile {
    font-size: 0.9em;
  }
  
  .resources-listing-description-full {
    line-height: 1.1em;
    margin: 0 0 0px 0;
  }
  .resources-listing-description-partial {
    display: none;
  }
  
  .resources-listing-website {
    margin: 0px 0 0 0;
  }
  
  .resources-listing-edit{
    position:absolute;
    z-index: 10;
    bottom:3px;
    right:5px;
  }
  .resources-listing-edit a,
  .resources-listing-edit a:visited,
  .resources-listing-edit a:active{
    color: #8fb4d9 !important;
  }
  
  /*--------------------------------------------------------------
  # 15.2 Resource Category Menu
  --------------------------------------------------------------*/
  
  #resources-menu {
    width: 100%;
     background-color:#FFFFFF;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 50;
    height: 180vh;
    display: none;
  }
  
  .resources-menu-container {
      position: sticky;
      /* padding: 8px 8px; */
  }
  
  .resources-categoires-menu.toggled-on {
    /*need to add toggle on flag */
    padding: 0 30px;
    position: absolute;
    background: #e2ece2;
    top: 28px;
    left: 0;
    z-index: 5;
  }
  
  .resources-menu-toggle {
    color: inherit;
    background-color: inherit;
    padding: 0 3px;
    font-size: 1.5em;
    width: 30px;
    height: 30px;
  }
  .resources-menu-toggle button {
    padding: 0;
  }
  
  .resources-menu-toggle:hover,
  .resources-menu-toggle:focus,
  .resources-menu-toggle.toggled-on,
  .resources-menu-toggle.toggled-on:hover,
  .resources-menu-toggle.toggled-on:focus {
    background-color: inherit;
    outline: 0;
  }
  
  
  
  @media (min-width: 48em) {
    .resources-header {
      width: 100%;
      border-bottom: 1px solid #dedede;
      margin: 0 0 15px 0;
    }
    .resources-menu-container h1,
    .resources-header h1 {
      font-family: Allison, cursive;
      font-size: 6em !important;
      margin: 0;
    }
    .resources-listing_image {
      width: 100px;
      height: 100px;
      margin-right: 5px;
    }
  }
  
  @media (min-width: 96em) {
    .resources-listing {
      font-size: 1.1rem;
    }
    .resources-header {
      width: 100%;
      border-bottom: 1px solid #dedede;
      margin: 0 0 15px 0;
    }
    .resources-header h1 {
      font-family: Allison, cursive;
      font-size: 6em !important;
      margin: 0;
    }
    .resources-listing-image {
      width: 150px;
      height: 150px;
      margin-right: 15px;
    }
  }