/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
#addon_blog_results .card {
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 20px;
}
#addon_blog_results .card .card-title a {
  font-size: 1.5em !important;
}
#addon_blog_results .card:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
#addon_blog_results .nav {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
#addon_blog_results .nav .nav-item .nav-link {
  padding: 0px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#addon_blog_results .nav .nav-item .nav-link:hover {
  background-color: #279AF1;
  color: #ffffff !important;
  text-decoration: none;
}

#addon_blog_detail .image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#addon_blog_detail .copy img {
  /*width: 100% !important;*/
  height: auto !important;
}
#addon_blog_detail .related {
  margin-top: 30px;
}
#addon_blog_detail .action {
  /*
  @include for_breakpoint(xs) {  }
  @include for_breakpoint(sm) {  }
  @include for_breakpoint(md) {  max-width: 154px !important; }
  @include for_breakpoint(lg) { max-width: 261px !important; }
  @include for_breakpoint(xl) {   max-width: 306px !important; }
  */
}

/*# sourceMappingURL=blog.css.map */
