/*
Theme Name: Elpro Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
@font-face {
  font-family: 'nexa';
  src: url("nexa_light-webfont.woff2") format("woff2"), url("nexa_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nexa';
  src: url("nexa_bold-webfont.woff2") format("woff2"), url("nexa_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.bluebg-header {
  background: #2b3990; }

.lightbluebg-header {
  background: #29a9e1; }

.eg-tool-tip .uabb-module-content.uabb-hotspot .uabb-hotspot-tooltip-content p, .eg-tool-tip .uabb-module-content.uabb-hotspot .uabb-hotspot-tooltip-content strong {
  color: #333333 !important; }

.eg-tool-tip .uabb-tooltip-style-classic.uabb-tooltip-left .uabb-hotspot-tooltip-content {
  width: 600px;
  border: 8px solid #29a9e1;
  right: 160%;
  color: #333333 !important;
  max-width: 75vw; }

.eg-tool-tip .uabb-tooltip-style-classic.uabb-tooltip-left .uabb-hotspot-tooltip-content:after {
  border-width: 40px !important;
  border-left-color: #29a9e1 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important; }

.eg-tool-tip .uabb-tooltip-style-classic.uabb-tooltip-right .uabb-hotspot-tooltip-content {
  width: 600px;
  border: 8px solid #29a9e1;
  right: 160%;
  max-width: 75vw; }

.eg-tool-tip .uabb-tooltip-style-classic.uabb-tooltip-right .uabb-hotspot-tooltip-content:after {
  border-width: 40px !important;
  border-right-color: #29a9e1 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important; }

.eg-tool-tip .uabb-hotspot-item .uabb-icon-wrap .uabb-icon i.ua-icon {
  opacity: 0; }

.eg-tool-tip .uabb-hotspot-item.uabb-hotspot-hover .uabb-icon-wrap .uabb-icon i.ua-icon {
  background-color: #29a9e1 !important;
  opacity: 1; }

.eg-tool-tip .uabb-hotspot-container .uabb-hotspot-items .uabb-hotspot-item {
  top: 0; }

#industries ul {
  padding-left: 15px; }

#product-search .woocommerce-product-search button {
  display: none; }

ul.product-categories li {
  font-size: 14px; }

.pp-content-grid-post-image {
  height: 240px;
  padding: 10px;
  background-color: white; }
  .pp-content-grid-post-image img {
    max-height: 100%;
    width: auto;
    margin: auto;
    display: block; }

.eg-image-wrap .fl-photo-content {
  background-color: white; }
  .eg-image-wrap .fl-photo-content img {
    max-height: 240px !important;
    width: auto !important;
    margin: auto !important;
    display: block !important; }

.eg-product-downloads-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.eg-product-downloads {
  width: 21%;
  margin-right: 2%;
  margin-bottom: 40px;
  background: #eaeaea;
  border: #b3b3b3; }
  .eg-product-downloads .image-wrap {
    background: #ffffff; }
  .eg-product-downloads img {
    display: block;
    margin: auto; }
  .eg-product-downloads h4 {
    background: #29a9e1;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 0; }
  .eg-product-downloads strong {
    margin-left: 10px; }
  .eg-product-downloads ul {
    margin-top: 15px;
    padding-left: 20px;
    margin-left: 10px;
    margin-right: 5px; }

@media (min-width: 601px) and (max-width: 900px) {
  .eg-product-downloads {
    width: 31%; } }

@media (max-width: 600px) {
  .eg-product-downloads {
    width: 47%; } }
/*# sourceMappingURL=style.css.map */