@media (max-width: 767px) {
    #primary.content-area{
        margin-left:15px;
        margin-right:15px;
    }
}
/* Remove focus outline for all links and buttons */
a:focus,
a:active,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
}
.section-title {
    background-color: black;
}

.section-header {
    border-bottom: 2px solid #1E74AF;
}

.blog-posts-wrapper .post-item .date a {
    color: #1E74AF;
}

.page-numbers.current{
    background-color: black !important;
}


.cat-links a {
    color:#1E74AF;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active
{
    color: #1E74AF !important;
}

.entry-meta .entry-date:hover {
    color: #1E74AF !important;
}

.entry-meta .date a:hover:before {
    color: #1E74AF !important;
}
.entry-meta .date a:hover,
.entry-meta .date a:hover time,
.entry-meta .date a:hover:before {
    color: #1E74AF !important;
}

.entry-meta a:active .entry-date,
.entry-meta a:active .entry-date:before,
.entry-meta a:focus .entry-date,
.entry-meta a:focus .entry-date:before {
    color: #1E74AF !important;
}

.entry-meta a:hover .entry-date,
.entry-meta a:hover .entry-date:before {
    color: #1E74AF !important;
}

.entry-meta a:active .entry-date,
.entry-meta a:active .entry-date:before,
.entry-meta a:focus .entry-date,
.entry-meta a:focus .entry-date:before {
    color: #1E74AF !important;
}

.entry-meta a:active:before,
.entry-meta a:focus:before {
    color: #1E74AF !important;
}

.entry-meta a:active,
.entry-meta a:focus {
    outline: none;
}

.blog-posts-wrapper .entry-title a:focus {
    outline: none;
}

/* Remove outline on click for card images */
.post-thumbnail-link:focus {
    outline: none;
}

.nav-links .page-numbers:focus,
.nav-links .page-numbers:active {
    outline: none;
    color: black;
    background-color: #E8E8E8;
    border-color: black;
}

.entry-meta .entry-date a:hover,
.entry-meta .entry-date a:hover::before {
    color: #1E74AF !important;
}

.nav-links .page-numbers.current {
    background-color: #1E74AF;
    color: #fff;
}


.nav-links .page-numbers:not(.current):hover {
    background-color: black;
    color: #fff;
}

.nav-links .page-numbers:not(.current) {
    color: #1E74AF;
}

.nav-links .page-numbers.next:hover {
    background-color: black;
    color: #fff;
}

/*remove thumbnail from inside article (add them ourselves properly when writing article)*/
.single-post .single-featured-image img.attachment-post-thumbnail {
    display: none;
}

.elementor-widget-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}

img.attachment-full.size-full.wp-image-354 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
}

body.not-page-1 #section-popular-posts {
    display: none;
}

/*extra top padding except on the first page*/
body.not-page-1 .section-content.list-layout.col-3.clear {
    padding-top: 70px;
}
.nav-links .page-numbers{
    margin-bottom:10px;
}
.entry-meta .author-name {
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom:30px;

}

.entry-meta .post-date {
    font-weight: normal;
    font-size: 18px;
    margin-bottom:30px;
}

.post-author {
    display: block !important;
    margin-top: -10px !important;
    font-size: 14px !important;
    color: #555 !important;
    font-family: 'Manrope-Bold', sans-serif !important;
    width: 100% !important;
    margin-left:-40px !important;
}
#section-popular-posts .post-author {
    margin-left:0 !important;
}

@media (max-width: 767px) {
    #section-popular-posts {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .section-content.list-layout.col-3.clear{
        padding-left: 15px;
        padding-right:15px;
    }
    .highlighted-posts-header{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
@media (max-width: 767px) {
    .nav-links{
        padding-bottom:5px;
    }
}
h1 {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}






















/*CATEGORY PAGES*/

/* forcing thumbnails visible on category pages */
.category .post-item .featured-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px 8px 0 0 !important;
    object-fit: cover !important;
    max-width: 100% !important;
    max-height: 300px !important;
    overflow: hidden !important;
}

.category .post-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.category .post-item .featured-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 8px 8px 0 0 !important;
    object-fit: cover !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.category .post-item .entry-container {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px !important;
    margin-left: 50px !important;
    margin-top: 30px !important;
    padding-right: 80px !important;
    margin-bottom: -20px !important;
}

.category .post-item .entry-container .entry-title {
    font-size: 21px !important;
    margin-bottom: 10px !important;
    padding-top: 5px !important;
}

.category .post-item .entry-container p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

.category .post-item .entry-container .entry-content .post-author {
    margin-top:15px !important;
}

.category .section-content.col-3.clear {
    max-width: 1100px !important;
    margin: 0 auto !important;
}
/*category & author pages title*/
.category-page-title h1{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: 'Manrope-ExtraBold', sans-serif;
    color:#000;

    font-size: clamp(36px, 7vw, 68px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-bottom:0;
}

.category-page-title ::before{
    content: '/';
    color: #1E74AF;
    position: absolute;
    left: -34px;
    transform: scale(1.1, 1);
    top: 0;
}

body.archive.category #primary.content-area,
body.archive.category main#main.site-main.blog-posts-wrapper {

    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1250px) {
    .site-main.blog-posts-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        max-width: 1250px !important;
        margin: 0 auto !important;
    }
}

.category-page-title {
    align-self: flex-start;
    max-width: 100%;
    padding-left: 70px;
    margin-top:70px;
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
@media (max-width: 1250px) {
    .category-page-title {
        padding-left:10px;
    }
}
@media (max-width: 768px) {
    .category-page-title h1{
        margin-bottom:0;
    }
}


@media screen and (min-width: 767px) and (max-width: 1200px) {
    .category .site-main.blog-posts-wrapper article {
        width: 55%;
        margin: 5px;
    }

    .category .section-content.col-3.clear {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .category .section-content.col-3.clear {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
        flex-direction: column;
        align-items: center;
    }
}


















/*FEATURED SECTION*/

@media (min-width: 767px) {
    #section-popular-posts .section-header{
        margin-left:-15px;
    }
}

@media (min-width: 1200px) {
    #section-popular-posts .section-header{
        margin-left:-20px;
    }
}


#section-popular-posts .section-header .section-title{
    border-radius: 5px;
    letter-spacing: 0.5px;
    background-color: #1E74AF
}

#section-popular-posts .cat-links a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#section-popular-posts .entry-meta {
    margin-top: 1px;
}

#section-popular-posts .cat-links a:hover,
#section-popular-posts .cat-links a:focus {
    background-color: #1E74AF;
    color: #ffffff;
    outline: none;
}
#section-popular-posts .entry-title a:focus {
    outline: none;
}

#section-popular-posts .entry-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

#section-popular-posts .entry-meta .entry-date a:hover,
#section-popular-posts .entry-meta .entry-date a:hover::before {
    color: #1E74AF !important;
}

#section-popular-posts .entry-meta .entry-date a {
    color: #1E74AF !important;
}

#section-popular-posts {
    margin-bottom: 40px !important;
    margin-top:0;
}

@media screen and (max-width: 1700px) {
    #section-popular-posts {
        margin-bottom: 40px;
        margin-top:0;
    }
}

#section-popular-posts article.post-item:nth-child(3n) {
    margin-right: 0;
}

#section-popular-posts .entry-title a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Manrope-bold',sans-serif;
}

#section-popular-posts .entry-title a:hover {
    color: #1E74AF;
}

#section-popular-posts .entry-meta {
    font-size: 14px;
    color: #777;
}

#section-popular-posts .entry-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    font-family: 'Manrope-regular', sans-serif;
}

#section-popular-posts {
    padding: 20px;
}

#section-popular-posts .cat-links a:nth-child(2) {
    display: none;
}

@media (min-width: 1700px) {
    #section-popular-posts .col-3 .featured-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    #section-popular-posts {
        padding-left: 0px !important;
        margin-left: 0px !important;
        padding-right:0px!important;
    }
}

@media (max-width: 1200px) {
    #section-popular-posts {
        padding: 10px;
        border: none;
        box-shadow: none;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .section-content {
        display: block;
    }

    .section-content .col-3 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    #section-popular-posts {
        padding: 5px;
    }

    .section-content .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*ADJUSTMENTS*/
#section-popular-posts article {
    width: calc(33.33% - 20px);
    margin-right: 25px;
    margin-bottom: 20px;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: white;
    overflow: hidden;
}

#section-popular-posts article:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    #section-popular-posts article {
        width: calc(50% - 20px);
    }

    #section-popular-posts article:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #section-popular-posts article {
        width: 100%;
        margin-right: 0;
    }
}
#section-popular-posts .entry-content p {
    display: none;
}
#section-popular-posts .entry-container {
    padding:15px;
    padding-top:0px;
    margin-top:-10px
}

/*BIGGER CARDS ADJUSTMENTS*/
#section-popular-posts .entry-content,
#section-popular-posts .entry-meta {
    margin: 0;
    padding: 0;
}
@media (min-width: 770px) {
    #section-popular-posts .col-3.clear{
        margin-left:-20px;
    }
}

































/*SINGLE POST PAGES STYLING*/
.entry-meta .author-name-single { color:#2C3539;
    font-weight:bold;
    font-size:18px;
}
.single-entry-content p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 0 auto;
    font-family: 'Avenir Next';
    margin-bottom:20px;
}
.single-entry-content {
    max-width: 800px;
    margin: 0 auto;
}
/* Specific adjustments for iPad and other mid-sized screens */
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .single-entry-content {
        max-width:1100px;
    }
}
.single-entry-content .wp-block-list {
    color:black;
    font-size: 17px;
    font-family: 'Avenir Next', sans-serif;
    line-height: 2;
}
.single-entry-content .wp-block-list a{
    color:#1E74AF;
}

.single-entry-content p a{
    color: #1E74AF;
}

@media (max-width: 699px) {
    .single-entry-content {
        margin: 0 10px;
        padding: 5px;
    }

    .single-entry-content p {
        font-size: 16px;
        line-height: 1.75;
    }
}

.single-entry-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post-title h1 {
    padding-top:60px;
    text-align: center;
    font-size: 36px;
    color: #222;
    margin-bottom:-10px !important;
    font-family: 'Manrope-Bold', sans-serif ;
    margin-top:150px !important;

    max-width:800px;
    margin: 0 auto !important;
}
@media (max-width: 1000px) {
    .single-post-title h1 {
        margin-left:5px;
        margin-right:5px;
    }
}
@media (max-width: 700px) {
    .single-post-title h1 {
        font-size:30px;
    }
}
@media (max-width: 768px) {
    .single-entry-content p{
        text-align:left;
        font-family: 'Avenir Next';
        font-size:19px;
    }
    .author-box p{
        text-align:center;
    }
}

.single-meta.entry-meta,
.navigation.post-navigation {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 25px;
    background-color: #f6f6f6;
    margin-bottom: 25px;
}

.single-post .entry-meta {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-post h2.wp-block-heading {
    text-align: left;
    font-size: 30px;
    color: #222;
    font-family:'Manrope-bold', sans-serif;
    margin-top:50px;
    margin-bottom:20px;
}

.single-post .entry-meta a {
    color: #000;
}
.single-post .entry-meta a:hover,
.single-post .entry-meta a:focus,
.single-post .entry-meta a:active {
    color: #1E74AF;
}

.post-navigation .nav-links a {
    color: #000;
    text-decoration: none;
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus,
.post-navigation .nav-links a:active {
    color: #1E74AF;
    outline: none;
}
.single-post .entry-meta .date {
    margin-left:-30px
}

.single-post .entry-meta {
    border-radius:8px;
}

.post-navigation {
    border-radius:8px;
    margin-bottom:50px !important;
}

.single-meta .date {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}
.single-meta .cat-links {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1220px){
    .single-post .single-entry-content{
        margin-right:30px;
        margin-left:30px;
    }
    .single-post .single-post-title{
        margin-right:10px;
        margin-left:10px;
    }
}
/*BUTTONS*/
.wp-block-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-button__link {
    display: inline-block !important;
    padding: 10px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .wp-block-button__link {
        width: auto !important;
        padding: 8px 16px !important;
        font-size: 14px !important;
        border-radius: 6px !important;
    }
}










/*LATEST POSTS LIST SECTION*/

.blog-posts-wrapper .post-item .date a:focus,
.blog-posts-wrapper .post-item .date a:active {
    outline: none;
    box-shadow: none;
}

.blog-posts-wrapper .post-item .entry-container h2.entry-title {
    margin-top: -40px;
    line-height: 1.4;
    margin-left:-40px;
}

.blog-posts-wrapper .post-item .entry-container p {
    margin-left:-40px;
    line-height: 1.5;
    font-family:'Manrope-regular';
    font-size:16.5px;
}

.blog-posts-wrapper .post-item .entry-container .entry-date {
    margin-left:-40px;
    color:black;
    display:block;
    margin-bottom:10px;
}


.blog-posts-wrapper .entry-title a {
    text-decoration: none;
    transition: color 0.3s;
    font-family:'Manrope-bold';
}


/*read more link */
.blog-posts-wrapper .entry-content a {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #1E74AF;
    font-family: 'Manrope-bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-right:10px;
}

/*arrow */
.blog-posts-wrapper .entry-content .arrow {
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}
.blog-posts-wrapper .entry-content a:hover .arrow {
    transform: scaleX(1.7);
}
/* hide read more links on mobile*/
@media only screen and (max-width: 767px) {
    .blog-posts-wrapper .entry-content a {
        display: none;
    }
}

.blog-posts-wrapper .section-content.list-layout.col-3.clear .entry-container {
    max-width: 700px;
    margin: 0 auto;
    width: 80% !important;
    padding-left: 0 ;
    padding-bottom:0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

@media (min-width: 768px) {

    .blog-posts-wrapper .section-content.list-layout.col-3.clear .entry-container {
        height:250px;
    }
}

.blog-posts-wrapper .post-item .featured-image {
    max-width: 300px;
    height: 100%;
    background-size: cover;
}
.blog-posts-wrapper .post-item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
}

.section-content.list-layout.col-3.clear{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 767px) {

    .blog-posts-wrapper .entry-container {
        padding-top:35px;
    }
    .blog-posts-wrapper .section-content.list-layout.col-3.clear .entry-container .entry-content .post-author{
        margin-top:10px !important;
        font-size:15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

    .blog-posts-wrapper .post-item .featured-image {
        max-width: 250px;
        height: 100%;
        background-size: cover;
    }

    .blog-posts-wrapper .section-content.list-layout.col-3.clear .entry-container {
        max-width: 700px;
        margin: 0 auto;
        width: 60% !important;
        padding-left: 0 !important;
        padding-bottom:0 !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {

    .blog-posts-wrapper .post-item .featured-image {
        max-width: 270px;
        height: 100%;
        background-size: cover;
    }

    .blog-posts-wrapper .section-content.list-layout.col-3.clear .entry-container {
        max-width: 700px;
        margin: 0 auto;
        width: 65% !important;
        padding-left: 0 !important;
        padding-bottom:0 !important;
    }
}
/*INSIGHTS HEADER*/
.latest-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    margin: 0 auto;
    margin-bottom:20px;
    max-width:1150px;
    margin-top:-60px;
    color:#1E74AF;
}

.latest-title {
    font-size: 16px;
    color: #fff;
    background-color: #1E74AF;
    padding: 7px 15px;
    margin-bottom:-8px;
    border-radius:5px;
    margin-left:-20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

.latest-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1E74AF;
    margin-top:65px;
    margin-left:-102px;
    width:1200px;
}

@media (max-width: 1200px) {
    .latest-header {
        margin-left:15px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
    .latest-header {
        margin: 0 auto;
        max-width:1075px;
        margin-bottom:10px;
        margin-top:-70px;
    }
}

/* latest header for paginated pages (not first) */
body.paged .latest-header {
    margin-top: 20px;
    margin-bottom:-50px;
}

@media only screen and (max-width: 767px) {
    .blog-posts-wrapper .post-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        overflow: hidden;
        border-radius: 8px;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .blog-posts-wrapper .post-item .featured-image {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 8px 8px 0 0;
        box-sizing: border-box;
        object-fit: cover;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .blog-posts-wrapper .post-item .entry-container {
        width: 100% !important;
        box-sizing: border-box;
        padding: 15px;
        margin-left:50px !important;
        margin-top:30px !important;
    }

    .blog-posts-wrapper .post-item .entry-container .entry-content .post-author{
        padding-top:15px;
    }

    .blog-posts-wrapper .post-item .entry-container h2.entry-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .blog-posts-wrapper .post-item .entry-container p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

.blog-posts-wrapper .post-item .post-author {
    margin-bottom: 0;
    padding-top: 0px !important;
    font-size:16.5px !important;
}

.blog-posts-wrapper .post-item .date {
    margin-top: 0px !important;
    font-size:16.5px !important;
}













/*CATEGORY SECTION*/

.categories-container {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 20px;
    max-width: 1150px;
    margin-bottom:80px;
    max-width:1150px;
    margin-top:-20px;
}
@media (min-width: 1250px) {
    .categories-container {
        margin-left:-10px;
        width:1150px;
    }
}
@media (max-width: 1000px) {
    .categories-container {
        margin-left:15px;
        margin-right:15px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1250px) {
    .categories-container {
        margin-right:50px;
        margin-left:50px;
    }
}
.categories-title {
    font-size: 18px;
    color: #1E74AF;
    margin-bottom: 15px;
    font-family: 'Manrope-bold', sans-serif;
    font-weight: 600;
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin-top:0px;
    margin-left:135px;
    display:none;
}
.categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-left:-5px;
}
.category-box {
    padding: 10px 20px;
    background-color: black;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Manrope-bold';
    font-size: 16px;
}

.category-box:hover,
.category-box:focus,
.category-box:active {
    color: #ffffff;
    background-color: #1E74AF;
}
@media (max-width: 767px) {
    .categories-list {
        flex-direction: column;
        align-items: center;
    }
    .category-box {
        text-align: center;
    }
}










/*AUTHOR PAGES*/
/* force thumbnails to be visible on author pages */
.author .post-item .featured-image {
    display: block !important;
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.author .post-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    align-items: flex-start;
    text-align: left;
}

.author .post-item .featured-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    max-width: 100%;
    overflow: hidden;
}

.author .post-item .entry-container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 15px;
    margin-left:50px !important;
    margin-top:30px !important;
    padding-right:80px !important;

    margin-bottom:-20px !important;
}

.author .post-item .entry-container .entry-title {
    font-size: 21px;
    margin-bottom: 10px;
    padding-top:5px !important;
}

.author .post-item .entry-container p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.author .section-content.col-3.clear {
    max-width: 1100px;
    margin: 0 auto;
}
.blog-posts-wrapper .post-item .entry-container .entry-content .post-author{
    padding-top:15px;
}
body.author .category-page-title h1::before {
    display: none;
}
@media (max-width: 1250px) {
    .author .category-page-title {
        padding-left:50px;
    }
}
@media (max-width: 768px) {
    .author .category-page-title {
        padding-left:10px;
    }
    .category-page-title h1 span::before {
        left:-34px;
    }
}
body.archive.author #primary.content-area, body.archive.author main#main.site-main.blog-posts-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.author .post-item .entry-container .entry-content .post-author {
    margin-top:15px !important;
}
.author .category-page-title h1{
    white-space: normal;
    word-break: break-word;
    display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1249px) {
    .author .category-page-title {
        margin-left:-40px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
    .author .site-main.blog-posts-wrapper article {
        width: 55%;
        margin: 5px;
    }
    .author .section-content.col-3.clear {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }
    .author .section-content.col-3.clear {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
        flex-direction: column;
        align-items: center;
    }
}
/*author pages navbar*/
.author .elementor-location-header .elementor-widget-image img {
    max-height: 52px;
}
















/*AUTHOR BOX SINGLE ARTICLE PAGES*/
.author-box {
    display: flex;
    align-items: flex-start;
    margin-top: 90px;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom:30px;
}

.author-avatar {
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.author-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.author-info p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #666;
}

.author-info a {
    text-decoration: none;
    color: #0073aa;
}

.author-info a:hover {
    text-decoration: underline;
}
.author-social-links {
    margin-top: 10px;
}

.author-social-links a {
    font-size: 25px;
    text-decoration: none;
    margin-right: 15px;
}

.single-meta .author.vcard {
    display: none;
}
@media (max-width: 768px) {
    .author-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top:10px;
        align-items: center;
    }

    .author-avatar {
        margin-bottom: 15px;
        margin: 0 auto;
        margin-bottom:10px;
        width: 150px;
        height: 150px;
    }

    .author-info {
        text-align: center;
    }

    .single-meta.entry-meta {
        margin-top: 20px;
    }
    .author-social-links {
        margin-top: 20px;
    }
}
































/* HUMBLE & HUNGRY Header */
.highlighted-posts-header {
    text-align: left;
    position: relative;
    max-width:1300px;
    margin: 0 auto;
    padding-top: 40px;
}

.highlighted-posts-header h2 {
    font-weight:600;
    display: block;
    font-family: 'Manrope-ExtraBold', sans-serif;
    color: #000;
    font-size: clamp(36px, 7vw, 70px);
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    position: relative;
    display: block;
    margin-block-start: 0.83em;
    margin-inline-start: 0px;
    unicode-bidi: isolate;
}

.highlighted-posts-header p {
    font-family: 'Manrope-Regular';
    padding-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #000;
}

.highlighted-posts-header h2::before {
    content: '';
    width: 60px;
    height: 10px;
    background-color: #1E74AF;
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .highlighted-posts-header h2::before{
        width: 50px;
        height: 9px;
    }
    .highlighted-posts-header {
        margin-bottom:20px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .highlighted-posts-header h2 {
        margin-left: 0;
        text-align: left;
    }

    .highlighted-posts-header p {
        max-width: 100%;
        font-size: 18px;
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .highlighted-posts-header {
        margin-left: 0;
        margin-right: 0;
    }

    .highlighted-posts-header h2 {
        margin-left: 0;
        text-align: left;
        display: block;
        word-break: break-word;
    }

    .highlighted-posts-header p {
        max-width: 100%;
        font-size: 18px;
        margin-left: 0;
        padding-bottom: 20px;
    }
    .highlighted-posts-header h2:before {
        left: -20px;
    }
}

@media (max-width: 800px) {
    .highlighted-posts-header p {
        font-size:16px;
    }
}
.highlighted-posts-header  {
    padding-right:30px;
}






.highlighted-posts-header,
#section-popular-posts {
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


@media (max-width: 1200px) {
    .content-wrapper {
        max-width: 1000px;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        max-width: 720px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .content-wrapper {
        max-width: 100%;
        padding: 0 10px;
    }
}

/* FADE IN TRANSITIONS FOR PAGE TITLE*/
.highlighted-posts-header h2 {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.9s ease-in-out;
}

.highlighted-posts-header p {
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.8s ease-in-out;
}

.highlighted-posts-header.slide-in h2 {
    opacity: 1;
    transform: translateX(0);
}
.highlighted-posts-header.slide-in p {
    opacity: 1;
    transform: translateY(0);
}







/* TRANSITIONS FOR CATEGORY + AUTHOR PAGE TITLES */
.category-page-title {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.6s ease-in-out;
}
.category-page-title.slide-in {
    opacity: 1;
    transform: translateX(0);
}