/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

.shippingMessage {
  text-align: center;
  color: white;
  background: #2483D0;
  line-height: 40px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-brand .text-block * {
  text-align: left !important;
}

/* mobile styling */
@media only screen and (max-width: 600px) {
  /* fixing about us */
  div.wysiwyg-container.widget-inner.w-100.px-0.position-0 > div {
    width: 95% !important;
    text-align: center !important;
    float: none !important;
    padding-left: 1em !important;
  }
  /* making banner font sizes larger */
  p.copy-resize {
    font-size: 1.1rem !important;
  }
  h3.header-resize {
    font-size: 1.7rem !important;
  }
}

footer h6.currently-by-appointment::before {
  content: "Currently ";
}
