/* Colours */
body {
  font-family: "Crimson Text", serif;
  padding: 0;
  font-size: 16px;
  max-width: 100em;
  margin-left: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

h2 {
  color: #3c5761;
  font-weight: 400;
  line-height: 1.071;
  font-size: 2em;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 3.5em;
  }
}

p {
  color: #6C7077;
  font-size: 1.2em;
  line-height: 1.188;
}

ul {
  color: #6C7077;
}

a:hover {
  opacity: 0.9;
}

.container {
  width: 100%;
}
.container > .inner {
  padding: 1em;
}
@media screen and (min-width: 640px) {
  .container > .inner {
    padding: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .container > .inner {
    padding: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .container > .inner {
    padding: 3em;
  }
}

@media screen and (min-width: 900px) {
  .page-wrapper {
    min-height: 100vh;
    display: table;
    width: 100%;
  }
}

.header {
  background: rgba(155, 223, 212, 0.25);
}
@media screen and (max-width: 639px) {
  .header {
    padding-top: 3em;
  }
  .header.navActive {
    padding-top: 300px;
  }
}
@media screen and (min-width: 900px) {
  .header {
    display: table-cell;
    vertical-align: top;
    width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    width: 356px;
  }
}
.header .inner {
  box-sizing: border-box;
  overflow: auto;
}
.header .logo {
  background-image: url("../images/responsive-logo-small.svg");
  background-repeat: no-repeat;
  width: 260px;
  height: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .header .logo {
    background-image: url("../images/responsive-logo.svg");
    background-size: cover;
    height: 220px;
    width: 125px;
    padding-top: 0;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .header .logo {
    float: none;
    width: 255px;
    height: 420px;
    margin-bottom: 2.5em;
  }
}
.header .logo h1 {
  position: absolute;
  left: -50em;
  top: 0;
}
.header .header-info p {
  color: #3c5761;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.208;
  text-shadow: 0 1px 0 #f2f4f8;
  margin-bottom: 1em;
  text-align: center;
}
.header .header-info p:first-of-type {
  padding-bottom: 1em;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 640px) {
  .header .header-info p {
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  .header .header-info p:first-of-type {
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .header .header-info p {
    text-align: left;
  }
}
@media screen and (min-width: 640px) {
  .header .header-info {
    float: right;
    box-sizing: border-box;
    width: calc(100% - 125px - 1.5em);
  }
}
@media screen and (min-width: 900px) {
  .header .header-info {
    float: none;
    padding-left: 0;
    margin: 0 auto;
    width: 90%;
  }
}
.header .header-info ul {
  color: #3c5761;
  font-size: 0.97em;
  font-weight: 700;
  text-shadow: 0 1px 0 #f2f4f8;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 740px) {
  .header .header-info ul {
    display: table;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .header .header-info ul {
    display: block;
    text-align: left;
  }
}
.header .header-info ul li, .header .header-info ul a {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  font: inherit;
}
.header .header-info ul > li {
  padding-left: 1.5em;
}
@media screen and (min-width: 740px) {
  .header .header-info ul > li {
    display: table-cell;
    padding-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .header .header-info ul > li {
    display: block;
  }
}
.header .header-info ul > li.email a, .header .header-info ul > li.phone a, .header .header-info ul > li.mobile a {
  position: relative;
}
.header .header-info ul > li.email a::before, .header .header-info ul > li.phone a::before, .header .header-info ul > li.mobile a::before {
  content: "";
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
.header .header-info ul > li.email, .header .header-info ul > li.phone {
  text-align: left;
}
.header .header-info ul > li.email a::before {
  background-image: url("../images/email-icon.png");
}
.header .header-info ul > li.phone a::before {
  background-image: url("../images/phone-icon.png");
}
.header .header-info ul > li.mobile a::before {
  background-image: url("../images/mobile-icon.png");
}

.navigation {
  background-color: #efefef;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .navigation {
    display: block;
    margin-bottom: 1.5em;
  }
  .navigation .mobile-nav-menu {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .navigation {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .navigation {
    margin-bottom: 3em;
  }
}
.navigation > ul {
  margin: 0;
  display: flex;
  height: 53px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.navigation > ul > li {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  vertical-align: middle;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .navigation > ul > li {
    border-right: 1px solid #000;
  }
}
.navigation > ul > li a {
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation > ul > li.active {
  background-color: rgba(155, 223, 212, 0.25);
}
.navigation > ul > li.current-menu-item {
  background-color: rgba(155, 223, 212, 0.25);
}
.navigation > ul > li:hover {
  background-color: rgba(155, 223, 212, 0.25);
}
.navigation > ul > li:last-of-type {
  border-right: none;
}
.navigation > ul a {
  color: #3c5761;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  width: auto;
  padding: 0 1em;
}
@media screen and (min-width: 640px) {
  .navigation > ul a {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 740px) {
  .navigation > ul a {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 900px) {
  .navigation > ul a {
    font-size: 0.65em;
  }
}
@media screen and (min-width: 1024px) {
  .navigation > ul a {
    font-size: 0.775em;
  }
}
@media screen and (min-width: 1200px) {
  .navigation > ul a {
    font-size: 0.975em;
  }
}
@media screen and (max-width: 639px) {
  .navigation {
    position: absolute;
    top: 0;
    left: 0;
  }
  .navigation.hidden > ul {
    display: none;
  }
  .navigation .mobile-nav-menu {
    text-align: center;
    height: 45px;
    background-color: #759AC6;
    background-image: url("../images/navicon.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 5% center;
    cursor: pointer;
  }
  .navigation > ul {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .navigation > ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
  .navigation > ul li a {
    padding: 0.4em 0;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .content {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 240px - 2em * 2);
  }
}
.content .gallery {
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .content .gallery {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .gallery {
    display: table;
    direction: rtl;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .content .gallery {
    margin-bottom: 3em;
  }
}
.content .gallery p {
  margin: 0;
  padding: 0;
}
.content .gallery img {
  display: block;
}
.content .gallery a {
  text-decoration: none;
  display: block;
}
.content .gallery .gallery-feature {
  background-color: rgba(155, 223, 212, 0.25);
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .content .gallery .gallery-feature {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-feature {
    display: table-cell;
    direction: ltr;
    vertical-align: top;
    width: 40%;
    position: relative;
    padding-bottom: calc(1.5em + 1em);
  }
}
.content .gallery .gallery-feature .info {
  padding: 1em;
  text-align: center;
}
.content .gallery .gallery-feature .info .title {
  color: #3c5761;
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  margin: 0;
  margin-bottom: calc(1em / 2);
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-feature .info .title {
    font-size: 1.5em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 1200px) {
  .content .gallery .gallery-feature .info .title {
    font-size: 3.5em;
  }
}
.content .gallery .gallery-feature .info .gallery-image {
  margin: 0 auto;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
  max-width: 350px;
}
.content .gallery .gallery-feature .info .gallery-image img {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-feature .info .gallery-image img {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-feature .info .gallery-image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content .gallery .gallery-feature .info .gallery-image {
    margin-bottom: 1em;
  }
}
.content .gallery .gallery-feature .info .caption {
  font-size: 1.1em;
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-feature .info .caption {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .content .gallery .gallery-feature .info .caption {
    display: block;
  }
}
.content .gallery .gallery-feature .info a {
  color: #3c5761;
}
.content .gallery .gallery-feature .read-more {
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  background: rgba(218, 235, 232, 0.9);
  vertical-align: middle;
  text-align: right;
}
.content .gallery .gallery-feature .read-more p {
  color: #3c5761;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-feature .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content .gallery .gallery-feature .read-more {
    padding: 17.5px;
  }
}
.content .gallery .gallery-items {
  overflow: auto;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .content .gallery .gallery-items {
    width: 630px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-items {
    width: 60%;
    display: table-cell;
    direction: ltr;
    vertical-align: top;
  }
}
.content .gallery .gallery-items .gallery-item {
  min-height: 50px;
}
@media screen and (min-width: 480px) {
  .content .gallery .gallery-items .gallery-item {
    float: left;
    max-width: 100%;
    width: calc(50% - 1em / 2);
    max-width: 306px;
    padding-bottom: 0.5em;
  }
  .content .gallery .gallery-items .gallery-item:nth-of-type(2n+1) {
    padding-right: 1em;
  }
  .content .gallery .gallery-items .gallery-item:last-of-type, .content .gallery .gallery-items .gallery-item:nth-last-of-type(2) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-items .gallery-item {
    width: calc(45% - 2em / 3);
    padding-bottom: 1em;
  }
  .content .gallery .gallery-items .gallery-item:nth-of-type(2n+1) {
    padding-right: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .content .gallery .gallery-items .gallery-item {
    width: calc(45% - 3em / 3);
    padding-bottom: 2em;
  }
  .content .gallery .gallery-items .gallery-item:nth-of-type(2n+1) {
    padding-right: 3em;
  }
}
.content .gallery .gallery-items .gallery-item a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-items .gallery-item a {
    display: block;
  }
}
.content .gallery .gallery-items .gallery-item .category-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(218, 235, 232, 0.9);
  text-align: center;
  padding: 6px 0;
  max-width: 100%;
}
.content .gallery .gallery-items .gallery-item .category-caption p {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.208;
  text-align: center;
  text-shadow: 0 1px 0 #e0e5e8;
  color: #3c5761;
}
@media screen and (min-width: 640px) {
  .content .gallery .gallery-items .gallery-item .category-caption {
    padding: 14px 0;
  }
}
@media screen and (min-width: 900px) {
  .content .gallery .gallery-items .gallery-item .category-caption p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1024px) {
  .content .gallery .gallery-items .gallery-item .category-caption p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1200px) {
  .content .gallery .gallery-items .gallery-item .category-caption p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 640px) {
  .content .homepage-arrivals h2,
.content .homepage-section h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.content .text-section {
  text-align: center;
  clear: both;
}
.content .text-section p {
  font-size: 1.2em;
  margin: 1.5em 0;
}
.content .text-section .hr {
  color: rgba(216, 223, 236, 0.65);
  background-color: rgba(216, 223, 236, 0.65);
  position: relative;
}
.content .text-section .hr:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 19px;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  background: #FFF;
  background-image: url("../images/wigs-flourish-top.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.content .text-section .hr:nth-of-type(even):after {
  top: auto;
  bottom: 0;
  background-image: url("../images/wigs-flourish-bottom.jpg");
  background-position: center top;
}
.content .text-section .hr hr {
  color: inherit;
}
.content .homepage-section p {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  line-height: 1.7;
}
.content .new-arrivals {
  padding-top: 1em;
}
.content .new-arrivals .button {
  background-color: #efefef;
  color: #3c5761;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.content .new-arrivals .button:hover {
  background-color: rgba(155, 223, 212, 0.25);
}
.content .new-arrivals .gallery-items {
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .content .new-arrivals .gallery-items {
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .gallery-items {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .content .new-arrivals .gallery-items {
    margin-bottom: 3em;
  }
}
.content .new-arrivals .gallery-items .gallery-item a {
  text-decoration: none;
}
.content .new-arrivals .gallery-items .gallery-item a:hover {
  opacity: 0.9;
}
@media screen and (min-width: 640px) {
  .content .new-arrivals .gallery-items .gallery-item {
    padding-right: 1.5em;
    width: calc(33% - (1.5em * 2) / 3);
    float: left;
  }
  .content .new-arrivals .gallery-items .gallery-item:nth-of-type(3n) {
    padding-right: 0;
  }
  .content .new-arrivals .gallery-items .gallery-item:nth-of-type(4), .content .new-arrivals .gallery-items .gallery-item:nth-of-type(5), .content .new-arrivals .gallery-items .gallery-item:nth-of-type(6) {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .new-arrivals .gallery-items .gallery-item {
    padding-right: 2em;
    width: calc(33% - (2em * 2) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .gallery-items .gallery-item {
    padding-right: 3em;
    width: calc(33% - (3em * 2) / 3);
  }
}
.content .new-arrivals .gallery-items .gallery-item .gallery-title {
  max-width: 346px;
  margin: 0 auto;
}
.content .new-arrivals .gallery-items .gallery-item .gallery-title p {
  color: #3c5761;
  text-decoration: none;
  margin: 0.5em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-title {
    text-align: left;
  }
}
@media screen and (min-width: 740px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-title {
    font-size: 0.9em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-title {
    font-size: 1em;
  }
}
.content .new-arrivals .gallery-items .gallery-item .gallery-details {
  overflow: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 740px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.content .new-arrivals .gallery-items .gallery-item .gallery-details p {
  color: inherit;
  margin: 0.5em 0;
  font-size: 0.9em;
}
@media screen and (min-width: 480px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner {
    max-width: 346px;
    margin: auto;
  }
}
.content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner .date {
  color: #6C7077;
}
@media screen and (min-width: 480px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner .date {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner .date p {
    font-size: 1em;
  }
}
.content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner .price {
  color: #c3504d;
}
@media screen and (min-width: 480px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner .price {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .gallery-items .gallery-item .gallery-details .details-inner .price p {
    font-size: 1em;
  }
}
.content .new-arrivals .load-more {
  clear: both;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .content .new-arrivals .load-more {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .content .new-arrivals .load-more {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .content .new-arrivals .load-more {
    margin-bottom: 3em;
  }
}
.content .new-arrivals .load-more p {
  position: relative;
  color: #48768e;
  margin: auto;
  width: 250px;
}
.content .new-arrivals .load-more p:before, .content .new-arrivals .load-more p:after {
  content: "";
  background-image: url("../images/scroll-flourish.png");
  width: 28px;
  height: 8px;
  bottom: 0;
  top: 6px;
  position: absolute;
}
.content .new-arrivals .load-more p:before {
  left: 0;
}
.content .new-arrivals .load-more p:after {
  right: 0;
}
.content .inner .breadcrumb {
  border-bottom: 1px dashed #6C7077;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .content .inner .breadcrumb {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .inner .breadcrumb {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .content .inner .breadcrumb {
    margin-bottom: 3em;
  }
}
.content .inner .breadcrumb p {
  font-size: 1.1em;
  margin: 0;
}
.content .inner .breadcrumb p a {
  color: inherit;
  text-decoration: none;
}
.content .inner .breadcrumb p a:hover {
  opacity: 0.8;
  color: #858991;
}
.content .page-title {
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .content .page-title {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .page-title {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .content .page-title {
    margin-bottom: 3em;
  }
}
.content .page-title .categories {
  background-color: #efefef;
  display: flex;
  list-style: none;
  font-size: 0.975em;
  padding: 15px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 1.5em;
}
.content .page-title .categories ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.content .page-title .categories ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .content .page-title .categories ul li {
    margin-bottom: 0;
  }
}
.content .page-title .categories ul li > a {
  color: #3c5761;
  display: block;
  font-size: 0.975em;
  padding: 0.5em 1em;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-right: 1px solid black;
}
.content .page-title .categories ul li > a:hover {
  background-color: rgba(155, 223, 212, 0.25);
}
.content .page-title .categories ul li:last-child a {
  border-right: none;
}
.content .page-title .categories ul .current-cat {
  background-color: rgba(155, 223, 212, 0.25);
}
@media screen and (min-width: 640px) {
  .content .collections .gallery .gallery-items {
    width: 100%;
  }
}
.content .collections .gallery .gallery-items .gallery-item img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .content .collections .gallery .gallery-items .gallery-item {
    padding-right: 1.5em;
    padding-bottom: 1.5em;
    width: calc(33% - (1.5em * 2) / 3);
  }
  .content .collections .gallery .gallery-items .gallery-item:nth-of-type(3n) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content .collections .gallery .gallery-items .gallery-item {
    padding-right: 2em;
    padding-bottom: 2em;
    width: calc(33% - (2em * 2) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .content .collections .gallery .gallery-items .gallery-item {
    padding-right: 3em;
    width: calc(25% - (3em * 3) / 4);
  }
  .content .collections .gallery .gallery-items .gallery-item:nth-of-type(3n) {
    padding-right: 3em;
  }
  .content .collections .gallery .gallery-items .gallery-item:nth-of-type(4n) {
    padding-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .content .collections-inner .gallery-item {
    margin-bottom: 1em;
  }
  .content .collections-inner .gallery-item img {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .content .collections-inner .gallery-item {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .content .collections-inner .gallery-item {
    margin-bottom: 3em;
  }
}
.content .inner .collections-inner-miniature .page-title h2 {
  float: left;
  line-height: initial;
}
.content .inner .collections-inner-miniature .page-title p {
  float: right;
  color: #3c5761;
}
.content .inner .collections-inner-miniature .page-title p a {
  text-decoration: none;
  color: #3c5761;
}
.content .inner .collections-inner-miniature .page-title p a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .page-title .read-more-link a {
    font-size: 1.4em;
  }
}
.content .inner .collections-inner-miniature .page-title:after {
  display: block;
  content: "";
  clear: both;
}
.content .inner .collections-inner-miniature .miniature:after {
  display: block;
  content: "";
  clear: both;
}
.content .inner .collections-inner-miniature .miniature .minature-gallery {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 740px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery {
    border-bottom: none;
    width: calc(40% - 1em / 2);
    max-width: 390px;
    float: left;
    padding-right: 1em;
  }
}
@media screen and (min-width: 900px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery {
    padding-right: 1.5em;
    width: calc(40% - 1.5em / 2);
  }
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery {
    padding-right: 2em;
    width: calc(40% - 2em / 2);
  }
}
@media screen and (min-width: 1200px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery {
    padding-right: 0;
    margin-right: 3em;
    width: calc(40% - 3em / 2);
  }
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner img {
  max-width: 100%;
  display: block;
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .main-image {
  margin-bottom: 1em;
  max-width: 390px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .main-image {
    margin: 0 auto 1em auto;
  }
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .main-image .magnification {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #6C7077;
  background-image: url("../images/zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999999;
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails {
  overflow: auto;
  max-width: 390px;
}
@media screen and (min-width: 480px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails {
    margin: 0 auto 1em auto;
  }
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails .thumbnail {
  width: calc(50% - 1em / 2);
  margin-right: 1em;
  float: left;
  margin-top: 1em;
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails .thumbnail:nth-child(1), .content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails .thumbnail:nth-child(2) {
  margin-top: 0;
}
.content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails .thumbnail:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails .thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .miniature .minature-gallery .miniature-gallery-inner .thumbnails .thumbnail {
    width: calc(50% - 1em / 2);
    margin-right: 1em;
    margin-bottom: 0;
    margin-top: 1em;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text {
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details p, .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description p, .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-specification p {
    font-size: 1em;
    margin: 0.5em 0;
  }
}
@media screen and (min-width: 740px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text {
    width: calc(60% - 1em / 2);
    float: left;
    vertical-align: top;
  }
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-title p {
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text {
    width: calc(60% - 1.5em / 2);
  }
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text {
    width: calc(60% - 2em / 2);
  }
}
@media screen and (min-width: 1200px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text {
    width: calc(60% - 3em / 2);
    float: right;
  }
}
@media screen and (min-width: 900px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details p, .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description p, .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-specification p {
    margin-bottom: 1em;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-title, .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details {
  margin-bottom: 1em;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-title p {
  color: #335751;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-title p {
    font-size: 1.4em;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details::after {
  clear: both;
  content: "";
  overflow: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details .date {
    float: left;
    width: 50%;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details .date p {
  color: #6c7177;
  font-style: italic;
}
@media screen and (min-width: 640px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details .date p {
    font-size: 1.25em;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details .price {
    float: right;
    width: 50%;
    text-align: right;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details .price p {
  color: #c3504d;
  font-weight: 400;
  line-height: 1.318;
}
@media screen and (min-width: 640px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-details .price p {
    font-size: 1.5em;
    margin: 0;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description p {
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description p {
    font-size: 1.2em;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description .more-link {
  color: #3c5761;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-description .more {
  color: #335751;
  text-decoration: none;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-specification p {
  font-style: italic;
  font-size: 1.2em;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .miniature-specification em {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .miniature-specification {
    width: calc(100% - (1em + 200px));
    float: left;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .enquiry {
  border-radius: 3px;
  background-color: #dae8ed;
  box-shadow: 0 3px 0 0 #b5cdc9;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .enquiry:hover {
  background-color: #a7c8d4;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .enquiry a {
  display: block;
  text-decoration: none;
}
.content .inner .collections-inner-miniature .miniature .miniature-text .enquiry p {
  color: #335751;
  font-size: 1.375em;
  font-weight: 600;
  font-style: italic;
  line-height: 1.318;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  padding: 1em;
}
@media screen and (min-width: 1200px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .enquiry {
    float: right;
  }
  .content .inner .collections-inner-miniature .miniature .miniature-text .enquiry p {
    padding: 0 1em;
  }
}
.content .inner .collections-inner-miniature .miniature .miniature-text .sharing {
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1200px) {
  .content .inner .collections-inner-miniature .miniature .miniature-text .sharing {
    float: right;
  }
}
.content .inner .collections-inner-miniature .more-items {
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.content .text-page h3 {
  color: #3c5761;
}
.content .text-page .text-section {
  text-align: left;
}
.content .text-page .text-section .page-image {
  background-color: rgba(155, 223, 212, 0.25);
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 1em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .content .text-page .text-section .page-image {
    padding: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    float: right;
  }
}
@media screen and (min-width: 900px) {
  .content .text-page .text-section .page-image {
    vertical-align: top;
    padding: 3em;
  }
}
.content .text-page .text-section .page-image img {
  display: block;
  margin: auto;
}
.content .text-page .text-section p {
  margin: 0.5em 0;
}
.content .categorysubnavigation {
  margin-bottom: 1em;
  width: 100%;
}
.content .categorysubnavigation:after {
  content: "";
  clear: both;
  overflow: auto;
}
@media screen and (min-width: 640px) {
  .content .categorysubnavigation {
    display: block;
    margin-bottom: 1.5em;
  }
  .content .categorysubnavigation .mobile-subnav-menu {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .content .categorysubnavigation {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .content .categorysubnavigation {
    margin-bottom: 3em;
  }
}
.content .categorysubnavigation > ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.content .categorysubnavigation > ul:after {
  content: "";
  clear: both;
  overflow: auto;
}
.content .categorysubnavigation > ul > li {
  list-style: none;
  vertical-align: middle;
  float: left;
  height: 53px;
  box-sizing: border-box;
  background-color: #efefef;
}
.content .categorysubnavigation > ul > li.active {
  background-color: rgba(155, 223, 212, 0.25);
}
.content .categorysubnavigation > ul > li.current-menu-item {
  background-color: rgba(155, 223, 212, 0.25);
}
.content .categorysubnavigation > ul > li:hover {
  background-color: rgba(155, 223, 212, 0.25);
}
.content .categorysubnavigation > ul > li:last-of-type a {
  border-right: none;
}
.content .categorysubnavigation > ul a {
  color: #3c5761;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  width: auto;
  padding: 0 1em;
}
@media screen and (min-width: 640px) {
  .content .categorysubnavigation > ul a {
    font-size: 0.85em;
    height: 53px;
    vertical-align: middle;
    padding-top: 1em;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 740px) {
  .content .categorysubnavigation > ul a {
    font-size: 1em;
  }
}
@media screen and (min-width: 900px) {
  .content .categorysubnavigation > ul a {
    font-size: 0.82em;
  }
}
@media screen and (min-width: 1024px) {
  .content .categorysubnavigation > ul a {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1200px) {
  .content .categorysubnavigation > ul a {
    font-size: 1em;
  }
}
@media screen and (max-width: 639px) {
  .content .categorysubnavigation.hidden > ul {
    display: none;
  }
  .content .categorysubnavigation .mobile-subnav-menu {
    text-align: center;
    height: 45px;
    background-color: #759AC6;
    background-image: url("../images/navicon.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 5% center;
    cursor: pointer;
  }
  .content .categorysubnavigation > ul {
    display: block;
    height: auto;
  }
  .content .categorysubnavigation > ul li {
    display: block;
    width: 100%;
    padding: 0.4em 0;
    padding-top: 1em;
    border-bottom: 1px solid #d6d6d6;
  }
}
.content .contact {
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .content .contact {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .contact {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .content .contact {
    margin-bottom: 3em;
  }
}
.content .contact .contact-info {
  display: none;
}
.content .contact .contact-info a {
  text-decoration: none;
  color: #3c5761;
}
@media screen and (min-width: 480px) {
  .content .contact .contact-info {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 640px) {
  .content .contact .contact-info {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  .content .contact .contact-info {
    display: block;
  }
}
.content .contact .contact-info .phone, .content .contact .contact-info .email {
  font-weight: 600;
}
.content .contact .contact-info .phone:hover, .content .contact .contact-info .email:hover {
  color: #0b1012;
}
.content .contact .contact-form .form-row {
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 480px) {
  .content .contact .contact-form .form-row {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 640px) {
  .content .contact .contact-form .form-row {
    margin-bottom: 1.5em;
  }
}
.content .contact .contact-form .form-row label {
  color: #3c5761;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: capitalize;
}
.content .contact .contact-form .form-row input, .content .contact .contact-form .form-row textarea {
  width: 95%;
  background: rgba(155, 223, 212, 0.25);
  border: 2px solid rgba(97, 204, 187, 0.25);
  padding: 0.5em;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .content .contact .contact-form .form-row input, .content .contact .contact-form .form-row textarea {
    width: 100%;
  }
}
.content .contact .contact-form .form-row textarea {
  max-width: 100%;
  min-width: 95%;
}
.content .contact .contact-form .form-row .opt-in input {
  display: inline;
  width: auto;
}
.content .contact .contact-form .form-row .opt-in label {
  text-transform: initial;
}
.content .contact .contact-form .form-row .opt-in p {
  clear: both;
  box-sizing: border-box;
  padding: 8px 8px 4px 8px;
  background: #E6F7F5;
  border: 1px solid #C5EDE7;
  max-width: 95%;
}
@media screen and (min-width: 480px) {
  .content .contact .contact-form .form-row .opt-in p {
    max-width: 100%;
  }
}
.content .contact .contact-form .form-row.third .form-field {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 480px) {
  .content .contact .contact-form .form-row.third .form-field {
    width: calc(33.33% - (1em * 2) / 3);
    float: left;
    margin-bottom: 0;
    margin-right: 1em;
  }
  .content .contact .contact-form .form-row.third .form-field:last-of-type {
    margin-right: 0;
  }
}
.content .contact .contact-form .form-row.single .form-field {
  width: 100%;
  float: left;
}
.content .contact .contact-form .form-row.single .text-box {
  min-height: 82px;
}
.content .contact .contact-form .button-container {
  margin-top: 1em;
}
.content .contact .contact-form .button-container button {
  border-radius: 3px;
  border: none;
  background-color: rgba(155, 223, 212, 0.25);
  box-shadow: 0 3px 0 0 #b5cdc9;
  padding: 0.5em;
  box-sizing: border-box;
  color: #335751;
  font-size: 1.375em;
  font-weight: 600;
  font-style: italic;
  line-height: 1.318;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.content .contact .contact-form .button-container button:hover {
  background-color: rgba(97, 204, 187, 0.25);
}
.content .contact .contact-form .form-error {
  color: #CE3333;
  font-weight: 600;
  font-size: 1.1em;
}
.content .contact .contact-form .error {
  color: #CE3333;
}
.content .post {
  border-bottom: 1px dashed #6c7077;
  overflow: auto;
  margin-bottom: 1em;
  text-align: justify;
}
@media screen and (min-width: 900px) {
  .content .post {
    margin-bottom: 1.5em;
  }
}
.content .post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.content .post h3 a {
  color: #3c5761;
  text-decoration: none;
}
.content .post h3 a:hover {
  opacity: 0.9;
}
@media screen and (min-width: 640px) {
  .content .post .post-content {
    float: left;
    width: calc(65% - (1em / 2));
  }
}
@media screen and (min-width: 900px) {
  .content .post .post-content {
    width: calc(55% - (1em / 2));
  }
}
@media screen and (min-width: 1200px) {
  .content .post .post-content {
    width: calc(65% - (1em / 2));
  }
}
.content .post .post-content p {
  margin: 1em 0;
  line-height: 1.5;
}
.content .post .post-content p img {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.content .post .post-content .showmore {
  font-weight: 700;
}
.content .post .post-content .more-link {
  color: #3c5761;
  text-decoration: none;
}
.content .post .post-content .date {
  clear: both;
  margin: 1em 0;
}
.content .post .post-content .date p {
  color: #6c7177;
  font-style: italic;
}
@media screen and (min-width: 640px) {
  .content .post .post-content .date p {
    font-size: 1.375em;
  }
}
.content .post .category-col {
  float: left;
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .content .post .category-col {
    float: right;
    width: calc(33% - (1em / 2));
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .content .post .category-col {
    width: calc(43% - (1em / 2));
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content .post .category-col {
    width: calc(33% - (1em / 2));
    margin: 0;
  }
}
.content .post .category-col .categories {
  background-color: #efefef;
  list-style: none;
  font-size: 0.975em;
  padding: 15px;
  text-transform: uppercase;
}
.content .post .category-col .categories ul {
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.content .post .category-col .categories ul li {
  list-style: none;
}
.content .post .category-col .categories ul li > a {
  color: #3c5761;
  display: block;
  font-size: 0.975em;
  padding: 20px 10px 20px 10px;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.content .post .category-col .categories ul li > a:hover {
  background-color: rgba(155, 223, 212, 0.25);
}
.content .post .category-col .categories ul li > a:before {
  display: block;
  content: "";
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.content .post .category-col .categories ul li:last-child a:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.content .post .journal-gallery {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 740px) {
  .content .post .journal-gallery {
    border-bottom: none;
    width: calc(30% - 1em / 2);
    max-width: 390px;
    float: left;
    padding-right: 1em;
  }
}
@media screen and (min-width: 900px) {
  .content .post .journal-gallery {
    padding-right: 1.5em;
    width: calc(40% - 1.5em / 2);
  }
}
@media screen and (min-width: 1024px) {
  .content .post .journal-gallery {
    padding-right: 2em;
    width: calc(40% - 2em / 2);
  }
}
@media screen and (min-width: 1200px) {
  .content .post .journal-gallery {
    padding-right: 3em;
    width: calc(30% - 3em / 2);
  }
}
.content .post .journal-gallery .journal-gallery-inner img {
  max-width: 100%;
  display: block;
}
.content .post .journal-gallery .journal-gallery-inner .main-image {
  margin-bottom: 1em;
  max-width: 390px;
}
@media screen and (min-width: 480px) {
  .content .post .journal-gallery .journal-gallery-inner .main-image {
    margin: 0 auto 1em auto;
  }
}
.content .post .journal-gallery .journal-gallery-inner .thumbnails {
  overflow: auto;
  max-width: 390px;
}
@media screen and (min-width: 480px) {
  .content .post .journal-gallery .journal-gallery-inner .thumbnails {
    margin: 0 auto 1em auto;
  }
}
.content .post .journal-gallery .journal-gallery-inner .thumbnails .thumbnail {
  float: left;
}
.content .post .journal-gallery .journal-gallery-inner .thumbnails .thumbnail:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .content .post .journal-gallery .journal-gallery-inner .thumbnails .thumbnail {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.content .footer {
  clear: both;
  border-top: 1px dashed #6c7077;
  overflow: auto;
}
.content .footer .copyright p {
  color: #6c7077;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 800px) {
  .content .footer .copyright {
    float: left;
    width: 50%;
  }
}
.content .footer .links > ul {
  padding: 0;
  margin: 0;
}
.content .footer .links > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: 0.01em;
}
.content .footer .links > ul > li a {
  color: #6c7077;
  text-decoration: none;
}
.content .footer .links > ul > li a:hover {
  opacity: 0.9;
  color: #858991;
}
@media screen and (min-width: 800px) {
  .content .footer .links > ul {
    float: right;
    width: 50%;
    display: table;
    margin: 1em 0;
  }
  .content .footer .links > ul > li {
    display: table-cell;
    border-right: 1px solid #6c7077;
    text-align: center;
  }
  .content .footer .links > ul > li:last-of-type {
    border-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .content .footer .links > ul {
    float: none;
    clear: both;
    width: 100%;
    display: block;
  }
  .content .footer .links > ul > li {
    padding-right: 1em;
    padding-left: 1em;
  }
  .content .footer .links > ul > li:first-child {
    padding-left: 0;
  }
  .content .footer .links > ul > li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content .footer .links {
    float: right;
  }
  .content .footer .links ul {
    float: right;
  }
}

.home-categories__gallery {
  margin-bottom: 2.5em;
}
.home-categories__gallery-items {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .home-categories__gallery-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-categories__gallery-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.home-categories__gallery-item a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.home-categories__gallery-item a .home-categories__category-caption p {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .home-categories__gallery-item {
    max-width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1200px) {
  .home-categories__gallery-item {
    max-width: calc(25% - 18px);
  }
}
.home-categories__category-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(218, 235, 232, 0.9);
  text-align: center;
  padding: 6px 0;
  max-width: 100%;
}
.home-categories__category-caption p {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.208;
  text-align: center;
  text-shadow: 0 1px 0 #e0e5e8;
  color: #3c5761;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .home-categories__category-caption {
    padding: 14px 0;
  }
}
@media screen and (min-width: 900px) {
  .home-categories__category-caption p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1024px) {
  .home-categories__category-caption p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1200px) {
  .home-categories__category-caption p {
    font-size: 1.5em;
  }
}

.magnifier {
  background-color: #FFF;
}

.read-more-standalone a {
  text-decoration: none;
  color: #3c5761;
  font-size: 1.3rem;
}
.read-more-standalone a:hover {
  text-decoration: underline;
}

.home-banner {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 78px;
}

.swiper {
  position: absolute;
  width: 100%;
  height: auto;
}

.slide {
  position: relative;
}
.slide a {
  color: #3c5761;
}
.slide a:hover .slide__caption {
  opacity: 0.9;
}
.slide .swiper-slide {
  transition: 8.5s ease-out;
  transform: scale(1.08);
}
.slide .swiper-slide-active {
  transform: scale(1);
}
.slide__image {
  display: flex;
  overflow: hidden;
}
.slide__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide__caption {
  position: absolute;
  background: rgb(218, 235, 232);
  opacity: 1;
  padding: 16px;
  bottom: 0;
  right: 32px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .slide__caption {
    font-size: 18px;
    padding: 18px;
    right: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .slide__caption {
    font-size: 24px;
    padding: 24px;
    right: 48px;
  }
}
.slide__caption-title {
  font-weight: bold;
}
.slide__caption-date {
  font-style: italic;
  display: flex;
}
.slide__caption-date svg {
  padding-left: 36px;
}
.slide__caption-icon {
  display: flex;
  align-self: center;
}
.slide__controls {
  display: flex;
  justify-content: center;
  height: 30px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.slide__controls-wrapper {
  display: flex;
  position: relative;
}
.slide__controls .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-self: center;
}
.slide__controls .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  border: 1px solid #3c5761;
  list-style-type: circle;
}
.slide__controls .swiper-pagination-bullet-active {
  background: #3c5761;
}
.slide__controls .swiper-button-prev, .slide__controls .swiper-button-next {
  height: 15px;
  width: 15px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #3c5761;
}
.slide__controls .swiper-button-prev {
  left: -15px;
  right: auto;
}
.slide__controls .swiper-button-next {
  left: auto;
  right: -15px;
}

.slide__image img {
  animation: kenburns 20s infinite;
}

@keyframes kenburns {
  0% {
    opacity: 1;
  }
  5% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
  }
  90% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  95% {
    transform: scale3d(2, 2, 2) translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
.cgit-facet__heading {
  color: #3c5761;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid #3c5761;
}
.cgit-facet .facetwp-facet {
  margin-bottom: 18px;
}
.cgit-facet .facetwp-facet.facetwp-type-sort select,
.cgit-facet .facetwp-facet.facetwp-type-search input {
  background: #fff;
  color: #3c5761;
  border-radius: 0;
  border: 1px solid #3c5761;
  padding: 12px;
  width: 100%;
}
.cgit-facet .facetwp-facet.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.cgit-facet .facetwp-facet.facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cgit-facet .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  background-color: #efefef;
  color: #3c5761;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border: 1px solid #efefef;
  border-radius: 6px;
  background-image: none;
}
.cgit-facet .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox:hover {
  background-color: rgba(218, 235, 232, 0.8);
}
.cgit-facet .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-color: rgb(218, 235, 232);
  border: 1px solid rgb(218, 235, 232);
}
.cgit-facet .facetwp-facet.facetwp-type-checkboxes .facetwp-toggle {
  color: #3c5761;
  font-weight: 700;
  margin-top: 18px;
  text-decoration: underline;
}
.cgit-facet .facetwp-facet.facetwp-type-checkboxes .facetwp-toggle:hover {
  color: #3c5761;
}
.cgit-facet .facetwp-facet.facetwp-type-radio {
  display: flex;
}
.cgit-facet .facetwp-facet.facetwp-type-radio .facetwp-radio {
  background-color: #efefef;
  color: #3c5761;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border: 1px solid #efefef;
  background-image: none;
}
.cgit-facet .facetwp-facet.facetwp-type-radio .facetwp-radio:first-child {
  border-radius: 6px 0 0 6px;
}
.cgit-facet .facetwp-facet.facetwp-type-radio .facetwp-radio:last-child {
  border-radius: 0 6px 6px 0;
}
.cgit-facet .facetwp-facet.facetwp-type-radio .facetwp-radio:hover {
  background-color: rgba(218, 235, 232, 0.8);
}
.cgit-facet .facetwp-facet.facetwp-type-radio .facetwp-radio.checked {
  background-color: rgb(218, 235, 232);
  border: 1px solid rgb(218, 235, 232);
}
.cgit-facet .facetwp-reset {
  background-color: rgb(218, 235, 232);
  color: #3c5761;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border: 1px solid rgb(218, 235, 232);
  border-radius: 6px;
}
.cgit-facet .facetwp-reset:hover {
  background-color: rgba(218, 235, 232, 0.8);
}

.facetwp-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -6px;
}
.facetwp-pager .facetwp-page {
  border: 1px solid #3c5761;
  color: #3c5761;
  margin-right: -1px;
  padding: 6px 6px;
  text-align: center;
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-pager .facetwp-page[data-page]:hover {
  border-color: #4f7381;
  color: #fff;
  background-color: #3c5761;
  text-decoration: none;
}
.facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page.active:hover {
  background: #3c5761;
  color: #fff;
}

.wp-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: spacer(-0.25);
}
.wp-pagination .page-numbers {
  border: 1px solid #3c5761;
  color: #3c5761;
  margin: 0 -1px 0 0;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.wp-pagination .page-numbers[href]:hover {
  border-color: #4f7381;
  color: #fff;
  background-color: #3c5761;
  text-decoration: none;
}
.wp-pagination .page-numbers.current {
  background: #3c5761;
  color: #fff;
}
.wp-pagination .page-numbers.dots {
  border-color: transparent;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media screen and (min-width: 640px) {
  .menu-item-has-children {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #efefef;
  width: 100%;
}
.sub-menu--visible {
  display: block;
}
.sub-menu li {
  list-style: none;
  display: flex;
  padding: 12px 24px;
}
.sub-menu li:hover {
  background-color: rgba(155, 223, 212, 0.25);
}
@media screen and (min-width: 640px) {
  .sub-menu li {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 639px) {
  .sub-menu {
    position: static;
  }
  .sub-menu li {
    padding: 0;
    border-bottom: none !important;
    border-top: 1px solid #d6d6d6;
  }
  .sub-menu li a {
    padding: 0.4em 0;
  }
}

.header-nav__sub-toggle {
  background: transparent;
  border: 0;
  padding: 0 12px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 999;
}
.header-nav__sub-toggle--visible svg {
  transform: rotate(180deg);
}
.header-nav__sub-toggle svg {
  display: block;
  fill: currentColor;
}
@media screen and (max-width: 639px) {
  .header-nav__sub-toggle {
    height: 24px;
    top: 0;
    padding: 0.4em 12px;
  }
}

.homepage-mailing-list {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 639px) {
  .homepage-mailing-list {
    flex-direction: column;
  }
}
.homepage-mailing-list h2 {
  font-size: 2.5em;
}
.homepage-mailing-list__text-section {
  max-width: 60%;
}
@media screen and (max-width: 639px) {
  .homepage-mailing-list__text-section {
    max-width: 100%;
  }
}

.homepage-instagram {
  padding-bottom: 36px;
}

.header-mailing-list {
  margin: 1em 0;
  border-top: 3px dotted rgba(0, 0, 0, 0.15);
  padding-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .header-mailing-list {
    text-align: left;
  }
}
.header-mailing-list .button {
  background-color: #3c5761;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.header-mailing-list .button:hover {
  background-color: #293b41;
}
