.no-select {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

.is-hidden {
  display: none;
}

#message,
#sms {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  -ms-border-radius: .5em;
  -o-border-radius: .5em;
  border-radius: .5em;
  background-color: #fff;
  color: #666;
  display: none;
  font-size: small;
  left: 2em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 25em;
  padding: .8em 1em 1em;
  position: fixed;
  right: 2em;
  text-align: center;
  top: 10em;
}

#message.show {
  display: block;
  z-index: 1000;
}

#message progress {
  width: 50%
}

#sms.show {
  display: block;
  opacity: .95;
  z-index: 1001;
}

#sms p {
  display: block;
}

#sms a {
  color: blue;
  text-decoration: none;
}

#sms .album_url {
  display: block;
  margin: 2em 0;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

#sms .button {
  border: 1px solid;
  border-radius: .25em;
  display: block;
  padding: .5em;
}

/* BEGIN ATC STYLES */
.atcb-list {
  border: 1px solid rgb(186, 186, 186) !important;
  border-radius: 2px !important;
  box-shadow: 0 0 5px #AAA !important;
  width: 200px !important;
}

.atcb-list .atcb-item .atcb-item-link {
  background-color: #FFFFFF !important;
  border: none !important;
  color: #191919 !important;
  display: block !important;
  padding: .65em !important;
  transition: none !important;
}

/* Fix for empty heros with bg image */
section[data-editor="background_image"] {
  min-height: 163px;
}

@media only screen and (min-width:768px) {
  section[data-editor="background_image"] {
    min-height: 291px;
  }

}

@media only screen and (min-width:1151px) {
  section[data-editor="background_image"] {
    min-height: 368px;
  }

}

/* Special cases for slick album */
.duo-photographer-studio-ctas .addtocalendar {
  flex: 1 0 33%;
}

/* Special cases for slick wedding */
.duo-venue-details .duo-venue-wrapper .duo-venue-info .atcb-list {
  top: 55% !important;
}

.duo-venue-details .duo-venue-wrapper .duo-venue-lodging .atcb-list {
  top: 68% !important;
}

.duo-venue-details .duo-venue-wrapper .duo-venue-info .atcb-link.duo-button {
  width: 100% !important;
}

/* END ATC STYLES */

/* BEGIN SHARING STYLES */
@keyframes sharing-button-pulse {
  0% {
    background: #191919;
  }

  33% {
    background: #333232;
  }

  100% {
    background: #191919;
  }

}

.duo-sharing {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 500 !important;
}

.duo-sharing button {
  width: 50px;
  height: 50px;
  background-color: #191919;
  outline: 0;
  border: 0;
  border-radius: 25px;
  padding: 10px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  position: relative;
  right: 0;
}

.duo-sharing button svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: auto;
  transition: all .2s ease-in-out;
}

.duo-sharing button svg path {
  fill: #fff !important;
}

.duo-sharing button:hover {
  cursor: pointer;
  background-color: #4c4c4c;
  transition: all .2s ease-in-out;
}

.duo-sharing .duo-sharing-main {
  animation-name: sharing-button-pulse;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.duo-sharing .duo-sharing-facebook {
  background-color: #364CC3;
}

.duo-sharing .duo-sharing-facebook:hover {
  background-color: #2b3c9b;
}

.duo-sharing .duo-sharing-twitter {
  background-color: #0A9CFF;
}

.duo-sharing .duo-sharing-twitter:hover {
  background-color: #0080d6;
}

.duo-sharing .duo-sharing-pinterest {
  background-color: #C33636;
}

.duo-sharing .duo-sharing-pinterest:hover {
  background-color: #9b2b2b;
}

.duo-sharing .duo-sharing-mail {
  background-color: #EE9512;
}

.duo-sharing .duo-sharing-mail:hover {
  background-color: #bf770e;
}

.duo-sharing .duo-sharing-message {
  background-color: #23CC56;
}

.duo-sharing .duo-sharing-message:hover {
  background-color: #1ca044;
}

.duo-sharing .duo-sharing-close {
  color: #fff;
  font-size: 40px;
}

.duo-sharing .duo-sharing-close span {
  display: block;
  margin-top: -12px;
}

.duo-interactive-buttons {
  display: none;
}

/* END SHARING STYLES */
.duo-google-maps a {
  border-width: 0;
}

/* FIX TO MAKE HERO IMAGE IN SHALE EDITABLE IN PREVIEW */
.is-preview .hero-dual .hero-content {
  border-radius: 0 1em 0 0;
}

.is-preview .hero-dual .hero-image::after {
  border-radius: 0 1em 0 0;
}

/* FLOATING VIDEOS */
.welcome-video {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  width: 100%;
  height: auto;
  max-width: 400px;
  padding-bottom: 30px;
}

.welcome-video .close-welcome-video {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
}

.welcome-video .close-welcome-video button {
  display: block;
  border: 0;
  outline: 0;
  appearance: none;
  background-color: #fff;
  color: #a6a6a6;
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
}

.welcome-video .welcome-video-content {
  text-align: center;
  padding: 20px;
}

.welcome-video .welcome-video-content h6 {
  margin: 0;
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.welcome-video .welcome-video-content p {
  font-size: 12px;
  line-height: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
}

.welcome-video .video-wrapper {
  position: relative;
}

.welcome-video .video-wrapper iframe {
  max-height: 250px;
  margin: 0;
}

.welcome-video .video-wrapper {
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.2493%;
  max-width: 100%;
}

.welcome-video .video-wrapper iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

.welcome-video .video-wrapper.embed-is-smartslides {
  padding-bottom: 66%;
}

/* OFFLINE VIDEO STYLES */
.video-wrapper.online-only {
  background-color: lightgray;
}

/* LIGHT/DARK THEME DEFAULTS */
.dark-theme {
  display: none !important;
}

/* MAKE SURE CTA BAR DOESN'T COVER THE RELOAD BUTTON IN OFFLINE ALBUMS */
.sticky-cta-bar + .reload-button {
  margin-bottom: 5em;
}

/* MAKE SURE OUR STYLES DON'T MESS UP THE STYLES INSIDE OF PHOTOSWIPE */
.pswp__share-tooltip a {
  color: #000 !important;
}

