/*
  Theme Name:    Icon Global
  Theme URI:    http://icon-global.com
  Description:  Child theme of Divi
  Author:        Kushview, LLC
  Template:      Divi
  Version:      1.0
*/

@import url(css/jquery.bxslider.css) all;

/* STYLES EDITED BY JORDAN */
.highlight-link
{
  color: #cc6930;
  font-weight: 800;
}

.bx-wrapper {
  margin-bottom: 30px;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  left: 0;
}

.bx-clone {
  display: none !important;
}

img.product-slide-image {
  display:block;
}

.product-slider {
  /* max-width: 944px;
  min-height: 500px; */
  margin:auto;
}

.product-slider ul {
  list-style: none;
}
.product-slider img {
  overflow: hidden;
  margin: auto !important;
  z-index: 0;
}

@media screen and (max-width:900px) {
  .product-slider {
    min-height: 300px;
  }
}

#setup-demo ul {
  padding: 0;
  list-style-type: none;
}

#setup-demo ul li a {
  color: #333;
}

.kv-text, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .zen-input, .wpcf7-select {
  background-color: #eee !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #999 !important;
  padding: 16px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kv-submit, .wpcf7-submit {
  color: #ffffff !important;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: #000000;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.kv-submit:hover, .wpcf7-submit:hover {
  background-color: #eee;
  border-color:#333;
  color: #333 !important;
  padding: 6px 20px !important;
}

#product-nav {
  display: block;
  /*padding-left: 10%;
  padding-right: 10%;*/
  margin:0;
  padding:0;
}

@media (max-width:768px) {
  #product-nav { display:none }
}

#product-nav > .toplevel-product-types {
  background-color: #404040;
}

#product-nav > .toplevel-product-types ul {
  list-style: none;
  margin: 0;
  margin-left: 10%;
  padding: 0;
}

#product-nav > .toplevel-product-types li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#product-nav > .toplevel-product-types li > a {
  display: block;
  /*background-color: #777;*/
  text-align: right;
  text-transform: uppercase;
  padding: 20px;
  height: 80px;
  width: 140px;
  color: #eee;
  margin:0;
}


#product-nav > .toplevel-product-types a.active {
  color: black;
  background-color: #f6f6f6;
}

#product-nav > .inner-content {
  padding-left: 10%;
  padding-right: 10%;
  margin: 0px;
}

#product-nav > .inner-content > .inner-product-types {
  display: none;
  margin-top: 12px;
}

#product-nav > .inner-content .et_pb_tabs {
  border: none;
}

#product-nav > .inner-content .et_pb_tab {

}

#product-nav > .inner-content .et_pb_tabs_controls {
  border: 1px solid #d9d9d9;
}

#product-nav > .inner-content .et_pb_tabs_controls li.et_pb_tab_active {
  border-bottom: 1px solid #d9d9d9;
}

#product-nav > .inner-content .grid-image {
  display: inline-block;
  padding: 0;
  margin-right: 12px;
  width: 140px;
  height: 110px;
  text-align: center;
}

@media (max-width:1148px) {
  #product-nav > .inner-content .grid-image {
    width: 104px;
    height: 82px;
  }
}

@media (max-width:805px) {
  #product-nav > .inner-content .grid-image {
    width: 45%;
    height: auto;
  }
}

@media (max-width:560px) {
  #product-nav > .inner-content .grid-image {
    width: 100%;
    height: auto;
  }
}

#product-nav > .inner-content .grid-image a {
  border: none;
  text-decoration: none;
}

#product-nav > .inner-content .grid-image span {
  font-weight: bolder;
}

/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://ninenineteen.co
*/

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding-right: 20px; /* column-space */
}

.grid {
  width: 100%;
  max-width: 1140px;
  min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px; /* grid-space to left */
  padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
  float: right;
}

/* Content Columns */

.col-1-1 {
  width: 100%;
}
.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%
}

/* Layout Columns */

.col-11-12 {
  width: 91.66%
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%
}

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px; /* grid-space to left */
    padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px; /* column-space */
  }

  /* Mobile Layout */

  [class*='mobile-col-'] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px; /* column-space */
    padding-bottom: 0;
  }

  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }

  .mobile-col-1-5 {
    width: 20%;
  }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }

  .mobile-col-1-7 {
    width: 14.28%;
  }

  .mobile-col-1-8 {
    width: 12.5%;
  }

  .mobile-col-1-9 {
    width: 11.1%;
  }

  .mobile-col-1-10 {
    width: 10%;
  }

  .mobile-col-1-11 {
    width: 9.09%;
  }

  .mobile-col-1-12 {
    width: 8.33%
  }

  /* Layout Columns */

  .mobile-col-11-12 {
    width: 91.66%
  }

  .mobile-col-10-12 {
    width: 83.333%;
  }

  .mobile-col-9-12 {
    width: 75%;
  }

  .mobile-col-5-12 {
    width: 41.66%;
  }

  .mobile-col-7-12 {
    width: 58.33%
  }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/* End Simple Grid */


/* Customize social icon colors in footer */
#footer-bottom .et-social-icons a:hover {
  color: #3366ff;
}

/* Customize the Blog module */
.et_pb_posts .et_pb_post a img {
  max-width: 210px!important;
  float: right;
  padding-left: 2px;
  padding-right: 10px;
}

.dashboard-icon 
{
  text-align: center;
}

.dashboard-icon .fa 
{
  font-size: 80px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .et_pb_posts .et_pb_post a img {
    float:right;
    max-width: 210px!important;
  }
}

@media only screen and (max-width: 660px) {
  .et_pb_posts .et_pb_post a img {
    float:right;
    max-width: 190px;
  }
}

@media only screen and (max-width: 1130px) {
  .search-sidebar { display: none; }
}

@media only screen and (max-width: 850px) {
  .search-sidebar { display: inherit; }
}

#main-header
{
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #product-nav {
    display: block;
  }

  #product-nav > .toplevel-product-types li {
    display: inline-block;
    vertical-align: top;
    border-left-width: 0px;
    padding: 0;
    margin: 0;
    width: 23.9999%;
  }

  #product-nav > .toplevel-product-types li > a {
    display: block;
    background-color: #777;
    text-align: right;
    text-transform: uppercase;
    padding: 5px 6px;
    width: 100%;
    height: 180%;
    color: #eee;
    word-break: keep-all;
    white-space: nowrap;
    margin: 5px 0;
    border-radius: 0;
    text-align: center;
    font-size: .8em;
  }

  #product-nav > .toplevel-product-types {
    background-color: #fff;
  }

  #product-nav > .toplevel-product-types ul {
    list-style: none;
    margin: 0;
    /*margin-left: 10%;*/
    padding: 0;
    text-align: left;
    padding-left: 5px;
    min-width: 320px;
  }
  #product-nav > .inner-content > .inner-product-types {
    position: absolute;
    margin-top: 12px;
    z-index: 99;
    left:0px;
    width: 100%;
  }
}
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){

  /* 兼容iphone6plus、iphone7plus、iphone8plus*/
  #product-nav {
    display: block;
  }

  #product-nav > .toplevel-product-types li {
    display: inline-block;
    vertical-align: top;
    border-left-width: 0px;
    padding: 0;
    margin: 0;
    width: 23.9999%;
  }

  #product-nav > .toplevel-product-types li > a {
    display: block;
    background-color: #777;
    text-align: right;
    text-transform: uppercase;
    padding: 5px 6px;
    width: 100%;
    height: 180%;
    color: #eee;
    word-break: keep-all;
    white-space: nowrap;
    margin: 5px 0;
    border-radius: 0;
    text-align: center;
    font-size: .8em;
  }

  #product-nav > .toplevel-product-types {
    background-color: #fff;
  }

  #product-nav > .toplevel-product-types ul {
    list-style: none;
    margin: 0;
    /*margin-left: 10%;*/
    padding: 0;
    text-align: left;
    min-width: 310px;
    padding-left: 6px;
  }
  #product-nav > .inner-content > .inner-product-types {
    position: absolute;
    margin-top: 12px;
    z-index: 99;
    left:0px;
    width: 100%;
  }
}