/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { /******/ configurable: false, /******/ enumerable: true, /******/ get: getter /******/ }); /******/ } /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 0); /******/ }) /************************************************************************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(1); /***/ }), /* 1 */ /***/ (function(module, exports, __webpack_require__) { var content = __webpack_require__(2); if(typeof content === 'string') content = [[module.i, content, '']]; var transform; var insertInto; var options = {"hmr":true} options.transform = transform options.insertInto = undefined; var update = __webpack_require__(4)(content, options); if(content.locals) module.exports = content.locals; if(false) { module.hot.accept("!!../../../node_modules/css-loader/index.js?sourceMap!../../../node_modules/postcss-loader/lib/index.js?sourceMap!../../../node_modules/sass-loader/lib/loader.js?sourceMap!./critical.scss", function() { var newContent = require("!!../../../node_modules/css-loader/index.js?sourceMap!../../../node_modules/postcss-loader/lib/index.js?sourceMap!../../../node_modules/sass-loader/lib/loader.js?sourceMap!./critical.scss"); if(typeof newContent === 'string') newContent = [[module.id, newContent, '']]; var locals = (function(a, b) { var key, idx = 0; for(key in a) { if(!b || a[key] !== b[key]) return false; idx++; } for(key in b) idx--; return idx === 0; }(content.locals, newContent.locals)); if(!locals) throw new Error('Aborting CSS HMR due to changed css-modules locals.'); update(newContent); }); module.hot.dispose(function() { update(); }); } /***/ }), /* 2 */ /***/ (function(module, exports, __webpack_require__) { exports = module.exports = __webpack_require__(3)(true); // imports exports.push([module.i, "@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700);", ""]); // module exports.push([module.i, "*{font-family:Open Sans,sans-serif}h1,h2,h3,h4,h5,h6,p,ul{margin:0}h1{font-weight:700;font-size:40px}@media (max-width:768px){h1{font-size:32px}}h2{font-weight:600;font-size:30px}@media (max-width:768px){h2{font-size:20px}}h3{font-weight:700;font-size:26px;line-height:36px}h4{font-size:18px;line-height:24px}h4,h5{font-weight:600}h5{font-size:12px;line-height:17px}a{transition:.2s}a,a:hover{text-decoration:none}ul{padding:0}button:focus,input:focus{outline:0}iframe,img{max-width:100%}input[type=email],input[type=text],select,textarea{border:1px solid #ddd}", "", {"version":3,"sources":["C:/Users/znick/Documents/Nick Zou Design/Leverage IT/Hearing Solutions/Hearing Solutions website/app/public/wp-content/themes/hearingsolutions/src/scss/critical/C:/Users/znick/Documents/Nick Zou Design/Leverage IT/Hearing Solutions/Hearing Solutions website/app/public/wp-content/themes/hearingsolutions/src/scss/critical/C:/Users/znick/Documents/Nick Zou Design/Leverage IT/Hearing Solutions/Hearing Solutions website/app/public/wp-content/themes/hearingsolutions/src/scss/critical/critical.scss"],"names":[],"mappings":"AAEY,EAEV,gCAAoC,CACrC,uBAGC,QAAS,CACV,GAGC,gBAAgB,cACD,CAIhB,yBAND,GAII,cAAe,CAElB,CAAA,GAGC,gBAAgB,cACD,CAIhB,yBAND,GAII,cAAe,CAElB,CAAA,GAGC,gBAAgB,eACD,gBACE,CAClB,GAIC,eAAe,gBACE,CAClB,MAHC,eAAgB,CAKlB,GAEE,eAAe,gBACE,CAClB,EAGC,cAAgB,CADlB,UAEE,oBAAqB,CAGpB,GAID,SAAU,CACX,yBAIG,SAAU,CACX,WAID,cAAe,CAChB,mDAGC,qBAAsB,CACvB","file":"critical.scss","sourcesContent":["@import 'partials/mixins';\r\n\r\n@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700');\r\n* {\r\n font-family: 'Open Sans', sans-serif;\r\n}\r\n\r\nul, h1, h2, h3, h4, h5, h6, p {\r\n margin: 0;\r\n}\r\n\r\nh1 {\r\n font-weight: 700;\r\n font-size: 40px;\r\n @include breakpoint (tablet) {\r\n font-size: 32px;\r\n }\r\n}\r\n\r\nh2 {\r\n font-weight: 600;\r\n font-size: 30px;\r\n @include breakpoint (tablet) {\r\n font-size: 20px;\r\n }\r\n}\r\n\r\nh3 {\r\n font-weight: 700;\r\n font-size: 26px;\r\n line-height: 36px;\r\n}\r\n\r\nh4 {\r\n font-weight: 600;\r\n font-size: 18px;\r\n line-height: 24px;\r\n}\r\n\r\nh5 {\r\n font-weight: 600;\r\n font-size: 12px;\r\n line-height: 17px;\r\n}\r\n\r\na {\r\n transition: 0.2s;\r\n text-decoration: none;\r\n &:hover {\r\n text-decoration: none;\r\n }\r\n}\r\n\r\nul {\r\n padding: 0;\r\n}\r\n\r\nbutton, input {\r\n &:focus {\r\n outline: 0;\r\n }\r\n}\r\n\r\nimg, iframe {\r\n max-width: 100%;\r\n}\r\n\r\ninput[type=\"text\"], input[type=\"email\"], select, textarea {\r\n border: 1px solid #ddd;\r\n}\r\n"],"sourceRoot":""}]); // exports /***/ }), /* 3 */ /***/ (function(module, exports) { /* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ // css base code, injected by the css-loader module.exports = function(useSourceMap) { var list = []; // return the list of modules as css string list.toString = function toString() { return this.map(function (item) { var content = cssWithMappingToString(item, useSourceMap); if(item[2]) { return "@media " + item[2] + "{" + content + "}"; } else { return content; } }).join(""); }; // import a list of modules into the list list.i = function(modules, mediaQuery) { if(typeof modules === "string") modules = [[null, modules, ""]]; var alreadyImportedModules = {}; for(var i = 0; i < this.length; i++) { var id = this[i][0]; if(typeof id === "number") alreadyImportedModules[id] = true; } for(i = 0; i < modules.length; i++) { var item = modules[i]; // skip already imported module // this implementation is not 100% perfect for weird media query combinations // when a module is imported multiple times with different media queries. // I hope this will never occur (Hey this way we have smaller bundles) if(typeof item[0] !== "number" || !alreadyImportedModules[item[0]]) { if(mediaQuery && !item[2]) { item[2] = mediaQuery; } else if(mediaQuery) { item[2] = "(" + item[2] + ") and (" + mediaQuery + ")"; } list.push(item); } } }; return list; }; function cssWithMappingToString(item, useSourceMap) { var content = item[1] || ''; var cssMapping = item[3]; if (!cssMapping) { return content; } if (useSourceMap && typeof btoa === 'function') { var sourceMapping = toComment(cssMapping); var sourceURLs = cssMapping.sources.map(function (source) { return '/*# sourceURL=' + cssMapping.sourceRoot + source + ' */' }); return [content].concat(sourceURLs).concat([sourceMapping]).join('\n'); } return [content].join('\n'); } // Adapted from convert-source-map (MIT) function toComment(sourceMap) { // eslint-disable-next-line no-undef var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))); var data = 'sourceMappingURL=data:application/json;charset=utf-8;base64,' + base64; return '/*# ' + data + ' */'; } /***/ }), /* 4 */ /***/ (function(module, exports, __webpack_require__) { /* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ var stylesInDom = {}; var memoize = function (fn) { var memo; return function () { if (typeof memo === "undefined") memo = fn.apply(this, arguments); return memo; }; }; var isOldIE = memoize(function () { // Test for IE <= 9 as proposed by Browserhacks // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805 // Tests for existence of standard globals is to allow style-loader // to operate correctly into non-standard environments // @see https://github.com/webpack-contrib/style-loader/issues/177 return window && document && document.all && !window.atob; }); var getTarget = function (target) { return document.querySelector(target); }; var getElement = (function (fn) { var memo = {}; return function(target) { // If passing function in options, then use it for resolve "head" element. // Useful for Shadow Root style i.e // { // insertInto: function () { return document.querySelector("#foo").shadowRoot } // } if (typeof target === 'function') { return target(); } if (typeof memo[target] === "undefined") { var styleTarget = getTarget.call(this, target); // Special case to return head of iframe instead of iframe itself if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) { try { // This will throw an exception if access to iframe is blocked // due to cross-origin restrictions styleTarget = styleTarget.contentDocument.head; } catch(e) { styleTarget = null; } } memo[target] = styleTarget; } return memo[target] }; })(); var singleton = null; var singletonCounter = 0; var stylesInsertedAtTop = []; var fixUrls = __webpack_require__(5); module.exports = function(list, options) { if (typeof DEBUG !== "undefined" && DEBUG) { if (typeof document !== "object") throw new Error("The style-loader cannot be used in a non-browser environment"); } options = options || {}; options.attrs = typeof options.attrs === "object" ? options.attrs : {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of