@charset "UTF-8";
/* ----------------------------------- //
//     Edge and IE ≥ 11 CSS Hacks
// ----------------------------------- *//* ----------------------------------- //
//     Edge and IE ≥ 11 CSS Hacks
// ----------------------------------- */.simple-category-menu {
  font-size: 16px;
  z-index: 1003;
  text-align: left;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  padding: 0;
  max-width: 100%;
  background: #FFF;
  min-height: 100vh;
  max-height: 100vh;
  border-top: 1px solid #B9BCC0;
  overflow: hidden;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .simple-category-menu.is-open {
    opacity: 1;
    transform: translateX(0);
    max-height: 1000px;
    overflow: scroll; }

.is-category-menu-open #footer {
  display: none; }

.is-category-menu-open .universal-nav {
  display: none; }

.is-category-menu-open .gallery-content {
  max-height: 100vh;
  overflow: hidden; }

.is-category-menu-open #deskPortal {
  display: none; }

.is-category-menu-open #header {
  border-bottom: none; }

.simple-category-menu__top {
  display: flex;
  padding: 15px;
  justify-content: space-between; }

.simple-category-menu__title {
  margin: 0;
  font-size: 1.1em; }

.simple-category-menu__header {
  background: #F5F5F7;
  padding: 15px;
  font-size: 1em;
  text-align: left;
  margin: 0; }

.simple-category-menu__list {
  padding: 0 15px 15px 15px; }

.simple-category-menu__item {
  margin: 15px 0 0; }

.simple-category-menu__link {
  color: #2E3136; }

.simple-category-menu__link--active {
  color: #28A842; }

.simple-category-menu__show-more {
  margin: 15px 0 0;
  padding: 0; }

.simple-category-menu__extra-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in; }
  .simple-category-menu__extra-items.is-visible {
    max-height: 100vh; }

.gallery-wrapper {
  position: relative; }

.gallery-active-filters {
  width: 100%; }

.remove-gallery-filter-button {
  display: inline-block;
  font-size: 14px;
  padding: 3px 8px;
  color: #2E3136;
  background-color: #F5F5F7;
  margin: 0 5px 5px 0; }

.gallery-header-title {
  font-size: 2.5em; }

.mobile-dyo {
  text-align: center;
  font-size: 12px; }

.emoji.mobile-phone:before {
  content: '\1F4F1'; }

.emoji.red-heart:before {
  content: '\2764\FE0F';
  margin-left: 3px; }

.emoji.party-popper:before {
  content: '\1F389';
  margin-left: 6px; }

#category #hero_image {
  margin: 0px 10px;
  position: relative; }
  #category #hero_image img {
    max-width: 720px;
    width: 100%;
    height: auto; }

#category .full-width {
  padding: 0px 10px 10px;
  margin: 10px; }

@media screen and (max-width: 767.999px) {
  #gallery.design_gallery {
    overflow: hidden; } }

@media screen and (max-width: 767.999px) {
  #reset_button {
    margin-left: 0;
    margin-right: 5%;
    width: 45%; } }

@media screen and (max-width: 767.999px) {
  #apply_button {
    margin-left: 0;
    margin-right: 0;
    width: 45%; } }

> button:first-of-type:last-of-type {
  display: block;
  margin: 20px auto 10px;
  -webkit-transition: height 200ms cubic-bezier(0, 1.4, 1, 1), padding-top 200ms cubic-bezier(0, 1.4, 1, 1), padding-bottom 200ms cubic-bezier(0, 1.4, 1, 1), margin-top 200ms cubic-bezier(0, 1.4, 1, 1), margin-bottom 200ms cubic-bezier(0, 1.4, 1, 1), visibility 200ms;
  -moz-transition: height 200ms cubic-bezier(0, 1.4, 1, 1), padding-top 200ms cubic-bezier(0, 1.4, 1, 1), padding-bottom 200ms cubic-bezier(0, 1.4, 1, 1), margin-top 200ms cubic-bezier(0, 1.4, 1, 1), margin-bottom 200ms cubic-bezier(0, 1.4, 1, 1), visibility 200ms;
  transition: height 200ms cubic-bezier(0, 1.4, 1, 1), padding-top 200ms cubic-bezier(0, 1.4, 1, 1), padding-bottom 200ms cubic-bezier(0, 1.4, 1, 1), margin-top 200ms cubic-bezier(0, 1.4, 1, 1), margin-bottom 200ms cubic-bezier(0, 1.4, 1, 1), visibility 200ms; }
  @media screen and (max-width: 767.999px) {
    > button:first-of-type:last-of-type.hidden {
      height: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0;
      visibility: hidden; } }

.content {
  padding: 0 20px;
  width: 100%; }
  .content > button:first-of-type:last-of-type {
    display: block;
    margin: 20px auto 10px; }

.remove-gallery-filter-button {
  -webkit-transition: opacity 200ms ease-in-out, visibility 200ms, -webkit-transform 200ms;
  -moz-transition: opacity 200ms ease-in-out, visibility 200ms, -moz-transform 200ms;
  transition: opacity 200ms ease-in-out, visibility 200ms, transform 200ms;
  opacity: 100;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .remove-gallery-filter-button.hidden {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

.templates-list {
  padding: 0;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  .templates-list::after {
    clear: both;
    content: "";
    display: table; }
  .templates-list::after {
    clear: both;
    content: "";
    display: table; }
  .templates-list .pm .template.premium.not-combined {
    position: relative;
    width: 100%; }
    .templates-list .pm .template.premium.not-combined .template-wrapper {
      min-height: 300px; }
      .templates-list .pm .template.premium.not-combined .template-wrapper img {
        width: 100%;
        top: 0;
        position: absolute; }
  .templates-list .pm .template.premium.combined {
    position: relative;
    width: 100%;
    height: 325px; }
    .templates-list .pm .template.premium.combined .template-wrapper {
      min-height: 300px; }
      .templates-list .pm .template.premium.combined .template-wrapper img {
        position: absolute;
        top: 20px;
        border: 1px solid #B9BCC0;
        border-radius: 5px;
        padding: 15px 2vw 8px 2vw; }
        @media screen and (min-width: 400px) {
          .templates-list .pm .template.premium.combined .template-wrapper img {
            padding: 15px 8vw 10px 8vw; } }

#slide_right .no-results {
  text-align: center; }

.gallery-slider-item, .template {
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  margin-right: 2.63158%;
  width: 30%; }
  @media screen and (max-width: 567px) {
    .gallery-slider-item, .template {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 48.68421%; }
      .gallery-slider-item:last-child, .template:last-child {
        margin-right: 0; }
      .gallery-slider-item:nth-of-type(2n), .template:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 568px) {
    .gallery-slider-item, .template {
      float: left; } }

.template .premium_banner {
  width: 125px;
  position: absolute;
  z-index: 10;
  top: 10px; }
  .template .premium_banner .cls-1 {
    fill: #28A842; }
  .template .premium_banner .cls-2 {
    fill: #1d7d30; }
  .template .premium_banner .cls-3 {
    fill: #fff; }

.image-loader__img {
  width: 100%;
  height: auto;
  position: relative; }

.gallery-slider-item__a {
  height: auto !important; }

.gallery-slider-item__figure {
  position: relative; }

.gallery-slider-item__figcaption {
  text-align: left;
  padding: 0.125em 0.5em 0.5em;
  height: 4em;
  color: #6b6b6b;
  font-size: 1.36364em; }

.gallery-slider-item .status-animation {
  width: 100%;
  height: 25vw;
  max-height: 126px; }

.gallery-slider-item .status-animation__icon {
  overflow: hidden;
  border-top: none; }

.template-wrapper {
  position: relative;
  display: block;
  height: auto;
  background-repeat: no-repeat;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  border: 1px solid transparent; }
  .template-wrapper img {
    border-radius: 0 0 7px 7px; }

.add-photo-placeholder {
  position: absolute;
  background-color: #B9BCC0;
  background-image: url("/static/images/v2/mobile/upload_photo_placeholder.a3f318a4cbef.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .add-photo-placeholder.photo_none {
    width: 100%; }
  .add-photo-placeholder.photo_portrait {
    width: 78%;
    height: 50%;
    margin-left: 11%; }
  .add-photo-placeholder.photo_landscape {
    width: 100%;
    height: 40%; }
  .add-photo-placeholder.photo_circle {
    width: 78%;
    height: 44.25%;
    margin-left: 11%;
    border-radius: 200px;
    top: 16%; }
  .add-photo-placeholder.photo_square {
    width: 78%;
    height: 44.25%;
    margin-left: 11%;
    margin-top: 9.17%; }

.template-details {
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: .7em; }
  .template-details h1 {
    margin: 0;
    font-weight: 500;
    font-size: 1.7em;
    line-height: 2em; }
  .template-details p {
    font-size: 1em;
    margin: 0 0 .5em 0; }

.favorite-heart i.icon-heart.foreground {
  z-index: 2;
  font-size: 24px;
  color: #91959C;
  position: absolute;
  top: 7px;
  right: 7px; }

.favorite-heart i.icon-heart.background {
  position: absolute;
  z-index: 1;
  font-size: 35px;
  color: white;
  top: -1px;
  right: -1px; }
  .favorite-heart i.icon-heart.background:before {
    text-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2); }

.favorite-heart.active .icon-heart.foreground {
  color: #E8407B; }

.gallery-ad {
  display: block;
  clear: both;
  margin: 20px auto;
  width: 100%; }

.column {
  padding: 0 20px; }

#side_menu .search-container {
  margin: 15px; }
  #side_menu .search-container .search-holder {
    width: 100%; }

.signed_out_home #slide_right h1 {
  font-size: 22px; }
  .signed_out_home #slide_right h1.titleblock-secondary {
    color: #2E3136;
    font-size: 2em;
    margin: .5em 0 0.1em; }
  .signed_out_home #slide_right h1 sup {
    font-size: 0.5em;
    top: -.9em;
    left: -.3em;
    font-weight: 100; }

.signed_out_home #slide_right h2 {
  padding-left: 0;
  color: #91959C;
  font-size: 18px;
  text-align: left; }
  .signed_out_home #slide_right h2.titleblock-secondary {
    color: #2E3136;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 1em 0;
    text-align: center; }
    .signed_out_home #slide_right h2.titleblock-secondary .emoji-wrap {
      display: inline-block; }

.signed_out_home .search-component .search-holder {
  width: 100%; }

.signed_out_home .search-component .filter-link {
  display: none; }

.signed_out_home #start_create_button {
  display: block;
  margin: auto; }
  .signed_out_home #start_create_button.browse-gallery-button-top {
    padding: 0 25px;
    margin-top: 19px;
    position: relative;
    margin-bottom: 0; }
  .signed_out_home #start_create_button.browse-gallery-button-bottom {
    padding: 0 25px;
    position: relative;
    margin-top: 9px;
    margin-bottom: 4px; }

#ad-mobile-gallery-1, #ad-mobile-gallery-2 {
  margin-bottom: 30px; }

.favorite #favorites_link {
  text-decoration: none;
  color: #2E3136;
  font-size: 12px;
  font-weight: normal; }
  .favorite #favorites_link:hover {
    color: #28A842; }

.favorite i.icon-heart {
  font-size: 16px;
  color: #91959C; }
  .favorite i.icon-heart.active {
    color: #E8407B; }

.invitation-type-select {
  width: 85%;
  padding: 0;
  margin: 15px 7.5%;
  display: flex; }

.invitation-type-select-btn {
  outline: none;
  display: inline-block;
  flex: 1 50%;
  text-align: center;
  color: #28A842;
  background-color: #fff;
  font-size: 17px;
  border: 1px solid #28A842;
  padding: 8px 0;
  margin: 0; }
  .invitation-type-select-btn.active {
    color: #fff;
    background-color: #28A842; }

.gallery .fav-no-results-text {
  text-align: center;
  font-size: 14px; }

.gallery-pagination-control {
  padding: 15px 0; }

.dyo-copy {
  text-align: center;
  font-size: 14px; }

.gallery-value-prop__spacer {
  min-height: 160px;
  margin: 15px 0; }
  .gallery-value-prop__spacer.is-hidden {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    transition: min-height .3s ease-in; }
    .gallery-value-prop__spacer.is-hidden .gallery-value-prop {
      opacity: 0;
      z-index: -1; }

.gallery-value-prop {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease-in; }

.simple-gallery-header {
  margin: 15px 0;
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: space-between; }

.simple-gallery-header-btn {
  outline: none;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.5em;
  text-align: left;
  display: flex;
  align-items: center; }

.simple-gallery-header-btn--long {
  font-size: 1.3em; }
  @media screen and (max-width: 373.999px) {
    .simple-gallery-header-btn--long {
      font-size: 1.1em; } }

.simple-gallery-header-arrow {
  margin: 0 0 0 5px; }

.simple-gallery-filter {
  color: #2E3136;
  font-size: 18px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  white-space: nowrap; }
  .simple-gallery-filter.active {
    color: #28A842; }

.simple-gallery-filter-icon {
  color: #2E3136;
  font-size: 20px; }
  .simple-gallery-filter.active .simple-gallery-filter-icon {
    color: #28A842; }

.gallery-search-results {
  font-size: 14px;
  display: flex;
  justify-content: space-between; }

.gallery-search-result-title {
  font-size: 1.2em;
  text-align: left; }


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