/*
Theme Name: Divi Child Theme
Version: 1.0
Description: Basic Child Theme
Author: Geenen Design
Template: Divi
Author URL: geenendesign.com
*/
 
/*------- Theme Customizations------- */
/* MAKES BACKGROUND ROW IMAGE VISIBLE ON MOBILE */
.et_pb_column.et_pb_column_empty {
    display: block!important;
}

/* MEGA MENU LIST LINK STYLES */
/*.mega-list a:hover {
  background-color: yellow;
} */
/* TOP NAV CARET POINT RIGHT */

#top-menu li .menu-item-has-children>a:first-child:after {
content: "\35";
}
/* TOP NAV DROP DOWN MENU ROLLOVER COLOR */
#top-menu li li a:hover { background-color:#c6c4c4 !important; }

.full-width-btn {
width: 100%;
text-align: center;
}

sup {
    position: relative;
    font-size: 40%;
    line-height: 0;
    vertical-align: baseline;
    top: -1.2em;
	margin-left: 2px;
}

/* ADJUST BUTTON #1 ON HEADER */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
    margin-right: 0px;
}

/* SOCIAL MEDIA ICONS STYLES */

/*#top-header .et-social-icons {
  float: right;
  display: inline-block;
  padding-top: 4px;
}
#top-header .et-social-icons a {
  font-size: 14px;
  background: #003a70;
  color: #ffffff;
  padding: 6px;
  border-radius: 28px;
  margin-top: -1px;
  height: 28px;
  width: 28px;
}
#top-header .et-social-icons li {
  margin-top: -2px;
  margin-left: 14px;
}

@media only screen and (max-width: 980px) {
  #top-header .et-social-icons {
    float: none;
    display: inline-block !important;
  }
  #top-header .et-social-icons li {
    display: inline-block !important;
    text-align: center;
    margin-top: -2px;
    padding-bottom: 10px;
  }
}
*/
/* END SOCIAL MEDIA ICONS STYLES */

/* SALES MAP STAFF STYLES */
.et_pb_member_position {
    color: #aaa;
    padding-bottom: 7px;
    font-style: italic !important;
}
/* END SALES MAP STAFF STYLES */

/* EQUALIZE TABS */

.equal-tabs .et_pb_tabs_controls li {
    width: 33.3%; /*change width of tabs here depending on the number of tabs you have*/
    text-align: center;
}
@media screen and (max-width: 768px){ /*change device breakpoint here depending on the number of tabs you have*/
.equal-tabs .et_pb_tabs_controls li {
    width: 100%; 
  text-align: center;
}
}
/* END EQUALIZE TABS */

/* LABEL SDS STYLES */
.entry-content tr td, body.et-pb-preview #main-content .container .labels-sds-page tr td {
	padding: 12px 24px;
}
/* END LABEL SDS STYLES */

/* CATEGORY LIST STYLES */
.product-list p a {
	margin-right:12px;
}

/* END CATEGORY LIST STYLES */