.author-tag .blog-index-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}


.author-tag .blog-index-wrap .blog-index__post {
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  background: rgb(45, 62, 80);
  border: 4px;
}

.author-tag .blog-index-wrap .blog-index__post h5 *{
    color: #fff !important; 
}


.author-tag .blog-index-wrap .blog-index__post h5 *:hover {
    color: rgb(255,107,84) !important
}

.author-tag .blog-index-wrap .blog-index__post .content-wrap {
    padding: 16px;
}

.author-tag .blog-index-wrap .blog-index__post .summary * {
    font-size: 16px !important;
    color: #fff !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin: 0 !important
}

.author-tag .blog-index__post-image.blog-index__post-image--small {
  background-size: cover;
  height: 220px;
  width: 100%;
  display: block;
}

.author-tag .blog-pagination {
   margin-top:3em
}
.post-block-label {
  display: flex;
  align-content: space-between;
  align-items: last baseline;
  justify-content: space-between;
  font-weight: bold;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.5em;
}

.author-tag .blog-header {
  background: none;
  background-size: cover;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2em !important;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 2em !important;
  padding-top: 0 !important
}

.author-tag .blog-header__author-avatar {  
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}


.author-tag .blog-header__author-social-links a svg {
  width: 30px !important;
  height: 20px !important;
  margin-right: 10px;
}


.author-tag .blog-header__inner.author-mainwrap {
  display: flex;
}

.author-tag .author-details {
  text-align: left;
  padding-left: 2em;
}



.post-block-label .label {
  border-bottom: 5px solid #d0d0d0;
}
.post-block-label a {
  color: rgb(255,107,84) !important;
  font-size: 16px;
  font-weight: bold
}
.content-wrapper.posts-wrapper {
    padding: 3em 0
}

/* slider */
.carousel-gallery .post-title{ padding: 1em}
.carousel-gallery .post-title *, 
.carousel-gallery .post-title *:hover, 
.carousel-gallery .post-title *:focus
{
	font-size: 20px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	font-style: font-family: Roboto, sans-serif;
	font-family: Roboto, sans-serif;
  letter-spacing: 0
}

/*Carousel Gallery*/
.carousel-gallery {
  margin: 50px 0;
  padding: 0 30px;
  position: relative;
  margin-top:20px;
}
.carousel-gallery .swiper-slide .item{
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  background: rgb(45, 62, 80);
}

.carousel-gallery .swiper-slide .item:hover * {
  color: rgb(255,107,84) !important
}
.carousel-gallery .swiper-slide .item:hover .image .overlay,
{
  opacity: 1;
}
.carousel-gallery .swiper-slide .item .image {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide .item .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.6);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}



/*# Carousel Gallery*/
@media (min-width: 769px) {
.carousel-gallery::after {
  position: absolute;
  content: '';
  width: 310px;
  height: 100%;
  top: 0;
  right: -20px;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgb(0, 0, 0));
  opacity: 0.7;
}
}
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #d63031;
}

/* override swiper css */
.swiper-button-next::after, .swiper-button-prev::after { 
color: rgb(255,107,84) !important;
background: rgb(26, 36, 47);
padding: 10px 16px;
font-size: 34px;
font-weight: bold;
}

/* Topics */
.topic-wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.topic-wrap ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: none;
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 1%;
  margin: 0 -4px 10px 0;
}

.topic-wrap ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    min-height: 2.25em;
    background-color: rgb(255,107,84);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: left;
    padding: 10px;
    transition: background-color .2s;
    border-radius: 4px;
    color: #fff !important
}

.topic-wrap ul li a:hover {
background: rgb(45, 62, 80);
}

@media screen and (min-width: 1300px) {
.topic-wrap ul li{
  width: 25%;
}
}


.black-version #inline-form--widget_1676336650648 form, 
.black-version #inline-form--widget_1676336650648 .form-title {
  background-color: rgba(255, 255, 255, 0.3);
  background: none;
}

.black-version .hs-form-field > label {
	padding-bottom:10px;
  color: #fff
}

.hs-blog-listing .black-version .form-title ~ div > form {
  max-width: 100%;
  margin-top:0
 }

.black-version #inline-form--widget_1676336650648 form .hs-button {
  background-color: rgb(255,107,84);
}

@media (max-width: 767px) {
  .topic-wrap ul {
    display: block
  }  
.topic-wrap ul li {
 width: 100%;
}
  
.author-tag .blog-header__inner.author-mainwrap,
.author-tag .blog-index-wrap {
  display: block;
}

.author-tag .blog-index-wrap .blog-index__post {
  margin-bottom: 20px
}
}

.summary * {
  text-align: left !important;
}
