/** @format */
/* Social icons */
.social-buttons {
  display: flex;
  justify-content: start;
}
.effect a {
  text-decoration: none !important;
  color: #f7f4f4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 22px;
  overflow: hidden;
  position: relative;
}
.effect.jaques a {
  transition: border-top-left-radius 0.1s linear 0s,
  border-top-right-radius 0.1s linear 0.1s,
  border-bottom-right-radius 0.1s linear 0.2s,
  border-bottom-left-radius 0.1s linear 0.3s;
}
.effect.jaques a:hover {
border-radius: 50%;
}
.effect  i {
position: relative;
z-index: 3;
}
.effect .whatsapp{
  background-color: #25D366;
}
.effect .fb {
background-color: #3b5998;
}
.effect .telegram{
  background-color: #0088cc;
}
.effect .tw {
background-color: #00aced;
}
.effect .pinterest {
background-color: #cb2027;
}
.effect .in {
background-color: #007bb6;
}
.effect .reddit{
  background-color:  #FF4500;
}
/* Social icon */
.media .d-flex {
  height: 50px;
}
.media .d-flex img {
  height: 100%;
}
.comment-form .form-control {
  padding: 8px 20px;
  background: #f1f1f4;
  border: 1px solid #a3a0a0;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  color: #777;
}
.comment-form .submit_btn {
  float: right;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 30px;
  background: #8050fa;
  color: #fff;
  cursor: pointer;
}
.popular-details {
  width: 80%;
}
.popular-thumb {
  width: 20%;
  height: 60px;
  padding-right: 20px;
}
.popular-thumb img {
  width: auto;
  height: 100%;
}
.single-widget {
  border: 1px solid #d9d4d4;
  padding: 30px;
  margin-bottom: 30px;
}
.search-widget form.example {
  border: 1px solid #bbb6b6;
  background: #f1f1f4;
  border-radius: 50px;
}
.search-widget form.example input[type="text"] {
  padding: 13px 20px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: 0 0;
}
.search-widget form.example input[type="text"]::placeholder {
  color: #54525a;
}
.search-widget form.example::after {
  content: "";
  clear: both;
  display: table;
}
.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 5px 4px 3px 15px;
  background: 0 0;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-widget i {
  padding: 12px;
  background: #8050fa;
  border-radius: 29px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #8050fa;
}
.main_blog_details .user_details .float-left a {
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  padding: 0 20px;
  font-size: 12px;
  color: #222;
  font-family: roboto, sans-serif;
  font-weight: 500;
  line-height: 28px;
  background: #d8d8e0;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.main_blog_details .user_details .float-left a:hover {
  background: #000;
  color: #fff;
}

.no-blog{
  width: 50%;
}

@media (max-width: 1024px) {
  .search-widget form.example button {
    padding-left: 2px;
  }
}
@media (max-width: 800px) { 
  .no-blog{
    width: 100%;
  }
 }

