{"version":3,"file":"dist/lity/lity.min.css","mappings":"AAAA;;sDAEsD,CACtD,MAQE,kBAAmB,CACnB,yBAA8B,CAJ9B,QAAS,CACT,MAAO,CAKP,SAAU,CADV,sBAAwB,CARxB,cAAe,CAEf,OAAQ,CADR,KAAM,CAWN,2BAA6B,CAP7B,kBAAmB,CANnB,YAcF,CACA,kBACE,SACF,CACA,kBACE,SACF,CACA,QAGU,qBACV,CACA,WAKE,QAAS,CACT,MAAO,CAEP,sBAAwB,CANxB,cAAe,CAEf,OAAQ,CAGR,iBAAkB,CAJlB,KAAM,CAFN,YAQF,CACA,kBACE,UAAW,CACX,oBAAqB,CACrB,WAAY,CAEZ,mBAAqB,CADrB,qBAEF,CACA,aAEE,UAAW,CAOX,sCAAyC,CADzC,cAAe,CAHf,gBAAkB,CAKlB,SAAU,CAPV,iBAAkB,CAIlB,iBAAkB,CAHlB,OAAQ,CASR,2BAA6B,CAP7B,UAAW,CALX,YAaF,CACA,2BACE,SACF,CACA,gBAKE,oBAAqB,CAGrB,eAAgB,CADhB,cAAe,CAEf,sBAAwB,CAPxB,iBAAkB,CAClB,eAAgB,CAChB,qBAAsB,CAEtB,kBAAmB,CALnB,YASF,CACA,cAMU,kBAAmB,CAI3B,6BAA+B,CAR/B,UAAW,CADX,YAWF,CACA,uDAKU,mBACV,CACA,oBAKE,QAAS,CAOD,iCAAsC,CAX9C,UAAW,CAKX,aAAc,CAGd,WAAY,CANZ,MAAO,CADP,iBAAkB,CAKlB,OAAQ,CAHR,KAAM,CAIN,UAAW,CAEX,UAGF,CACA,YAOE,uBAAwB,CAYxB,eAAgB,CADhB,QAAS,CAID,eAAgB,CAVxB,UAAW,CAJX,cAAe,CAOf,uCAA0C,CAD1C,cAAe,CADf,iBAAkB,CAVlB,WAAY,CAaZ,gBAAiB,CAIjB,YAAa,CATb,SAAU,CAPV,cAAe,CACf,OAAQ,CAKR,iBAAkB,CADlB,oBAAqB,CAQrB,oCAAyC,CAXzC,KAAM,CAJN,UAAW,CADX,YAsBF,CACA,8BACE,QAAS,CACT,SACF,CACA,2EAcE,eAAgB,CADhB,QAAS,CAID,eAAgB,CAVxB,UAAW,CAGX,uCAA0C,CAD1C,cAAe,CADf,iBAAkB,CAGlB,gBAAiB,CAIjB,YAAa,CATb,SAAU,CADV,iBAAkB,CADlB,oBAAqB,CAQrB,oCAMF,CACA,mBACE,OACF,CAEA,gBAIE,QAAS,CAFT,aAAc,CACd,aAAc,CAFd,cAIF,CAEA,4JAME,eAAgB,CADhB,UAEF,CACA,uBAQE,gCAAiC,CANjC,QAAS,CAET,aAAc,CADd,kBAAmB,CAEnB,mBAAoB,CAEZ,uBAAwB,CANhC,UAQF,CACA,8BASE,eAAgB,CADR,iCAAsC,CAN9C,aAAc,CAId,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAElB,KAAM,CAEN,UAKF,CACA,WACE,YACF,C","sources":["webpack://rest-api-featured-image/./node_modules/lity/dist/lity.css"],"sourcesContent":["/*! Lity - v2.4.1 - 2020-04-26\n* http://sorgalla.com/lity/\n* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */\n.lity {\n  z-index: 9990;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  white-space: nowrap;\n  background: #0b0b0b;\n  background: rgba(0, 0, 0, 0.9);\n  outline: none !important;\n  opacity: 0;\n  -webkit-transition: opacity 0.3s ease;\n  -o-transition: opacity 0.3s ease;\n  transition: opacity 0.3s ease;\n}\n.lity.lity-opened {\n  opacity: 1;\n}\n.lity.lity-closed {\n  opacity: 0;\n}\n.lity * {\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\n.lity-wrap {\n  z-index: 9990;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  text-align: center;\n  outline: none !important;\n}\n.lity-wrap:before {\n  content: '';\n  display: inline-block;\n  height: 100%;\n  vertical-align: middle;\n  margin-right: -0.25em;\n}\n.lity-loader {\n  z-index: 9991;\n  color: #fff;\n  position: absolute;\n  top: 50%;\n  margin-top: -0.8em;\n  width: 100%;\n  text-align: center;\n  font-size: 14px;\n  font-family: Arial, Helvetica, sans-serif;\n  opacity: 0;\n  -webkit-transition: opacity 0.3s ease;\n  -o-transition: opacity 0.3s ease;\n  transition: opacity 0.3s ease;\n}\n.lity-loading .lity-loader {\n  opacity: 1;\n}\n.lity-container {\n  z-index: 9992;\n  position: relative;\n  text-align: left;\n  vertical-align: middle;\n  display: inline-block;\n  white-space: normal;\n  max-width: 100%;\n  max-height: 100%;\n  outline: none !important;\n}\n.lity-content {\n  z-index: 9993;\n  width: 100%;\n  -webkit-transform: scale(1);\n      -ms-transform: scale(1);\n       -o-transform: scale(1);\n          transform: scale(1);\n  -webkit-transition: -webkit-transform 0.3s ease;\n  transition: -webkit-transform 0.3s ease;\n  -o-transition: -o-transform 0.3s ease;\n  transition: transform 0.3s ease;\n  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;\n}\n.lity-loading .lity-content,\n.lity-closed .lity-content {\n  -webkit-transform: scale(0.8);\n      -ms-transform: scale(0.8);\n       -o-transform: scale(0.8);\n          transform: scale(0.8);\n}\n.lity-content:after {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  display: block;\n  right: 0;\n  width: auto;\n  height: auto;\n  z-index: -1;\n  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);\n          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);\n}\n.lity-close {\n  z-index: 9994;\n  width: 35px;\n  height: 35px;\n  position: fixed;\n  right: 0;\n  top: 0;\n  -webkit-appearance: none;\n  cursor: pointer;\n  text-decoration: none;\n  text-align: center;\n  padding: 0;\n  color: #fff;\n  font-style: normal;\n  font-size: 35px;\n  font-family: Arial, Baskerville, monospace;\n  line-height: 35px;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n  border: 0;\n  background: none;\n  outline: none;\n  -webkit-box-shadow: none;\n          box-shadow: none;\n}\n.lity-close::-moz-focus-inner {\n  border: 0;\n  padding: 0;\n}\n.lity-close:hover,\n.lity-close:focus,\n.lity-close:active,\n.lity-close:visited {\n  text-decoration: none;\n  text-align: center;\n  padding: 0;\n  color: #fff;\n  font-style: normal;\n  font-size: 35px;\n  font-family: Arial, Baskerville, monospace;\n  line-height: 35px;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n  border: 0;\n  background: none;\n  outline: none;\n  -webkit-box-shadow: none;\n          box-shadow: none;\n}\n.lity-close:active {\n  top: 1px;\n}\n/* Image */\n.lity-image img {\n  max-width: 100%;\n  display: block;\n  line-height: 0;\n  border: 0;\n}\n/* iFrame */\n.lity-iframe .lity-container,\n.lity-youtube .lity-container,\n.lity-vimeo .lity-container,\n.lity-facebookvideo .lity-container,\n.lity-googlemaps .lity-container {\n  width: 100%;\n  max-width: 964px;\n}\n.lity-iframe-container {\n  width: 100%;\n  height: 0;\n  padding-top: 56.25%;\n  overflow: auto;\n  pointer-events: auto;\n  -webkit-transform: translateZ(0);\n          transform: translateZ(0);\n  -webkit-overflow-scrolling: touch;\n}\n.lity-iframe-container iframe {\n  position: absolute;\n  display: block;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);\n          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);\n  background: #000;\n}\n.lity-hide {\n  display: none;\n}\n"],"names":[],"sourceRoot":""}