/* ---------- Text Image Toggle Generic Styling ----------- */
.lsow-image-text-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .lsow-image-text-toggle .lsow-image-content, .lsow-image-text-toggle .lsow-text-content {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin: 0;
    width: 50%; }
  .lsow-image-text-toggle .lsow-image-content img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .lsow-image-text-toggle {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .lsow-image-text-toggle .lsow-image-content, .lsow-image-text-toggle .lsow-text-content {
        width: 100%;
        margin: 0; }
      .lsow-image-text-toggle .lsow-image-content {
        -webkit-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        margin-bottom: 50px; }
      .lsow-image-text-toggle .lsow-text-content {
        -webkit-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        padding: 0; } }

/* Fancybox custom styling */
.fancybox-navigation button:active, .fancybox-navigation button:hover, .fancybox-navigation button:focus {
  position: absolute;
  top: 50%;
  background: transparent;
  border: 0; }

button.fancybox-close-small:active, button.fancybox-close-small:hover, button.fancybox-close-small:focus {
  position: absolute;
  top: 0;
  background: transparent;
  border: 0; }

.fancybox-button:focus, .fancybox-button:hover {
  background: rgba(30, 30, 30, 0.6);
  border: 0; }

.fancybox-share__button:hover, .fancybox-share__button:focus {
  color: #fff; }

.lsow-fancybox-video {
  display: none; }

.lsow-fancybox-description {
  font-size: 13px;
  line-height: 18px;
  color: #bbb;
  margin: 5px 0 0 0; }

/*# sourceMappingURL=lsow-frontend.css.map */