/**
 * Theme Name:   Zetpy x Otter Barista
 * Theme URI:    http://zetpy.com/
 * Description:  
 * Author:       Kenneth
 * Author URI:   http://zetpy.com/
 * Template:     blocksy
 * Version:      1.1.0
 * Text Domain:  zetpy
 */

 #coupons_list {
	/*display: block !important;*/
	margin-bottom: 20px;
}

.zetpy-glightbox-container .ginner-container {
	width: 80% !important;
  }
  
  .glightbox-mobile .zetpy-glightbox-container .goverlay {
	background: rgba(0, 0, 0, 0.8);
  }
  
  .zetpy-glightbox-container img {
	border-radius: 10px;
  }
  
  .zetpy-glightbox-container.glightbox-clean .gclose {
	background: #ff0000;
	border: 3px solid #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	/* top: auto;
	bottom: 50px;
	right: calc(50% - 25px); */
  }
  
  @media (min-width: 769px) {
	  .glightbox-clean .gslide-media {
		  -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0) !important;
		  box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0) !important;
	  }
  }

#user_switching_switch_on {
	bottom: 10px !important;
	left: auto !important;
	right: 10px;
	line-height: 10px;
}

#user_switching_switch_on a {
	font-size: 0pt !important;
	padding: 5px !important;
	background: #FF0000 !important;
	border-radius: 50%;
}

