/* css style for post sidebar card */

.elementor-post-sidebar-cards-section {
  display: inline-grid;
  max-width: 100%;
  width: 100%;
}

.card-sidebar-post {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,.15);
  box-shadow: 2px 2px 3px 2px rgba(0,0,0,.15);
  margin: 0 0 80px 0;
  position: relative;
}

.card-sidebar-post .card-sidebar-post-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-sidebar-post .card-sidebar-post-link a {
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1000;
}

.card-sidebar-post .card-sidebar-post-header {
  width: 100%;
  display: inline-flex;
  color: #fff;
}

.card-sidebar-post .card-sidebar-post-header .card-sidebar-post-header-img {
  width: 100%;
  max-width: 100%;
  height: 220px;
  display: block;
}

.card-sidebar-post .card-sidebar-post-header .card-sidebar-post-header-img img {
  max-width: 100%;
  width: 100%;
  height: 220px;
  border-radius: 10px 10px 0 0;
  display: inline;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card-sidebar-post .card-sidebar-post-highlight {
  background-color: #07785D; 
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.card-sidebar-post .card-sidebar-post-highlight  .card-sidebar-post-highlight-title {
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-family: "Gill Sans", Sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  text-transform: uppercase;
}

.card-sidebar-post .card-sidebar-post-highlight .card-sidebar-post-highlight-country {
  padding: 8px;
  color: #FFF;
  text-align: right;
  font-family: "Gill Sans", Sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

.card-sidebar-post .card-sidebar-post-body {
  max-width: 100%;
  padding: 12px;
}

.card-sidebar-post .card-sidebar-post-body .card-sidebar-post-body-content {
  text-align: left;
  font-family: "Gill Sans", Sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000;
}

.card-sidebar-post .card-sidebar-post-footer {
  max-width: 100%;
  display: flex;
  padding: 0 12px 8px 12px;
}

.card-sidebar-post .card-sidebar-post-footer .card-sidebar-post-read-more {
  width: 100%;
  text-align: left;

}

.card-sidebar-post .card-sidebar-post-footer .card-sidebar-post-read-more .read-more-icon {
  color: #07785D;
  vertical-align: middle;
  font-size: 32px;
}

.card-sidebar-post .card-sidebar-post-footer .card-sidebar-post-read-more .read-more-text {
  font-family: "Gill Sans", Sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000;
}



/* css style for all latest podcasts page */

.elementor-page-posts-card-section {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.custom-card-sidebar-page-posts {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,.15);
  box-shadow: 2px 2px 3px 2px rgba(0,0,0,.15);
  margin: 0 0 80px 0;
  max-width: 31.3%;
  position: relative;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-link a {
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1000;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-header {
  width: 100%;
  display: inline-flex;
  color: #fff;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-header .custom-card-sidebar-page-posts-header-img {
  width: 100%;
  max-width: 100%;
  height: 220px;
  display: block;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-header .custom-card-sidebar-page-posts-header-img img {
  max-width: 100%;
  width: 100%;
  height: 220px;
  border-radius: 10px 10px 0 0;
  display: inline;
  vertical-align: middle;
  object-fit: cover;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-highlight {
  background-color: #07785D;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-highlight  .custom-card-sidebar-page-posts-highlight-title {
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-family: "Gill Sans", Sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  text-transform: uppercase;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-highlight .custom-card-sidebar-page-posts-highlight-country {
  padding: 8px;
  color: #FFF;
  text-align: right;
  font-family: "Gill Sans", Sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-body {
  max-width: 100%;
  padding: 12px;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-body .custom-card-sidebar-page-posts-body-content {
  text-align: left;
  font-family: "Gill Sans", Sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-footer {
  max-width: 100%;
  display: flex;
  padding: 0 12px 8px 12px;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-footer .custom-card-sidebar-page-posts-read-more {
  width: 100%;
  text-align: left;

}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-footer .custom-card-sidebar-page-posts-read-more .read-more-icon {
  color: #07785D;
  vertical-align: middle;
  font-size: 32px;
}

.custom-card-sidebar-page-posts .custom-card-sidebar-page-posts-footer .custom-card-sidebar-page-posts-read-more .read-more-text {
  font-family: "Gill Sans", Sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000;
}

