
.sidebar {
  position: relative;
}
.sidebar__single {
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar__single {
    padding: 30px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  color: #172b43;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar__title img {
  height: 18px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.sidebar__categories {
  margin: 0;
  padding: 0;
  margin-top: -8px;
}
.sidebar__categories li {
  position: relative;
  display: block;
}
.sidebar__categories li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #172b43;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 500ms ease;
  text-transform: capitalize;
  padding: 15px 0px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
}
.sidebar__categories li a i {
  font-size: 12px;
  color: #ff7cb0;
}
.sidebar__categories li.current a, .sidebar__categories li:hover a {
  border-color: #ff7cb0;
  color: #ff7cb0;
}
.sidebar__categories li.current a i, .sidebar__categories li:hover a i {
  color: #ff7cb0;
}
.sidebar__categories li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
}
.sidebar__posts__item:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar__posts__image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar__posts__meta {
  margin: 0;
  color: #172b43;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar__posts__meta i {
  position: relative;
  top: 1px;
  color: #ff7cb0;
}
.sidebar__posts__title {
  margin: 0;
  text-transform: capitalize;
  color: #172b43;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__posts__title a:hover {
  color: #ff7cb0;
}

.radius{
  border-radius: 10px;
  width: 100%;
}

.sidebar-cta-box{
  position: relative;
  background: linear-gradient(45deg, #e9a17b, #ff7cb0);
  padding: 40px;
  text-align: center;
  overflow: hidden;
}

.sidebar-cta-box::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #172b43;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.sidebar-cta-box:hover:after{
  top: 0;
  border-radius: 0;
}

.sidebar-cta-box .icon-box{
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.sidebar-cta-box .icon-box img{
  max-width: 50px;
}
.cta-contact-content{
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.cta-contact-content h3{
  color: #ffffff !important;
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 5px;
}

.cta-contact-content p{
  color: #ffffff !important;
  margin: 0;
}

.cta-contact-btn .btn-default{
  background: #ffffff;
  color: #172b43;
}
.cta-contact-btn a{
  position: relative;
  z-index: 999999;
      max-width: 100%;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    transition: all .5s;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 1rem 3rem;
}
  .post-info {
        margin-bottom: 1.9rem;
}
  .post-info span{
    color: #172b43;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    align-items: center;
    margin-right: 2rem;
    }

.category-icon i {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #ff7cb0;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-right:8px;;
}

.category-icon:hover i {
    color: #172b43;
}
