/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: #1756a9;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  border-bottom-color: #c9c9c9;
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #424242;
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #424242;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2));
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2));
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2));
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2));
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2));
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2));
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

.highlight,
.highlight pre,
.highlight table {
  background: #2e3e4e;
  color: #e9ecef;
  border-radius: 4px;
  font-size: 1rem;
}

.language-plaintext {
  border: #e3edf3 1px solid;
  background: #f7fafb;
}

.highlight .hll {
  background-color: #373b41;
}

.highlight .c {
  color: #969896;
} /* Comment */
.highlight .err {
  color: #cc6666;
} /* Error */
.highlight .k {
  color: #b294bb;
} /* Keyword */
.highlight .l {
  color: #de935f;
} /* Literal */
.highlight .n, .highlight .h {
  color: #ffffff;
} /* Name */
.highlight .o {
  color: #8abeb7;
} /* Operator */
.highlight .p {
  color: #ffffff;
} /* Punctuation */
.highlight .cm {
  color: #969896;
} /* Comment.Multiline */
.highlight .cp {
  color: #969896;
} /* Comment.Preproc */
.highlight .c1 {
  color: #969896;
} /* Comment.Single */
.highlight .cs {
  color: #969896;
} /* Comment.Special */
.highlight .gd {
  color: #cc6666;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #ffffff;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #b5bd68;
} /* Generic.Inserted */
.highlight .gp {
  color: #969896;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #8abeb7;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #b294bb;
} /* Keyword.Constant */
.highlight .kd {
  color: #b294bb;
} /* Keyword.Declaration */
.highlight .kn {
  color: #8abeb7;
} /* Keyword.Namespace */
.highlight .kp {
  color: #b294bb;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #b294bb;
} /* Keyword.Reserved */
.highlight .kt {
  color: #f0c674;
} /* Keyword.Type */
.highlight .ld {
  color: #b5bd68;
} /* Literal.Date */
.highlight .m {
  color: #de935f;
} /* Literal.Number */
.highlight .s {
  color: #b5bd68;
} /* Literal.String */
.highlight .na {
  color: #81a2be;
} /* Name.Attribute */
.highlight .nb {
  color: #ffffff;
} /* Name.Builtin */
.highlight .nc {
  color: #f0c674;
} /* Name.Class */
.highlight .no {
  color: #cc6666;
} /* Name.Constant */
.highlight .nd {
  color: #8abeb7;
} /* Name.Decorator */
.highlight .ni {
  color: #ffffff;
} /* Name.Entity */
.highlight .ne {
  color: #cc6666;
} /* Name.Exception */
.highlight .nf {
  color: #81a2be;
} /* Name.Function */
.highlight .nl {
  color: #ffffff;
} /* Name.Label */
.highlight .nn {
  color: #f0c674;
} /* Name.Namespace */
.highlight .nx {
  color: #81a2be;
} /* Name.Other */
.highlight .py {
  color: #ffffff;
} /* Name.Property */
.highlight .nt {
  color: #8abeb7;
} /* Name.Tag */
.highlight .nv {
  color: #cc6666;
} /* Name.Variable */
.highlight .ow {
  color: #8abeb7;
} /* Operator.Word */
.highlight .w {
  color: #ffffff;
} /* Text.Whitespace */
.highlight .mf {
  color: #de935f;
} /* Literal.Number.Float */
.highlight .mh {
  color: #de935f;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #de935f;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #de935f;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #b5bd68;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #ffffff;
} /* Literal.String.Char */
.highlight .sd {
  color: #969896;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #b5bd68;
} /* Literal.String.Double */
.highlight .se {
  color: #de935f;
} /* Literal.String.Escape */
.highlight .sh {
  color: #b5bd68;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #de935f;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #b5bd68;
} /* Literal.String.Other */
.highlight .sr {
  color: #b5bd68;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #b5bd68;
} /* Literal.String.Single */
.highlight .ss {
  color: #b5bd68;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #ffffff;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #cc6666;
} /* Name.Variable.Class */
.highlight .vg {
  color: #cc6666;
} /* Name.Variable.Global */
.highlight .vi {
  color: #cc6666;
} /* Name.Variable.Instance */
.highlight .il {
  color: #de935f;
} /* Literal.Number.Integer.Long */
/**
 * Syntax highlighting styles
 */
.highlighter-rouge .highlight {
  background: #2e3e4e;
}

.author-thumb {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #0CC;
}

.site-header {
  border: none;
  border-bottom: 10px solid #0CC;
  background: #fff;
}

a, a:visited {
  color: #0CC;
}

body {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  letter-spacing: normal;
  color: #1c2838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .header {
    flex-direction: row;
  }
}
.header__logo {
  width: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .header__logo {
    margin-bottom: 0px;
  }
}
.header__menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .header__menu {
    flex-direction: row;
  }
}
.header__menu a {
  margin: 0 10px;
  color: #45505d;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  text-decoration: none;
  font-family: Roboto;
}

.wrapper {
  max-width: 1340px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.wrapper .post-image {
  border-radius: 1.5rem;
}

.article-wrapper {
  max-width: 940px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-wrapper {
  background: #161e2a;
}
@media screen and (min-width: 800px) {
  .footer {
    justify-content: space-between;
  }
}
.footer__logo img {
  width: 50px;
  display: none;
}
@media screen and (min-width: 800px) {
  .footer__logo img {
    display: flex;
  }
}
.footer__menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .footer__menu {
    flex-direction: row;
  }
}
.footer__menu li {
  color: #fff;
}
.footer__menu li span {
  margin: 0 10px;
}
.footer__menu a {
  margin: 0 10px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  text-decoration: none;
  font-family: Roboto;
}

.container {
  max-width: 1260px;
  padding: 0 40px;
  margin: 0 auto;
}

a.post-link {
  text-decoration: none;
  font-size: 36px;
  font-family: Roboto;
  color: #000;
  padding-top: 20px;
}
a.post-link:hover {
  text-decoration: none;
}

.post-title {
  line-height: 3rem;
}

h1 {
  padding-top: 20px;
  word-break: break-word;
  text-align: center;
  line-height: 4rem;
  font-size: 3rem;
}

h1, h2, h3, h4 {
  word-break: break-word;
  font-family: poppins;
  font-weight: 700;
}

code {
  word-break: break-word;
}

.post-meta {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 800px) {
  .post-meta {
    flex-direction: row;
  }
}

.post-categories {
  display: flex;
  margin: 0px;
  margin-top: 16px;
  list-style-type: none;
  flex-wrap: wrap;
}
.post-categories li a, .post-categories li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0CC;
  color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0px 8px;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
}
.post-list__post {
  overflow-y: auto;
  max-height: 800px;
  max-width: 425px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  margin: 10px;
}
.post-list__post-subscribe {
  background: #fff;
}
.post-list__post-categories {
  display: flex;
  margin: 0px;
  flex-wrap: wrap;
}
.post-list__post-categories li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  background: #0CC;
  color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0px 8px;
}
.post-list__post-content {
  padding: 32px;
}
.post-list__post-content .kajabi-form--inline {
  padding: 0;
}
.post-list__post-content #kajabi-form .kajabi-form__content {
  padding: 0;
  max-width: none;
}
.post-list__post-content .kajabi-form__content button {
  color: #fff !important;
  width: 100%;
  font-family: poppins !important;
  font-size: 1rem !important;
}
.post-list__post-content .kajabi-form__form-item {
  display: flex;
}
.post-list__post-content p {
  word-break: break-word;
}
.post-list__post a {
  text-decoration: none;
  color: #1c2838;
}
.post-list__post img {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.post-list__post h3 {
  font-size: 1.5rem;
  word-break: break-word;
}

.post-subscribe {
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  padding: 32px;
  background: #fff;
}
.post-subscribe .kajabi-form--inline {
  padding: 0;
}
.post-subscribe #kajabi-form .kajabi-form__content {
  padding: 0;
  max-width: none;
}
.post-subscribe .kajabi-form__content button {
  color: #fff !important;
  width: 100%;
  font-family: poppins !important;
  font-size: 1rem !important;
}
.post-subscribe .kajabi-form__form-item {
  display: flex;
}

.workshop-link {
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}
.workshop-link img {
  border-radius: 1.5rem;
}

.post-nav__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

/*# sourceMappingURL=main.css.map */