/* cmsms stylesheet: ssg_styles modified: Monday, June 30, 2025 8:04:07 AM */

.no-js .title-bar {
  display: none;
}

body {
  font-family: futura-pt,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.max {
  max-width: 790px;
  margin: 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  text-transform: uppercase;
  color: #352f21;
}

p {
  margin-bottom: 0.5rem;
}

.light {
  background-color: #DBDAD7;
}

.medium {
  background-color: #77685D;
  color: white;
}

.dark {
  background-color: #352f21;
  color: white;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.v-space {
  height: 2rem;
}

a {
  color: #A33B20;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, .menu .is-active>a {
  color: #77685D;
}

.button {
  background: #A33B20;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 1.25em 1em;
}

.button:hover {
  background: #352f21;
  color: white;
}

.dark .button:hover {
  background: #77685D;
  color: white;
}

.corner {
  border-radius: 5px;
}

#header {
  border-top: 1rem solid #352f21;
  position: relative;
}

#header::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://www.southshoregallery.ca/assets/images/trees.png);
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

#logo a {
  width: 60%;
  max-width: 300px;
  display: inline-block;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #352f21;
  padding: 2rem 0;
}

#logo a span {
  font-size: 1.5rem;
}

.title-bar {
  background: #77685D;
  font-size: 1.25rem;
}

.title-bar a {
  margin-left: 0.5rem;
  color: #DBDAD7;
}

.title-bar button {
  color: #DBDAD7;
}


#nav-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-family: futura-pt-condensed, sans-serif;
  background: white;
}

#nav-bar .menu a {
  color: #352f21;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: 1px solid #352f21;
  position: relative;
}

#nav-bar .menu a:hover, #nav-bar .menu .is-active>a, #nav-bar .menu .menuactive>a {
  color: #77685D;
}

#nav-bar .menu .menuactive>a::after {
  content: "\f0d7";
  position: absolute;
  width: 100%;
  bottom: -0.925rem;
  left: 0;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #352f21;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #A33B20 transparent transparent;
}

.is-dropdown-submenu {
  border: 0;
  background: #352f21;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #A33B20;
  right: 0;
}

.drilldown .is-drilldown-submenu {
  background-color: #352f21;
}

.drilldown a {
  background-color: transparent;
}

#side-nav {
  margin-bottom: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: #A33B20 transparent transparent;
}



.slick-slider {
  height: 200px;
  margin: 1rem auto;
  position: relative;
}

.slick-slider .slide {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.slick-slider .slide img {
  height: 200px;
  width: auto;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

#map {
  margin-top: 2rem;
  background-image: url('https://www.southshoregallery.ca/assets/images/south-shore-gallery-sooke-bc-victoria-map-1508x450.jpg');
  height: 250px;
  background-position: center;
  background-size: cover;
}

#social {
  margin-top: 2rem;
  font-size: 2rem;
}

#social a {
  color: #352f21;
}

#social a:hover {
  color: #77685D;
}

#footer {
  margin-top: 2rem;
  padding: 2rem 0;
  background: #352f21;
  color: #DBDAD7;
}

#footer a {
  color: #77685D;
}

#footer a:hover {
  color: #A33B20;
}

.featured a.featured-image {
  color: #352f21;
}


.featured a:hover {
  opacity: 0.8;
}

.featured-image {
  position: relative;
  margin-bottom: 4px;
  margin-right: 4px;
  display: inline-block;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.featured a:hover .overlay {
  opacity: 1;
}

.artist a {
  display: block;
  margin: 0.5rem;
  text-align: center;
}

.artist a:hover {
  opacity: 0.8;
}
.grid-item {
  width: 45%;
}

#loading {
  text-align: center;
}

.g-recaptcha {
  margin-bottom: 1rem;
}


/* Small only */
@media screen and (max-width: 39.9375em) {

  .sticky.is-anchored.is-at-bottom {
    top: 0 !important;
  }

  h3 {
    font-weight: 700;
 }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .max {
    max-width: 790px;
    margin: 0 auto;
  }

  #logo a {
    width: 40%;
  }

  .slick-slider {
    height: 300px;
    margin: 1rem auto 2rem auto;
  }

  .slick-slider .slide img {
    height: 300px;
  }

  .slick-prev::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0d9";
    font-size: 3rem;
    color: #352f21;
    line-height: 1rem;
    opacity: 0.25;
  }

  .slick-next::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    font-size: 3rem;
    color: #352f21;
    line-height: 1rem;
    opacity: 0.25;
  }

  .slick-next:hover::after, .slick-prev:hover::before {
    opacity: 1;
    transition: all 0.2s;
  }

  #map {
    height: 450px;
    width: 100%;
  }

  #map a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #social {
    font-size: 3rem;
  }

  .grid-item {
    width: 25%;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
