/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  margin-bottom: 40px; }
  .content_scene_cat .rte {
    line-height: 2; }
  .content_scene_cat .category-name {
    display: block;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
    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 p {
    line-height: inherit; }
  .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 {
  position: relative;
  background-color: #76c4e5 !important; }
  .content_scene_cat_bg:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.1); }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
.subcategory-heading {
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 10px;
  text-transform: uppercase; }

#subcategories {
  margin: 0 -10px; }
  #subcategories ul {
    display: table;
    font-size: 0;
    width: 100%; }
  #subcategories li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    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 {
    border: 1px solid #e7e7e7;
    display: block;
    position: relative; }
  .subcategory-image img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%; }
  .subcategory-image h5 {
    font-size: 20px;
    margin-top: 20px; }

/*# sourceMappingURL=category.css.map */
