#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover {
  color: #ce508b !important;
  opacity: 1 !important;
}
@media screen and (max-width: 980px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.et_pb_blurb_cat .et_pb_blurb_content {
  display: flex;
}
.et_pb_blurb_cat .et_pb_main_blurb_image {
  margin-bottom: 0px;
  overflow: hidden;
}
.et_pb_blurb_cat .et_pb_image_wrap::before {
  position: absolute;
  content: "";
  z-index: 5;
  left: 10px;
  right: 10px;
  top: 100px;
  bottom: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.et_pb_blurb_cat .et_pb_blurb_content:hover .et_pb_image_wrap::before {
  opacity: 1;
}
.et_pb_blurb_cat .et_pb_blurb_content img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.et_pb_blurb_cat .et_pb_blurb_content:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.et_pb_blurb_cat .et_pb_blurb_container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 98%;
  z-index: 5;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center !important;
}
.et_pb_blurb_cat h4.et_pb_module_header {
  padding: 12px 20px 12px 20px;
  background: #f7ead4;
  display: inline-block;
  position: relative;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 20px;
  top: 98%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #000;
}
.et_pb_blurb_cat h4.et_pb_module_header:hover {
  background: #000;
}
.et_pb_blurb_cat_2 .et_pb_blurb_content {
  display: flex;
}
.et_pb_blurb_cat_2 .et_pb_main_blurb_image {
  margin-bottom: 0px;
  overflow: hidden;
}
.et_pb_blurb_cat_2 .et_pb_image_wrap::before {
  position: absolute;
  content: "";
  z-index: 5;
  left: 10px;
  right: 10px;
  top: 0px;
  bottom: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.et_pb_blurb_cat_2 .et_pb_blurb_content:hover .et_pb_image_wrap::before {
  opacity: 1;
}
.et_pb_blurb_cat_2 .et_pb_blurb_content img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.et_pb_blurb_cat_2 .et_pb_blurb_content:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.et_pb_blurb_cat_2 .et_pb_blurb_container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 5;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center !important;
}
.et_pb_blurb_cat_2 h4.et_pb_module_header {
  padding: 15px 15px;
  background: #efdeca;
  display: inline-block;
  position: relative;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 20px;
  top: 0 px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fcf7f1;
}
.et_pb_blurb_cat_2 h4.et_pb_module_header:hover {
  color: #fff;
  background: #000;
}
.et-zoom-in.et_pb_image:hover img,
.et-zoom-in .et_pb_image_wrap:hover img,
.et-zoom-in a:hover img {
  transform: scale(1.3);
  transition: all 2s 0s ease;
}
.et-zoom-in,
.et-zoom-in a {
  overflow: hidden;
}
.et-zoom-in.et_pb_image img,
.et-zoom-in .et_pb_image_wrap img,
.et-zoom-in a img {
  transition: all 1s 0s ease;
}
