/*!
 * The Mermaid's Tale
 * Copyright 2008-2022 Punchmark
 */
 .holiday-hours-tag {
  color: black !important;
  }

.alert-global {
  color: #111111;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  padding: 0.75rem 2rem 0.75rem 2rem;
  background: var(--primary);
}

.alert-global a, .alert-global .alert-link {
  color: #111111;
  font-size: 14px;
  transform: none;
  text-transform: none;
  margin-left: 5px;
}

.alert-global .close > span > span {
  background: #111111;
}

.btn, .form-control {
	border-radius: 0 !important;
}

.link-container .btn-link {
	position: relative;
}

.link-container .btn-link:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary);
}

footer form[action="/newsletter-subscription"] label {
  display: none;
}

footer form[action="/newsletter-subscription"] {
  display: block;
  margin-top: -0.5rem;
}

footer form[action="/newsletter-subscription"] .input-group .form-control {
  background: #ffffff !important; 
  border-color: #ffffff !important;
}

footer form[action="/newsletter-subscription"] .input-group .btn {
  background: #111111 !important; 
  border-color: #111111 !important;
  color: var(--primary) !important;
}

.special-border.content-block {
  padding: 20px;
  position: relative;
}

.special-border.content-block > span {
  position: relative;
  z-index: 2;
}

.special-border.content-block:after {
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  z-index: 1;
  border: 5px solid white;
  content: "";
}

@media(min-width:768px){
	.special-border.content-block {
	  padding: 30px;
	}
}

[data-pagebuilder="widget"].widget .widget-banner-inner .widget-image-wrapper+.widget-text-overlay .link-container,
[data-pagebuilder="widget"].widget .link-container {
  z-index: 2 !important;
}