/*
Theme Name: Fonix: Child Theme
Theme URI: https://demo.rivaxstudio.com/fonix/
Author: RivaxStudio
Author URI: https://themeforest.net/user/rivaxstudio/
Description: Fonix is Designed for lightweight WordPress Magazine, Blog and Newspapaer Websites.
Version: 1.0.0
Template:  fonix
License: Themeforest.net
License URI: http://themeforest.net/licenses
Text Domain: fonix
Tags: blog, magazine, minimal, lightweight
*/

.header-default-top {
    padding: 20px 0;
}
.header-default-bottom {
    padding: 5px 0;
}
.header-default-bottom {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #EAEAEA;
    box-shadow: 0px 5px 12px 0px rgb(94 101 118 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.default-post-list-item {
    flex-direction: column;
    /*text-align: center;*/
    align-items: baseline;
    border-bottom: 1px solid #dfe1ea;
}
.default-post-list-item:last-child {
    border-bottom: none;
}
.default-post-list-item .image-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.main-wrapper .single-hero-outside {
    margin-bottom: 25px !important;
}
.content-wrapper .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
}
.default-archive-container {
    padding-top: 50px !important;
}


/* Page Title and Sidebar position */
/*
.main-wrapper > .content-wrapper > .container > .row .single-page-title-wrapper {
    position: absolute;
    font-size: 2rem;
    border-bottom: 1px solid #dfe1ea;
    margin: 0 0 1rem;
    padding: 3rem 0px 1rem;
    word-wrap: break-word;
}
.main-wrapper > .content-wrapper > .container > .page-content-wrapper {
    padding-top: 25px;
}
.main-wrapper > .content-wrapper > .container > .page-content-wrapper > .content-container {
    padding-top: calc(5rem + 50px);
}
*/

/* Page Title border-bottom size */
/*
.main-wrapper > .content-wrapper > .container > .row {
    position: relative;
}
.main-wrapper > .content-wrapper > .container > .row .single-page-title-wrapper {
    width: calc(100% - 380px - 30px - 30px);
}
*/

/* No Page Title */
.main-wrapper > .content-wrapper > .container > .row .single-page-title-wrapper {
    display: none;
}
.main-wrapper > .content-wrapper > .container > .page-content-wrapper {
    padding-top: 25px;
}
.main-wrapper > .content-wrapper > .container > .page-content-wrapper > .content-container {
    padding-top: 35px;
}
