/**
* Theme Name: src Child
* Description: This is a child theme of SRC, generated by Merlin WP.
* Author: <a href="http://www.thirdsectorlab.co.uk/">TLS</a>
* Generated by Merlin WP.
* Template: src
* Version: 1.0.2
*/

/*BLOG PAGE*/

.ct-card-featured {
  height: 227px;
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ct-card-featured {
    height: 150px;
  }
}
/*END BLOG PAGE*/

div#toolkits {
  position: relative;
  z-index: 1;
}

div#toolkits h3 {
  color: #050000;
}

.geodir-src-item {
  background-color: #fff;
  border-radius: 0px 0px 40px 40px;
}
.geodir-src-item__copy {
  padding: 14px;
}

body ul.geodir-category-list-view .geodir-src-item__copy h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 112%;
  text-align: center;
  color: #53565a;
  margin-bottom: 14px;
}

body ul.geodir-category-list-view .geodir-src-item__copy p {
  font-size: 14px !important;
  line-height: 19px;
  text-align: center;
  color: #53565a;
  margin-bottom: 0;
}
.geodir-src--thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

body ul.geodir-category-list-view .geodir-src-item__link {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-align: center;
  display: block;
  padding: 14px;
}

body ul.geodir-category-list-view.geodir-gridview > li {
  padding-top: 0 !important;
}




body ul.geodir-category-list-view {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

body ul.geodir-category-list-view:before {
	display: none !important;
}
