/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}
.vistapin-blog-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 50%;
}

.vistapin-blog {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #F5F5F5;
  align-items: center;
}

.vistapin-blog-thumbnail {
  background: #F5F5F5;
  overflow: hidden;
  width: 50%;
  height: 400px;
}

.vistapin-blog-thumbnail img {
  width: 100%;
  transition: 3000ms;
  height: 100% !important;
  object-fit: cover;
}

.vistapin-blog-thumbnail img:hover {
  transform: scale(1.1);
}

.vistapin-blog-title {
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 1.4em !important;
  font-family: 'Poppins' !important;
  transition: .3s;
  display: block;
  margin: 8px 0;
  color: #3A4D39 !important;
}

.vistapin-blog-content a:hover {
  color: #3A4D39;
}

.vistapin-blog-cat {
  color: #739072;
  font-weight: 500;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 1.2em;
  text-transform: capitalize;
  text-align: center;
  padding: 8px 0px;
}

.vistapin-blog-description {
  margin: 8px 0;
  color: #3A4D39;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  font-family: 'Open Sans';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .vistapin-blog-title {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .vistapin-blog {
    flex-direction: column;
  }

  .vistapin-blog-content {
    width: 100%;
  }

  .vistapin-blog-thumbnail {
    width: 100%;
    height: 300px;
  }
}