@font-face {
  font-family: 'bk-fp-icons';
  src: url('icons/bk-fp-icons.eot?vudfmw');
  src: url('icons/bk-fp-icons.eot?vudfmw#iefix') format('embedded-opentype'),
       url('icons/bk-fp-icons.woff?vudfmw') format('woff'),
       url('icons/bk-fp-icons.ttf?vudfmw') format('truetype'),
       url('icons/bk-fp-icons.svg?vudfmw#bk-fp-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.bk-featured-posts{
	background: #fff;
    padding: 0;
    border: 3px solid;
    border-radius: 3px;
    border-color: #663399;
    margin-bottom: 20px;
}

.bk-featured-posts .bk-widget-title{
	background: #663399;
	color: #fff;
	padding: 10px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}


.bk-featured-posts .bk-post-list .swiper-slide{
	height: auto;
}
.bk-featured-posts .bk-post-list .swiper-slide a{
	font-weight: 600;
	height: 100%;
	min-height: auto;
}

.bk-featured-posts .bk-add-post{
	padding: 10px;
    background: #C62828;
    margin-bottom: 0;
    color: #fff;
}
.bk-featured-posts .bk-button-prev,
.bk-featured-posts .bk-button-next{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    background: rgba(0, 0, 0, 0.1);
    outline: none;
	cursor:pointer;
}
.bk-featured-posts .bk-button-prev{
	right: 35px;
}
.bk-featured-posts .bk-button-next{
	right: 8px;
}
.bk-featured-posts .bk-pagination{
    position: relative;
    background: #663399;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    line-height: 16px;
}

.bk-featured-posts .bk-post-list .swiper-slide a{
  border-radius: 0;
  border-bottom: 0;
}
.bk-featured-posts .bk-post-list .swiper-container{
  border-bottom: 20px solid;
}
.bk-featured-posts .bk-pagination .swiper-pagination-bullet	 {
    background: rgba(0, 0, 0, 0.5);
    opacity: .4;
    color: #fff;
    margin-left: 1px;
    margin-right: 1px;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    outline: none;
}
.bk-featured-posts .bk-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.bk-featured-posts .bk-widget-title .bk-title-icon{
	font-size: 17px;
}

.bk-featured-posts .bk-fp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bk-fp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bk-featured-posts .bk-heart:before {
  content: "\f004";
}
.bk-featured-posts .bk-caret-left:before {
  content: "\f0d9";
}
.bk-featured-posts .bk-caret-right:before {
  content: "\f0da";
}
.bk-featured-posts .bk-bolt:before {
  content: "\f0e7";
}
.bk-featured-posts .bk-flash:before {
  content: "\f0e7";
}
.bk-featured-posts .bk-rocket:before {
  content: "\f135";
}
.bk-featured-posts .bk-thumbs-up:before {
  content: "\f164";
}
.bk-featured-posts .bk-bomb:before {
  content: "\f1e2";
}

.bk-featured-posts .bk-post-list-group{
  border-bottom: 7px solid #663399;
  line-height:initial
}

.bk-featured-posts .bk-post-list-group .bk-list-group-item{
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #663399;
  padding: 12px;
  transition: background .3s ease;
}

.bk-featured-posts .bk-post-list-group .bk-list-group-item:hover{
  color: #fff;
  background: #663399;
}

.bk-featured-posts .bk-post-list-group .bk-list-group-item:not(:last-child){
  border-bottom: 1px dotted;
}

.bk-featured-posts .bk-list-group-item a{
    text-decoration:none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: none !important;
}

.bk-featured-posts .bk-list-group-item a:hover{
    box-shadow: none !important;
}

.bk-featured-posts .bk-list-group-item .bk-post-content{
  margin-left: 10px;
}

.bk-featured-posts .bk-list-group-item .bk-post-number{
  display: block;
  font-size: 45px;
  font-weight: 600;
  min-width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.bk-featured-posts .bk-list-group-item:nth-child(n+10) .bk-post-number{
  display: block;
  font-size: 37px;
  font-weight: 600;
  min-width: 30px;
  margin-left: 0;
  margin-right: 10px;
}

.bk-featured-posts .bk-list-group-item .bk-post-title{
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.bk-featured-posts .bk-list-group-item .bk-post-description{
  display: block;
  font-size: 12px;
}

.bk-featured-posts .swiper-slide{
  height: auto !important;
}

.bk-featured-posts .swiper-slide .bk-list-group-item{
  display: block;
  position: relative;
  color: #663399;
  padding: 12px;
  transition: background .3s ease;
  height: 100%;
}

@-webkit-keyframes pulsate {
    0% {opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {opacity: 0.0;}
}