.peheader
{
    justify-content: space-evenly;
    background:linear-gradient(to right, #04b0b8, #285780);
    color: white;
    padding: 15px 0 20px;
}
.peheader h2{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}
.peheader p{
    font-weight: lighter!important;
    line-height: 1.2;
}
.peheader img{
    max-width: 180px;
    width:100%;
    margin:0 20px;
    padding-top: 15px;
    box-sizing: border-box;
}
.peheader > div {
    max-width: 80%;
}
.peheader .sides {
    max-width: 300px;
}
.peblue-text{
    color:#04b0b8;
}
.peblue-bg{
    background:#285780;
    color:white;
}

.widget_card_head{
    padding:10px;
    text-transform: uppercase;
}
.widget_card_head .fi-ta-text-item-label{
    font-weight: bold;
    font-size: 20px;
    color:#285780;
}

.card_head{
    background:#285780;
    padding:10px 20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card_head .fi-ta-text-item-label{
    color:white!important;
    font-weight: bold;
    font-size: 20px;
}
.card_head p{
    background:white;
    padding:5px 10px;
    color:#285780;
    font-weight: bold;
    font-size: 12px;
    width:fit-content;
    border-radius: 30px;
}

.card_footer{
    border-top:1px solid #285780;
    padding:10px 20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.card_footer .online{
    background-color:rgb(240,253,244);
    color:rgb(22,163,74);
    border:1px solid rgb(74,222,128);
    padding:3px 6px;
    border-radius: 5px;
    font-size: 12px;
}

.card_footer p{
    display: flex;
    flex-direction: row;
    gap:8px;
    align-items: center;
}

.fi-ta-record > div > div > div > a, .fi-ta-record > div > div{
    padding:0!important;
    padding-inline-end: 0!important;
    padding-inline-start: 0!important;
}

.link_image {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.fi-sidebar{
    background: #285780;
}

@media (max-width: 768px) {

    .post-content .fi-in-split{
        flex-direction: column-reverse;
    }

    .fi-page-header-widgets{
        display:flex;
        flex-direction: column;
        gap:10px;
    }

    .peheader{
        padding:10px;
    }

    .peheader > div{
        display:flex;
        flex-direction: column;
    }
    .peheader h2{
        font-size: 22px;
        text-align: center;
    }
    .peheader p{
        text-align: center;
        font-size: 18px;
    }
    .peheader img{
        margin:0;
        padding:0;
        margin-top: 5px;
        height:40px;
    }
    .peheader .sides:first-child{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        width:100%;
        align-items: center;
    }
}

.fi-header-heading{
    display:none;
}

@media (min-width: 768px) {
    .fi-sidebar header, .fi-sidebar-item-icon, .menu_button{
        display:none;
    }

    .fi-sidebar{
        height:fit-content;
        width:25%;
    }
    .fi-sidebar nav{
        background: #285780;
        border-radius: 15px;
        width:300px;
        max-width: 100%;
        position: absolute;
        top:0;
        margin-top: 65px;
        right:0;
    }


    .fi-main {
        margin-left: 0;
    }
}
.fi-fo-actions .fi-ac{
    justify-content: center;
}
.fi-sidebar-item-label, .fi-sidebar-group-label{
    color:white;
    text-transform: uppercase;
    white-space: normal !important;
    word-break: break-word;
    font-size: 20px;
    font-weight: lighter;
}
.fi-sidebar-item-button{
    background: transparent;
}
.fi-sidebar-item-button:hover{
    background: rgba(255, 255, 255, 0.1);
}
.fi-active > a > span{
    font-weight: bolder;
}
.fi-ta-header{
    background: #04b0b8;
}
.fi-ta-header-heading, footer{
    color:white;
}
footer{
    background: #285780;
    padding: 10px;
    justify-content: space-evenly;
}
.prices *{
    color: white;
}

.prices .fi-ta-ctn, .prices table tr {
    background: transparent;
}
