@charset "UTF-8";
/*-- Variables --*/
:root {
  --color-primary: #059DFF;
  --color-primary-rgba: rgb(5, 157, 255);
  --color-primary-alt: #059DFF;
  --color-primary-light: #059DFF;
  --color-primary-lightest: #059DFF;
  --color-secondary: #FB5343;
  --color-tertiary: #6549D5;
  --color-tertiary-alt: #6549D5;
  --color-pink: #E33FA1;
  --color-light-green: #36C6F0;
  --color-primary-darker: #011827;
  --color-tertiary-darker: #150b40;
  --color-secondary-darker: #190301;
  --color-light-green-darker: #001f27;
  --color-pink-darker: #2f011d;
  --color-heading: #ffffff;
  --color-body: #acacac;
  --color-dark: #060606;
  --color-darker: rgba(6, 6, 6, 0.7);
  --color-darkest: rgba(0, 0, 0, 0.3);
  --color-black: #000000;
  --color-blacker: rgba(15, 15, 17, 0);
  --color-blackest: #0f0f11;
  --color-border: hsla(0,0%,100%,0.1);
  --color-lessdark: #1e1e1e;
  --color-gray: #65676B;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-white: #ffffff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-yellow: #ffff00;
  --color-green: #10b981;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #FBFBFD;
  --color-extra04: #1A1A1A;
  --color-extra05: #242424;
  --color-extra06: #292a2d;
  --border-width: 2px;
  --radius-small: 6px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0 0 20px 5px rgba(251,83,67,0.2);
  --shadow-light: 1px 1px 6px rgba(0,0,0,0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0,0,0,0.01);
  --transition: 0.3s;
  --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
  --font-primary: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.7;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 56px;
  --h2: 44px;
  --h3: 36px;
  --h4: 24px;
  --h5: 18px;
  --h6: 16px;
}

/**
  * ---------------------------------------------
  * Custom Story Banner
  * ---------------------------------------------
  */
.custom-story-banner .page-title h1 span {
  text-decoration-thickness: 4px !important;
}
.custom-story-banner .post-page-banner .rn-meta-list {
  justify-content: space-between;
}
.custom-story-banner .post-page-banner .rn-meta-list li {
  margin: 10px 0;
}

/**
  * ---------------------------------------------
  * Custom Story Banner
  * ---------------------------------------------
  */
/**
* ---------------------------------------------
* Custom Blog Content Style
* ---------------------------------------------
*/
.custom-blog-content {
  background-color: #ebebeb;
}
.custom-blog-content p, .custom-blog-content ol, .custom-blog-content li, .custom-blog-content h3, .custom-blog-content h4 {
  color: black;
  line-height: 1.6;
}
.custom-blog-content h2, .custom-blog-content h3, .custom-blog-content h4, .custom-blog-content h5, .custom-blog-content h6 {
  margin-bottom: 0px;
}
.custom-blog-content h3 {
  font-size: 2.4rem;
  color: var(--color-pink);
  font-weight: 300;
}
.custom-blog-content h4 {
  font-size: var(--font-size-b2);
  font-weight: bold;
}
.custom-blog-content code {
  font-size: var(--font-size-b3);
  background-color: rgba(128, 128, 128, 0.2392156863);
  color: #2d668a;
  padding: 1px 5px;
  border-radius: 3px;
}
.custom-blog-content pre {
  background-color: var(--color-blackest);
  font-size: var(--font-size-b3) !important;
  white-space: pre !important;
}
.custom-blog-content li {
  font-size: var(--font-size-b2);
  margin: 0 10px;
}
.custom-blog-content .blockquote {
  position: relative;
}
.custom-blog-content .blockquote p {
  font-size: var(--font-size-b1);
  font-weight: 500;
  padding: 0 30px;
}
.custom-blog-content .blockquote::before {
  background-color: antiquewhite;
  display: block;
  color: #0e0e0e;
  content: "“";
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.custom-blog-content .blockquote-footer {
  font-size: var(--font-size-b3);
  font-style: italic;
  padding: 4px;
  margin-top: 4px;
  text-align: left;
  color: #0e0e0e;
  background: antiquewhite;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-blog-content .blockquote-footer::before {
  content: "~ ";
}
.custom-blog-content .blockquote-footer cite {
  color: #0e0e0e;
}
.custom-blog-content .content {
  background-color: white;
  box-shadow: 3px 3px 20px 13px rgba(0, 0, 0, 0.0509803922);
  border-radius: 5px;
  margin-top: -100px;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .custom-blog-content .content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .custom-blog-content .content {
    padding: 20px;
  }
}
.custom-blog-content .content p {
  text-align: justify;
}
@media only screen and (max-width: 575px) {
  .custom-blog-content .content p {
    text-align: left;
  }
}
.custom-blog-content .category-meta {
  padding: 0;
}
.custom-blog-content .category-meta span.text {
  color: var(--color-black);
}
.custom-blog-content .category-meta .tagcloud a {
  color: var(--color-black);
  border: 2px solid var(--color-lessdark);
}

/**
* ---------------------------------------------
* Custom Blog Content Style
* ---------------------------------------------
*//*# sourceMappingURL=story.css.map */