﻿* {
  font-family: "Poppins",sans-serif;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  line-height: 2.0;
  font-size: 16px;
}
blockquote {
  color: #777;
  font-style: italic;
  text-align: center;
  border-top: 2px solid #337ab7;
  border-bottom: 2px solid #337ab7;
  border-left: 0;
  border-right: 0;
}
.container-fluid {
  min-width: 90%;
  width: 1170px;
  max-width: 100%;
}
.post-container .container-fluid {
  max-width: 1500px;
  min-width: 0;
  width: 100%;
}
.post-container img {
  max-width: 100%;
}


@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
.header-search input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.header-search input:focus::-moz-placeholder{
    color: transparent!important;
}
.header-search input:focus:-moz-placeholder{
    color: transparent!important;
}



