/**
Theme Name: Hopastarf
Author: Viska
Author URI: https://www.viska.io/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hopastarf
Template: astra
*/
@import url(assets/fonts/stylesheet.css);
body {
    font-family: 'Calibre';
    font-size: 20px;
    line-height: 1.5;
}
a:visited,
a:focus {
    outline: none;
}
.site-footer {
    display: none;
}
#secondary {
	overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 3%;
}
#joli-toc-wrapper {
    overflow: hidden;
}
.sidebar-main #joli-toc-wrapper nav {
    counter-reset: section;
}
.sidebar-main #joli-toc-wrapper nav li a:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
}
.sidebar-main #joli-toc-wrapper nav#joli-toc, 
.sidebar-main #joli-toc-wrapper nav#joli-toc.joli-collapsed {
    background: #1F3DAA;
    border-radius: 10px !important;
    border: none;
}
#joli-toc-wrapper nav#joli-toc.joli-collapsed li a:before, 
#joli-toc-wrapper nav#joli-toc li a:before {
    position: absolute;
    left: 0;
}
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li {
    overflow: hidden;
}
#joli-toc-wrapper.joli-folded nav#joli-toc.joli-expanded li a, 
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a, 
#joli-toc-wrapper nav#joli-toc.joli-expanded li a {
    padding: 0 10px 0 30px;
    font-size: 20px;
    line-height:1.5;
}
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a:before,
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a {
    color: rgba(255, 255, 255, 0.6);
}
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a:hover:before,
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a:hover,
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a.active,
.sidebar-main #joli-toc-wrapper.joli-unfolded nav#joli-toc li a.active:before {
    color: #fff;
    text-decoration: none;
}
.ast-separate-container .ast-article-single {
    padding: 0;
}
.single-post-header {
    margin-top: 200px;
}
.post-inner-pages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.post-inner-pages .parent-page {
    width: 25%;
    padding: 0 20px 40px 20px;
}
.single .entry-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1F3DAA;
    margin-bottom: 50px;
}
.subpage-title {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 30px 26px;
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 100%;
    transition:all 0.25s;
}
.subpage-title:hover {
	background: #1F3DAA;
    border-color: #1f3daa;
}
.subpage-title h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222222;
    margin-bottom: 40px;
    transition:all 0.25s;
}
.subpage-title:hover h1 {
	color:#fff;
}
.subpage-title svg {
    float: right;
    transition:all 0.25s;
}
.subpage-title:hover svg path {
    stroke:#fff;
}
.subpage-breadcrumbs {
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222222;
    margin-bottom: 30px;
}
.subpage-breadcrumbs a {
    color: #222;
}
.parent-page-video iframe {
    width: 100%;
    height: 675px;
}
.ast-site-footer.site-footer {
	display:none;
}
.hs-attachments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-attachments {
    background: #1f3daa;
    padding: 25px;
    position: relative;
    border-radius: 10px;
}
.hs-attachment-file a {
    color: #fff;
    display: flex;
    align-items: center;
}
.hs-attachment-file span {
    font-size: 20px;
    margin-left: 20px;
}
.hs-attachments:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #1f3daa transparent;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 8em;
    right: 25px;
    text-decoration: none;
    background-color: #1f3daa;
    font-size: 12px;
    padding: 22px;
    width: 63px;
    height: 63px;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    transition: background 0.25s linear; 
}
.entry-content h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222222;
}
.entry-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222222;
}
.entry-content p {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
}
.entry-content ul {
    margin: 0 0 0 0.8em;
    padding: 0;
    list-style: none;
}
.entry-content li {
    margin-bottom: 30px;
}
.entry-content ul li::before {
  content: "\2022";
  color: #1f3daa;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.entry-content .wp-block-file {
    padding-left: 30px;
    position: relative;
}
.entry-content .wp-block-file:before {
    content: url('assets/images/file-icon.svg');
    position: absolute;
    left: 0;
    top: 0;
}
.entry-content .wp-block-file a.wp-block-file__button{
    display: none;
}
@media screen and (min-width:1024px) {
    .entry-content {
        max-width: 680px;
    }
}
@media screen and (max-width:1024px) {
    .post-inner-pages .parent-page {
        width: 50%;
    }
    .single-post-header {
        margin-top: 100px;
    }
}
@media screen and (max-width:767px) {
    .post-inner-pages .parent-page {
        width: 100%;
    }
    .ast-separate-container #content .ast-container {
        display: flex;
        flex-direction: column-reverse;
    }
    #secondary {
        position: relative;
    }
    .single-post-header {
        order: 1;
        margin-top: 100px;
    }
}
@media (min-width: 922px) {
    .ast-right-sidebar #secondary {
        border-left: none;
        margin-left: 0;
    }
}