/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
.page-id-14 .stk-block-posts__items .stk-block-posts__item article > a {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    overflow: hidden;
}

.hide-xs{
    display: none;
}

.masthead{
    position: relative;
    padding: 40px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.masthead:before{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #000000;
    opacity: 0.3 ;
}

.masthead__container{
    max-width: 1440px;
    margin: 0 auto;
}

.masthead__breadcrumb{
    font-size: 12px;
    text-transform: uppercase; 
    color: #ffffff;
}

.masthead__breadcrumb a, .masthead__breadcrumb strong{
    color: #ffffff;
}

.masthead__breadcrumb span{
    color: #f4831f;
}

.masthead__wrapper{
    display: flex;
    flex-direction: column;
}

.masthead__title{
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    margin: 30px 0;
}

.masthead__post-info{
    padding: 10px;
    background-color: rgba(73,76,91,0.7) !important;
    border-radius: 24px
}

.masthead__post-info div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.masthead__post-info p{
    font-size: 14px;
    padding: 10px;
    text-align: left;
    margin: 0;
    color: #ffffff;
}

.masthead__post-info p span{
    color: #f4831f;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.post{
    order: 2;
}

.card__container{
    border-radius: 20px;
    border: solid 1px #dadada;
    padding: 50px 40px;
}

.card__container h2{
    margin-bottom: 50px;
}

.extra__container{
    margin-top: 100px;
}

.extra__container h2{
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.extra__container h2:before{
    content: "";
    border: solid 1px #f4831f;
    width: 200px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: auto;
}

.zindex{
    z-index: 4;
    position: relative;
}

details{
    overflow: hidden;
}

details summary {
    cursor: pointer;
    margin-left: -15px;
    position: relative;
}

.faqs details p {
    padding: 10px 0;
}

.faqs details summary {
    border-bottom: solid 1px #f4831f;
}

.faqs details summary::after {
    content: '➕';
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 16px;
    height: 26px;
    margin: auto;
    font-size: 20px;
}

.faqs details[open] summary::after {
    transform: rotate(45deg);
}

.faqs details summary p{
    padding: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #494C5B;
    margin: 0;
    margin-top: -30px;
}

.table-of-contents details[open] summary::after {
    transform: rotate(180deg);
}

.table-of-contents details summary::after {
    content: url('data:image/svg+xml;base64,PHN2ZyBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImNoZXZyb24tZG93biIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZXZyb24tZG93biBmYS13LTE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yMDcuMDI5IDM4MS40NzZMMTIuNjg2IDE4Ny4xMzJjLTkuMzczLTkuMzczLTkuMzczLTI0LjU2OSAwLTMzLjk0MWwyMi42NjctMjIuNjY3YzkuMzU3LTkuMzU3IDI0LjUyMi05LjM3NSAzMy45MDEtLjA0TDIyNCAyODQuNTA1bDE1NC43NDUtMTU0LjAyMWM5LjM3OS05LjMzNSAyNC41NDQtOS4zMTcgMzMuOTAxLjA0bDIyLjY2NyAyMi42NjdjOS4zNzMgOS4zNzMgOS4zNzMgMjQuNTY5IDAgMzMuOTQxTDI0MC45NzEgMzgxLjQ3NmMtOS4zNzMgOS4zNzItMjQuNTY5IDkuMzcyLTMzLjk0MiAweiI+PC9wYXRoPjwvc3ZnPg==');
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 16px;
    height: 26px;
    margin: auto;
    font-size: 20px;
}

.table-of-contents h3{
    padding: 0 20px 20px;
}

.table-of-contents ol{
    padding-left: 20px;
}

.table-of-contents li{
    padding: 10px 0;
}

.table-of-contents a{
    color: #888888;
}

.table-of-contents a:hover{
    color: #f4831f;
}

.aside > div:not(:last-child)::after {
    content: '';
    display: block;
    border-bottom: 1px solid #dadada;
    margin: 45px 0;
}

.links_desktop{
    display: none;
}

.ct-back-to-top{
    bottom: 60px !important;
}

@media screen and (min-width: 601px) {
    .masthead__post-info{
        margin-right: -15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .masthead__post-info div{
        width: 425px;
    }
}

@media screen and (min-width: 768px) {
    .masthead{
        padding: 100px 15px 30px;
    }
    .masthead__wrapper {
        flex-direction: row;
        justify-content: space-between;
        margin: 70px 0;
    }
    .masthead__post-info{
        height: fit-content;
        width: 55%;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        padding: 20px 10px;
    }
    .masthead__post-info p{
        padding: 5px;
    }
    .masthead__post-info div{
        width: 390px;
        padding-left: 10px;
    }
    .container{
        margin-top: 30px;
        padding: 10px 50px;
    }
    .masthead__title{
        width: 45%;
        font-size: 40px;
        text-align: left;
        margin: 0;
    }
    .extra__container h2{
        text-align: center;
    }
    .extra__container h2:before{
        right: 0;
    }
    .hide-xs{
        display: block;
    }
}
 
@media screen and (min-width: 800px) {
    .page-id-14 .stk-block-posts__items .stk-block-posts__item article > a {
        width: 266px;
        height: 264px;
    }
}

@media screen and (min-width: 1024px) {
    .container-grid{
        display: grid;
        grid-template-columns: 65% auto;
        gap: 55px;
    }
    .masthead{
        padding: 100px 15px 80px;
    }
    .masthead__post-info div {
        width: 480px;
        padding-left: 35px;
    }
    .post {
        order: initial;
    }
    .links_desktop{
        display: block;
    }
    .links_mobile{
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .masthead__title {
        width: 60%;
    }
    .container{
        padding: 10px 0;
    }
}

@media screen and (min-width: 1460px) {
    .masthead__post-info{
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
    }
}

