.mx-loading-spinner{display:flex}.mx-loading-spinner:before{content:"";position:absolute;border:8px solid #f1f1f1;border-top:8px solid #16cbb0;border-radius:50%;width:52px;height:52px;animation:spin 2s linear infinite;align-self:center;left:0;right:0;top:calc(50% - 26px);margin:auto}@keyframes spin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes stretchy{0%{border-top-width:8px}50%{border-top-width:16px}to{border-top-width:8px}}.mx-modal .modal-fixed-wrapper{position:fixed;left:160px;top:10vh;width:100%}@media (max-width:960px){.mx-modal .modal-fixed-wrapper{left:36px}}@media (max-width:782px){.mx-modal .modal-fixed-wrapper{left:0}}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper{display:block;position:absolute;margin:auto;left:0;right:160px;height:80vh;background:#fff;width:calc(90% - 160px);max-width:1128px;z-index:2;box-shadow:10px 5px 5px rgba(0,0,0,.3);border-radius:2px;transform:translateY(-100vh);transition:transform .5s ease-out}@media (max-width:782px){.mx-modal .modal-fixed-wrapper .modal-contents-wrapper{right:0;width:90%}}@media (max-width:960px){.mx-modal .modal-fixed-wrapper .modal-contents-wrapper{right:36px;width:calc(90% - 36px)}}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents{display:flex;flex-direction:column;position:relative;height:100%}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents .modal-content-header{height:36px;border-bottom:1px solid #e6ebf0;padding:8px}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents .modal-content-header .modal-title{display:inline-block;margin:0;color:#242626;font-size:1.8em;padding:8px}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents .modal-content-header .modal-dismiss{position:absolute;top:0;right:1px;border:none;margin:0;padding:16px 8px;background:none;color:#72777c;cursor:pointer}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents .modal-content-header .modal-dismiss:before{content:"\F158";display:block;font:normal 24px/20px dashicons;speak:none;height:24px;text-align:center;width:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents .modal-content-body{display:flex;flex-direction:column;flex-grow:1;position:relative}.mx-modal .modal-fixed-wrapper .modal-contents-wrapper .modal-contents .modal-content-footer{padding:16px 32px;height:36px;border-top:1px solid #e6ebf0;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.mx-modal .screen-cover{display:block;z-index:-1;opacity:0;content:"";background:#000;position:absolute;top:0;left:0;width:calc(100% + 20px);height:100%;margin-left:-20px;transition:opacity .5s ease-in,z-index 0s linear .5s}.mx-modal.open .screen-cover{z-index:0;opacity:.2;transition:opacity .5s ease-in}.mx-modal.open .modal-contents-wrapper{transform:translateY(0);transition:transform .5s ease-in}
/*# sourceMappingURL=gallery.css.map*/