.mememe-wrap-gallery *,
.mememe-wrap-gallery *:before,
.mememe-wrap-gallery *:after,
.wrap-mememe *,
.wrap-mememe *:before,
.wrap-mememe *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-mememe{
  font-size: 16px;
}
/**
* Hide default CMB2 Submit
*/
.hide-mememe{
  display: none !important;
}
.wrap-mememe > form input[type="submit"]{
  width: 100%;
  display: none !important;
}

.mememe-spinner-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
     -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    -o-transform: translateZ(-1px);
    transform: translateZ(-1px);
    z-index: -1;
    opacity: 0;
    transition: opacity .5s;
}
.mememe-spinner {
  width: 40px;
  height: 40px;
  background-color: var(--mememe-bg-color);
  filter: brightness(70%);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.mememe-visible{
  opacity: 1;
  visibility: visible;
}
.mememe-invisible{
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/**
* Box Preloader
*/
.mememe-preloader{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition:  opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mememe-preloader.show-mememe{
  opacity: 1;
  z-index: 99;
}

.mememe-loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  animation: loader 2s infinite ease;
  -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.3), inset 0 0 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.3), inset 0 0 3px 1px rgba(0,0,0,0.3);
}

.mememe-loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.3);
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/**
* Utils 
*/
.clear-mememe{
  clear: both;
}

.pull-left{
  float: left;
}
.pull-right{
  float: right;
}

/**
* Tools Menu
*/
.mememe-menu{
/*  float: left;
  clear: both;*/
  width: 100%;
  position: relative;
  display: inline-block;
/*  margin-bottom: .6em;*/
}
.mememe-menu .mememe-btn{
  border-radius: 0;
}
.mememe-btn svg{
  vertical-align: middle;
}
.mememe-menu .pull-right{
  float: right;
}
.mememe-btn-group{
  position: relative;
  display: inline-flex;
  padding-bottom: 6px;
  padding-right: 6px;
}
.mememe-btn-group > .mememe-btn{
  position: relative;
flex: 1 1 auto;
}

.mememe-btn-check{
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.mememe-btn-check:checked + .mememe-btn{
  background-color: var(--mememe-btn-bg-hover);
  z-index: 1;
}

.wrap-mememe .mememe-app .mememe-group {
  font-size: 1em;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    position: relative;
    border-radius: 0;
    width: auto;
    vertical-align: baseline;
}
.wrap-mememe .mememe-app .mememe-protools-text-group {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    position: relative;
}

.mememe-group.pull-right{
  margin-right: 0;
  margin-left: 2px;
}
.mememe-protools{
  display: inline-block;
}
.mememe-protools.mememe-dropdown{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 98;
  display: none;
  background-color: #fff;
  padding-left: 6px;
  padding-top: 6px;
  padding-right: 4px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
}
.mememe-protools.mememe-dropdown.open{
  display: block;
}
.mememe-protools .mememe-btn{
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.mememe-strokemenu .mememe-btn,
.wrap-mememe .mememe-strokemenu .mememe-btn{
  padding: 6px;
}
.mememe-brush, .mememe-outline{
  min-width: 21px;
  display: inline-block;
}

.wrap-mememe .mememe-app .mememe-group.mememe-font-group{
  max-width: 160px;
}

.mememe-set-stroke, .mememe-set-outline{
  text-align: center;
}
input[type="number"].mememe-set-shadow{
  max-width: 4em;
  padding: .5em;
}
.mememe-outline{
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  background: #333;
}
.mememe-dot{
    border-radius: 50%;
    background: #333;
  display: inline-block;
  vertical-align: middle;
}
.wrap-mememe .mememe-inputs select.mememe-select,
.wrap-mememe .mememe-protools select.mememe-select,
.wrap-mememe select.mememe-custom-select{
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem);
    padding: .375rem 1.5rem .375rem .75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.wrap-mememe .mememe-inputs select.mememe-select:focus,
.wrap-mememe .mememe-protools select.mememe-select:focus,
.wrap-mememe select.mememe-custom-select:focus{
  box-shadow: none;
    border-color: #ced4da;
    outline: 0;
}

.wrap-mememe select.mememe-custom-select{
  margin-bottom: 6px;
}
.wrap-mememe .mememe-protools input{
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    min-width: 50px;
}
.mememe-spacer-tools{
  display: flex;
  flex-wrap: wrap;
  clear: both;
  width: 100%;
  align-items: center;
}

.wrap-mememe .mememe-app .mememe-spacer-group{
  text-align: center;
  display: inline-block;
  padding-right: 6px;
  padding-bottom: 6px;
  font-size: 1em;
  line-height: 1.5;
/*  width: 25%;
  min-width: 100px;
  max-width: 25%;*/
}

/**
* Inputs and Buttons
*/
select.mememe-select-font{
  border: 1px solid rgba(0, 0, 0, .075);
}
.mememe-inputs input[type="text"]{
  padding: 6px 10px;
}
.wrap-mememe > form, .mememe-menu, .wrapmememe{
  position: relative;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  clear: both;
}
.wrap-mememe > form .mememe-form-control{
  margin-bottom: 6px;
  width: 100%;
  font-size: 1em;
line-height: 1.5;
}
.wrap-mememe .checkmark svg,
.wrap-mememe .minicolors-theme-default.minicolors{
  vertical-align: middle;
  display: inline-block;
}
.wrap-mememe .minicolors-theme-default.minicolors{
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
}
.wrap-mememe .mememe-app .minicolors input[type="hidden"] + .minicolors-swatch{
  width: 1px !important;
  height: 1px !important;
}
.mememe-btn{
  transition: background-color 0.5s;
}
.mememe-picker, 
.mememe-wrap-gallery .mememe-btn,
.wrap-mememe .mememe-btn,
.mememe-btn{
  display: inline-block;
  padding: 0.6rem 0.8rem;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.wrap-mememe .mememe-addons a.mememe-btn span,
.wrap-mememe .mememe-addons a.mememe-btn svg{
  vertical-align: middle;
}
.mememe-wrap-gallery{
  --mememe-grid-sizer: 50%;
}
.mememe-btn.disabled{
  opacity: 0.5;
}
.mememe-btn:hover,
.mememe-btn:focus,
.mememe-btn.focus,
.wrap-mememe .mememe-btn:hover,
.wrap-mememe .mememe-btn:focus,
.wrap-mememe .mememe-btn.focus
 {
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  opacity: 1;
}
.mememe-picker {
  position: relative;
  cursor: default;
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: calc(1.5em + .75rem);
  min-width: calc(1.5em + .75rem);

}

.mememe-btn.active{
  background-color: #DDE0E3;
}
input.mememe-up{
  display: none !important;
}

.mememe-btn.save-mememe{
  width: 100%;
  margin: 15px 0;
  padding: 12px;
}
.save-mememe.disabled,
.wrap-mememe .mememe-btn.save-mememe.disabled{
  opacity: 0.3;
  cursor: not-allowed;
}

/**
* Menu Tooltips 
*/
.mmm-tooltip {
  position: relative;
}
.mmm-tooltip:before,
.mmm-tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 99;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

.mmm-tooltip:before {
  background: rgba(0,0,0,.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 11px;
  padding: 6px 12px;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
}

.mmm-tooltip.mememe-left:before {
    right: 0;
    left: auto;
}

.mmm-tooltip:after,
.mmm-tooltip:before {
  transform: translate3d(0,-10px,0);
  -webkit-transition:  all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.mmm-tooltip:hover:after,
.mmm-tooltip:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.mememe-click-carousel{
  cursor: pointer;
}
/**
* Template Carousel
*/
.wrapmememe, .mememe-template-list{
  position: relative;
}
.mememe-template-list{
  overflow: hidden;
  opacity: 0;
  margin-bottom: 10px;
  --mememe-navigation-color: white;
--mememe-theme-color: white;
--mememe-navigation-size:  1.6em;
}
.mememe-carousel-button-next, .mememe-carousel-button-prev{
    position: absolute;
    top: 50%;
    width: calc(var(--mememe-navigation-size)/ 44 * 27);
    height: var(--mememe-navigation-size);
    margin-top: calc(0px - (var(--mememe-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mememe-navigation-color,var(--mememe-theme-color));
}
.mememe-carousel-button-next, .swiper-rtl .mememe-carousel-button-prev {
  right: 10px;
  left: auto;
}
.mememe-carousel-button-prev, .swiper-rtl .mememe-carousel-button-next {
  left: 10px;
  right: auto;
}
.mememe-carousel-button-prev:after, .swiper-rtl .mememe-carousel-button-next:after {
  content: 'prev';
}
.mememe-carousel-button-next:after, .swiper-rtl .mememe-carousel-button-prev:after {
  content: 'next';
}
.mememe-carousel-button-next:after, .mememe-carousel-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--mememe-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

/* jquery UI drag and resize */
.dragmememe .ui-draggable-handle{-ms-touch-action:none;touch-action:none;}

.dragmememe .ui-resizable-handle {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 1px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,.8);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,.8);
  box-shadow: 0px 0px 0px 1px rgba(255,255,255,.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dragmememe .ui-resizable-nw {
    left: -5px;
    top: -5px;
    cursor: nw-resize;
    border-top-color: #333;
    border-left-color: #333;
}
.dragmememe .ui-resizable-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
    border-top-color: #333;
    border-right-color: #333;
}
.dragmememe .ui-resizable-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
    border-bottom-color: #333;
    border-left-color: #333;
}
.dragmememe .ui-resizable-se {
    bottom: -5px;
    right:-5px;
    cursor: se-resize;
    border-bottom-color: #333;
    border-right-color: #333;
}
.dragmememe .ui-resizable-n {
    top: -5px;
    left:50%;
    cursor: n-resize;
}
.dragmememe .ui-resizable-s {
    bottom: -5px;
    left: 50%;
    cursor: s-resize;
}
.dragmememe .ui-resizable-w {
    left:-5px;
    top:calc(50% - 5px);
    cursor: w-resize;
}
.dragmememe .ui-resizable-e {
    right:-5px;
    top:calc(50% - 5px);
    cursor: e-resize;
}
.dragmememe .ui-rotatable-handle,
.rotatemememe .ui-rotatable-handle {
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  cursor: grab;
  left: 50%;
  margin-left: -10px !important;
  bottom: 0;
  margin-bottom: -16px !important;
  background: url("../images/rotate.svg") center center no-repeat rgba(255,255,255,0.9);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,.3);
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,.3);
}
.mememe-sticker{
  width: 100%;
  height: auto;
  display: block;
}
/**
* MeMeMe app 
*/
.finalmeme-placeholder{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.finalmeme-placeholder img{
  max-width: 100%;
}
.mememe-placeholder{
  overflow: hidden;
  transition: all .3s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 0;
}
.mememe-placeholder img{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.mememe-stage{
  z-index: 1;
  position: relative;
}
.mememe-draw{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 85;
  cursor: crosshair;
}

.mememe-drag{
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.mememe-drag.mememe-disabled-text{
  opacity: 0.8;
  z-index: 80;
}

.mememe-preview-mode .mememe-drag.mememe-disabled-text{
  opacity: 1;
}

.mememe-drag.mememe-disabled-text .ui-resizable-handle,
.mememe-drag.mememe-disabled-text .ui-rotatable-handle,
.mememe-drag.mememe-disabled-text .mememe-del-box,
.mememe-preview-mode .mememe-drag .ui-resizable-handle,
.mememe-preview-mode .mememe-drag .ui-rotatable-handle,
.mememe-preview-mode .mememe-drag .mememe-del-box{
  display: none !important;
}

.mememe-drag.mememe-disabled-text .dragmememe,
.mememe-preview-mode .mememe-drag .dragmememe{
  border-color: transparent;
}

/* Hide the browser's default checkbox */
.mememe-icon-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mememe-drag .dragmememe{
  width: 30%;
  height: auto;
  padding: 0;
  border: 1px dashed #9D9D9D;
  position: absolute !important;
  cursor: move;
}

.dragmememe .rotatemememe{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.dragmememe .mememe-wrap-sticker{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
/*  padding: 5%;
*/}
.dragmememe .mememe-sticker{
  
}

.dragmememe .rotatemememe .mememe-editme{
  text-align: center;
  position: relative;
  line-height: 1;
  caret-color: red;
  border:none;
  outline: 0;
  width: 100%;
  display: block;
  font-size: 2em;
  min-height: 20px;
  height: 100%;
  white-space: nowrap;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
.dragmememe .rotatemememe .mememe-editme > div{
  width: 100%;
  display: block;
  line-height: 1;
}

[contenteditable=true].mememe-editme:not(:focus):empty::before {
  content: attr(data-placeholder);
  opacity: 0.5;
  vertical-align: middle;
  line-height: normal;
}

.rotatemememe .mememe-editme.mememe-input-highlight:focus{
  background-color: rgba(235,255,155,0.1);
}
.dragmememe input::placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
  text-shadow: none !important;
  -webkit-text-stroke: unset !important;
  text-stroke: unset !important;
}
.dragmememe input::-moz-placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
  text-shadow: none !important;
  -webkit-text-stroke: unset !important;
  text-stroke: unset !important;
}
.dragmememe input:-ms-input-placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
  text-shadow: none !important;
  -webkit-text-stroke: unset !important;
  text-stroke: unset !important;
}
.dragmememe input::-webkit-input-placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
  text-shadow: none !important;
  -webkit-text-stroke: unset !important;
  text-stroke: unset !important;
}
.mememe-drag.mememe-disabled-text .dragmememe input::placeholder {
  opacity: 0 !important;
}
.mememe-drag.mememe-disabled-text .dragmememe input::-moz-placeholder {
  opacity: 0 !important;
}
.mememe-drag.mememe-disabled-text .dragmememe input:-ms-input-placeholder {
  opacity: 0 !important;
}
.mememe-drag.mememe-disabled-text .dragmememe input::-webkit-input-placeholder {
  opacity: 0 !important;
}

.mememe-preview-mode .mememe-drag .dragmememe input::placeholder {
  opacity: 0 !important;
}
.mememe-preview-mode .mememe-drag .dragmememe input::-moz-placeholder {
  opacity: 0 !important;
}
.mememe-preview-mode .mememe-drag .dragmememe input:-ms-input-placeholder {
  opacity: 0 !important;
}
.mememe-preview-mode .mememe-drag .dragmememe input::-webkit-input-placeholder {
  opacity: 0 !important;
}

.mememe-alert{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/*
* gallery shortcode [mememe-list] and [mememe-templates]
*/
.mememe-wrap-gallery{
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
}

.mememe-hidden{
  opacity: 0;
  visibility: hidden;
}
.mememe-d-none{
  display: none !important;
}

.mememe-gallery{
  position: relative;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.mememe-filters .mememe-sort, .mememe-filters .mememe-filter, .mememe-filters .mememe-filter-all{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: .3rem .6rem;
    font-weight: normal;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    cursor: pointer;
    font-size: 80%;
    margin: 0 !important;
    margin-bottom: 4px !important;
}
.mememe-filters .mememe-filter.active, .mememe-filters .mememe-filter-all.active, .mememe-filters .mememe-sort.active{
    border-radius: 4px;
}

.mememe-filters .mememe-filter input[type="checkbox"], 
.mememe-filters .mememe-filter input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.mememe-gallery.mememe-column-0 .mememe-gallery-item{
  width: var(--mememe-grid-sizer);
}
input[type="text"].mememe-search{
    display: block;
    width: 50%;
    padding: 0.5em 0.75em;
    font-size: 1em;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20em;
    transition: width 0.5s;
    flex-shrink: 1;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>') no-repeat scroll 1rem center;
  padding-left: 2.5em;
  margin: 0.5em 0;

}
input[type="text"].mememe-search:focus, 
input[type="text"].mememe-search:hover{
  box-shadow: none;
  width: 100%;
}
.mememe-gallery-item .mememe-error-item{
  padding: 1em;
  text-align: center;
}
.mememe-gallery-item .mememe-error-item .immm{
  font-size: 3rem;
}
.mememe-gallery-item .mememe-error-item p{
  margin: 0;
}
/*
* Static Columns
*/
.mememe-gallery.mememe-column-1 .mememe-gallery-item{
    width: 100%;
}

.mememe-gallery.mememe-column-2 .mememe-gallery-item{
    width: 50%;
}
.mememe-gallery.mememe-column-2 .mememe-gallery-item:nth-child(2n+1){
    clear:left;
}

.mememe-gallery.mememe-column-3 .mememe-gallery-item{
    width: 33.3%;
}
.mememe-gallery.mememe-column-3 .mememe-gallery-item:nth-child(3n+1){
    clear:left;
}
.mememe-gallery.mememe-column-4 .mememe-gallery-item{
    width: 25%;
}
.mememe-gallery.mememe-column-4 .mememe-gallery-item:nth-child(4n+1){
    clear:left;
}
.mememe-gallery.mememe-column-5 .mememe-gallery-item{
    width: 20%;
}
.mememe-gallery.mememe-column-5 .mememe-gallery-item:nth-child(5n+1){
    clear:left;
}
.mememe-gallery.mememe-column-6 .mememe-gallery-item{
    width: 16.5%;
}
.mememe-gallery.mememe-column-6 .mememe-gallery-item:nth-child(6n+1){
    clear:left;
}
.mememe-gallery.mememe-column-7 .mememe-gallery-item{
    width: 14.2%;
}
.mememe-gallery.mememe-column-7 .mememe-gallery-item:nth-child(7n+1){
    clear:left;
}
.mememe-gallery.mememe-column-8 .mememe-gallery-item{
    width: 12.5%;
}
.mememe-gallery.mememe-column-8 .mememe-gallery-item:nth-child(8n+1){
    clear:left;
}
.mememe-gallery.mememe-column-9 .mememe-gallery-item{
    width: 11%;
}
.mememe-gallery.mememe-column-9 .mememe-gallery-item:nth-child(9n+1){
    clear:left;
}

.mememe-gallery .mememe-card-body{
  text-decoration: none;
}
.mememe-gallery .mememe-card-title{
  margin: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.8rem;
}

.mememe-mini-icon{
  display: inline-block;
  font-size: 80%;
  margin-right: auto;
}
.mememe-mini-icon > span{
  margin-right: 8px;
}

.mememe-gallery .mememe-card-links{
  position: absolute;
  display: inline-block;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: 1em;
  white-space: nowrap;
  z-index: 9;
  right: 4px;
  bottom: 4px;
}
.mememe-wrap-gallery .mememe-gallery .mememe-card-link{
  display: inline-block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  vertical-align: middle;
  width: 2.4em;
  height: 2.4em;
  border: none;
  margin-left: 4px;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
}
.mememe-gallery .mememe-cat-list{
  margin: 0;
  padding: 0;
  font-size: 80%;
  position: relative;
}
.mememe-gallery .mememe-cat-list li{
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.mememe-gallery .mememe-cat-list li a{
  padding: 4px 8px;
  background-color: rgba(130,130,130,0.1);
  color: #2E2E2E;
  border-radius: 5em;
  text-decoration: none;
  border: none;
    -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.mememe-gallery .mememe-cat-list li a:hover{
  background-color: rgba(130,130,130,0.2);
}

.mememe-wrap-gallery.mmm-dark .mememe-cat-list li a{
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}

.mememe-wrap-gallery.mmm-dark .mememe-cat-list li a:hover{
  background-color: rgba(255,255,255,0.2);
}


/*
* Load more
*/
.mememe-load-more{
  clear: both;
  width: 100%;
  text-align: center;
  padding: .5rem .75rem;
  line-height: 1.25;
  cursor: pointer;
}

.mememe-gallery .mememe-card > a{
  display: block;
  border: none;
  overflow: hidden;
  width: 100%;
}
.mememe-gallery .mememe-card > a:hover{
  text-decoration: none;
  opacity: 1;
}

.mememe-gallery .mememe-wrap-gall-image > a img{
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.mememe-gallery .mememe-wrap-gall-image:hover a > img{
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
  filter: brightness(110%);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

/*
* Custom stuff
*/

.mememe-card{
  position: relative;
  width: 100%;
  display: block;
  float: left;
}
.mememe-card img{
  margin: 0;
  width: 100%;
  display: block;
}
.mememe-card-title{
  position: relative;
  text-decoration: none;
}

.mememe-wrap-gallery.mmm-rounded .mememe-card{
  border-radius: 0.9rem;
  overflow: hidden;
}
.mememe-wrap-gallery.mmm-rounded.mmm-frame .mememe-card .mememe-wrap-gall-image,
.mememe-wrap-gallery.mmm-rounded.mmm-frame .mememe-card img{
  border-radius: 0.6rem;
}

.mememe-wrap-gallery.mmm-shadow .mememe-card{
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 0 10px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.mememe-wrap-gallery.mememe-template-gallery .mememe-card-body{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
    -webkit-box-shadow:inset 0 -50px 30px 0 rgba(255,255,255,0.9);
    box-shadow:inset 0 -50px 30px 0 rgba(255,255,255,0.9);
}

.mememe-wrap-gallery.mememe-template-gallery.mmm-dark .mememe-card-body{
    -webkit-box-shadow:inset 0 -50px 30px 0 rgba(0,0,0,0.9);
    box-shadow:inset 0 -50px 30px 0 rgba(0,0,0,0.9);
}

.mememe-wrap-gallery.mememe-template-gallery .mememe-card-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin: 0;
}

.mememe-wrap-gallery .mememe-card-link:hover{
  opacity: 1;
}

.mememe-wrap-gallery.mmm-rounded .mememe-card-link,
.mememe-wrap-gallery.mmm-rounded .mememe-card-link:hover{
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.19);
  box-shadow: 0 2px 8px rgba(0,0,0,0.19);
  opacity: 1;
}

.mememe-wrap-gallery.mmm-frame .mememe-card{
  float: left;
  width: 100%;
  position: relative;
  padding: 5%;
}
.mememe-card-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  opacity: 0;
}
.mememe-wrap-gallery .mememe-overlay-title .mememe-card:hover > .mememe-card-body{
  opacity: 1;
}
.mememe-wrap-gallery .mememe-overlay-title .mememe-card:hover > .mememe-card-body .mememe-card-overlay{
  opacity: 0.9;
}
.mememe-wrap-gallery .mememe-overlay-title .mememe-card-body{
  padding: 5%;
}

/*.mememe-wrap-gallery.mmm-frame .mememe-card-body{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0;
  padding-top: 1rem;
}*/
.mememe-wrap-gallery.mememe-templates-gallery .mememe-card-title{
  padding: 10px;
  max-height: calc( 100% - 2.4em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mememe-wrap-gallery.mememe-templates-gallery.mmm-frame .mememe-card-title{
  padding: 0;
  padding-top: 10px;
}

.mememe-wrap-gallery.mmm-frame .mememe-card-links{
  margin-top: auto;
}
.mememe-wrap-gallery .mememe-overlay-title .mememe-card-body{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

/*
* Widgets
*/
.mememe-wrap-gallery.mmm-minimal .mememe-card-body,
.mememe-wrap-gallery.mmm-minimal .mememe-card-title,
.mememe-wrap-gallery.mmm-minimal .mememe-wrap-ratings,
.mememe-wrap-gallery.mmm-minimal .mememe-card-links,

.widget_mememe_list_widget .mememe-gallery .mememe-card-title,
.widget_mememe_list_widget .mememe-gallery .mememe-wrap-ratings,
.widget_mememe_list_widget .mememe-gallery .mememe-card-links,

.widget_mememe_templates_widget .mememe-gallery .mememe-card-title,
.widget_mememe_templates_widget .mememe-gallery .mememe-wrap-ratings,
.widget_mememe_templates_widget .mememe-gallery .mememe-card-links,

.widget_mememe_list_widget .mememe-gallery .mememe-card-body,
.widget_mememe_templates_widget .mememe-gallery .mememe-card-body{
  display: none;
}

.dragmememe .mememe-editme.rtl{
  direction: RTL !important;
}
.hidden-mememe-canvas{
  display: none;
}
.mememe-rotateme{
  width: 100%;
  height: 100%;
}
.mememe-del-box{
  position: absolute;
  left: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  background-color: #fff;
  color: #111111;
  border-radius:50%;
  z-index: 9;
-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
display: flex;
justify-content: center;
align-items: center;
}
.mememe-del-box svg{
  display: block;
}
.mememe-placeholder img{
  opacity: 0;
}
.mememe-placeholder img.mememe-animate-in{
  opacity: 1;
  -webkit-transition:  opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.mememe-hide-title-field .mememe-generator-title{
  display: none;
}
.mememe-generator-title label{
  display: none;
}
.wrap-mememe .mememe-button-group-pills{
  margin-bottom: .2em;
  padding: 0;
  margin: 0;
  margin-bottom: .6em;
}

.wrap-mememe .mememe-button-group-pills li{
  list-style: none;
  margin: 0;
  padding:0;
  display: inline-block;
  position: relative;
}

.wrap-mememe .mememe-button-group-pills input:checked + label{
  opacity: 1;
}
.wrap-mememe .mememe-button-group-pills li label{
  margin: 0;
  padding: .1em .4em;
  font-size: 80%;
  opacity: 0.8;
  -webkit-transition: background .4s ease-out, color .4s ease-out;
  transition: background .4s ease-out, color .2s ease-out;
  border-radius: 6em;
}
.wrap-mememe .mememe-button-group-pills input{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

/**
 * Add ons
 */
.mememe-addons{
  clear: both;
  width: 100%;
  margin: .5em 0;
  font-family: Arial, Helvetica, sans-serif;
}

.mememe-addons a.mememe-btn.mememe-addon{
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  display: inline-block;
  padding: 6px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.mememe-addons a.mememe-btn.mememe-addon i{
  font-size: 150%;
}
.mememe-social-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    position: relative;
    margin-bottom: 0.5rem;
}
.mememe-social-row, .mememe-social-row *{
  box-sizing: border-box;
}
.mememe-social-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
  width: calc(100% + 8px);
}
.mememe-social-row .mememe-social-col{
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 52px;
  max-width: 100%;
}
.mememe-social-icon{
  cursor: pointer;
  display: block;
  border-radius: 5em;
  padding: 0.6rem 0.75rem;
/*  color: #fff !important;
  background-color: #3C3C46;*/

/*  background-color: var(--mememe-addons-bg);*/
background-color: transparent;
  color: inherit;

  font-size: 1.2em;
  border: none;
  margin: 0;
  text-decoration: none;
}
.mememe-addons .mememe-btn.mememe-addon *,
.mememe-social-row .mememe-social-col > a *,
.mememe-social-row .mememe-social-col > div *{
  vertical-align: middle;
/*  display: inline-block;*/
}
.mememe-social-icon:hover,
.mememe-social-icon:active,
.mememe-social-icon :focus{
  color: inherit;
}
.mememe-social-row .mememe-social-col > input[type="text"]{
    border-radius: 5em;
    font-size: 18px;
    padding: 6px 10px;
    width: 100%;
    border: 1px solid #dadada;
}
.mememe-social-icon.twitter-bg{
  background-color: #1da1f2;
  color: #fff !important;
}
.mememe-social-icon.fb-bg,
.mememe-social-icon.facebook-bg{
  background-color: #4267B2;
  color: #fff !important;
}
.mememe-social-icon.linkedin-bg{
  background-color: #2867b2;
  color: #fff !important;
}
.mememe-social-icon.pinterest-bg{
  background-color: #bd081c;
  color: #fff !important;
}
.mememe-social-icon.reddit-bg{
  background-color: #FF5700;
  color: #fff !important;
}
.mememe-social-icon.buffer-bg{
  background-color: #222A30;
  color: #fff !important;
}
.mememe-social-icon.evernote-bg{
  background-color: #5ba525;
  color: #fff !important;
}
.mememe-social-icon.tumblr-bg{
  background-color: #35465c;
  color: #fff !important;
}
.mememe-social-icon.whatsapp-bg{
  background-color: #4fce5d;
  color: #fff !important;
}
.mememe-social-icon:hover{
  opacity: 0.8;
}

.mememe-post-like{
    display: block;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.mememe-post-like .mememe-vote-btn, .mememe-flag-btn{
  padding: 6px 0.8rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}
.mememe-report{
  margin-left: auto;
}
a.mememe-report,
a.mememe-report:hover{
  text-decoration: none;
}
.mememe-app .wrapmememe .original-mememe-temp{
  width: 100% !important;
  position: absolute;
  z-index: -99;
  visibility: hidden;
}
.mememe-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  visibility: hidden;
  display: flex;
  opacity: 0;
  transition: opacity .5s;
}
.mememe-stickers-content{
  padding: 30px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  display: none;
}
.mememe-modal .mememe-stickers-content{
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  max-height: calc(90%);
  max-height: calc(100% - 30px);
  overflow-y: auto;
}
.mememe-modal.mmm-open{
  visibility: visible;
  opacity: 1;
}

.mememe-sticker-button{
  display: inline-block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  vertical-align: middle;
  margin: 4px;
  position: relative;
  transition: opacity .3s;
  box-shadow: inset 0 0 10px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);
  background-image: linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0),linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0);
  background-position: 0 0,8px 8px;
  background-size: 16px 16px;
}

.mememe-sticker-button img{
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.mememe-modal .close-mememe-modal{
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  cursor: pointer;
  line-height: 1;
}

.mememe-sticker-upload {
    display: none;
}
label.mememe-sticker-label-upload {
    border: 1px solid #ccc;
    display: block;
    padding: 6px 12px;
    cursor: pointer;
    clear: both;
    margin: 0;
    margin-top: 20px;
    font-weight: normal;
}

i.immm{
  vertical-align: middle;
}
.immm-spin {
    -webkit-animation: immm-spin 2s infinite linear;
    animation: immm-spin 2s infinite linear
}

@-webkit-keyframes immm-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes immm-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.mmm-flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mmm-h100{
  height: 100%;
}
.mmm-w100{
  width: 100%;
}
.mememe-btn.mememe-clear-canvas{
  margin-left: 4px;
}

:root {
  --mememe-bg-color: #EBEEEE;
  --mememe-btn-bg: #D7DADA;
  --mememe-btn-color: #333333;
  --mememe-btn-bg-hover: #414041;
  --mememe-bg-dark: #2E2E2E;
  --mememe-bg-light: #FFFFFF;
  --mememe-text-dark: #FFFFFF;
  --mememe-text-light: #2E2E2E;
  --mememe-addons-bg: #D7DADA;
  --mememe-addons-color: #333333;
  --mememe-addons-active: #414041;
  --mememe-filter-text: #2E2E2E;
  --mememe-filter-active-text: #FFFFFF;
  --mememe-filter-active-bg: #2E2E2E;
  --mememe-card-btn-text:  #FFFFFF;
  --mememe-card-btn-bg:  #2E2E2E;
  --mememe-card-btn-bg-hover:  #373737;
}

/*
 * custom colors
 */
.mememe-wrap-gallery{
  color: var(--mememe-filter-text);
}
.mememe-wrap-gallery .mememe-card-title{
  color: var(--mememe-text-light);
}
.mememe-wrap-gallery.mmm-dark .mememe-card-title{
  color: var(--mememe-text-dark);
}

.mememe-wrap-gallery .mememe-card-link{
  background: var(--mememe-card-btn-bg); 
  color: var(--mememe-card-btn-text);
}
.mememe-wrap-gallery .mememe-card-link:hover{
  background: var(--mememe-card-btn-bg-hover); 
  color: var(--mememe-card-btn-text);
}

.mememe-wrap-gallery .mememe-filters .mememe-filter,
.mememe-wrap-gallery .mememe-filters .mememe-filter-all,

.mememe-wrap-gallery .mememe-filters .mememe-sort{
  background-color: transparent; 
  color: var(--mememe-filter-text);
}
.mememe-wrap-gallery .mememe-filters .mememe-filter.active,
.mememe-wrap-gallery .mememe-filters .mememe-filter-all.active,
.mememe-wrap-gallery .mememe-filters .mememe-sort.active{
  background-color: var(--mememe-filter-active-bg); 
  color: var(--mememe-filter-active-text);
}

.wrap-mememe .mememe-picker, .wrap-mememe .mememe-btn, .wrap-mememe .mememe-btn.disabled:hover{ 
  background: var(--mememe-btn-bg) !important; 
  color: var(--mememe-btn-color) !important;
} 
.mememe-addons-group .mememe-btn{ 
  background: var(--mememe-addons-bg) !important; 
  color: var(--mememe-addons-color) !important;
} 
.mememe-addons-group .mememe-btn:hover,
.mememe-addons-group .mememe-btn:focus,
.mememe-addons-group .mememe-btn:active{
  background: var(--mememe-addons-active) !important; 
  color: var(--mememe-addons-color) !important;
} 
.mememe-placeholder{ 
  background: var(--mememe-bg-color); 
}
.mememe-dot, .mememe-outline{ 
  background: var(--mememe-btn-color);
}
.mememe-button-group-pills input:checked + label,
.mememe-button-group-pills input:hover:checked + label{
  color: var(--mememe-btn-color);
  background-color: var(--mememe-btn-bg);
}
.mememe-button-group-pills input:hover + label,
.mememe-btn.active,
.mememe-btn:hover,
.mememe-btn:focus,
.mememe-btn.focus,
.wrap-mememe .mememe-btn.active:hover,
.wrap-mememe .mememe-btn:hover,
.wrap-mememe .mememe-btn:focus,
.wrap-mememe .mememe-btn.focus {
  background-color: var(--mememe-btn-bg-hover) !important;
  color: var(--mememe-btn-color) !important;
}
.mememe-wrap-gallery .mememe-card{
  color: var(--mememe-text-light);
  background-color: var(--mememe-bg-light);
}
.mememe-wrap-gallery.mmm-dark .mememe-card{
  color: var(--mememe-text-dark);
  background-color: var(--mememe-bg-dark);
}
.mememe-wrap-gallery .mememe-card-overlay{background-color: var(--mememe-bg-light)}
.mememe-wrap-gallery.mmm-dark .mememe-card-overlay{background-color: var(--mememe-bg-dark)}

.mememe-social-row .mememe-social-col > .mememe-share-mobile{
  background-color: var(--mememe-addons-bg);
  color: var(--mememe-addons-color);
}
.mememe-addons-group .mememe-btn:hover{
  background-color: var(--mememe-addons-active);
}

.mememe-rating-box{
  position: relative;
  margin-right: auto;
  padding: 0 0.8rem;
  padding-bottom: 10px;
}

.mememe-rating-box .mememe-stars{
  display: flex;
  align-items: center;
  gap: 5px;
}
.mememe-stars span{
  cursor: pointer;
  transition: color 0.2s;
}
.mememe-stars span.active{
  color: #ff9c1a;
}

.mememe-love-btn{
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0.8rem;
  padding-top: 4px;
}
.mememe-love-btn .immm{
  color: red;
}

.mememe-total-love{
  font-size: 60%;
}


.mememe-social-popup-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* The actual popup */
.mememe-social-popup {
  visibility: hidden;
  max-width: 100%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 0;
}

/* Toggle this class - hide and show the popup */
.mememe-social-popup.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.mememe-social-icon,
a.mememe-social-icon,
.mememe-social-icon a{
  text-decoration: none;
}

.mememe-collapsible {
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
}

.mememe-collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%;
}

.mememe-wrap-ratings{
  display:flex;
  align-items:center;
  margin: 0.5rem 0;
  width: 100%;
  position: relative;
}


.mememe-wrap-gall-image{
  display: block;
  position: relative;
  overflow: hidden;
}




