@import "css/reset.css";

body {
  background-color: #1c1d1c !important;
  background-image: url(images/main-bg.png);
  font-family: "Work Sans", sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hidden {
  display: none;
}

#v2 select {
  color: black;
}

#v2 .header li.active {
  background-color: #0294a1;
  opacity: 1;
}

#v2 .header li {
  background-color: #0294a1;
  opacity: 0.2;
}

#v2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#v2 div {
  box-sizing: border-box;
}

#v2 #main {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  background-image: url(images/main-bg.png);
  background-color: #f0ecdd;
  background-repeat: no-repeat;
  background-size: contain;
}

#v2 #main.menu-open {
  padding-top: 380px;
}

#v2 .spacer {
  height: 10px;
}

#v2 #main .columns {
  display: flex;
  text-align: left;
}

#v2 #main .columns h1 {
  margin-top: 0px;
}

#v2 #main .columns .left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.single-post #v2 #main .columns .left-col {
  background: white;
}

#v2 #main .columns .right-col {
  flex: 1;
}

.single-post #v2 #main .columns .right-col {
  background: white;
}

#v2 #header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 101;
}

#v2 #header #mobile-header-toggle {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  right: 30px;
  top: 20px;
  background-image: url(images/menu-bar-overflow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#v2 #header #mobile-header-toggle:hover {
  cursor: pointer;
}

#v2 #header #mobile-header-toggle.selected {
  width: 50px;
  height: 50px;
  background-image: url(images/menu-bar-close-icon.svg);
}

#v2 #header #header-inner {
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  background-image: url(images/header-bg.png);
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 102px;
}

#v2 #header #header-inner.open #nav {
  display: flex;
}

.home #v2 .header-hero {
  position: absolute;
  left: -160px;
  z-index: 0;
}

#v2 #header #nav a {
  color: white;
  text-decoration: none;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

#v2 #header #nav a.selected {
  opacity: 1;
  text-transform: uppercase;
}

#v2 #header #nav a:hover {
  opacity: 0.8;
}

#v2 #header #logo {
}

#v2 #header #nav {
  width: 620px;
  height: 20px;
  justify-content: space-between;
  display: flex;
  margin-left: 20px;
}

#v2 #footer {
  background-color: #0294a1;
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#v2 .thumbnail-image,
#v2 .thumbnail-image img {
  width: 100%;
}

#v2 .padding {
  padding: 60px;
}

#v2 .padding-small {
  padding: 20px;
}

#v2 .padding-medium {
  padding: 40px;
}

#v2 .margin {
  margin: 10px 0;
}

#v2 .image-gallery {
  display: flex;
  flex-direction: column;
}

#v2 .centered-content {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

#v2 .horizontal-scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

#v2 .grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  justify-items: center;
}

#v2 #products {
  padding: 10px 30px;
}

#v2 .product {
  margin: 10px;
  display: inline-block;
  width: 230px;
  align-self: baseline;
  text-align: left;
}

/* 102020 new browse bar */
#v2 #filter-nav {
  background-color: #0b494d;
}

#v2 #filters {
  position: relative;
  z-index: 12;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

#v2 #filters li {
  position: relative;
}

#v2 #filters li.browse {
  white-space: nowrap;
  font-size: 14px;
  color: #f7f5ee;
  padding: 1.25rem 0;
}

#v2 #filters li ul {
  display: none;
  position: absolute;
  min-width: 100%;
  background-color: #073133;
  list-style: none;
}

#v2 #nav-content ul {
  margin: 0;
  /* padding: 0 0 1rem 0; */
  background-color: #073133;
  list-style: none;
}

#v2 #nav-content ul li a:hover {
  text-decoration: none;
  background: #041b1d;
  /* font-weight: 800; */
}

#v2 #filters li a,
#v2 #nav-content ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #f7f5ee;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.75rem 1.75rem;
}

#v2 #filter-nav > ul > li > a {
  padding: 1.25rem 1.75rem;
}

#v2 #filters li.current-cat-parent > a,
#v2 #filters li.current-cat > a,
/* #v2 #filters li.current-cat ul li:first-child > a, */
#v2 #nav-content ul li.current-cat a {
  font-weight: 800;
}

#v2 #filters li a,
#v2 #filters li a:link,
#v2 #filters li a:hover,
#v2 #filters li a:active,
#v2 #filters li a:visited {
  text-decoration: none !important;
}

#v2 #filters > li > a:hover {
  cursor: pointer;
}

#v2 #filter-nav > ul > li a:after {
  position: absolute;
  top: 42%;
  right: 18px;
  content: "▼";
  font-size: 12px;
  color: rgb(136, 190, 185);
  width: 0;
  height: 0;
}

#v2 #filter-nav > ul > li ul li a:after {
  content: "";
}

/* 1191px hide the browse text to make room  */
@media screen and (max-width: 1191px) {
  #v2 #filters li.browse {
    display: none;
  }
}

/* mobile breakpoint where horizontal scroll kicks in */
@media screen and (min-width: 1090px) {
  /* show dropdown on desktop  */
  #v2 #filters > li:not(:first-child):hover ul.children {
    display: block !important;
  }

  /* hide appended nav on mobile  */
  #v2 #nav-content ul {
    display: none;
  }
}

@media screen and (max-width: 1089px) {
  #v2 #filters {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
  }

  #v2 #filters::-webkit-scrollbar {
    display: none;
  }

  #v2 #filters li {
    position: static;
  }

  #v2 #filters li ul {
    position: absolute;
    width: 100%;
    left: 0;
  }

  #v2 #filters li ul li a {
    padding-left: 0.75rem;
  }

  /* show appended nav on mobile  */
  #v2 #nav-content ul {
    display: block;
  }

  #v2 #filter-nav > ul > li.appended a:after {
    content: "▲";
  }

  #v2 #filter-nav > ul > li.appended ul li a:after {
    content: "";
  }
}

#v2 #filter-secondary {
  display: flex;
  justify-content: space-between;
}

#v2 #filter-breadcrumb:hover {
  cursor: pointer;
}

#v2 #filter-secondary {
  padding: 30px 15px 20px 15px;
  white-space: nowrap;
  text-transform: uppercase;
}

#v2 #filter-breadcrumb span:after {
  content: "x";
  width: 0;
  height: 0;
  color: #88beb9;
  margin-left: 5px;
}

#v2 #filter-secondary > li > a {
  display: inline-block;
}

#v2 #filter-secondary ul li a {
  margin-bottom: 10px;
  display: inline-block;
}

#v2 #filter-secondary li {
  list-style: none;
}

#v2 #filter-secondary ul.children {
  position: absolute;
  display: none;
  padding: 20px;
  z-index: 99;
  background-color: #0b494d;
}

#v2 .footer-links a,
#v2 #filter-secondary a,
#v2 #filter-secondary {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: 1px;
  color: #f7f5ee;
}

#v2 #filter-secondary a,
#v2 #filter-secondary {
  color: black;
}

#v2 .footer-links a {
  display: inline-block;
  margin-bottom: 8px;
}

#v2 #footer h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: white;
}

#v2 #filter-secondary .selected > a {
  border-bottom: white 2px solid;
  font-weight: 700;
}

#v2 .space-between {
  justify-content: space-between;
}

#v2 .product-title {
  font-size: 24px;
  line-height: 1;
  color: #2e3233;
  font-weight: 700;
}

#v2 .product .product-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #666666;
  text-decoration: none;
  letter-spacing: 0.5px;
}

#v2 .product-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
  letter-spacing: 1px;
}

#v2 .free-shipping {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 20px;
}

#v2 .product .product-price {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}

#v2 .located-in {
  color: #88beb9;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
}

#v2 .product a {
  text-decoration: none;
}

#v2 .blue-button,
#v2 #pagination a {
  border-radius: 100px;
  background-color: #88beb9;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  min-width: 120px;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  color: #f8f6ef;
  font-weight: 700;
  margin: 5px 10px 20px 0px;
  white-space: nowrap;
  display: inline-block;
}

#v2 .blue-button:disabled {
  opacity: 0.7;
}

#v2 .columns .blue-button {
  color: #88beb9;
  border-color: #88beb9;
  background-color: #f7f5ee;
}

#v2 .showrooms .blue-button:not(.selected) {
  background-color: #88beb9;
  color: #f7f5ee;
  border: solid #f7f5ee 2px;
}

#v2 .section-header {
  padding: 10px 0px 5px 0px;
  font-size: 14px;
  color: #666;
  letter-spacing: 2px;
  border-top: 1px solid #666666;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

#v2 .body-text {
  opacity: 0.8;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
  font-weight: 500;
}

#v2 h1 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 60px;
  color: #666;
}

#v2 .center-text-max-width {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#v2 h2 {
  font-weight: 700;
}

#v2 h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
}

#v2 .welcome-text {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 60px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 700;
}

#v2 h5 {
  margin-top: 30px;
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
}

#v2 #footer h5 {
  color: white;
  margin-bottom: 10px;
  font-weight: 700;
}

#v2 #main .columns .left-col > *,
#v2 #main .columns .right-col > * {
  min-height: 300px;
}

.home #v2 .header-header {
  position: absolute;
  left: 60%;
  bottom: 170px;
  font-size: 24px;
  padding: 5px;
  width: 30%;
  z-index: 50;
  font-weight: 700;
}

.home #v2 .header .blue-button {
  position: absolute;
  bottom: 85px;
  left: 60%;
  background: white;
  border-color: #0294a1;
  border-width: 2px;
  border-style: solid;
  color: #0294a1;
}

.home #v2 .thumbnail-image {
  width: 75%;
  position: relative;
}

.home #v2 .thumbnail-image img {
  width: 80%;
}

#v2 .location-header {
  background-color: #0294a1;
}

#v2 .location-header h1 {
  padding: 30px;
  border-bottom: #88beb9 solid 2px;
  margin: 0 30px;
  color: white;
}

#v2 #teachers img {
  border-radius: 160px;
}

#v2 #mobile-filter-toggle {
  display: none;
}

#v2 #myCarousel {
  background: white;
}

#v2 #myCarousel .item {
  background-repeat: no-repeat;
  background-position: center;
}

#v2 .product-image {
  position: relative;
}

#v2 .product-image-image {
  width: 100%;
  height: auto;
  min-width: 200px;
  max-width: 300px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}

#v2 .white-blue-column {
  background-color: #88beb9;
}

#v2 .white-blue-column h1,
#v2 .white-blue-column h3,
#v2 .white-blue-column .body-text {
  color: #f7f5ee;
}

#v2 .blue-section {
  padding-bottom: 30px;
  align-items: baseline;
}

#v2 .blue-section h6,
#v2 .blue-section h5 {
  color: #f7f5ee;
  text-align: center;
  margin-top: 5px;
}

#v2 .blue-section h6 {
  text-transform: uppercase;
}

#v2 .blue-section h5 {
  text-transform: none;
  font-weight: 600;
}

#v2 .blue-section a {
  text-decoration: none;
}

#v2 .blue-section .centered-content {
  display: block;
}

#v2 .blue-section img {
  margin-bottom: 0px;
}

#v2 .column-body-width {
  max-width: 500px;
}

#v2 .blue-texture-1 {
  background-image: url(images/cta-bg-1.png);
}

#v2 .blue-texture-2 {
  background-image: url(images/cta-bg-2.png);
}

#v2 .blue-texture-3 {
  background-image: url(images/cta-bg-3.png);
}

#v2 .blue-texture-1,
#v2 .blue-texture-2,
#v2 .blue-texture-3 {
  background-repeat: no-repeat;
  background-size: cover;
}

#black-footer {
  background-color: #1c1d1c;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.18;
  letter-spacing: 4px;
  text-align: center;
  color: #8d8e8d;
  padding: 5px 0;
}

#v2 .message {
  background-color: #d4542b;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.18;
  letter-spacing: 4px;
  color: #f0edde;
  text-transform: uppercase;
  text-align: center;
}

#v2 form input[type="text"],
#v2 form textarea {
  border: none;
  padding: 15px;
  display: block;
  width: 100%;
  color: #88beb9;
  max-width: 300px;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 10px;
  border-radius: 2px;
}

#v2 form {
  color: white;
}

#v2 .nav-address {
  width: 118px;
}

#v2 #nav-seattle-address,
#v2 #nav-portland-address {
  font-size: 60%;
  position: absolute;
  width: 118px;
  letter-spacing: 0px;
  padding-top: 3px;
  line-height: 12px;
}

.line-through {
  text-decoration: line-through;
}

.orange-text {
  color: #d4542b;
}

#v2 .product-image .sale-tag {
  padding: 10px;
  text-transform: uppercase;
  background-color: #d4542b;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  color: white;
}

#v2 #pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-bottom: 20px;
}

#v2 #pagination a {
  margin: 20px;
}

#v2 .tr-pagination {
  margin: 0 auto 1rem auto;
}

#v2 .tr-pagination .page-numbers {
  margin: 6px;
  color: #179096;
  display: inline-block;
  float: none;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50% !important;
  text-align: center;
  padding: 0 !important;
  border: none !important;
  background: #f7f5ee;
  font-weight: 700;
  font-size: 16px;
}

#v2 .tr-pagination .page-numbers.current {
  padding: 10px 20px;
  background-color: #179096;
  color: #f7f5ee;
  font-weight: 700;
}

#v2 .tr-pagination .page-navi .prev,
#v2 .tr-pagination .page-navi .next {
  background: none;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: -10px;
}

#v2 .tr-pagination .page-navi .prev {
  float: left;
  margin-right: 0;
}

#v2 .tr-pagination .page-navi .next {
  float: right;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

#v2 .mobile-browse {
  font-size: 14px;
  text-transform: uppercase;
}

#v2 .search-bar-section {
  z-index: 9;
  width: 100%;
  padding: 1rem 0 !important;
  background: #1c1d1c;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#v2 .search-bar-section #searchform {
  position: relative;
  top: 50%;
  display: inline-block;
  min-width: 320px;
}

#v2 .search-bar-section #searchform input:focus {
  outline: none !important;
}

#v2 .search-bar-section #searchform input[type="text"] {
  font-size: 14px;
  margin: 0;
  height: 32px;
  padding-left: 3rem;
  border-radius: 40px;
  color: #2e3233;
}

#v2 .search-bar-section #searchform input::-webkit-input-placeholder {
  color: #2e3233 !important;
  text-transform: capitalize !important;
}

#v2 .search-bar-section #searchform input::-moz-placeholder {
  color: #2e3233 !important;
  text-transform: capitalize !important;
}

#v2 .search-bar-section #searchform input:-ms-input-placeholder {
  color: #2e3233 !important;
  text-transform: capitalize !important;
}

#v2 .search-bar-section #searchform input::-ms-input-placeholder {
  color: #2e3233 !important;
  text-transform: capitalize !important;
}

#v2 .search-bar-section #searchform input::placeholder {
  color: #2e3233 !important;
  text-transform: capitalize !important;
}

#v2 .search-bar-section #searchform::before {
  content: " ";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}

#v2 .results {
  padding: 40px 30px 20px;
}

#v2 .results-count {
  font-weight: 800;
}

#v2 .home-products {
  background-color: #ffffff7a;
  padding-top: 1.5rem;
}

#v2 .home-products h5 {
  text-align: center;
}

#v2 .btn-more-container {
  text-align: center;
}

#v2 .btn-more-container a {
  margin-top: 16px;
  margin-bottom: 36px;
}

/* quick fix for footer off the edge  */
@media only screen and (min-width: 851px) and (max-width: 1112px) {
  #v2 #main {
    overflow: hidden;
  }
}

@media screen and (max-width: 540px) {
  #v2 .search-bar-section #searchform {
    width: 90% !important;
  }
  #v2 .search-bar-section #searchform input[type="text"] {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1086px) {
  #v2 #mobile-filter-toggle {
    padding-left: 12px !important;
  }

  #v2 #filter-secondary ul.children {
    background-color: #073133;
    position: relative;
    color: white;
  }

  #v2 #filter-secondary > li > a:after {
    content: none;
  }

  #v2 #mobile-filter-toggle {
    display: block;
    background-color: #0b494d;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 2px;
    color: white;
    padding: 30px;
  }

  #v2 #mobile-filter-toggle.closed {
    height: 20px;
  }

  #v2 #mobile-filter-toggle.open {
    height: auto;
  }

  #v2 #mobile-filter-toggle span:after {
    width: 0;
    height: 0;
    transform: rotateX(90deg);
    color: #88beb9;
    margin-left: 5px;
    font-size: 12px;
  }

  #v2 #mobile-filter-toggle.open span:after {
    content: "▲";
  }

  #v2 #mobile-filter-toggle.closed span:after {
    content: "▼";
  }

  #v2 .mobile-row-override {
    flex-direction: row !important;
  }

  #v2 .column-reverse {
    flex-direction: column-reverse !important;
  }

  #v2 .results {
    padding: 20px 30px 20px 30px;
  }

  #v2 #footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.logo-block-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(216, 209, 181, 0.55);
}

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 3rem;
}

.logo-block .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 0.75rem;
}
/* temporarily disable links see 454 in main.js  */
.logo-block .logo a {
  pointer-events: none;
}

.logo-block .logo .img-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  display: block;
}

.logo-block .logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}

@media screen and (min-width: 620px) {
  .logo-block .logo {
    width: 33%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 968px) {
  .logo-block .logo {
    width: 25%;
  }
}

/* 03/08/2020 in store only product styles */
#v2 .in-store-content p.contact-shop {
  margin-bottom: 20px;
}
#v2 .location-phone {
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}
#v2 .location-phone a {
  font-size: 20px;
  font-weight: 800;
  color: #179096;
  text-decoration: none;
  margin-left: 4px;
}

#v2 .in-store-content .blue-button.email-to-buy {
  background-image: url("/wp-content/themes/v2.1/images/icon_mail.png");
  background-repeat: no-repeat;
  background-position: bottom 15px left 20px;
  position: relative;
  background-color: #179096;
  color: white;
  display: inline-block;
  padding-left: 50px !important;
}

#v2 .blue-button.buy-now {
  background-image: url("/wp-content/themes/v2.1/images/icon_paypal.png");
  background-repeat: no-repeat;
  background-position: bottom 12px left 24px;
  padding-left: 50px !important;
}

#v2 .located-in {
  border-bottom: 3px solid #666;
  padding-bottom: 20px;
}
#v2 .section-header.single-product {
  padding-top: 20px;
}
#v2 .mobile-row-override.single-product {
  align-items: center;
}
#v2 .mobile-row-override.single-product .social-share {
  text-transform: uppercase;
  margin-right: 12px;
}
#v2 .mobile-row-override.single-product img {
  width: 26px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 850px) {
  #v2 #nav-seattle-address,
  #v2 #nav-portland-address {
    /*display: none;*/
    position: static;
  }

  #v2 #pagination a {
    margin: 5px;
    padding: 10px 15px;
    font-size: 12px;
  }

  #v2 #main .columns {
    flex-direction: column;
  }

  #v2 .blue-section {
    align-items: center;
  }

  #v2 .padding {
    padding: 20px;
  }

  #v2 #header #logo {
    width: 75%;
  }

  #v2 #header #logo img {
    width: 100%;
    max-width: 300px;
  }

  #v2 .image-gallery {
    flex-direction: row;
    height: 200px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    overflow-y: hidden;
  }

  #v2 .image-gallery.grow {
    height: 100%;
  }

  #v2 .thumbnail-image {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
  }

  #v2 .thumbnail-image img {
    height: 100% !important;
    width: auto;
  }

  #v2 #header #mobile-header-toggle {
    display: block;
  }

  #v2 #header #mobile-header-toggle.selected {
    top: 15px;
  }

  #v2 #header #nav {
    flex-direction: column;
    width: auto;
    height: auto;
    margin-top: 22px;
    padding-top: 12px;
    border-top: white 1px solid;
    text-align: center;
  }

  #v2 #header #header-inner.open {
    height: 462px;
  }

  #v2 #header #header-inner.open #nav {
    display: flex;
  }

  #v2 #header #header-inner #nav {
    display: none;
  }

  #v2 #header #nav a {
    margin: 15px auto;
  }

  #v2 #header #header-inner {
    flex-direction: column;
    justify-content: inherit;
  }

  .home #v2 .header-header {
    right: 20px;
    width: 30%;
  }

  .home #v2 #header .blue-button {
    bottom: 20px;
    right: 20px;
  }

  #v2 .mobile-row-override {
    flex-direction: row !important;
  }
  #v2 .column-reverse {
    flex-direction: column-reverse !important;
  }

  .home #v2 iframe {
    max-height: 275px;
  }

  #v2 .product-image-image {
    max-width: 260px;
  }

  #v2 #myCarousel .item {
    background-size: 170%;
  }

  #v2 #teachers {
    align-items: center;
  }

  #v2 h1 {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 650px) {
  .home #v2 iframe {
    max-height: 215px;
  }
}

@media only screen and (max-width: 320px) {
  .home #v2 .header-header {
    top: 25%;
    font-size: 20px;
    width: 40%;
    left: 56%;
  }

  .home #v2 .header .blue-button {
    margin-left: -70px;
    bottom: 110px;
    left: 50%;
  }

  #v2 #myCarousel .item {
    background-position: -130px 30%;
  }

  div#myCarousel.carousel.header.slide {
    height: 350px !important;
  }

  #v2 .grid {
    display: block;
    text-align: center;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /*
	.single-post #v2 #main .columns .left-col {
		flex: 2;
	}
*/
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  #v2 #main,
  #v2 .logo-block-wrap {
    margin: 0px auto;
    max-width: 1424px;
    min-width: 1478px;
  }

  #v2 #header #header-inner,
  #v2 .logo-block-wrap {
    margin: 0 auto;
    max-width: 1478px;
  }
}

#banner-carousel .carousel-inner .carousel-copy {
  top: auto !important;
  right: 20px !important;
  width: auto !important;
  padding-left: 0 !important;
  bottom: 20px;
}

#banner-carousel .carousel-inner .carousel-copy .button-carousel {
  display: block;
  margin: 0;
  background-color: #609f9a !important;
  color: #fff !important;
}

#banner-carousel .carousel-inner .carousel-copy .button-carousel:hover {
  background-color: #88beb9 !important;
}

@media only screen and (min-width: 851px) {
  #v2 .columns--repairs > * {
    width: 50%;
  }
}

#v2 .repair-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
}

#v2 .repair-list li.repair-list__price-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
}

#v2 .repair-list li.repair-list__price-line .repair-list__price-line__name {
  font-weight: bold;
  margin-right: 20px;
}

#v2 .repair-list li.repair-list__price-line .repair-list__price-line__dots {
  flex-grow: 1;
  border-bottom: 2px dotted #333;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 50px;
}

#v2 .repair-list li.repair-list__price-line .repair-list__price-line__price {
  flex-shrink: 0;
}

#v2 .repair-note {
  margin-top: 3rem;
}

#v2 .repair-table {
  width: 100%;
}

#modal-newsletter.modal {
  padding: 0;
}

#modal-newsletter.modal .close-modal {
  display: none;
}

.blocker {
  z-index: 1000 !important;
}

.modal-newsletter {
  /* max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 100;*/
  background-color: #f7f5ee;
  border-radius: 20px;
  text-align: center;
}

#v2 .modal-newsletter form {
  color: #333;
}

.modal-newsletter__header {
  background-image: url("images/modal-texture.jpg");
  background-repeat: no-repeat;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.modal-newsletter__content {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-newsletter__title {
  color: #0294a1;
  font-size: 4rem;
  text-transform: uppercase;
}

.modal-newsletter__subtitle {
  color: #111111 !important;
}

.modal-newsletter__desc {
}

.modal-newsletter input {
  background-color: #fff;
  color: #9d9e9d;
  border-radius: 6px;
  text-align: center;
  width: 80%;
  height: 40px;
  border: 1px solid #efece0;
}

.modal-newsletter .btn-close svg {
  width: 20px;
  height: 20px;
}

.modal-newsletter .input-container {
  margin-bottom: 1.4rem;
  margin-top: 2.4rem;
}

.modal-newsletter .success-message {
  display: none;
  margin-top: 5px;
  color: #0294a1;
}

.modal-newsletter button {
  background-color: #0294a1;
  color: #fff;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.modal-newsletter .btn-close {
  border-radius: 0;
  padding: 0;
  height: 20px;
  background-color: transparent;
  margin: 0;
  color: #fff;
}

.modal-newsletter button:disabled {
  opacity: 0.5;
}

.modal-newsletter__note {
  font-size: 0.8rem;
}
