
.default-sidebar{
  position: relative;
  display: block;
}

.default-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.default-sidebar .widget-title h5{
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  margin: 0px;
}

.default-sidebar .widget-title h5:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  left: 0px;
  top: 8px;
}

.default-sidebar .search-widget .search-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .search-widget .search-inner .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 100% !important;
  height: 55px;
  border: 1px solid #f3f3f6;
  font-size: 14px;
  color: #bbbbbf;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.default-sidebar .search-widget .search-inner .form-group button{
  position: absolute;
  top: 15px;
  right: 28px;
  font-size: 18px;
  color: #52547c;
  background-color: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.default-sidebar .search-widget .search-inner .form-group input:focus{

}

.default-sidebar .search-widget .search-inner .form-group input:focus + button,
.default-sidebar .search-widget .search-inner .form-group button:hover{

}

.default-sidebar .search-widget{
  margin-bottom: 62px;
}

.default-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.default-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Playfair Display', serif;
  color: #83838b;
  background-color: #fafafb;
  padding: 6px 25px;
}

.default-sidebar .category-widget .category-list li a span{
  float: right;
}

.default-sidebar .category-widget .category-list li a:hover{
  color: #fff;
}

.default-sidebar .category-widget{
  margin-bottom: 64px;
}

.default-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 34px;
  min-height: 77px;
}

.default-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 70px;
  height: 70px;
}

.default-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.default-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.default-sidebar .post-widget .post h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 9px;
}

.default-sidebar .post-widget .post h6 a{
  display: inline-block;
  color: #52547c;
}

.default-sidebar .post-widget .post h6 a:hover{

}

.default-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #83838b;
}

.default-sidebar .post-widget .widget-title{
  margin-bottom: 39px;
}

.default-sidebar .post-widget{
  margin-bottom: 67px;
}

.default-sidebar .video-widget .inner-box{
  position: relative;
  width: 100%;
  padding: 122px 30px 100px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.default-sidebar .video-widget .inner-box:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}

.default-sidebar .video-widget .inner-box .icon-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  font-size: 50px;
  line-height: 50px;
}

.default-sidebar .video-widget .inner-box h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: 5px;
  color: #fff;
}

.default-sidebar .video-widget .inner-box h3{
  display: block;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
}

.default-sidebar .video-widget .inner-box a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.default-sidebar .video-widget .inner-box a:after, 
.default-sidebar .video-widget .inner-box a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.default-sidebar .video-widget .inner-box a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.blog-sidebar .testimonial-block-one .inner-box .icon-box{
  opacity: 1;
}