/*
 Theme Name:   HPS-Custom
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Alderman Company
 Author URI:   https://aldermancompany.com
 Template:     generatepress
 Version:      1.0
*/
/*TOP BAR*/
@media (min-width: 769px) {
.header-wrap {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
}

.hps-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px;
}
.hps-logo {
  flex: 0 0 0 295px;
}
.hps-logo img {
  width: 100%;
  max-width: 295px;
  display: block;
}
.hps-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hps-partners {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hps-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}
.hps-menu ul li {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 8px;
}
.hps-menu ul li a {
  text-decoration: none;
  overflow-wrap: break-word;
}
.hps-menu img {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.mindfull {
  margin-right: 50px;
}
#menu-login li a:link, #menu-login li a:visited {
	color:#6f6f6f;
}
#menu-login li a:hover,#menu-login li a:active  {
	color:#000000;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1000px) {
  .hps-header {
    flex-direction: column;
  }
  .hps-menu {
    margin: 20px 10px;
  }
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .bimsmith,
  .masterspec,
  .mindfull {
    display: none;
  }
  .hps-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hps-menu ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*NAVIGATION TWEAKS*/
#site-navigation {
    border-top: solid 1px #cdcdcd;
}
.my-drop-menu {
    margin-left: 10px;
}
.my-drop-menu>a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    color: rgb(58, 58, 58)!important;
	    font-weight: 600!important;
}
.my-drop-menu>a:hover {
    color: rgb(0, 0, 0)!important;
    font-weight: 600!important;
}
.my-drop-submenu {
    margin-left: 30px;
}
.my-drop-submenu>a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.my-drop-submenu>a:hover {
    background-color: transparent !important;
}
.my-drop-menu>a:hover {
    background-color: transparent !important;
}
.black {
    color: #000;
}
.blue {
    color: #00ADEF;
}
.grey {
    color: #939598;
}
.green {
    color: #008570;
}
.red {
    color: #D3252A;
}
.orange {
    color: #E68A33;
}
.purple {
    color: #7F2765;
}
.ltblack {
    color: #5B595A;
}
.main-navigation ul ul {
    padding-bottom:10px;
}
.nav-below-header .main-navigation .inside-navigation.grid-container {
    padding: 0px;
}

.main-nav>ul>li:hover>a,
.main-nav>ul>li[class*="current-menu-"]>a {
    font-weight: 600;
}
.mobile-bar-items.wc-mobile-cart-items:not(.has-items),
.main-navigation .wc-menu-item:not(.has-items) {
       display: none !important;
}
/*END NAVIGATION TWEAKS*/

/*PRODUCT CALCULATOR TWEAKS*/
.single-products .tab-nav {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  border: 1px solid #e6e6e6;
}
.single-products .tab-nav li a {
  display: block;
}
.single-products .tab-nav li {
  background-color: #ffffff;
}
.single-products .tab {
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #737373;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
}
.single-products .tab a {
  color: #737373;
}

.single-products .tab:hover {
  background-color: #e6e6e6;
}

.single-products .tab:last-child {
  border-right: none;
}
.single-products .tab-active,
.single-products .tab-active:hover {
  background-color: #e10707;
}
.single-products .calculator-main .tab-active,
.calculator-main .tab-active:hover {
  background-color: #646464;
}
.single-products .tab-active a {
  color: white !important;
}
.single-products .cal-txbx {
  background-color: #eff0f2 !important;
}
.single-products .form-container {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0px 50px 0px;
}
.single-products #inputLabel {
  color: #737373;
  margin-right: 0.3rem;
}
.single-products #calcInput {
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #e10707;
  text-align: right;
  width: 25%;
  min-width: 15rem;
  margin-left: 0.6rem;
  margin-right: 0px;
  box-shadow: none;
}
.single-products #calcBtn {
  font-size: 0.8rem;
  color: #fff;
  background: #ea1900;
  border-radius: 0px !important;
  padding: 0.5rem 1rem;
  border-radius: 0.18rem;
  margin-left: 0.6rem;
  cursor: pointer;
  font-weight: bold;
  min-width: 15rem;
}
.single-products #tableContainer {
  width: 100%;
  margin-top: 0.6rem;
  border: none !important;
  padding: 0.6rem 1.3rem;
  text-align: center;
}
.single-products #calcResults {
  border-top: none !important;
}
.single-products #calcResults thead {
  background-color: #ededed !important;
}
@media (max-width: 768px) {
  .single-products .tab {
    padding: 0.5rem 0.5rem;
  }
  .single-products .form-container {
    padding: 10px 15px;
  }
  .single-products #calcInput {
    margin-top: 10px;
    width: 100% !important;
  }
  .single-products #calcBtn {
    width: 100%;
    margin-top: 15px;
  }
}
/*PRODUCT CALCULATOR TWEAKS*/


/*Sales Rep TWEAKS*/
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 57px;
    padding: 10px 38px 10px 16px;
	background-color:#ffffff;
	 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
       background-size: .6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
    transition: border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.custom-select:hover {
    border: 1px solid #999;
}
.custom-select:focus {
    border: 1px solid #999;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
    outline: none;
}
/* remove default arrow in IE */
select::-ms-expand {
    display:none;
}
.wpgmza-address-container .wpgmza-address:not(input) {
	background-color:#f7f7f7!important
}
.wpgmza-radius-container .wpgmza-radius:not(select) {
	background-color:#f7f7f7!important
}
/*FROM CUSTOMIZER*/
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
 .hps-header img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .hps-header img {
    image-rendering: unset !important;
  }
}
}
.hps-header {
	background-color:#ffffff;
}
.home .inside-article {
	background-color:#f7f7f7!important;
}
@media (max-width: 768px) {
.alignleft, .alignright {
	display:block!important;
	width:100%
}
.alignleft img, .alignright img {
	width:100%
}
.img-mobile, .gb-block-image {
    width: 100%;
    margin-bottom: 15px;
}
}
.wpgmza_map {
	margin-bottom:30px;
}
.wpgmza-search input[type="button"] {
	background-color:#646464;
	text-transform:uppercase;
	padding:10px 40px;
}
.wpgmza-reset {
	display:none;
}
.wpgmza-reset-custom-fields {
		display:none;
}
.wpgmza-filter-widgets > select {
	min-width:200px;
}
.wpgmza-store-locator  {
	margin: 30px 0px !important;
}
.wpgmza-store-locator label:after {
	content:"\a";
	white-space: pre-wrap;
}
.wpgmza-address, .wpgmza-radius {
	width:100%;
	margin: 10px 0px;
}
.wpgmza_modern_infowindow_inner ~ p {
	display:none !important;
}
.wpgmza-desc a {
	color:#CC0000;
	text-decoration: underline;
}
.wpgmza-desc a:hover {
	color:#CC0022;
	text-decoration: underline;
}
.wpgmza-filter-widgets select {
 background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}
.wpgmaps_mlist_row.wpgmza_basic_row {
	margin-bottom:15px!important;
	border-width:1px!important;
	background-color:#ffffff;
	border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
box-shadow: 0 0 6px rgba(0,0,0,.15);
	margin-bottom:30px!important;
}
.single-products, .single-products .inside-article, .post-type-archive-products {
	background-color:#f7f7f7!important;
}
.product-type-simple {
	max-width: 1200px;
margin-right: auto;
margin-left: auto;
position: relative;
	padding:15px;
}
.woocommerce-page .mybreadcrumb-wrapper {
	background-color:#646464;
	text-align:right;
}
@media (max-width: 768px) {
.woocommerce-page .mybreadcrumb-wrapper {
	text-align:center;
}
}
.woocommerce-page #breadcrumbs {
		max-width: 1200px;
margin-right: auto;
margin-left: auto;
position: relative;
	font-family: Roboto, sans-serif;
	padding:10px;
	color:#ffffff;
}
.product-template #breadcrumbs {
	font-size:.85em;
}
.woocommerce-page #breadcrumbs a {
	color:#ffffff;
	text-decoration:none;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    background-color: #efefef;
    opacity: 1;
	color:#9c9c9c;
}
.distributor-website a {
	color:#7e7e7e;
	text-decoration:underline;
}
.distributor-website a:hover {
	color:#CC0022;
	text-decoration:underline;
}
.icon-arrow-up svg {
	color:#ffffff!important;
}
#calcResults td:nth-child(even) {
color:red!important;
}
@media (min-width: 768px) {
.myborder::after {
  content: "";
  background: #ccc;
  position: absolute;
  bottom: 20%;
  right: 0;
  height: 60%;
  width: 1px;
}
}
a.contact-rep {
	color:#454545!important;
	text-decoration: underline;
}
a.contact-rep:hover {
	color:#cc0022!important;
}
.eael-data-table tbody tr td {
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    line-height: 1;
  }
.eael-data-table tbody > tr:nth-child(2n+1) td:hover {
  color: #454545!important;
}
.woocommerce-checkout .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 48%;
}

#customer_details+#wc_checkout_add_ons, 
#order_review, 
#order_review_heading,
.woocommerce-checkout .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
}
.td-content {
  min-width: 120px;
}
.main-navigation ul ul {
  max-height: calc(100vh -  200px);
  overflow-y: auto!important;
	overflow-x: hidden!important;
}
.menu-item-has-children ul .dropdown-menu-toggle {
  margin-top: -12px;
}
.elementor-widget-theme-post-content a {
	color:#C9262D!important;
}
.post-type-archive-press_release
.elementor-widget-archive-posts .elementor-button-wrapper, .elementor-widget-posts .elementor-button-wrapper {
  margin-top: 3px;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
.woocommerce-ordering {
  display: none;
}
.elementor-page-36787.woocommerce-page #breadcrumbs {
  padding: 0px;
}
.single-product #breadcrumbs {
	font-size:13.6px;
	text-transform: capitalize;
}
.responsive-embed-container {
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	height:0;
	max-width: 100% !important;
}
.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.mycolumn {
  float: left;
  width: 50%;
  padding: 10px;
}
.myrow:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
.mycolumn {
  float: left;
  width: 100%;
  padding: 10px;
}
}
/*fix lightbox caption*/
#baguetteBox-overlay .full-image figcaption {
    display: none;
}
