.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;
}

/**
* Hide default CMB2 Submit
*/
.hide-mememe{
  display: none !important;
}
#mememe-form input[type="submit"]{
  width: 100%;
  display: none !important;
}

/**
* 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;
}
.mememe-menu .mememe-btn{
  border-radius: 0;
}
.mememe-menu .pull-right{
  float: right;
}
.mememe-group{
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.mememe-group.pull-right{
  margin-right: 0;
  margin-left: 2px;
}
.mememe-protools.mememe-dropdown{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 98;
  padding: 6px;
  display: none;
}
.mememe-protools.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 10px;
}
.mememe-brush, .mememe-outline{
  width: 12px;
  display: inline-block;
}

.mememe-font-group{
  float: left;
  width: 150px;
}

.mememe-set-stroke, .mememe-set-outline{
  text-align: center;
}
.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;
}

/**
* Inputs and Buttons
*/
.mememe-inputs input[type="text"]{
  padding: 6px 10px;
}
.wrap-mememe .mememe-inputs .form-control, 
.wrap-mememe .mememe-protools .form-control, 
.wrap-mememe .mememe-inputs select,
.wrap-mememe .mememe-inputs select.form-control,
.wrap-mememe .mememe-protools .mememe-font-group select.form-control{
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mememe-inputs .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.mememe-inputs .form-control::-moz-placeholder {
  color: #999 !important;
  opacity: .4 !important;
}
.mememe-inputs .form-control:-ms-input-placeholder {
  color: #999 !important;
  opacity: .4 !important;
}
.mememe-inputs .form-control::-webkit-input-placeholder {
  color: #999 !important;
  opacity: .4 !important;
}
.mememe-inputs .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.mememe-inputs .form-control[disabled],
.mememe-inputs .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.mememe-inputs .form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
#mememe-form, .mememe-menu, .wrapmememe{
  position: relative;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  clear: both;
}
#mememe-form .form-control{
  margin-bottom: 10px;
}
.mememe-picker, 
.mememe-wrap-gallery .mememe-btn,
.wrap-mememe .mememe-btn,
.mememe .mememe-btn{
  display: inline-block;
  padding: 6px 10px;
  margin: 0;
  font-weight: normal;
  line-height: 1.42857143;
  font-size: 14px;
  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;
}

.mememe-wrap-gallery .mememe-btn.mememe-outline-btn{
  border: 1px solid #D7DADA;
  color:  #D7DADA;
  background: none;
  background-color: transparent;
}
.mememe-wrap-gallery .mememe-btn.mememe-outline-btn:hover,
.mememe-wrap-gallery .mememe-btn.mememe-outline-btn:active,
.mememe-wrap-gallery .mememe-btn.mememe-outline-btn:focus{
  color:  #fff;
  background-color: #D7DADA;
}

.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;
}

.mememe-picker {
  cursor: default;
  padding-top: 6px;
  padding-bottom: 5px;
}

.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);
}

/**
* Template Carousel
*/
.wrapmememe, .mememe-template-list{
  position: relative;
}


.mememe-template-list{
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.mememe-template-list .owl-next, 
.mememe-template-list .owl-prev{
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 2px #000000;
  font-size: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background:none;
  border: none;
}
.mememe-template-list .owl-stage-outer{
  float: left;
}
.mememe-template-list .owl-prev{
  left: 0;
}
.mememe-template-list .owl-next{
  right: 0;
}
.mememe-template-list .owl-item{
  float: left;
  cursor: pointer;
}
.mememe-template-list .owl-item > a{
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  text-decoration: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.mememe-template-list .owl-item a:hover,
.mememe-template-list .owl-item a:focus{
text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mememe-template-list .owl-item a > img{
  max-width: 100%;
  height: auto;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.ui-resizable-handle {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #000000;
    position: absolute;
}
.ui-resizable-nw {
    left: -5px;
    top: -5px;
    cursor: nw-resize;
}
.ui-resizable-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}
.ui-resizable-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}
.ui-resizable-se {
    bottom: -5px;
    right:-5px;
    cursor: se-resize;
}
.ui-resizable-n {
    top: -5px;
    left:50%;
    cursor: n-resize;
}
.ui-resizable-s {
    bottom: -5px;
    left: 50%;
    cursor: s-resize;
}
.ui-resizable-w {
    left:-5px;
    top:calc(50% - 5px);
    cursor: w-resize;
}
.ui-resizable-e {
    right:-5px;
    top:calc(50% - 5px);
    cursor: e-resize;
}

/**
* MeMeMe app 
*/
.finalmeme-placeholder{
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.mememe-placeholder{
  overflow: hidden;
  transition: all .3s ease-in-out;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
.mememe-placeholder img{
  width: 100%;
  height: auto;
  float: left;
}
.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;
}

.dragmememe{
  width: 70%;
  height: 60px;
  padding: 0;
  border: 1px dashed #9D9D9D;
  position: absolute;
}

.dragmememe input[type="text"]:focus{
  -webkit-box-shadow: inset 0 0 6px 2px rgba(0,0,50,0.1);
  box-shadow: inset 0 0 6px 2px rgba(0,0,50,0.1);
  background: none;
  background-color: transparent;
}
.dragmememe input[type="text"]{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    background: none;
    text-align:center;
    font-size: 24px;
    cursor: move;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
}
.dragmememe input::placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
}
.dragmememe input::-moz-placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
}
.dragmememe input:-ms-input-placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
  line-height: 1;
}
.dragmememe input::-webkit-input-placeholder {
  color: #C5C8C8 !important;
  opacity: .2 !important;
  font-family: inherit !important;
}
.mememe-alert{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/*
* gallery shortcode [mememe-list] and [mememe-templates]
*/

.mememe-wrap-gallery{
  margin-bottom: 2em;
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
}

.mememe-hidden{
  opacity: 0;
}

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

.mememe-filters .mememe-filter {
    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;
    margin-bottom: 4px;
}
.mememe-filters .mememe-filter.active {
    color: #fff;
    background-color: #007bff;
    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;
}
/*
* Responsive columns: 2x | 3x | 4x | 5x | 
*/
.mememe-gallery.mememe-column-0 .mememe-gallery-item,
.mememe-gallery.mememe-column-0 .grid-sizer {
  width: 100%;
}

@media (min-width: 576px) {
  .mememe-gallery.mememe-column-0 .mememe-gallery-item,
  .mememe-gallery.mememe-column-0 .grid-sizer {  
    width: 50%;
  }
}

@media (min-width: 768px) {
  .mememe-gallery.mememe-column-0 .mememe-gallery-item,
  .mememe-gallery.mememe-column-0 .grid-sizer {  
    width: 33.3%;
  }
}

@media (min-width: 992px) {
  .mememe-gallery.mememe-column-0 .mememe-gallery-item,
  .mememe-gallery.mememe-column-0 .grid-sizer {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .mememe-gallery.mememe-column-0 .mememe-gallery-item,
  .mememe-gallery.mememe-column-0 .grid-sizer {
    width: 20%;
    clear: none;
  }
}

/*
* Static Columns
*/

.mememe-gallery.mememe-column-1 .mememe-gallery-item,
  .mememe-gallery.mememe-column-1 .grid-sizer {
    width: 100%;
}

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

.mememe-gallery.mememe-column-3 .mememe-gallery-item,
  .mememe-gallery.mememe-column-3 .grid-sizer {
    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,
  .mememe-gallery.mememe-column-4 .grid-sizer {
    width: 25%;
}
.mememe-gallery.mememe-column-4 .mememe-gallery-item:nth-child(4n+1){
    clear:left;
}
.mememe-gallery.mememe-column-5 .mememe-gallery-item,
  .mememe-gallery.mememe-column-5 .grid-sizer {
    
    width: 20%;
}
.mememe-gallery.mememe-column-5 .mememe-gallery-item:nth-child(5n+1){
    clear:left;
}
.mememe-gallery.mememe-column-6 .mememe-gallery-item,
  .mememe-gallery.mememe-column-6 .grid-sizer {
    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,
  .mememe-gallery.mememe-column-7 .grid-sizer {
    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,
  .mememe-gallery.mememe-column-8 .grid-sizer{
    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,
  .mememe-gallery.mememe-column-9 .grid-sizer{
    width: 11%;
}
.mememe-gallery.mememe-column-9 .mememe-gallery-item:nth-child(9n+1){
    clear:left;
}

.mememe-gallery .mememe-card-body{
  padding: 10px;
  float: left;
  width: 100%;
  position: relative;
}
.mememe-gallery .mememe-card-title{
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.mememe-gallery .mememe-card-links{
  float: right;
  position: relative;
}
.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;
  padding: 0;
  border: none;
  margin-left: 4px;

  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;


}
.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-loadmore,
.mememe-loadmorememes{
  clear: both;
  width: 100%;
  text-align: center;
  padding: .5rem .75rem;
  line-height: 1.25;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

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

.mememe-gallery .mememe-card > a img{
  float: left;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  width: 100%;
  height: auto;
}
.mememe-gallery .mememe-card:hover a > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(110%);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

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

/*
* Custom stuff
*/

.mememe-card{
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  color: #2E2E2E;
}
.mememe-card-title{
  color: #2E2E2E;
  position: relative;
}
.mememe-wrap-gallery.mmm-dark .mememe-card{
  background-color: #2E2E2E;
  color: #fff;
}
.mememe-wrap-gallery.mmm-dark .mememe-card-title{
    color: #fff;
}
.mememe-wrap-gallery.mmm-rounded .mememe-card{
  border-radius: 6px;
  overflow: hidden;
}

.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.mmm-card .mememe-card{
  float: left;
  width: 100%;
}

.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.mmm-card .mememe-card-link,
.mememe-wrap-gallery.mmm-card .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);
}

.mememe-wrap-gallery.mmm-card .mememe-card-links{
  position: absolute;
  right: 10px;
  top: -1em;
}


.mememe-wrap-gallery.mmm-card .mememe-card-link:hover{
  -webkit-box-shadow: 0 2px 18px rgba(0,0,0,0.19);
  box-shadow: 0 2px 18px rgba(0,0,0,0.19);
}

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

.mememe-wrap-gallery.mmm-card .mememe-date{
  font-size: 60%;
  float: right;
}

.mememe-wrap-gallery.mmm-frame .mememe-card:hover > .mememe-card-body{
  background-color: rgba(255,255,255,0.7);
}
.mememe-wrap-gallery.mmm-frame.mmm-dark .mememe-card:hover > .mememe-card-body{
  background-color: rgba(0,0,0,0.7);
}
.mememe-wrap-gallery.mmm-frame .mememe-card{
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
}
.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.mmm-frame .mememe-card:hover > .mememe-card-body{
  opacity: 1;
}
.mememe-wrap-gallery.mmm-frame .mememe-card:hover > .mememe-card-body .mememe-card-overlay{
  opacity: 0.5;
}
.mememe-wrap-gallery.mmm-frame .mememe-card-title{
  padding: 10px;
}
.mememe-wrap-gallery.mmm-frame .mememe-card-links{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mememe-wrap-gallery.mmm-frame .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;
}

.mememe-wrap-gallery.mmm-frame.mmm-dark .mememe-card-body{
  color: #fff;
}
.dragmememe input.rtl{
  direction: RTL !important;
}
.hidden-mememe-canvas{
  display: none;
}
.mememe-post-like{
    display: inline-block;
}
.mememe-post-like .mememe-vote-btn, .mememe-flag-btn{
  padding: 6px 10px;
  display: inline-block;
  cursor: pointer;
}
.mememe-report,
.mememe-report:hover{
  text-decoration: none;
}
