.nodridhome .blogs_cards_grid {
    display: block;
}

.nodridhome .blogs_cards_grid * {
    text-align: left;
    justify-content: left;
    color: #fff;
}

.nodridhome .blogs_cards_grid a,
.nodridhome .blogs_cards_grid p,
.nodridhome .blogs_cards_grid li {
    color: #fff !important;
}

.nodridhome .fn__media_category {
    background-color: #3d4f42;
}

.nodridhome .fn__media_category svg {
    fill: #3d4f42;
}

.nodridhome .fn__media_category svg path {
    fill: #3d4f42;
}

.fn__articles_eta {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fn__articles_eta .eta_item {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.elementor-701 .elementor-element.elementor-element-ca8d308 [data-eta-color="custom"] .fn__article_eta {
    border-bottom-color: #627669;
}

.fn__article_eta {
    position: relative;
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdbd0;
}

@media (min-width: 640px) {
    .fn__article_eta .post-image {
        flex: 0 0 96px;
    }
}

.fn__article_eta .post-image {
    flex: 0 0 80px;
    flex-shrink: 0;
}

@media (min-width: 640px) {

    .fn__article_eta .item_space,
    .fn__article_eta .post-image img {
        height: 110px;
    }
}

.fn__article_eta .wp-post-image {
    border-radius: 8px;
    height: 100px;
    object-fit: cover;
}

.nodridhome .fn__article_eta * {
    color: #fff !important;
}

.popular-articles {
    background-color: transparent;
    background-image: none;
}

@media (min-width: 640px) {

    .fn__banner .title_holder,
    .fn__subscribe_block,
    .fn__instagram_block {
        padding: 40px 32px;
    }
}

.fn__instagram_block {
    padding: 32px 16px;
    border: 1px solid #DBD8BD;
    border-radius: 12px;
}

.fn__instagram_block .title {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    font-family: var(--bff);
    font-weight: 400;
    text-transform: uppercase;
}

.fn__instagram_block .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.fn__instagram_block .item {
    padding-left: 15px;
    margin-bottom: 15px;
    width: 33.3333%;
}

.fn__instagram_block .item_in {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.fn__instagram_block .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.fn__instagram_block .item .fn__svg {
    color: #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    opacity: 0;
    transform: scale(0.8);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    width: 22px;
    height: 22px;
}

.fn__instagram_block img {
    aspect-ratio: 1;
    image-rendering: -webkit-optimize-contrast;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.fn__instagram_block .block_bottom {
    display: flex;
    justify-content: space-between;
    color: var(--hc);
    font-size: 16px;
}

.fn__instagram_block .block_bottom a {
    text-decoration: none;
    display: flex;
    color: inherit;
    align-items: center;
    gap: 8px;
}

.fn__instagram_block .block_bottom .fn__svg {
    width: 8px;
    height: 8px;
    display: block;
    position: relative;
    top: 2px;
}

.fn__svg.no-fill {
    fill: none;
}

.fn__instagram_block .item a:hover:after {
    opacity: 1;
}

.fn__instagram_block .item a:after {
    position: absolute;
    inset: 0;
    content: '';
    background-color: rgb(0 0 0 / 0.5);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.fn__instagram_block .item_in:hover .fn__svg {
    opacity: 1;
    transform: scale(1);
}

.fn__instagram_block .item {
    padding-left: 15px;
    margin-bottom: 15px;
    width: 33.3333%;
}

.fn__category_list_grid1 ul {
    margin: 0;
    padding: 3rem 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.fn__category_list_grid1 ul li {
    max-width: 14%;
}

.fn__category_grid1 .category-image img {
    width: 100%;
    display: block;
    aspect-ratio: 5 / 6;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fn__category_grid1 .category-image {
    border-radius: 8px;
    overflow: hidden;
}

.fn__category_grid1 a {
    text-align: center;
    text-decoration: none;
}

.fn__category_grid1:hover .category-image img {
    transform: scale(1.1) rotate(3deg);
}

.fn__category_grid1 p {
    margin: 0;
    padding: 0;
    color: var(--hc);
    font-family: var(--hff);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-top: 17px;
    font-size: 14px;
    line-height: 20px;
}

.mainpage .blogs_cards_grid.grid-custom-two.grid-custom-three {
    grid-template-columns: repeat(3, 1fr);
}

.main-head-homepage {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3em;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 4rem;
}

.custom-bg-all {
    padding: 82px 0;
}

.border-bottom-custom {
    border-bottom: 1px solid #dcdbd045;
}

.border-bottom-custom.borderBlack {
    border-color: #3d4f4221;
}

.fn__subscribe_block {
    padding: 32px 16px;
    border: 1px solid #DBD8BD;
    border-radius: 12px;
    margin-top: 20px;
}

.fn__subscribe_block .title {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    font-family: var(--bff);
    font-weight: 400;
    text-transform: uppercase;
}

.fn__subscribe_block .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
}

.fn__subscribe_block .mc4wp-form .email {
    /* margin-bottom: 20px; */
}

.fn__subscribe_block .mc4wp-form .hidden_svg,
.fn__subscribe_block .mc4wp-form .email label {
    display: none;
}

.fn__subscribe_block .mc4wp-form input[type="email"] {
    border: 1px solid #758A7D;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 30px;
    text-align: center;
}

.fn__subscribe_block .mc4wp-form .agree {
    margin: 0;
    padding: 0;
    color: var(--etc);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* margin-top: 18px; */
}

.fn__subscribe_block .mc4wp-form .agree label {
    margin: 0;
    color: var(--etc);
    display: flex;
    justify-content: center;
    text-align: center;
}

.fn__subscribe_block .mc4wp-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #4d6053;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease;
    margin: 2px 8px 2px 0;
}

.fn__subscribe_block .mc4wp-form .submit {
    position: relative;
}

.fn__subscribe_block .mc4wp-form input[type="submit"] {
    height: 46px;
    border-radius: 30px;
    background-color: #ff4848;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    display: block;
    width: 100%;
}

.fn__subscribe_block .mc4wp-form .hidden_svg,
.fn__subscribe_block .mc4wp-form .email label {
    display: none;
}

.fn__subscribe_block .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fn__subscribe_block .mc4wp-form-fields .agree {
    /* order: 9999; */
}

.latest-articles.custom-bg-all * {
    color: #fff !important;
}

.latest-articles.custom-bg-all .fn__btn {
    border-color: #fff;
}

.latest-articles.custom-bg-all .post_icon svg path {
    fill: #fff;
    stroke: #fff;
}

.latest-articles.custom-bg-all .fn__media_category {
    background-color: #3c4f41;
}

.latest-articles.custom-bg-all .fn__media_category svg path {
    fill: #3c4f41;
}

.latest-articles.custom-bg-all .blogs_cards_grid .fn__media .image {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.blogs_cards_grid .fn__media .image {
    object-fit: contain !important;
}

.nodridhome .blogs_cards_grid .post_icon svg path {
    fill: #fff;
    stroke: #fff;
}


.popular-articles.borderBlack .blogs_cards_grid .fn__media .image {
    aspect-ratio: 3 / 3;
}

.popular-articles.borderBlack .mc_border svg path,
.popular-articles.borderBlack .mc_border2 svg path {
    fill: transparent;
    stroke: transparent;
}

.blogs_cards_grid .fn__media {
    border-radius: 20px;
}

#newsletterbtn {
    height: 46px;
    border-radius: 30px;
    background-color: #ff4848;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    display: block;
    width: 100%;
}

#newsletterForm .custom-checkbox input[type="checkbox"]:checked::after {
    color: #000;
    top: -1px;
    left: 0px;
}

#newsletterForm .success-msg,
#newsletterForm .error-msg {
    font-size: 24px;
    color: #fd2516eb;
    background: #25d366ad;
    padding: 12px;
    border-radius: 23px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.fn__banner .title {
    margin: 0;
    padding: 0;
    text-underline-offset: 4px;
    line-height: 1.5;
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 33px;
}

.fn__banner {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.elementor-701 .elementor-element.elementor-element-63fda5c .fn__banner>img {
    height: 500px;
}

.fn__banner>img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}

@media (min-width: 640px) {

    
    .fn__banner .title_holder,
    .fn__subscribe_block,
    .fn__instagram_block {
        padding: 40px 32px;
    }
}

.fn__banner .title_holder {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0;
    padding: 32px 24px;
    justify-content: flex-end;
    background-image: linear-gradient(to bottom, #00000000, #000000);
}

.fn__banner .title {
    margin: 0;
    padding: 0;
    text-underline-offset: 4px;
    line-height: 1.5;
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 33px;
}
.fn__banner .fn__btn {
    width: 100%;
    justify-content: center;
    background-color: #ff4848;
    color: #fff;
}
.fn__instagram_block {
    margin-top: 20px;
}
.mainpage .blogs_cards_grid .fn__media {
    border-top-right-radius: 0;
}