/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-cgb-block-sosp-cycle2-gallery {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }

.sosp-cycle-slideshow img {
  width: 100%;
  display: block; }

.c2g-display-slides div {
  width: 100%; }

.c2g-display-slides .cycle-slide {
  /* Aspect ratio enforcement with padding */
  height: 0;
  display: block;
  position: relative;
  padding-top: 66.66%;
  overflow: hidden; }

.c2g-display-slides .cycle-slide img {
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* These are not redundant; need them to override */
  width: 100%;
  height: 100%; }

.c2g-navigation-slides .cycle-slide {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  margin: 5px;
  cursor: pointer; }

.c2g-navigation-slides .active-slide img {
  outline: 10px solid rgba(255, 255, 255, 0.5);
  outline-offset: -10px; }

.c2g-navigation-slides .cycle-slide:hover img {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -2px; }

.c2g-navigation-slides .active-slide:hover img {
  outline: 10px solid rgba(255, 255, 255, 0.5);
  outline-offset: -10px; }

.c2g-display,
.c2g-navigation {
  margin: auto;
  position: relative; }

.c2g-navigation {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 5px; }
  .c2g-navigation .cycle-slide-active {
    outline: 4px solid grey; }

.sosp-cycle-slideshow img.child-items {
  width: 85px;
  height: auto;
  display: block; }

.c2g-navigation-slides.sosp-cycle-slideshow {
  width: 50%; }

.c2g-wrapper .cycle-prev,
.c2g-wrapper .cycle-next {
  text-decoration: none !important;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 105;
  cursor: pointer; }
  .c2g-wrapper .cycle-prev:after,
  .c2g-wrapper .cycle-next:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px; }
.c2g-wrapper .cycle-prev:after {
  background: transparent url("../icons/prev.svg") no-repeat; }
.c2g-wrapper .cycle-next:after {
  background: transparent url("../icons/next.svg") no-repeat; }

.cycle-next-container,
.cycle-prev-container {
  position: absolute;
  display: flex;
  align-self: center; }

.c2g-navigation .cycle-prev-container {
  left: 80px; }

.c2g-navigation .cycle-next-container {
  right: 80px; }

.c2g-display .cycle-prev-container a.cycle-prev {
  position: relative;
  margin-left: 15%;
  display: none; }

.c2g-display .cycle-next-container a.cycle-next {
  position: relative;
  margin-right: 15%;
  display: none; }

.c2g-navigation .cycle-next-container a.cycle-next span,
.c2g-navigation .cycle-prev-container a.cycle-prev span,
.c2g-display .cycle-next-container a.cycle-next span,
.c2g-display .cycle-prev-container a.cycle-prev span {
  font-weight: 900; }

.c2g-display .cycle-next-container a.cycle-next,
.c2g-display .cycle-prev-container a.cycle-prev,
.c2g-display .cycle-next-container a.cycle-next span,
.c2g-display .cycle-prev-container a.cycle-prev span {
  background-color: transparent; }

.c2g-display .cycle-next-container:hover a.cycle-next,
.c2g-display .cycle-prev-container:hover a.cycle-prev,
.c2g-display .cycle-next-container:hover a.cycle-next span,
.c2g-display .cycle-prev-container:hover a.cycle-prev span {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

.c2g-display .cycle-next-container:hover a.cycle-next span,
.c2g-display .cycle-prev-container:hover a.cycle-prev span {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.c2g-display .cycle-next-container:hover a.cycle-next span {
  right: 15%; }

.c2g-display .cycle-prev-container:hover a.cycle-prev span {
  left: 15%; }

.c2g-navigation .icon {
  cursor: pointer; }

.c2g-display .cycle-prev-container,
.c2g-display .cycle-next-container {
  width: 50%;
  height: 100%;
  align-items: center;
  cursor: pointer;
  z-index: 101; }

.c2g-display .cycle-prev-container {
  left: 0;
  justify-content: flex-start; }

.c2g-display .cycle-next-container {
  right: 0;
  justify-content: flex-end; }

.c2g-display .cycle-next-container .cycle-next.disabled,
.c2g-display .cycle-prev-container .cycle-prev.disabled,
.c2g-navigation .cycle-next-container .cycle-next.disabled,
.c2g-navigation .cycle-prev-container .cycle-prev.disabled,
.c2g-display .cycle-next-container .cycle-next.hide,
.c2g-navigation .cycle-next-container .cycle-next.hide,
.c2g-navigation .cycle-prev-container .cycle-prev.hide {
  visibility: hidden; }

.c2g-caption {
  margin: 25px 0;
  color: #222222;
  padding: 0 25px;
  font-family: "Noto Serif", Helvetica, Arial, sans-serif;
  cursor: default;
  font-size: 17px;
  line-height: 23px;
  min-height: 23px; }
  .c2g-caption .c2g-caption-count {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; }
  .c2g-caption .c2g-caption-title {
    margin-bottom: 10px; }
  .c2g-caption .c2g-caption-text {
    user-select: none;
    font-size: 13px; }

.mobile-view {
  display: none; }

@media (max-width: 768px) {
  .mobile-view {
    display: initial; }

  .cycle-prev,
  .cycle-next,
  .cycle-next-container,
  .cycle-prev-container {
    pointer-events: none;
    display: none; }

  .cycle-prev .icon,
  .cycle-next .icon {
    pointer-events: auto; }

  .desktop-view {
    display: none; }

  .sosp-cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block; }

  .cycle-header-container {
    display: none; }

  .c2g-display:after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: transparent url("../icons/swipe.svg") no-repeat;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.9));
    bottom: 10px;
    z-index: 100;
    left: calc(50% - 25px);
    animation: swipeGesture 7s infinite;
    pointer-events: none; }

  .c2g-display.slide-performed:after {
    display: none; } }
@keyframes swipeGesture {
  0%, 18%, 100% {
    left: calc(50% - 25px); }
  5%, 6% {
    left: calc(50% + 10px); }
  10%, 11% {
    left: calc(50% - 60px); } }
.c2g-style-big-caption .c2g-caption-text {
  font-size: 17px; }

/*# sourceMappingURL=style.css.map */
