{"version":3,"sources":["partials/_main.scss","partials/_vars.scss"],"names":[],"mappings":"AACA,4BACE,qBCGe,ADFf,kBAAkB,AAClB,WCMmB,ADLnB,WAAY,CASb,AAbD,8BAOI,UCOmC,CDFpC,AAZH,oCAUM,UCDe,CDEhB,AAIL,wNAIM,cAAc,AACd,eAAiB,CAClB,AANL,+BASI,iBAAkB,CACnB,AAIH,+EAGM,iBAAiB,AACjB,YAAa,CACd,AALL,kEAOM,qBChCW,ADiCX,WC5Be,AD6Bf,SAAS,AACT,YAAY,AACZ,cAAe,CAKhB,AAhBL,yEAcQ,sBC5Ca,CD6Cd,AAfP,wEAkBM,uBChDe,ADiDf,cAAe,AACf,kBAAmB,CACpB,AArBL,yEAuBM,qBChDW,ADiDX,cAAe,AACf,kBAAmB,CACpB,AAKL,iDAEI,YAAa,CACd","file":"styles.min.css","sourcesContent":["//admin header notice displayed on the single-gated-content (admin only)\r\n.gated-content-admin-notice {\r\n  background-color: $bg_red;\r\n  text-align: center;\r\n  color: $text_white;\r\n  padding: 5px;\r\n\r\n  a {\r\n    color: $text_gray;\r\n\r\n    &:hover {\r\n      color: $text_white;\r\n    }\r\n  }\r\n}\r\n\r\n.gated-form-header {\r\n  h1, h2, h3 {\r\n    .superheadline,\r\n    .subheadline {\r\n      display: block;\r\n      font-size: 0.65em;\r\n    }\r\n  }\r\n  &.text-center {\r\n    text-align: center;\r\n  }\r\n}\r\n\r\n//admin styling displayed on the single-gated-content (admin only)\r\n#gated_content_wrapper {\r\n  &.single-gated-content-admin {\r\n    .gforms_confirmation_message {\r\n      background: green;\r\n      display: none;\r\n    }\r\n    .admin-headline {\r\n      background-color: $bg_red;\r\n      color: $text_white;\r\n      margin: 0;\r\n      padding: 5px;\r\n      font-size: 1rem;\r\n\r\n      &.public {\r\n        background-color: $bg_green;\r\n      }\r\n    }\r\n    .gated-content-public {\r\n      border:1px solid $border_green;\r\n      padding: 0.5rem;\r\n      margin-bottom: 1rem;\r\n    }\r\n    .gated-content-private {\r\n      border:1px solid $border_red;\r\n      padding: 0.5rem;\r\n      margin-bottom: 1rem;\r\n    }\r\n  }\r\n}\r\n\r\n//hide the gravity form thank you message\r\n#gated_form_wrapper {\r\n  .gforms_confirmation_message {\r\n    display: none; //set to display none to prevent gform thank you message from showing briefly before being replaced by ajax\r\n  }\r\n}\r\n","$plugin_green:  green;\r\n$bg_green:      $plugin_green;\r\n$text_green:    $plugin_green;\r\n$border_green:  $plugin_green;\r\n\r\n$plugin_red:  red;\r\n$bg_red:      $plugin_red;\r\n$text_red:    $plugin_red;\r\n$border_red:  $plugin_red;\r\n\r\n$plugin_white:  white;\r\n$bg_white:      $plugin_white;\r\n$text_white:    $plugin_white;\r\n$border_white:  $plugin_white;\r\n\r\n$text_gray:     darken($text_white, 20);\r\n"]}