/* 
* copied from paramo-clothing.com 202306 - start 
*/
a{
  color: #000;
  text-decoration: none !important;
}
/* 
* copied from paramo-clothing.com 202306 - end 
*/


/* 
* new styles for WordPress - start
*/
embed, iframe[id^=youtubevid], video {
  max-width: 100%;
  min-height: 320px;
}
.product .summary iframe {
  max-width: 100%;
  min-height: 320px;
}
/* add class when form is submitted to alert users*/
.disable-form{ position:relative; pointer-events:none;}
.disable-form:before {
  background: grey;
  opacity: .6;
  width: 100%;
  /* to allow space for spinner */
  height: 90%;
  position: absolute;
  content: "\00a0";
  display: block;
  z-index: 100;
}

select, input[type=text] {
	font-family: var(--brand-font);
	min-height: 2rem;
}
/* 
* new styles for WordPress - end
*/


/* 
* overrides for storefront - start
*/
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline: none;
}
.hentry .entry-content a {
	color: var(--brand-blue);
}
/* banners in add to cart to checkout */
.hentry  .entry-content .woocommerce-message a {
  color:white;
  text-decoration: underline !important;
}
/* 
* overrides for storefront - end
*/