#blogPreview #searchBlog .form-control {
  border-radius: 100px 0 0 100px;
}
#blogPreview #searchBlog .btn-dropdown {
  color: rgb(73, 116, 185) !important;
  border: 1px solid #ced4da !important;
  transition: 0.75s;
  background-color: #fff;
  border-radius: 0px 100px 100px 0px;
}
#blogPreview #searchBlog .btn-dropdown:hover {
  background-color: #ced4da !important;
  transition: 0.75s;
}
#blogPreview #searchBlog .btn-dropdown:focus {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 2px rgb(0, 123, 255);
}
#blogPreview #searchBlog .dropdown-menu {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  top: 5px !important;
  border: none;
}
#blogPreview #search form {
  width: 100%;
}
#blogPreview #search form .input-group input {
  width: 100%;
}
#blogPreview a {
  text-decoration: none;
  color: inherit;
}
#blogPreview h4 {
  margin-top: 20px;
}
#blogPreview span.postSpan {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
#blogPreview .card-post {
  min-height: 300px;
  margin-bottom: 10px;
}
#blogPreview .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
#blogPreview #breadcrumb-container #search .input-group {
  background: rgba(225, 225, 225, 0.2);
}
#blogPreview #breadcrumb-container #search .input-group input {
  outline: none;
}
#blogPreview .hideOnWA {
  display: none;
}
#blogPreview .searchPosts {
  max-width: 300px;
  position: absolute;
  bottom: 40px;
  right: 50%;
}
#blogPreview .videoWrapper {
  position: relative;
  margin: 30px auto;
  padding-bottom: 40.25%;
  width: 80%;
  max-width: 800px;
}
#blogPreview .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blogPreview .btn-primary {
  color: #fff;
}
#blogPreview .btn-cat {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blogPreview .btn-cat .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
#blogPreview #login-modal #login.btn-primary {
  background-color: #56B336 !important;
  border-color: #56B336 !important;
}
#blogPreview #login-modal #facebook-login {
  background-color: #069 !important;
  color: #fff !important;
}
#blogPreview #login-modal #google-login {
  background-color: #dd4b39 !important;
  color: #fff !important;
}
#blogPreview #login-modal #facebook-login, #blogPreview #login-modal #google-login {
  color: #fff !important;
}
#blogPreview #trial-button {
  background-color: #56B336 !important;
  border-color: #56B336 !important;
  color: #fff;
  padding: 10px 50px;
  border-radius: 2rem;
  width: auto;
  margin-top: 5px;
  transition: 0.75s;
  letter-spacing: 0.5px;
}
#blogPreview #trial-button:hover {
  background-color: rgb(130, 193, 70) !important;
  border-color: rgb(130, 193, 70) !important;
  transition: 0.75s;
}
@media (max-width: 640px) {
  #blogPreview #trial-button {
    background-color: rgb(130, 193, 70) !important;
    border-color: rgb(130, 193, 70) !important;
  }
}
#blogPreview .thumbnail-image {
  width: 100%;
  max-height: 270px;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#blogPreview .img {
  max-width: 70%;
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid rgba(90, 90, 90, 0.3);
  border-bottom: 1px solid rgba(90, 90, 90, 0.3);
}
#blogPreview #postHtml {
  line-height: 2em;
}
#blogPreview #postHtml a {
  color: #007bff;
  text-decoration: underline;
}
#blogPreview .features-container {
  border: 0;
  margin: 10px 0 0 0;
}
#blogPreview .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#blogPreview .parallax-container .page-head {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#blogPreview .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#blogPreview [class*=col-] {
  transition: max-width 2s;
  transition: flex 2s;
}
#blogPreview #posts [class*=col-] {
  margin-bottom: 30px;
}
#blogPreview .subhead {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #006699;
  font-size: 24px;
  margin: 25px 0 5px;
  padding-bottom: 20px;
}
#blogPreview #posts {
  min-width: 100%;
}
#blogPreview #posts:hover .postThumb:hover {
  cursor: pointer;
}
#blogPreview #posts:hover .postThumb:hover .card {
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
#blogPreview .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#blogPreview .card .card-img-top {
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
  transition: 0.5s;
}
#blogPreview .card .card-body {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
#blogPreview .card .card-body .card-title {
  text-transform: capitalize;
  line-height: 1.3em;
  color: #2f2f2f;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(60, 60, 60, 0.085);
}
#blogPreview .card .card-body .card-text {
  font-size: 0.85em;
  margin-bottom: 15px;
}/*# sourceMappingURL=blog.css.map */