/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 17, 2023, 4:31:33 PM
    Author     : PureLogics-2922
*/


.blog-page .blog-articles article {
    background: none;
    margin: 0 0 3%;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: none;
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
}
.blog-page .blog-articles{
    width: 100%;
    border: none;
    flex-direction: row;
    padding-right: 0;
}
.blog-page .details {
    padding: 0;
}
.blog-page .newsletter-subscription .mailchimp-fields {

    display: flex;
    flex-direction: row;
}
.blog-page .newsletter-subscription .mc-field-group {
    width: 70%;
    margin-bottom: 0;
}
.blog-page .newsletter-subscription .mc-field-group:last-child{
    width: 30%;
}
.blog-page .newsletter-subscription .mc-field-group input[type="email"], .blog-page .newsletter-subscription .mc-field-group input[type="text"],.blog-page .newsletter-subscription input[type="submit"]{
    border-radius: 0;
}
.blog-page .blog-articles .entry-summary .date-published{
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
    position: absolute;
    top: -15px;
    left: 10px;
}
.blog-page  .details p {
    max-height: 125px;
    overflow: hidden;
}
.blog-page .details h3 {
    margin: 10px 0;
    letter-spacing: 0;
    font-size: 18px;
}
.blog-page span.rt-reading-time {
    background: #f0f0f0;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 8px;
    margin-bottom: 15px;
    border-radius: 0;
    position: absolute;
    top: auto;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    letter-spacing: 0;
    bottom: 30px;
}
.blog-page a.thumbnail img {
    height: 230px;
}
.blog-page .navigation ul li.active a {
    background: #00235a;
    color: #fff !important;
}
.blog-page .navigation {
    width: 100%;
    margin-bottom: 30px;
}
.blog-page .newsletter-subscription {
    margin-bottom: 0;
    background: #97f8cf;
    padding: 30px;
}
.blog-page .newsletter-subscription input[type="submit"]{
    color: #97f8cf;
    background: #00235a;
}
.blog-page div#mc_embed_signup_scroll h2{
    margin: 0;
    color: #00235a;
    padding-right: 40px;
}
.blog-page .newsletter-subscription .container {
    background: none;
    padding: 0;
}
div#mc_embed_signup_scroll h2 {
    font-size: 24px;
    max-width: 60%;
}
div#mc_embed_signup_scroll {
    display: flex;
    align-items: center;
}
.blog-page .newsletter-subscription .mailchimp-fields{
    width: 40%;
}

.blog-page{
    padding-bottom: 0 !important;
}
section.blog-entries {
    padding-bottom: 0;
    position: relative;
}
section.blog-entries::after {
        background: url(images/art-2.svg) no-repeat;
    position: absolute;
    content: '';
    width: 267px;
    height: 268px;
    display: block;
    bottom: 0;
    right: 15px;
}
section.blog-entries::before {
    background: url(images/art-4.svg) no-repeat;
    content: '';
    position: absolute;
    width: 203px;
    height: 203px;
    transform: rotate(90deg);
    top: 0;
    left: 15px;
}

.blog-page .thumbnail, .blog-page .no-image {
 
    width: 35%;
}
.blog-page .details {
    padding: 0;
    width: 60%;
    margin-left: 3%;
}
.blog-page .details .read_more a{font-weight: 400; text-transform: none;}
.blog-page .blog-articles .entry-summary{display: flex}

#footer .mc-field-group {
    position: relative;
    width: 100%;
}
ul.post-tags li a {
    text-align: left;
    background: #4aba6a;
    padding: 5px;
    font-family: 'Sen';
    font-size: 14px;
    margin: 0 2px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
ul.post-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
ul.post-tags li{
    padding:0;
}
ul.post-tags li::before{
    display: none;

}
.blog-page .blog-sidebar ul {
    display: none;
}
.blog-page .blog-sidebar {
    width: 270px;
    padding: 15px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: #00235a;
    border-top-right-radius: 5px;
}
.blog-page .blog-sidebar .wp-block-categories-list{
    max-height: 60vh;
    overflow-y: scroll;
}
/* width */
.blog-page .blog-sidebar .wp-block-categories-list::-webkit-scrollbar {
    width: 5px;
    margin-left: 2px;
}

/* Track */
.blog-page .blog-sidebar .wp-block-categories-list::-webkit-scrollbar-track {
    background: #97F8CF;

}

/* Handle */
.blog-page .blog-sidebar .wp-block-categories-list::-webkit-scrollbar-thumb {
    background: #38db77;
}

/* Handle on hover */
.blog-page .blog-sidebar .wp-block-categories-list::-webkit-scrollbar-thumb:hover {
    background: #38db77;
}
.blog-page .blog-sidebar #all-categories {
    color: #fff;
    font-family: Sen;
    letter-spacing: 0;
    text-align: center;
    display: block;
    font-size: 18px;
}
.blog-page .blog-sidebar a {
    color: #fff;
    font-family: 'Sen';
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
}
.blog-page .blog-sidebar .widget-container{
    border: none;
    margin: 0;
    padding: 0;
}
.blog-page .hero-banner {
    background: url(images/reception-new.jpg) no-repeat;
    min-height: 70vh;
    background-size: cover;
    background-position: center center;
}
.blog-page .navigation ul li.active a{
    border:none;
}
.blog-page .navigation ul li a {
    padding: 0;
    border: 2px solid;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    font-weight: bold;
}
.blog-page .navigation ul li:last-child a,
.blog-page .navigation ul li:first-child a{
    border: none;
    width: auto;
}
.featured-posts {
    background: #cafce5 url(images/background-3.svg) no-repeat;
    background-size: 100%;
    background-position: top center;
    margin-top:60px;
}
.blog-page .navigation ul li.active:first-child a {
    width: 35px;
    height: 35px;
}
.blog-page .details .read_more a {
    background: none;
    color: #00235a;
    margin:0;
}
.blog-page .details .read_more a:hover{
    background: #00235a;
    color: #fff;
}

@media screen and (min-width:320px) and (max-width:767px){
    .blog-page .blog-articles article {
        margin: 0 0 30px;
        width: 100%;
        border-radius: 8px;
    }
    .blog-page div#mc_embed_signup_scroll{
        flex-direction: column;
    }
    .blog-page div#mc_embed_signup_scroll h2 {
        font-size: 20px;
        max-width: 100%;
    }
    .blog-page .newsletter-subscription .mailchimp-fields {
        width: 100%;
    }
    .blog-page .blog-sidebar {
        width: 100%;
        padding: 10px;
        position: fixed;
        bottom: 0;
        z-index: 1;
        background: #00235a;
        border-top-right-radius: 0;
        font-size: 14px;
    }
    .blog-page .blog-sidebar #all-categories{
        font-size: 14px;
        font-weight: bold;
    }
    section.blog-entries::before{
        display: none;
    }
    .blog-page span.rt-reading-time{
        display: none !important;
    }
    .blog-page div#mc_embed_signup_scroll h2 {
    font-size: 16px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
}
.blog-page .newsletter-subscription{
    padding: 15px 20px;
}
.blog-page .newsletter-subscription .mc-field-group:last-child {
    width: 40%;
}
.blog-page .blog-articles .entry-summary {
   padding-top: 30px;
}

.blog-page .details p{
    display: none;
}
.blog-page .details .read_more a {
   
    border: none;
    padding: 0;
    text-align: left;
    border-bottom: 2px solid #000;
    width: auto;
    max-width: initial;
    display: inline-block;
    border-radius: 0;
}
.blog-page .newsletter-subscription input[type="submit"]{
    font-size: 14px;
    padding: 11px;
}
.blog-page .newsletter-subscription .mc-field-group input[type="email"], .blog-page .newsletter-subscription .mc-field-group input[type="text"]{
    padding: 10px;
}
.blog-page .blog-articles article {
    margin: 0 0 30px;
    width: 100%;
    border-radius: 8px;
    border-bottom: 1px dashed;
    border-radius: 0;
    padding-bottom: 20px;
}
.blog-page .blog-articles .entry-summary .date-published {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    font-size: 12px;
    right: auto;
    background: no-repeat;
    padding: 0;
}
.blog-page .details h3 {
    margin: 0 0 10px;
    letter-spacing: 0;
    font-size: 16px;
}
	section.blog-entries::after{
		display: none;
	}
}
.blog-page .details{
	position: relative;
	z-index: 1;
}