body.io {
    background-image: url('/themed/online-invoices/images/layer.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.primary-btn {
    height: 56px;
    border-radius: 4px;
    background: var(--skyColor);
    border: 0;
    color: var(--whiteColor);
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/* To make header in daftra hub fixed */
.header-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}
.header-fixed header {
    padding-top: 0;
    margin-bottom: 0;
}
.section-pd {
    padding: 30px 0
}
@media (max-width: 768px) {
    .section-pd {padding: 10px 0}
}
.how-to-manage-business .filters {
    border-radius: 4px;
    background: var(--whiteColor);
    padding: 25px 0;
}
.how-to-manage-business .filters h3 {
    font-family: var(--gilroySemiBold);
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 25px;
    color: var(--grayColor);
}
.how-to-manage-business .filters .categories {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.how-to-manage-business .filters .category-item {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    background: var(--grayWhiteColor);
    color: var(--mainColor);
    border: 2px solid var(--grayWhiteColor);
}
.how-to-manage-business .filters .category-item:hover {
    border: 2px solid var(--greenColor);
    text-decoration: none;
}
.how-to-manage-business .filters .category-item.active {
    border: 2px solid var(--greenColor);
}
/* .how-to-manage-business .filters form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.how-to-manage-business select{
    border: 0;
    flex: 2;
    height: 56px;
    border-radius: 4px;
    background: var(--grayWhiteColor);
    color: var(--blackColor);
    padding: 9px;
    outline: 0;
}
.how-to-manage-business button {
    flex: 1;
} */
.blog-title {
    font-size: 42px;
    line-height: 1.4 !important;
    font-family: var(--gilroyExtraBold);
    margin-bottom: 30px;
    margin-top: 10px;
    color: var(--mainColor);
}
@media(max-width: 768px) {
    .blog-title {font-size: 30px;}
}
.blog-articles .section-header {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-articles .section-header--title-only {
    justify-content: center;
}
.blog-post {
    padding: 50px 0;
}
.blog-post-head-bg {
    background-color: #1639a4;
    height: fit-content;
    padding: 0 50px;
    gap: 20px; 
    color: var(--whiteColor);
    margin: -50px 0 10px;
}


.blog-post-breadcrumb > a:last-child {
    color: #00e2e5;
}

.blog-post-head-bg span , .blog-post-head-bg a{ 
    color: var(--whiteColor);
}

.blog-post-head-bg .article-header-info {
    flex-direction: column;
    justify-content: center;
    flex: 3;
    padding: 30px 0;
    border-radius: 10px;
    margin: 3px 0;
    gap: 20px;
}

.blog-post-head-bg .article-header-info .gap-10 {
    gap: 10px;
}

.blog-post-head-bg .article-header-info .gap-20 {
    gap: 20px;
}

.article-header-info .article-header-info-footer {
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.article-header-info .article-header-info-footer img {
    border-radius: 10px;
    margin: 3px 0;
    max-width: 50px;
    max-height: 50px;
}
.article-header-info .article-header-footer-item {
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    white-space: nowrap;
} 

.article-header-subtitle{
    font-size: 13px;
}

.blog-post-share-btn {
    border: 1px solid;
    outline: none;
    border-radius: 10px;
    background: none;
    font-weight: bolder;
    color: var(--whiteColor);
    padding: 5px 10px;
    font-size: 1rem; 
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    width: fit-content; 
    transform: translate(0, 25px);
    cursor: pointer;
}

#share-wrapper input[type="checkbox"]{display:none;}

#share-wrapper  .checkbox:checked + .label{
  background:#7B7484;
  color:#231733;
}

#share-wrapper  .checkbox:checked ~ .social  , #share-wrapper:hover .social{
  opacity:1;
  transform: scale(1) translateY(30px);
} 
 
#share-wrapper .social {
  transform-origin:50% 0%;
  transform:scale(0) translateY(-190px);
  opacity:0;
  transition:.5s;
}
#share-wrapper ul {
    position: relative;
    left: 0;
    right: 0;
    margin: -5px auto 0;
    color: #fff;
    height: 55px;
    width: fit-content;
    background: transparent;
    padding: 0;
    list-style: none;
    border: 1px solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#share-wrapper ul li {
    padding: 5px 10px; 
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
#share-wrapper ul li:hover {
    background-color: #ffffff; 
    display: flex;
    align-items: center;
    justify-content: center; 
} 
#share-wrapper ul li:hover a , #share-wrapper ul li:hover i{
    color: #1639a4 !important; 
}
#share-wrapper ul li:hover {color:rgba(0,0,0,.5);}

#share-wrapper ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; 
    border-bottom: 10px solid #fff;
    width: fit-content;
    top: -10px;
    right: 20%; 
}
.entypo-copy {
    position: relative;
    cursor: pointer; 
    transition: color 0.3s ease;
}
  
.entypo-copy .tooltip {
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: opacity 0.3s ease;
}

.entypo-copy.show-tooltip .tooltip {
    opacity: 1;
}
.blog-post-share-btn > svg{
    height: 25px;
    fill: var(--whiteColor);
}

.article-header-info .article-header-info-footer::before {
    content: "";
    position: absolute;
    top: -25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 40%;
}

@media (max-width: 991px) {
    .blog-post-breadcrumb {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .article-header-info .article-header-footer-item , .article-header-subtitle{
        font-size: 12px;
    }
    .blog-post-share-btn {
        font-size: 14px ;
    }
    .blog-post-share-btn > svg {
        height: 20px;
    }
}

@media (max-width: 991px) {
    .article-header-info .article-header-info-footer::before {
        display: none;
    }
}

.blog-post-head-bg .article-img-wrapper{ 
    flex: 2;
    overflow: hidden;  
    align-self: center;
    text-align: left;
    height: 500px;
    padding: 20px 0;
    display: flex;
} 


@media (max-width: 576px) {
    .blog-post-head-bg {
        padding: 20px;
    }
     
    .blog-post-head-bg .article-header-info {
        padding: 20px 0; 
    }
    .blog-post-share-btn {
        font-size: 14px;
    }
    .blog-post-share-btn > svg{ 
        height: 20px;
    }
    .blog-post-head-bg .article-img-wrapper { 
        width: 300px !important;
    }

}
 

@media (min-width: 992px) {
    .blog-post .blog-post-head-bg .intro__title { 
        font-size: 50px !important;
    }
}

@media (max-width: 991px) {
    .blog-post-head-bg {
        flex-direction: column; 
        padding-bottom: 50px;
    }
    .blog-post-head-bg .article-img-wrapper {
        align-self: center;
        width: 500px;
    }
    .blog-post-head-bg .article-header-info { 
        gap: 20px;
    }
    
   
}
@media (max-width: 1199px) {
    .blog-post .blog-post-head-bg .intro__title {
        width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1190px;
    }
}
@media (min-width: 1600px) {
    .container-xl {
        max-width: 1440px;
    }
}
.blog-articles .section-header h2,
.blog-post .section-header div {
    font-weight: bold;
    color: var(--blackColor);
    font-size: 25px;
}
.blog-post .section-header div {
    font-size: 16px;
}
.blog-articles .section-header a {
    display: flex;
    align-items: center;
    color: var(--skyColor);
    gap: 5px;
}
.blog-articles .section-header a i {
    font-size: 12px;
}
.blog-articles .article-img-wrapper {
    position: relative;
}

/* .blog-articles .article-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;  
    overflow: hidden;
} */
 


.blog-articles .article-img-wrapper img {
    min-height: 350px;
    object-fit: cover;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   */
}
.blog-post-head-bg .article-img-wrapper img { 
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.blog-articles .article-img--size-lg {
    min-height: 350px;
    object-fit: cover;
}
.blog-articles .article-item {
    margin-bottom: 20px;
}
.article-tooltip {
    position: absolute;
    background-color: var(--whiteColor);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    color: var(--greenColor);
    left: 15px;
    bottom: 25px;
}
.article-info {
    display: flex;
    padding: 25px 15px;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 4px;
    height: 100%;
    margin-bottom: 25px;;
    background: var(--whiteColor);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.article-info h2 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
    flex: 1;
    color: var(--mainColor);
    line-height: 36px !important;
    font-family: var(--gilroyExtraBold);
}
.blog-articles a:hover {
    text-decoration: none;
}
.blog-articles .article-item {
    display: flex;
    height: 100%;
    transition: 0.3s;
    flex-direction: column;
}
.blog-articles .article-item:hover {
    transform: scale(1.02);
}
.article-info span a,
.article-info span {
    font-size: 14px;
    color: var(--greenColor);
    font-weight: bold;
}
.article-info span {
    align-self: flex-end ;
}
.load-more {
    font-size: 18px;
    min-width: 300px;
    font-weight: bold;
}
.load-more i {
    font-size: 14px;
}
.load-more span {
    margin: 0 5px;
}
.l-pagination > ul{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
    justify-content: center;
}
.ui-pagination-item  {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    font-weight: bold;
    background-color: var(--skyColor);
    color: var(--whiteColor);
    border: 2px solid var(--skyColor);
    text-align: center;
}
.ui-pagination-item.next,
.ui-pagination-item.prev {
    width: 70px;
}
.ui-pagination-item.active,
.ui-pagination-item:hover {
    background-color: var(--whiteColor);
    color: var(--skyColor);
    border: 2px solid var(--skyColor);
}
.ui-pagination-item.disabled {
    opacity: 0.7;
    pointer-events: none;
}
.subscribe-newsletter {
    background-position: 21px;
    margin: 40px 0;
    border-radius: 10px;
    background-image: url('/themed/online-invoices/images/subscribe-layer.png');
    color: var(--whiteColor);
    background-color: var(--mainColor);
    background-size: cover;
}
.subscribe-content {
    padding-left: 50px;
    padding-right: 50px;
}
.subscribe-content h2 {
    font-size: 50px;
    font-family: var(--gilroyExtraBold);
    line-height: 65px !important;
}
@media (max-width: 768px) {
    .subscribe-content h2 {
        font-size: 30px;
        line-height: 1.2 !important;
    }
    .l-pagination > ul{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .ui-pagination-item  {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }
    .ui-pagination-item.next, .ui-pagination-item.prev{
        width: 40px;
    }
}
.subscribe-content p {
    font-size: 16px;
}
.subscribe-content input {
    height: 66px;
    border-radius: 4px;
    background: var(--grayWhiteColor);
    border: 0;
    width: 100%;
    padding: 8px;
    margin-bottom: 25px;
    outline: 0
}
.subscribe-content button {
    margin-right: 0;
    padding: 15px 20px;
    text-transform: capitalize;
    font-family: var(--gilroyExtraBold);
    font-size: 20px;
    min-width: 170px;
}
.blog-post h1.intro__title {
    font-family: var(--gilroyExtraBold);
    font-size: 28px;
    line-height: 74px;
    color: var(--mainColor);
    margin: 20px 0 40px 0;
}
.blog-post .blog-post-head-bg .intro__title {
    color: var(--whiteColor); 
    width: 70%; 
}
.blog-post .section-header {
    font-size: 14px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-post .section-header div span a,
.blog-post .section-header div span {
    color: var(--greenColor);
}
.text-color--black {
    color: var(--mainColor);
}
.article-sidebar h2 {
    border-radius: 4px 4px 0px 0px;
    background: var(--mainColor);
    color: var(--whiteColor);
    font-family: var(--gilroyExtraBold);
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
}
.article-sidebar ul {
    list-style: none;
    padding: 10px 15px;
    border-radius: 4px;
    background: var(--whiteColor);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.article-sidebar ul a {
    color: var(--mainColor);
    /* margin-bottom: 5px; */
    display: block;
    padding: 5px;
    font-family: var(--gilroySemiBold);
}
.article-sidebar ul a:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
}
.article-details h1 {
    font-size: 28px;
}
.article-details h2 {
    font-family: var(--gilroyExtraBold);
    font-size: 24px;
    color: var(--mainColor);
    margin: 30px 0 30px 0;
}
.article-details h3 {
    font-size: 20px;
}
.article-details h4 {
    font-size: 16px;
}
.article-details table {
    width: 100% !important;
}
.article-details__content p a,
.article-details__content h2 a  {
    color: #1000FF;
}
.article-details table,
.article-details table tr ,
.article-details table td {
    border: 1px solid #ccc;
}
.article-details table td {
    padding: 7px;
    font-size: 16px;
}
.article-details img {
    width: 100% !important;
    height: auto !important;
}
.article-details ul {
    list-style: square;
    padding: 0 20px;
    font-family: RbRegular;
}
/* @media (max-width: 768px) {
    .article-details h2 {
        font-size: 25px;
    }
    .article-details h3 {
        font-size: 20px;
    }
    .article-details h4 {
        font-size: 18px;
    }
} */
.article-details > div {
    font-size: 18px;
    font-family: 'RbRegular';
    line-height: 1.7;
}
.article-details p {
    color: var(--mainColor);
    margin: 0 0 15px 0;
    font-family: RbRegular;
    opacity: 1;
    font-size: 18px;
    line-height: unset;
}
@media (max-width: 576px) {
    .article-details h1 {
        font-size: 28px !important;
    }
    .article-details h2 {
        font-size: 24px !important;
    }
    .article-details h3 {
        font-size: 20px !important;
    }
    .article-details h4 {
        font-size: 16px !important;
    }
    .article-details p,
    .article-details > div {
        font-size: 16px;
    }
    .article-details table td,
    .article-details table td p {
        font-size: 10px;
    }
}
.article-details p.info-title {
    font-family: var(--gilroySemiBold);
    font-size: 27px;
}
.line-through {
    height: 1px;
    background-color: var(--darkGrayColor);
    border: 0;
    margin: 40px 0;
}
.article-details .card {
    box-shadow: 0 2px 5px #eee;
    padding: 15px;
    border-radius: 5px;
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
    display: none;
}
[dir="ltr"] .article-details .remove-card{
    left: auto;
    right: 20px;
}
.article-details .tableOfContent {
    display: block;
    box-shadow: 0 2px 5px #eee;
    padding: 15px;
    border-radius: 5px;
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
    border-right: 8px solid var(--greenColor);
    max-height: 70vh;
    overflow: auto;
}
@media (max-width: 768px) {
    .article-details .tableOfContent {
        position: relative;
        top: unset;
    }
}
@media (min-width: 991px) {
    #tableOfContent-wrapper {
        flex: 0 0 300px;
    }
    #article-details-sidebar {
        flex: 0 0 220px;
    }
}
.article-details .tableOfContent::-webkit-scrollbar {
    width: 7px; }
  .article-details .tableOfContent::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .article-details .tableOfContent::-webkit-scrollbar-thumb {
    background: #d5d5d5; }
  .article-details .tableOfContent::-webkit-scrollbar-thumb:hover {
    background: #d9d9d9; }
.tableOfContent .table_of_content_list{
    font-size: 13px;
    font-family: RbRegular !important;
}
.article-details .card-title {
    font-size: 14px;
    color: gray;
}
.article-details .card-img-top {
    margin-bottom: 20px;
}
.article-details .card-text {
    line-height: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.article-details .card-body p a.btn {
    background-color: #f8f84e;
    color: #000;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.article-details  .remove-card {
    position: absolute;
    left: 20px;
    color: gray;
    cursor: pointer;
}
.article-details .bottom-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    z-index: 9999;
}
.article-details .bottom-banner button {
    width: 100%;
    background-color: #42b72a;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    position: relative;
    border: 0;
}
.article-details .bottom-banner button::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -30px;
    border: 10px solid transparent;
    border-bottom: 10px solid #42b72a;
}
.article-details .card-mobile {
    background: #ffffff;
    box-shadow: 0px 3px 5px #000;
    position: absolute;
    top: auto;
    bottom: -1000px;
    border-radius: 0;
    transition: 0.3s;
    display: block;
    width: 100%;
}
.article-details .card-mobile.active {
    bottom: 45px;
}
@media (max-width: 991px) {
    .article-details .card-desktop {
        display: none !important;
    }
    .article-details .bottom-banner {
        display: block;
    }
    .article-details .card-body img {
        max-width: 50%;
        display: block;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .article-details .card-body img {
        max-width: 80%;
        display: block;
        margin: auto;
    }
    .blog-post .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-post .section-header > span {
        display: block;
        color: #9e9e9e;
        font-size: 12px;
        margin: 8px 0;
    }
    .article-details table {
        width: 100% !important;
        table-layout: unset;
    }
    .article-details table td {
        font-size: 12px
    }
    .article-img-wrapper img {
        min-height: auto;
        width: 100%;
    }
}
/* header */
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}
.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}
.get-stated-free-link a{
    padding: 10px 20px !important;
}
.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}
.header .logo {
    display: block;
    font-size: 2em;
    padding: 10px 0;
    text-decoration: none;
}
/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    display: flex;
    align-items: center;
}
/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 5px;
}
.header .menu-icon .navicon:after {
    top: -5px;
}
/* menu btn */
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 240px;
    max-height: fit-content;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.header .menu hr {
    border-top:none;
}
.header .menu .get-stated-free-link a{
    width: max-content;
}
.header .menu .get-stated-free-link a:hover{
    background: #42b72a;
}
.header .header-mobile{
    display: flex;
    justify-content: end;
    align-items: center;
}
/* 48em = 768px */
@media (min-width: 62em) {
    .header .get-stated-free-link-div{
        display: none;
    }
    .menu .get-stated-free-link{
        display: block;
    }
    .header li {
        float: left;
        min-width: fit-content;
    }
    .header li a {
        padding: 10px 20px;
    }
    .header li .active{
        border:2px solid var(--greenColor);
        border-radius: 10px;
    }
    .get-stated-free-link a{
        padding: 10px 20px !important;
    }
    .get-stated-free-link{
        display: flex;
        align-items: center;
    }
    .header .menu {
        clear: none;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
    .header{
        display: flex;
        justify-content: space-between;
    }
    .header-fixed{
        box-shadow: -2px 2px 3px #d0d0d0;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 62em) {
    .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .get-stated-free-link-div{
        display: block;;
    }
    .header .menu {
        display: list-item;
        max-width: 65%;
        position: absolute;
        background: #F4F4F4;
        top: 60px;
        left: 34px;
        width: 55%;
    }
    .header .menu hr {
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .5);
    }
    .header .menu .get-stated-free-link{
        padding: 20px;
        margin-top: 30px;
    }
    .header .menu .get-stated-free-link a{
        padding: 20px !important;
    }
    .rtl .menu-icon{
        float: left;
    }
    .rtl .logo{
        float: right;
    }
    .header-fixed{
        height: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1300px){

    .header li a{
        padding: 5px 10px;
        font-size: 14px;
    }
       [dir=rtl] .menu .get-stated-free-link{
           margin-right: auto;
           
       }
       [dir=ltr] .menu .get-stated-free-link{
           margin-left: auto;
           
       }
       .header-mobile {
          flex-grow: 1;
       }
       .header .menu{
          flex: 1;
       }
    }
        
/* override headline fontsize */
h1{font-size: 32px !important;}
h2{font-size: 28px !important;}
h3{font-size: 24px !important;}
.blog-post h3 {font-size: 21px !important;}