/** Custom CSS **/

/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');


@font-face {
    font-family: 'Bebas Neue Pro Bold';
    src: url('../fonts/bebasneuepro-bold.otf') format('opentype');
}
@font-face {
    font-family: 'Bebas Neue Pro Bold Italic';
    src: url('../fonts/bebasneuepro-bolditalic.otf') format('opentype');
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/bebasneuepro-regular.otf') format('opentype');
}



/*Text*/
.font-bebas-bold,
.font-bebas-bold > * {
    font-family: 'Bebas Neue Pro Bold' !important;
}
.font-bebas-bold-italic,
.font-bebas-bold-italic > * {
    font-family: 'Bebas Neue Pro Bold Italic' !important;
}

/*Utilities*/
.p-0 {
    padding: 0 !important;
}


/*Blogs*/
.blogs-banner .section-bg.bg-loaded {
	border-radius: 30px;
}
.blogs-banner-title {
    text-transform: uppercase;
    font-size: 6rem;
    position: relative;
    top: -20px;
}
.blog-banner-img-col {
    padding-right: 100px !important;
}
.blogs-section-title {
    font-size: 3.2rem;
    color: #0d469d;
}
.blog-categories-wrapper .widget_wp_categories_widget ul li span.post-count, 
.blog-categories-wrapper .widget_wpcategorieswidget ul li span.post-count {
    box-shadow: none;
}
.blog-categories-wrapper #wpcategorieswidget-2 {
    width: calc(100% - 15px);
    display: flex;
    gap: 30px;
}
.blog-categories-wrapper .widget_wp_categories_widget ul li, 
.blog-categories-wrapper .widget_wpcategorieswidget ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 0;
    background: #fff;
    box-shadow: 0 12px 59px 0 rgba(0,0,0,0.17);
    padding: 30px;
    border-radius: 15px;
    position: relative;
}
.blog-categories-wrapper .widget_wp_categories_widget ul li > *, 
.blog-categories-wrapper .widget_wpcategorieswidget ul li > * {
    line-height: 1;
}
.blog-categories-wrapper .widget_wp_categories_widget ul li a, 
.blog-categories-wrapper .widget_wpcategorieswidget ul li a {
    font-family: 'Bebas Neue Pro Bold';
    font-size: 2.1rem;
    color: #0d469d;
    margin-left: 90px;
}
.blog-categories-wrapper .widget_wp_categories_widget ul li a:hover, 
.blog-categories-wrapper .widget_wpcategorieswidget ul li a:hover {
    color: #6c6c6c;
}
.blog-categories-wrapper .widget_wpcategorieswidget ul li::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    opacity: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 12px 59px 0 rgba(0,0,0,0.17);
}
.blog-categories-wrapper .widget_wpcategorieswidget ul li:nth-child(1)::before {
    background: url('../img/thumb-appliances.png') no-repeat center center;
    background-size: cover;
}
.blog-categories-wrapper .widget_wpcategorieswidget ul li:nth-child(2)::before {
    background: url('../img/thumb-kitchen.png') no-repeat center center;
    background-size: cover;
}
.blog-categories-wrapper .widget_wpcategorieswidget ul li:nth-child(3)::before {
    background: url('../img/thumb-recipes.png') no-repeat center center;
    background-size: cover;
}
.blog-categories-wrapper .widget_wpcategorieswidget ul li span.post-count {
    text-align: left;
    color: #000;
    font-style: italic;
    font-size: 0.9rem;
    text-decoration: underline;
    margin-left: 90px;
}
.blog-categories-wrapper .widget_wpcategorieswidget ul li span.post-count::after {
    content: 'Articles';
    margin-left: 5px;
}
.blogs-grid.row-large {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.blogs-grid.row-large > .col {
    padding: 0 15px 30px;
}
.blogs-grid .col-inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 27px 59px 0 rgba(0,0,0,0.19);
    padding: 15px;
    height: 100%;
}
.blogs-grid .col-inner img {
    transform: scale(1);
    transition: 0.3s all ease;
}
.blogs-grid .col-inner a:hover img {
    transform: scale(1.05);
    transition: 0.3s all ease;
}
.blogs-grid .box-image {
    border-radius: 8px;
    position: relative;
}
.blogs-grid .box-image::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('../img/img-arrow-2.png') no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
}
.blogs-grid .box-text {
    padding-left: 0;
    padding-right: 0;
}
.blogs-grid .post-title {
    font-family: 'Bebas Neue Pro';
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1;
    color: #0d469d;
    margin-top: 10px;
}
.blogs-grid .from_the_blog_excerpt {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #000;
    margin-top: 10px;
}
.blogs-grid .is-link {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.785rem !important;
    font-style: italic;
    text-transform: none;
    text-decoration: underline;
    color: #000 !important;
}
.blogs-grid .col-inner a:hover .is-link,
.blogs-grid .is-link:hover {
    color: #0d469d !important;
}
.blog-bottom-banner-wrapper.row-collapse {
    padding: 0 100px 0 100px;
}
.bottom-banner-title {
    text-transform: uppercase;
    font-size: 6.5rem;
    line-height: 1.1;
}
.btn-view-more.white.is-outline {
    border: 1px solid #888686 !important;
    color: #888686;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    line-height: 46px !important;
    margin-top: 50px;
}
.btn-view-more.white.is-outline:hover {
    border: 1px solid #0d469d !important;
    background: #0d469d !important;
    color: #fff !important;
}
.bottom-banner-view-more.white.button.is-outline {
    border: 2px solid #fff !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    line-height: 46px !important;
}
.bottom-banner-view-more.white.button.is-outline:hover {
    border: 2px solid #0d469d !important;
    background: #0d469d !important;
    color: #fff !important;
}


/*Single Post*/
.single .related-posts,
.single .blogs-banner.bottom, 
.single .blogs-banner {
    max-width: 1000px;
    margin: 0 auto;
}
.single .blogs-banner.bottom {
    margin-top: 20px;
}
.single .related-posts {
    margin-top: 70px;
}
.single .related-posts .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.single .entry-content.single-page {
    max-width: 990px;
    top: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 27px 59px 0 rgba(0,0,0,0.19);
    margin-top: 70px;
    padding: 30px 50px 50px;
}
.single .entry-title {
    display: block;
}
.single .entry-meta,
.single .page-title-inner {
    display: none;
}
.single .entry-header-text {
    text-align: center;
}
.single .entry-header-text .entry-title {
    font-family: 'Bebas Neue Pro';
    font-size: 3.5rem;
    color: #0d469d;
}
.single .entry-content.single-page figure {
    margin-bottom: 0;
}
.single .entry-content.single-page .wp-block-image img {
    border-radius: 20px;
    margin-bottom: 0;
}
.single .entry-content, .single .entry-content p {
    font-size: 1rem;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 1.6;
}
.single .entry-content .wp-block-columns {
    margin: 40px 0 30px;
}
.single .entry-content .wp-block-column > p {
    margin: 0;
}
.single .entry-content p {
    margin: 30px 0;
}
.single .comments-area,
.single .entry-tags {
    display: none;
}
.comma {
    font-family: 'Arial';
    font-style: italic;
}
.single .custom-nav {
    gap: 15px;
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
}
.single .custom-nav .flex-col + .flex-col {
    border-left: 0;
}
.single .custom-nav .flex-col {
    flex: 0;
    padding: 0;
}
.single .nav-previous > a,
.single .nav-next > a,
.single .blogs-link > a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d469d;
    color: #0d469d;
    padding: 2px 20px;
    transition: 0.4s all ease;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    min-width: 160px;
}
.single .nav-previous > a:hover,
.single .nav-next > a:hover,
.single .blogs-link > a:hover {
    background: #0d469d;
    transition: 0.4s all ease;
    color: #fff;
}
.single .blogs-link {
    line-height: 40px;
}
.single .blog-share {
    text-align: right;
    margin-bottom: 30px;
}
.single .social-icons i {
    color: #0d469d;
}
.single .social-icons .icon {
    font-size: 1.2rem;
}

/*Archive*/
.archive .blogs-banner {
    max-width: 1080px;
    margin: 0 auto;
}
.archive .archive-page-header .taxonomy-description {
    display: none;
}
.archive .archive-page-header .page-title {
    font-family: 'Bebas Neue Pro';
    font-size: 3.5rem;
    color: #0d469d;
}
.archive .post-item .col-inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 27px 59px 0 rgba(0,0,0,0.19);
    padding: 15px;
    height: 100%;
}
.archive .post-item .col-inner img {
    transform: scale(1);
    transition: 0.3s all ease;
}
.archive .post-item .col-inner a:hover img {
    transform: scale(1.05);
    transition: 0.3s all ease;
}
.archive .post-item .box-image {
    border-radius: 8px;
    position: relative;
}
.blog-archive .image-cover img {
    border-radius: 8px !important;
}
.archive .post-item .box-image::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('../img/img-arrow-2.png') no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
}
.archive .post-item .box-text {
    padding-left: 0;
    padding-right: 0;
}
.archive .post-item .post-title {
    font-family: 'Bebas Neue Pro';
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1;
    color: #0d469d;
    margin-top: 10px;
}
.archive .post-item .from_the_blog_excerpt {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875rem !important;
    line-height: 1.2;
    color: #000;
    margin-top: 10px;
}


/*Media Queries*/
@media (max-width: 1024px) {
    .blog-banner-img-col {
        padding-right: 20px !important;
    }
    .blog-bottom-banner-wrapper.row-collapse {
        padding: 0 50px 0 50px;
    }
}
@media (max-width: 849px) {
    .blog-banner-img-col:not(.bottom) > .col-inner {
        padding: 0 0 0 30px !important;
    }
    .blog-banner-img-col.bottom {
        margin: 0 auto;
    }
    .banner-break {
        display: none;
    }
    .bottom-banner-text > .col-inner {
        text-align: center !important;
    }
    .blog-categories-wrapper #wpcategorieswidget-2 {
        flex-direction: column;
    }
}
@media (max-width: 649px) {
    .blog-banner-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .blog-banner-img-col.bottom  {
        padding: 0  0 0 20px !important;
    }
}
@media (max-width: 549px) {
    .page-id-5135 div#content .row.row-main {
        padding: 20px;
    }
    .blog-bottom-banner-wrapper.row-collapse {
        padding: 0 20px;
    }
    .bottom-banner-title {
        font-size: 5.5rem;
    }
    .blogs-grid.row-large > .col {
        padding: 0 0 20px;
    }
    .single .entry-content.single-page {
        padding: 30px 25px 50px;
    }
}