/**
 * Styling for gutenberg post layout blocks
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cv-clearfix {
  display: block;
}

.cv-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Block Title two */

.cv-block-title {
  font-size: 32px;
  position: relative;
  margin-bottom: 15px;
}

.cv-block-title span {
  position: relative;
  display: inline-block;
}

.cv-block-title.align--left {
  text-align: left;
}

.cv-block-title.align--center {
  text-align: center;
}

.cv-block-title.align--right {
  text-align: right;
}

.cv-block-title.layout--two,
.cv-block-title.layout--four,
.cv-block-title.layout--five {
  margin-bottom: 20px;
}

.cv-block-title.layout--two span::before,
.cv-block-title.layout--two span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #333;
  margin-left: -25px;
}

.cv-block-title.layout--two span::after {
  left: 50%;
  width: 30px;
  margin-left: -15px;
  bottom: -8px;
}

.cv-block-title.layout--two.align--left span::before,
.cv-block-title.layout--two.align--left span::after {
  left: 0;
  margin: 0;
}

.cv-block-title.layout--two.align--right span::before,
.cv-block-title.layout--two.align--right span::after {
  left: auto;
  right: 0;
  margin: 0;
}

.cv-block-title.layout--three span::before,
.cv-block-title.layout--three span::after {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  width: 80px;
  height: 2px;
  background: #333;
  margin-top: -1px;
}

.cv-block-title.layout--three span::after {
  right: -100px;
  left: auto;
}

.cv-block-title.layout--three.align--left span::before {
  display: none;
}

.cv-block-title.layout--three.align--right span::after {
  display: none;
}

.cv-block-title.layout--four span {
  border: 1px solid #333;
  padding: 2px 50px;
}

.cv-block-title.layout--four span::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  background: #fff;
  margin-left: -10px;
}

.cv-block-title.layout--five span::before,
.cv-block-title.layout--five span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 95%;
  border: 2px solid #333;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-left: none;
  margin-left: -10px;
}

.cv-block-title.layout--five span::after {
  right: -22px;
  left: auto;
  transform: rotate(0);
  top: 0;
  top: auto;
}

.cv-block-title.layout--five.align--left span {
  margin-left: 25px;
}

.cv-block-title.layout--five.align--right span {
  margin-right: 25px;
}


/* Block Basic CSS */

.cv-block .cv-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
  height: auto;
  align-items: start;
}

.cv-block .cv-post-wrapper article {
  margin: 0 0 3% 3%;
}

.cv-block .cv-post-wrapper.cv-post-no--imagemargin article,
.cv-block .cv-post-wrapper.cv-post-no--imagemargin {
  margin-left: 0;
}

.cv-block .column--one article {
  width: 97%;
}

.cv-block .column--two article {
  width: 47%;
}

.cv-block .column--three article {
  width: 30.33%;
}

.cv-block .column--four article {
  width: 22%;
}

.cv-block .column--five article {
  width: 17%;
}

.cv-block .cv-post-no--imagemargin.column--one article {
  width: 100%;
}

.cv-block .cv-post-no--imagemargin.column--two article {
  width: 50%;
}

.cv-block .cv-post-no--imagemargin.column--three article {
  width: 33.33%;
}

.cv-block .cv-post-no--imagemargin.column--four article {
  width: 25%;
}

.cv-block .cv-post-no--imagemargin.column--five article {
  width: 20%;
}

.cv-post-thumb {
  position: relative;
}

.cv-post-title {
  margin: 15px 0 0px;
}

.cv-post-title a {
  font-size: 26px;
  line-height: 1.5;
  text-decoration: none;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #212121;
  margin: 0;
  padding: 0;
  display: block;
}

.cv-post-meta .cv-post-meta-item {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
}

.cv-post-meta .cv-post-meta-item:first-child {
  margin-left: 0;
}

.cv-post-tag,
.cv-post-cat {
  margin-right: 12px;
}

.cv-post-tags-wrap.cv-post-meta-item span {
  display: inline-block;
  margin: 0 4px;
}

.cv-post-tags-wrap.cv-post-meta-item span:last-child {
  display: none;
}

.cv-post-cat:last-child {
  margin: 0;
}

.cv-post-meta {
  margin-bottom: 12px;
}

.cv-post-meta .cv-post-meta-item a {
  color: #333;
}

.cv-comment-txt {
  margin-left: 5px;
}

.cv-post-content {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.8;
}

.cv-read-more a {
  color: #333;
  display: inline-block;
}

.cv-read-more a i {
  margin-left: 8px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cv-read-more:hover i {
  margin-left: 12px;
}

/* Post Format & Post Meta CSS */
.cv-post.cv-icon .cv-post-thumb::after {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  background: #535353;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
}

.cv-post.post-format--quote.cv-icon .cv-post-thumb::after {
  content: "\f10e";
}

.cv-post.post-format--gallery.cv-icon .cv-post-thumb::after {
  content: "\f302";
}

.cv-post.post-format--audio.cv-icon .cv-post-thumb::after {
  content: "\f1c7";
}

.cv-post.post-format--video.cv-icon .cv-post-thumb::after {
  content: "\f1c8";
}

.cv-post.post-format--image.cv-icon .cv-post-thumb::after {
  content: "\f03e";
}

.cv-post-meta>span::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cv-post-meta>span.cv-post-author-name::before {
  content: "\f007";
}

.cv-post-meta>span.cv-post-tags-wrap::before {
  content: "\f02e";
}

.cv-post-meta>span.cv-post-comments-wrap::before {
  content: "\f075";
}

.cv-post-meta.cv-meta-icon-hide span::before {
  display: none;
}

/* Grid layout two */

.cv-block-grid--layout-two article {
  text-align: center;
}

.cv-block.cv-block-grid--layout-two .cv-post-wrapper article {
  background: #fafafa;
  padding: 0 20px 30px 20px;
}

.cv-block-grid--layout-two .cv-post-thumb {
  position: relative;
  margin: 0 -20px;
}

.cv-block-grid--layout-two .cv-post-cats-wrap,
.cv-block-list--layout-three .cv-post-cats-wrap,
.cv-block-list--layout-four .cv-post-cats-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.cv-block-grid--layout-two .cv-post-cat,
.cv-block-list--layout-three .cv-post-cat,
.cv-block-list--layout-four .cv-post-cat {
  display: inline-block;
  margin-right: 3px;
}

.cv-block-grid--layout-two .cv-post-cat a,
.cv-block-grid--layout-four .cv-post-cat a,
.cv-block-list--layout-three .cv-post-cat a,
.cv-block-list--layout-four .cv-post-cat a {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
}

.cv-block-grid--layout-two .cv-post-cat a:hover,
.cv-block-grid--layout-four .cv-post-cat a:hover,
.cv-block-list--layout-three .cv-post-cat a:hover,
.cv-block-list--layout-four .cv-post-cat a:hover {
  background: #565656;
}

.cv-block-grid--layout-two .cv-post-meta {
  margin: 20px 0 0;
}

.cv-block-grid--layout-two .cv-post-title {
  margin: 10px 0 20px;
  position: relative;
}

.cv-block-grid--layout-two .cv-post-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.cv-block-grid--layout-two .cv-read-more a {
  border: 1px solid #9D9D9D;
  display: inline-block;
  padding: 3px 20px;
  margin-top: 15px;
}

/* Grid layout three */

.cv-block-grid--layout-three .cv-post-thumb {
  position: relative;
  margin-top: 20px;
}

.cv-block-grid--layout-three .cv-post-date {
  position: absolute;
  top: -20px;
  right: 20px;
}

.cv-block-grid--layout-three .cv-post-date a,
.cv-block-list--layout-three .cv-post-date a,
.cv-block-list--layout-five .cv-post-date a {
  color: #fff;
  background: #333;
  display: block;
  width: 70px;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  padding: 15px 10px;
}

.cv-block-grid--layout-three .cv-post-cat-tag-wrap {
  margin-top: 20px;
}

.cv-block-grid--layout-three .cv-post-cats-wrap {
  float: left;
}

.cv-block-grid--layout-three .cv-post-tags-wrap {
  float: right;
}

.cv-block-grid--layout-three .cv-post-title {
  margin-top: 0;
}

.cv-post-author-name {
  text-transform: capitalize;
}

.cv-block-grid--layout-three .cv-author-thumb,
.cv-block-list--layout-three .cv-author-thumb {
  width: 50px;
  display: inline-block;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  margin-right: 7px;
}

.cv-block-grid--layout-three .cv-post-meta .cv-post-comments-wrap.cv-post-meta-item,
.cv-block-list--layout-three .cv-post-meta .cv-post-comments-wrap.cv-post-meta-item {
  float: right;
  margin: 10px 0;
}

.cv-block-grid--layout-three .cv-post-meta {
  margin: 20px 0;
}

.cv-block-grid--layout-three .cv-post-tags-wrap a {
  color: #333;
  font-size: 14px;
}

.cv-block-grid--layout-three .cv-post.cv-icon .cv-post-thumb::after {
  right: auto;
  left: 0;
}

.cv-block-grid--layout-three .cv-post-meta>span.cv-author-meta::before {
  display: none;
}

.cv-block-grid--layout-three .cv-post-cats-wrap a {
  color: #636363;
}

/* Grid layout four */

.cv-block-grid--layout-four .cv-post-thumb,
.cv-block-list--layout-four .cv-post-thumb {
  padding-left: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.cv-block-grid--layout-four .cv-post-date.cv-post-meta-item,
.cv-block-list--layout-four .cv-post-date.cv-post-meta-item {
  position: absolute;
  left: -45%;
  bottom: 5px;
  transform: rotate(-90deg) translateX(-35%);
  font-size: 13px;
  width: 100%;
  z-index: 99;
  text-align: right;
}

.cv-block-list--layout-four .cv-post-date.cv-post-meta-item {
  bottom: 20px;
}

.cv-block-grid--layout-four .cv-post-date.cv-post-meta-item::after,
.cv-block-list--layout-four .cv-post-date.cv-post-meta-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D0D0D0;
  top: 50%;
  margin-left: -1px;
  left: 105%;
}

.cv-block-grid--layout-four .cv-post-date.cv-post-meta-item a,
.cv-block-list--layout-four .cv-post-date.cv-post-meta-item a {
  color: #333;
}

.cv-block-grid--layout-four .cv-post-meta,
.cv-block-list--layout-four .cv-post-meta {
  margin-bottom: -15px;
}

.cv-block-grid--layout-four .cv-post-meta,
.cv-block-grid--layout-four .cv-post-bottom-wrap {
  padding-left: 40px;
}

.cv-block-grid--layout-four .cv-post-cats-wrap.cv-post-meta-item,
.cv-block-list--layout-four .cv-post-cats-wrap.cv-post-meta-item {
  position: absolute;
  bottom: 0;
  left: 40px;
  padding: 15px;
}

/* Grid layout five */
.cv-block-grid--layout-five .cv-post-thumb-content-wrapper {
  position: relative;
  overflow: hidden;
}

.cv-block-grid--layout-five .cv-post-thumb-content-wrapper .cv-post-thumb a {
  display: block;
  position: relative;
}

.cv-block-grid--layout-five .cv-post-thumb-content-wrapper .cv-post-thumb a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  top: 0;
  left: 0;
  z-index: 9;
}


.cv-block-grid--layout-five .cv-post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0 20px 20px;
  width: 100%;
}

.cv-block-grid--layout-five .cv-post-title a,
.cv-block-grid--layout-five .cv-post-meta span,
.cv-block-grid--layout-five .cv-post-meta a,
.cv-block-grid--layout-five .cv-post-content,
.cv-block-grid--layout-five .cv-read-more a {
  color: #ffffff;
}

.cv-block-grid--layout-five .cv-post-meta {
  margin-bottom: 0;
}

.cv-block-grid--layout-five .cv-post-content {
  display: none;
}

.cv-block-grid--layout-five .cv-read-more {
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cv-block-grid--layout-five .cv-post-thumb-content-wrapper:hover .cv-read-more {
  opacity: 1;
  visibility: visible;
  top: 20px;
  right: 20px;
}

.cv-block-grid--layout-five .cv-post.cv-icon .cv-post-thumb::after {
  z-index: 99;
  background: #f6f6f6;
  color: #333;
  left: 0;
  right: auto;
}


/* Grid layout six */
.cv-block-grid--layout-six .cv-post-thumb {
  position: relative;
}

.cv-block-grid--layout-six .cv-post-wrapper .cv-post {
  text-align: center;
}

.cv-block-grid--layout-six .cv-post-thumb .cv-post-cats-wrap {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.cv-block-grid--layout-six .cv-post-thumb .cv-post-cats-wrap .cv-post-cat a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #555;
}

.cv-block-grid--layout-six .cv-post-desc--wrap {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 20px;
}

.cv-block-grid--layout-six .cv-post-wrapper .cv-post-title {
  margin-bottom: 10px;
}

.cv-block-grid--layout-six .cv-post-wrapper .cv-post-meta span,
.cv-block-grid--layout-six .cv-post-wrapper .cv-post-meta span a {
  color: #888;
}

.cv-block-grid--layout-six .cv-post-wrapper .cv-read-more a {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.cv-block-grid--layout-six .cv-post-wrapper .cv-read-more a:after {
  content: '';
  height: 1px;
  width: 30px;
  display: block;
  background: #555;
  position: absolute;
  top: 50%;
  right: -40px;
}

.cv-block-grid--layout-six .cv-post-wrapper .cv-read-more a i {
  display: none;
}

/* Grid Layout Seven */
.cv-block-grid--layout-seven .cv-post-thumb {
  position: relative;
}

.cv-block-grid--layout-seven .cv-post-title-meta-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  padding: 15px;
  text-align: center;
}

.cv-block-grid--layout-seven .cv-post-content-wrapper,
.cv-block-grid--layout-seven .cv-read-more {
  display: none;
}


/* Grid layout Eight */
.cv-block-grid--layout-eight .cv-post-title-meta-wrap {
  display: flex;
  align-items: center;
  padding: 15px;
  padding-bottom: 0;
}

.cv-block-grid--layout-eight .cv-post-title-meta-wrap .cv-post-date {
  background: #666;
  padding: 10px 20px;
  margin-right: 20px;
  text-align: center;
  height: 90px;
}

.cv-block-grid--layout-eight .cv-post-title-meta-wrap .cv-post-date a {
  line-height: 1;
}

.cv-block-grid--layout-eight .cv-post-title-meta-wrap .cv-post-date a span.cv-meta-date-month {
  font-size: 14px;
  color: #fff;
}

.cv-block-grid--layout-eight .cv-post-title-meta-wrap .cv-post-date a span.cv-meta-date-day {
  display: block;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.cv-block-grid--layout-eight .cv-post-title {
  margin-top: 0;
}

.cv-block-grid--layout-eight .cv-post-content {
  display: none;
}

.cv-block-grid--layout-eight .cv-post-title-meta-wrap span,
.cv-block-grid--layout-eight .cv-post-title-meta-wrap span a {
  color: #888;
}

.cv-block-grid--layout-eight .cv-read-more {
  text-align: right;
}

.cv-block-grid--layout-eight .cv-post {
  margin-bottom: 30px;
}

.cv-block-grid--layout-eight .cv-post-meta {
  margin-bottom: 0;
}

.cv-block-grid--layout-eight .cv-post-tags-wrap a {
  color: #888;
}

.cv-block-grid--layout-six .cv-meta-icon-show .cv-post-meta-item span,
.cv-block-grid--layout-seven .cv-meta-icon-show .cv-post-meta-item span,
.cv-block-grid--layout-eight .cv-meta-icon-show .cv-post-meta-item span,
.cv-block-list--layout-six .cv-meta-icon-show .cv-post-meta-item span,
.cv-block-list--layout-seven .cv-meta-icon-show .cv-post-meta-item span,
.cv-block-list--layout-eight .cv-meta-icon-show .cv-post-meta-item span {
  position: relative;
}

.cv-block-grid--layout-six .cv-meta-icon-show .cv-post-meta-item:after,
.cv-block-grid--layout-seven .cv-meta-icon-show .cv-post-meta-item:after,
.cv-block-grid--layout-eight .cv-meta-icon-show .cv-post-meta-item:after,
.cv-block-list--layout-six .cv-meta-icon-show .cv-post-meta-item:after,
.cv-block-list--layout-seven .cv-meta-icon-show .cv-post-meta-item:after,
.cv-block-list--layout-eight .cv-meta-icon-show .cv-post-meta-item:after {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 6px;
  padding-left: 10px;
  color: #888;
}

.cv-block-grid--layout-six .cv-meta-icon-show .cv-post-meta-item:last-child:after,
.cv-block-grid--layout-seven .cv-meta-icon-show .cv-post-meta-item:last-child:after,
.cv-block-grid--layout-seven .cv-meta-icon-show .cv-post-meta-item:last-child:after,
.cv-block-grid--layout-eight .cv-meta-icon-show .cv-post-meta-item:last-child:after,
.cv-block-list--layout-six .cv-meta-icon-show .cv-post-meta-item:last-child:after,
.cv-block-list--layout-seven .cv-meta-icon-show .cv-post-meta-item:last-child:after,
.cv-block-list--layout-eight .cv-meta-icon-show .cv-post-meta-item:last-child:after {
  display: none;
}

/**
* Styling for gutenberg list post layout blocks
*/

.cv-post-left-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.cv-post-right-wrap {
  display: inline-block;
  width: 55%;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: middle;
}

.cv-block-list--layout-two .cv-post-right-wrap {
  width: 60%;
  margin-left: -100px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}

.cv-block-list--layout-two .cv-post-cat a {
  border: 1px solid;
  padding: 0px 10px;
  display: inline-block;
  font-size: 13px;
}

/* Grid layout three four and five  */

.cv-block-list--layout-three article {
  background: #f9f9f9;
}

.cv-block-list--layout-three .cv-post-thumb {
  position: relative;
}

.cv-block-list--layout-three .cv-post-meta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.cv-block-list--layout-three .cv-post-date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.cv-block-list--layout-three .cv-post-right-wrap {
  width: 54%;
}

.cv-block-list--layout-three .cv-author-meta:before {
  display: none;
}

.cv-block-list--layout-four .cv-post-date.cv-post-meta-item {
  left: -47%;
  transform: rotate(-90deg) translateX(-37%);
}

.cv-block-list--layout-five .cv-post-thumb-content-wrapper {
  position: relative;
}

.cv-block-list--layout-five .cv-post-thumb {
  padding-left: 20px;
}

.cv-block-list--layout-five .cv-post-date {
  position: absolute;
  left: 0;
  top: 30px;
}

.cv-block-list--layout-five .cv-post-title-meta-wrap {
  position: absolute;
  bottom: 0;
  left: 20px;
  padding: 0 20px 0;
  background: #fff;
  width: 70%;
}

/* List layout six */
.cv-block-list--layout-six .cv-post-title {
  position: relative;
}

.cv-block-list--layout-six .cv-post-title:before {
  content: '';
  height: 2px;
  width: 50px;
  background: #555;
  display: block;
  position: absolute;
  top: 50%;
  right: 102%;
  transform: translateY(-50%);
}

.cv-block-list--layout-six .cv-post-meta-item .cv-post-cat a {
  border: 1px solid #888;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.cv-block-list--layout-six .cv-author-meta .cv-author-thumb,
.cv-block-list--layout-seven .cv-author-meta .cv-author-thumb {
  margin-right: 10px;
}

.cv-block-list--layout-six .cv-author-meta .cv-author-thumb img,
.cv-block-list--layout-seven .cv-author-meta .cv-author-thumb img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.cv-block-list--layout-six .cv-read-more {
  display: inline-block;
  margin-left: 30px;
}

.cv-block-list--layout-six .cv-read-more a {
  text-transform: uppercase;
  border-bottom: 1px solid #555;
}

.cv-block-list--layout-six .cv-post-meta-item.cv-post-comments-wrap:after {
  display: none;
}

.cv-block-list--layout-six .cv-post-meta-item a {
  color: #888;
}

/* List Layout Seven */
.cv-block-list--layout-seven .cv-post {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

.cv-block-list--layout-seven .cv-post-thumb {
  position: relative;
}

.cv-block-list--layout-seven .cv-post-thumb .cv-post-cats-wrap {
  position: absolute;
  top: 40px;
  right: 40px;
}

.cv-block-list--layout-seven .cv-post-thumb .cv-post-cat a {
  background: #555;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.cv-block-grid--layout-six .cv-post-meta>span.cv-post-comments-wrap::before,
.cv-block-grid--layout-six .cv-post-meta>span::before,
.cv-block-grid--layout-seven .cv-post-meta>span.cv-post-comments-wrap::before,
.cv-block-grid--layout-seven .cv-post-meta>span::before,
.cv-block-grid--layout-eight .cv-post-meta>span.cv-post-comments-wrap::before,
.cv-block-grid--layout-eight .cv-post-meta>span::before,
.cv-block-list--layout-six .cv-post-meta>span.cv-post-comments-wrap::before,
.cv-block-list--layout-six .cv-post-meta>span::before,
.cv-block-list--layout-seven .cv-post-meta>span.cv-post-comments-wrap::before,
.cv-block-list--layout-seven .cv-post-meta>span::before,
.cv-block-list--layout-eight .cv-post-meta>span.cv-post-comments-wrap::before,
.cv-block-list--layout-eight .cv-post-meta>span::before {
  display: none;
}

.cv-block-list--layout-seven .cv-post-date,
.cv-block-list--layout-seven .cv-post-date a,
.cv-block-list--layout-seven .cv-post-comments-wrap a {
  color: #888;
}

.cv-block-list--layout-seven .cv-read-more {
  text-align: right;
  overflow: hidden;
}

.cv-block-list--layout-seven .cv-read-more a {
  position: relative;
  padding: 10px;
  text-transform: uppercase;
}

.cv-block-list--layout-seven .cv-read-more a i {
  display: none;
}

.cv-block-list--layout-seven .cv-read-more a:before {
  content: '';
  width: 600px;
  border-bottom: 2px dashed #ccc;
  position: absolute;
  top: 50%;
  right: 100%;
}


/* List Layout Eight */
.cv-block-list--layout-eight .cv-post-date a {
  color: #555;
  opacity: 0.3;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.cv-block-list--layout-eight .cv-post-right-wrap-inner {
  border-left: 2px solid #555;
  padding-left: 30px;
}

.cv-block-list--layout-eight .cv-post-meta-item .cv-post-cat a {
  text-transform: uppercase;
}

.cv-block-list--layout-eight .cv-post-right-wrap {
  vertical-align: bottom;
}

.cv-block-list--layout-eight .cv-read-more a {
  padding: 5px 15px;
  border: 1px solid #ccc;
}

.cv-block-list--layout-eight .cv-post-meta-item a,
.cv-block-list--layout-eight .cv-post-meta-item span {
  color: #888;
}


/* Carousel Layout One */
.cv-carousel-post-layout {
  position: relative;
}

.cv-block .cv-post-wrapper.cv-post-carousel-wrapper {
  margin: 0;
}

.cv-carousel-post-layout .cv-post-wrapper article {
  margin: 15px;
  margin-bottom: 0;
}

.cv-carousel-post-layout .cv-post-wrapper div.slick-slide {
  padding: 13px;
  margin-bottom: 0;
}

.cv-block .cv-post-wrapper.cv-post-carousel-wrapper .slick-dots li button:before {
  font-size: 14px;
}

.cv-carousel-post-layout .slickArrow,
.cv-carousel-post-layout .slick-arrow {
  position: absolute;
  right: 0;
  top: -50px;
  background: #f0f0f0;
  padding: 5px 13px;
  font-size: 12px;
  height: 35px;
  width: 35px;
  color: #333;
  line-height: 23px;
}

.cv-carousel-post-layout .slick-arrow.slick-prev,
.cv-carousel-post-layout .slick-arrow.prev-icon {
  right: 45px;
  left: auto;
}

.editor-styles-wrapper .cv-carousel-post-layout .slick-arrow {
  transform: rotate(180deg);
}

.editor-styles-wrapper .cv-carousel-post-layout .slick-slide {
  padding: 0 !important;
}

.editor-styles-wrapper .cv-carousel-post-layout .cv-post-wrapper article {
  width: auto !important;
}

.cv-carousel-post-layout .slick-arrow:hover {
  cursor: pointer;
  background: #333333;
  color: #ffffff;
}

.cv-carousel-post-layout .slick-prev::before,
.cv-carousel-post-layout .slick-next::before {
  display: none;
}

.cv-block .cv-post-wrapper.cv-post-carousel-wrapper .slick-dots li {
  margin: 0 2px 0;
}

.cv-block .cv-post-wrapper.cv-post-carousel-wrapper .slick-dots {
  bottom: -50px;
}

/* Carousel Layout Two */
.cv-block-carousel--layout-two article .cv-post-cats-wrap,
.cv-block-carousel--layout-eight article .cv-post-cats-wrap {
  position: absolute;
  bottom: -3px;
  left: 0;
  padding: 15px;
}

.cv-block-carousel--layout-two article .cv-post-cats-wrap a,
.cv-block-carousel--layout-eight article .cv-post-cats-wrap a {
  color: #fff;
  background: #333;
  font-size: 12px;
  padding: 3px 10px;
}

.cv-block-carousel--layout-two article {
  background: #f2f2f2;
  padding: 0 20px 20px;
}

.cv-block-carousel--layout-two article .cv-post-thumb {
  margin: 0 -20px 20px;
}

.cv-block-carousel--layout-two .cv-post-content-wrapper {
  border: 1px solid #ccc;
  padding: 15px;
}

.cv-block-carousel--layout-two .cv-post-title {
  margin-top: 0;
}

/* Carousel Layout Three*/
.cv-block-carousel--layout-three .cv-post-wrapper.cv-post-carousel-wrapper {
  margin-bottom: 30px;
}

.cv-block-carousel--layout-three .cv-post-thumb-content-wrapper,
.cv-block-carousel--layout-five .cv-post-thumb-content-wrapper {
  position: relative;
}

.cv-block-carousel--layout-three .cv-post-thumb img,
.cv-block-carousel--layout-five .cv-post-thumb img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.cv-block-carousel--layout-three .cv-post-content-wrapper {
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.cv-block-carousel--layout-three .cv-post-title a,
.cv-block-carousel--layout-five .cv-post-title a {
  color: #fff;
}

.cv-block-carousel--layout-three .cv-post-meta,
.cv-block-carousel--layout-five .cv-post-meta,
.cv-block-carousel--layout-three .cv-post-meta span,
.cv-block-carousel--layout-five .cv-post-meta span,
.cv-block-carousel--layout-three .cv-post-meta a,
.cv-block-carousel--layout-five .cv-post-meta a,
.cv-block-carousel--layout-three .cv-post-content,
.cv-block-carousel--layout-five .cv-post-content,
.cv-block-carousel--layout-three .cv-read-more a,
.cv-block-carousel--layout-five .cv-read-more a {
  color: #fff;
}

.cv-block-carousel--layout-three .slick-dots {
  bottom: -30px;
}

/* Carousel Layout Four */
.cv-block-carousel--layout-four .cv-post-thumb {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.cv-block-carousel--layout-four .cv-post-content-wrapper {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

/* Carousel Layout Five */
.cv-block-carousel--layout-five .cv-post-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 75%;
  transform: translateY(-50%);
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
}

.cv-block-carousel--layout-five .cv-post-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5)
}

/* Carousel Layout Six */
.cv-block-carousel--layout-six .cv-post-thumb {
  position: relative;
}

.cv-block-carousel--layout-six .cv-post-wrapper .cv-post {
  text-align: center;
}

.cv-block-carousel--layout-six .cv-post-thumb .cv-post-cats-wrap {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.cv-block-carousel--layout-six .cv-post-thumb .cv-post-cats-wrap .cv-post-cat a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #555;
}

.cv-block-carousel--layout-six .cv-post-desc--wrap {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 20px;
}

.cv-block-carousel--layout-six .cv-post-wrapper .cv-post-title {
  margin-bottom: 10px;
}

.cv-block-carousel--layout-six .cv-post-wrapper .cv-post-meta span,
.cv-block-carousel--layout-six .cv-post-wrapper .cv-post-meta span a {
  color: #888;
}

.cv-block-carousel--layout-six .cv-post-wrapper .cv-read-more a {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.cv-block-carousel--layout-six .cv-post-wrapper .cv-read-more a:after {
  content: '';
  height: 1px;
  width: 30px;
  display: block;
  background: #555;
  position: absolute;
  top: 50%;
  right: -40px;
}

.cv-block-carousel--layout-six .cv-post-wrapper .cv-read-more a i {
  display: none;
}

/* Carousel Layout Seven */
.cv-block-carousel--layout-seven .cv-post-carousel-wrapper article {
  margin-bottom: 100px;
}

.cv-block-carousel--layout-seven .cv-post-thumb-content-wrapper {
  text-align: center;
  position: relative;
}

.cv-block-carousel--layout-seven .cv-post-title-meta-wrap {
  background: #fff;
  padding: 0 15px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.cv-block-carousel--layout-seven .cv-post-meta span,
.cv-block-carousel--layout-seven .cv-post-meta span a,
.cv-block-carousel--layout-eight .cv-post-meta span,
.cv-block-carousel--layout-eight .cv-post-meta span a {
  color: #888;
}

/* Carousel Layout Eight */
.cv-block-carousel--layout-eight {
  background: #f6f7fa;
  padding: 30px 30px 80px;
}

.cv-block-carousel--layout-eight .slickArrow {
  background: none;
  border: 1px solid #ccc;
  color: #aaa;
  transition: 0.2s;
}

.cv-block-carousel--layout-eight .slickArrow:hover {
  color: #666;
  border-color: #666;
}

/* Image Hover Effect Zoom-in */
.cv-post-thumb>a {
  display: block;
  overflow: hidden;
}

.cv-block-image-hover--zoomin .cv-post-thumb {}

.cv-block-image-hover--zoomin .cv-post-thumb a img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cv-block-image-hover--zoomin .cv-post-thumb a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/* Image Hover Effect Slide */
.cv-block-image-hover--slide .cv-post-thumb a img {
  margin-left: 30px;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cv-block-image-hover--slide .cv-post-thumb a:hover img {
  margin-left: 0;
}


/* Image Hover Effect Opacity */

.cv-block-image-hover--opacity .cv-post-thumb a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cv-block-image-hover--opacity .cv-post-thumb a:hover img {
  opacity: 0.8;
}

/* Image Hover Effect Flashing */
.cv-block-image-hover--flashing .cv-post-thumb a img:hover {
  animation: flashing 1.5s;
  -webkit-animation: flashing 1.5s;
  -moz-animation: flashing 1.5s;
}

@keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flashing {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* Image Hover Effect Shine */
.cv-block-image-hover--shine .cv-post-thumb a {
  position: relative;
}

.cv-block-image-hover--shine .cv-post-thumb>a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.cv-block-image-hover--shine .cv-post-thumb a:hover:before {
  animation: shining 1s;
  -webkit-animation: shining 1s
}

@keyframes shining {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@-o-keyframes shine {
  100% {
    left: 125%;
  }
}

@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}

/* Pagination css */
.cv-pagination-links ul {
  display: flex;
  list-style: none !important;
  justify-content: center;
  margin-top: 30px;
}

.cv-pagination-links ul li a,
.cv-pagination-links ul li span {
  display: block;
  border: 1px solid #d1d1d1;
  padding: 0px 15px;
  margin: 0 8px;
  color: #666;
  text-decoration: none;
}

.cv-pagination-links ul li span.current,
.cv-pagination-links ul li a:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}


/* Responsive CSS  */
@media (max-width:768px) {

  .cv-block-list article,
  .cv-block-grid article,
  .cv-block-masonry article {
    width: 47% !important;
  }

  .cv-block .column--one article {
    width: 497% !important;
  }

  .cv-block-list .cv-post-wrapper article,
  .cv-block-grid .cv-post-wrapper article,
  .cv-block-masonry .cv-post-wrapper article {
    margin-bottom: 8%;
  }

  .cv-post-right-wrap,
  .cv-post-left-wrap {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .cv-block-list--layout-two .cv-post-right-wrap,
  .cv-block-list--layout-three .cv-post-right-wrap {
    width: 100%;
    margin-left: 0;
  }

  .cv-block-list--layout-three .cv-post-right-wrap {
    padding: 10px 30px 30px;
  }

  .cv-block-list--layout-five .cv-post-title-meta-wrap {
    position: static;
    width: 100%;
  }

  .cv-block-list--layout-six .cv-post-right-wrap {
    margin-top: 30px;
  }

  .cv-block-list--layout-eight .cv-post-date {
    margin-top: 20px;
  }
}

@media (max-width:600px) {

  .cv-block-list article,
  .cv-block-grid article,
  .cv-block-masonry article {
    width: 97% !important;
  }

  .cv-block-list .cv-post-wrapper article,
  .cv-block-grid .cv-post-wrapper article,
  .cv-block-masonry .cv-post-wrapper article {
    margin-bottom: 8%;
  }

  .cv-block-list--layout-six .cv-read-more {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  .cv-block-list--layout-seven .cv-author-meta {
    margin-right: 15px;
  }

}