/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*** TITLE ***/
@media (max-width: 479px) {
  #wrapper-desc .bottom {
    padding: 15px 10px; } }
#wrapper-desc .bottom .page-heading span {
  display: inline-block; }
@media (max-width: 1199px) {
  #wrapper-desc .bottom .page-heading {
    font: 400 38px/42px "Sue Ellen Francisco", cursive; } }
@media (max-width: 991px) {
  #wrapper-desc .bottom .page-heading {
    font: 400 32px/36px "Sue Ellen Francisco", cursive; } }
@media (max-width: 767px) {
  #wrapper-desc .bottom .page-heading {
    font: 400 28px/32px "Sue Ellen Francisco", cursive; } }
@media (max-width: 479px) {
  #wrapper-desc .bottom .page-heading {
    font: 400 22px/28px "Sue Ellen Francisco", cursive; } }

/*** CATEGORIES ***/
#cat_wrapper #cat_img {
  margin-bottom: 30px; }
#cat_wrapper #cat_desc .lnk_more,
#cat_wrapper #cat_desc #description_show {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 5px 10px;
  margin: 15px 0;
  font-weight: normal;
  background: #333333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  #cat_wrapper #cat_desc .lnk_more:hover,
  #cat_wrapper #cat_desc #description_show:hover {
    background: #000; }

/*** SUBCATEGORIES ***/
#subcategories {
  margin-bottom: 20px;
  padding: 0 0 0 0;
  clear: both; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0; }
  #subcategories ul li {
    margin: 0 0 15px 0;
    text-align: center; }
    #subcategories ul li .subcategory-image {
      padding: 0 0 8px 0; }
      #subcategories ul li .subcategory-image a {
        display: block; }
        #subcategories ul li .subcategory-image a img {
          max-width: 100%;
          vertical-align: top;
          height: auto;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
    #subcategories ul li h2 {
      margin: 0; }
      #subcategories ul li h2 .subcategory-name {
        text-align: center;
        font: 400 30px "Amatic SC", cursive;
        color: #333333;
        text-transform: none;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #subcategories ul li h2 .subcategory-name:hover {
          color: #50a5bb; }
    #subcategories ul li .cat_desc {
      display: none; }
    #subcategories ul li:hover .subcategory-image a img {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1199px) {
    #subcategories ul li h2 {
      font: 400 26px/30px "Amatic SC", cursive; }
      #subcategories ul li h2 .subcategory-name {
        font: 400 26px/30px "Amatic SC", cursive; } }
  @media (max-width: 479px) {
    #subcategories ul li {
      width: 50%; } }
