/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */


/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.lnk_more {
  display: inline-block;
  margin-bottom: 10px; }

.content_scene_cat {
  margin-bottom: 40px; }
  .content_scene_cat .rte {
    font-size: 13px;
    line-height: 1.8; }
    .content_scene_cat .rte p {
      margin-bottom: 12px; }
  .content_scene_cat .category-name {
    display: block;
    font: 34px/1.1 "Open Sans", sans-serif;
    margin-bottom: 12px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .content_scene_cat .category-name {
        font-size: 25px; } }
    @media (max-width: 480px) {
      .content_scene_cat .category-name {
        font-size: 20px; } }
  .content_scene_cat .content_scene {
    color: #2d2d2d; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #333; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #000; }

.content_scene_cat_bg {
  background-color: #f8f8f8 !important; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
/* .subcategory-image a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; } */

/* .subcategory-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 15px;
  text-transform: uppercase; }

#subcategories {
  margin: 0 -15px; }
  #subcategories ul {
    display: table;
    font-size: 0;
    width: 100%; }
  #subcategories li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    vertical-align: top;
    width: 33.33333%; }
    @media (max-width: 480px) {
      #subcategories li {
        width: 50%; } }
    @media (max-width: 380px) {
      #subcategories li {
        width: 100%; } } */

/* .subcategory-image {
  position: relative;
  text-align: center; }
  .subcategory-image a {
    display: block;
    position: relative; }
    .subcategory-image a:before {
      background: rgba(0, 0, 0, 0.5); }
  .subcategory-image img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%; }
  .subcategory-image h5 {
    border: 1px solid;
    color: #ffffff;
    min-width: 160px;
    text-align: center;
    left: 50%;
    padding: 15px 10px 12px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media (max-width: 768px) and (min-width: 381px) {
      .subcategory-image h5 {
        font-size: 14px; } }
    .subcategory-image h5:before, .subcategory-image h5:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      border-top: 1px solid; }
    .subcategory-image h5:before {
      top: 5px; }
    .subcategory-image h5:after {
      bottom: 5px; }
  .subcategory-image .cat_desc {
    display: none; } */

/* */

.category_m {
  display: flex;
  align-items: center;
  position: relative;
}

.category-list {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(18, 42, 96, 0.02);
}

@media (min-width: 992px) {
  .category-list {
      display: flex;
      flex-wrap: wrap;
    }
    .category-list .category_m, .category-list .category_m:first-child {
      border-top: none!important;
      border-right: 1px solid #edeef0;
      border-bottom: 1px solid #edeef0;
  }
  .category_m {
    position: relative;
    height: 220px;
    flex: 1 1 25%;
    width: 20%;
    flex-direction:column;
  }
  .category_m:before, .category__subcategory:before {
    content: "";
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(18, 42, 96, 0.1);
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    transition-property: opacity, transform;
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
  }
  .category_m:before, .category__subcategory:before, .category--with-subcategory .category__title a:after, .category--with-subcategory .category__subcategory li {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  }
  .category_m .overlay {
    z-index: 2;
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .category__title, .category__image, .category__subcategory li {
    position: relative;
    z-index: 1;
  }
  .category__image {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category__title {
    text-align: center;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    
    
  }
  
}

@media (max-width: 992px) {
  .category__title {
  
    padding: 20px 40px 20px 10px;

  }

}


.category-list .category_m {
  border-top: 1px solid #edeef0;
}

.category-list .category_m:first-child {
  border-top: 0;
}

.category__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  padding: 15px;
}
figure {
  margin: 0;
}
.category__image img {
  width: 100%;
  height: auto;
}

.category__title {
  margin: 0;
 
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 1.42857em;
  font-weight: 500;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  text-transform: none;
  color: #333333;
}

.overlay {
  background: #fff;
  opacity: 0;
  z-index: 5;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.category__count span {
  display: block;
  text-indent: -9000px;
}

.category__count {
  font-size: 1.2rem;
  line-height: 1.33333em;
}

.category__count {
  margin: 0;
  position: absolute;
  right: 13px;
  top: 13px;
  font-weight: 700;
  color: #90989f;
}

.category_m:before, .category__subcategory:before {
  content: "";
  display: block;
  /* background: #ffffff; */
  box-shadow: 0 10px 40px rgba(18, 42, 96, 0.1);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  transition-property: opacity, transform;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.category_m:before, .category__subcategory:before, .category--with-subcategory .category__title a:after, .category--with-subcategory .category__subcategory li {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.category_m:focus:before, .category_m:focus .category__subcategory:before, .category_m:hover:before,  .category_m:hover .category__subcategory:before, .category_m:active:before, .category_m:active .category__subcategory:before, .category_m.is-active:before, .category_m.is-active .category__subcategory:before {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

 .category_m:focus, .category_m:hover, .category_m:active, .category_m.is-active {
  z-index: 2;
}