/*------------------------------------------------------------------
 * This is main css file for theme. It is broken into following sections:
 * 1.  Shortcodes styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 * Color codes

 * Accent color: #43d5cb
 * Background: #fff
 * Content: #6e6e6e
 * Header h1: #333333
 * Header h2: #333333
 * Header h3: #333333
 * Header h4: #333333
 * Header h5: #333333
 * Header h6: #6e6e6e
 * Header Background: #ffffff
 * Footer Top Background: #292929
 * Footer Bottom Background: #fff

 * a (standard): #43d5cb
 * a (hover): #43d5cb
 */

/* ==========================================================================
   1. Shortcodes styles
   ========================================================================== */

/* ==========================================================================
   Tabs shortcode responsive style - begin
   ========================================================================== */

@media only screen and (max-width: 768px) {
  .mkdf-icon-tabs-extended.mkdf-icon-tabs-extended-seven > ul li,
  .mkdf-icon-tabs-extended.mkdf-icon-tabs-extended-eight > ul li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 680px) {
  .mkdf-icon-tabs-extended.mkdf-icon-tabs-extended-seven > ul li,
  .mkdf-icon-tabs-extended.mkdf-icon-tabs-extended-eight > ul li {
    width: 50%;
  }
}

/* ==========================================================================
   Tabs shortcode responsive style - end
   ========================================================================== */

/* ==========================================================================
   Shortcodes styles - end
   ========================================================================== */