/*homepage, category, author posts style*/
@font-face {
    font-family: "League Gothic";
    src: url("/wp-content/uploads/2022/10/LeagueGothic-Regular.ttf");
    font-weight: normal;
}


.item_cont {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.item_cont .item {
    display: flex;
    flex-wrap: wrap;
}

.item_cont .i_flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}
.item_cont .i_flex:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.item_cont .i_flex .i_img {
    width: 65%;
}
.item_cont .i_flex .i_content {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background: #f2ede7;*/
    background: #ffffff;
    padding: 20px;
}

.item_cont .i_flex .i_img a {
    display: block;
    line-height: 0;
}
.item_cont .i_img img {
    width: 100%;
    height: auto;
}

.flex-p .item-p .cont-p {
    padding: 0px 15px 0px 0px;
}

.item_cont .item .i_content .i_title {
    font-family: 'Crimson Text', Sans-Serif;
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    border-bottom: 1px solid transparent;
}

.item_cont .item .i_content .i_title:hover, .flex-p .item-p .cont-p .p_tit:hover {
    text-decoration: none;
    border-bottom: 1px solid #c49102;
}

.item_cont .item .content_details, .flex-p .item-p .cont-p .content_details_p {
    margin-top: 10px;
    font-family: "Roboto", Sans-serif;
    color: #767676;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 11px;
}

.item_cont .item .content_details a.cont_cat {
    display: none;
}

.item_cont .item .content_details a.cont_cat:first-of-type {
    display: inline-block;
}

.item_cont .item .content_details a, .flex-p .item-p .cont-p .content_details_p a {
    color: #767676;
}

.flex-p .item-p .cont-p .content_details_p a.cont_author_p {
    pointer-events: none;
}

.item_cont .item .content_details .cont_cat {
    font-weight: bold;
    color: #c49102;
    text-transform: uppercase;
}

.item_cont .item .content_details .cont_divider, .flex-p .item-p .cont-p .cont_divider_p {
    margin-left: 5px;
    margin-right: 5px;
}

.loading {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.load_more_button {
    text-align: center;
    padding: 9px 49px 9px 49px;
    margin: 30px 0px 0px 0px;
    font-family: "Roboto", Sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 18px;
    color: #fff;
    background: #1c1c1c;
    border-radius: 2px;
    letter-spacing: 2px;
}

.load_more_button:hover {
    color: #fff;
    background: #c49102;
}


@media (max-width: 1024px) {
    .item_cont .item .i_content .i_title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    body {
        line-height: 1.1 !important;
    }

    .item_cont .item {

    }
    .item_cont .i_flex {
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
        border-bottom: none;
    }
    .item_cont .i_flex:first-child {
        margin-top: 0;

    }
    .item_cont .i_flex .i_img {
        width: 100%;
    }
    .item_cont .i_flex .i_content {
        width: 100%;
        height: 100%;
    }

    .item_cont .i_flex .i_img img {
        height: 100% !important;
        width: 100%;
    }

    .item_cont .item .i_content .i_title, .flex-p .item-p .cont-p .p_tit {
        font-size: 16px;
        line-height: 20px;
    }

    .flex-p .item-p .cont-p {
        padding: 0;
        margin-top: 5px;
    }

    .item_cont .item .content_details .cont_divider, .flex-p .item-p .cont-p .cont_divider_p {
        margin-left: 0px;
        margin-right: 0px;
    }

    .item_cont .item .content_details, .flex-p .item-p .cont-p .content_details_p {
        margin-top: 5px;
    }
}

/*category page css*/

body.category .item_cont .item .content_details .cont_cat {
    pointer-events: none;
}

.bred-crumbs {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.latest + .bred-crumbs {
    margin-top: -20px;
    margin-bottom: 40px;
}

.bred-crumbs > a {
    color: #767676;
    font-family: "Roboto Condensed", Sans-Serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.bred-crumbs > a:hover {
    text-decoration: underline;
    color: #c49102;
}

.bred-crumbs > a.strong {
    color: #c49102;
    font-weight: bold;
    pointer-events: none;
    cursor: initial;
}

.bred-crumbs > a.strong:hover {
    text-decoration: none;
}

.posts_container {
    width: 100%;
    margin: 0 auto;
}

.posts_container .f_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.posts_container .f_flex .f_img {
    width: 75%;
}

.posts_container .f_flex .f_content {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: 25%;
}

.posts_container .cont_container {
    padding: 30px;
    text-align: center;
    margin: 0 auto;
}

.posts_container .cont_container .f_title {
    /*font-family: 'Crimson Text', Sans-Serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 34px;*/
    font-family: 'League Gothic', Sans-Serif;
    font-weight: 400;
    font-size: 40px;
    color: #000;
    line-height: 54px;
}

.posts_container .cont_container .f_title:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #c49102;
}

.posts_container .cont_container .time_date {
    font-family: 'Roboto', Sans-Serif;
    font-size: 10.5px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 15px;
    color: #7d7d7d;
    margin-bottom: 0;
    margin-top: 10px;
}

.posts_container .cont_container .author_txt {
    font-family: 'Roboto', Sans-Serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #7d7d7d;
    margin-bottom: 0;
}

.latest {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.latest p {
    text-align: center;
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.latest p span {
    color: #1c1c1c;
    position: relative;
    z-index: 10;
    display: inline-block;
    background: #fff;
    padding-left: 16px;
    padding-right: 11px;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 30px;
    font-family: "League Gothic", Sans-serif;
    text-transform: uppercase;
}

.latest p:after {
    background-color: #eeeeee;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    vertical-align: middle;
    width: 40%;
    left: 0;
    top: 50%;
    z-index: 1;
}

.latest p:before {
    background-color: #eeeeee;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    vertical-align: middle;
    width: 40%;
    right: 0;
    top: 50%;
    z-index: 1;
}

@media (max-width: 1230px) {
    body.category .item_cont, body.category .post_container .latest, body.category .bred-crumbs, body.author .user_cont, body.author .item_cont_auth {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .posts_container .first_item {
        padding: 0;
    }
    .posts_container .f_flex {
        flex-direction: column;
    }

    .posts_container .f_flex .f_img,
    .posts_container .f_flex .f_content {
        width:100%;
    }

    .posts_container .cont_container {
        padding: 10px;
    }

    .posts_container .first_item .f_post_img {
        margin-bottom: -3px;
    }

    .bred-crumbs {
        display: none !important;
    }
}

/*article page css*/

.txt_privac h2 {
    font-size: 12px;
    color: #636a73;
    line-height: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    background: #f8f9fa;
    margin: 0;
}

.txt_privac a {
    font-weight: 700;
    color: #395159;
    text-decoration: underline;
}

.txt_privac a:hover {
    color: #85c3e9;
}

.post-accordion .elementor-tab-title {
    padding: 25px 30px !important;
}

.post-accordion .elementor-tab-content {
    padding: 0 !important;
}

.post-accordion .elementor-tab-content ul li, .post-accordion .elementor-tab-content p {
    margin-left: 40px !important;
    margin-right: 30px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.post-accordion ul {
    padding-left: 0 !important;
    list-style-type: none !important;
}

.post-accordion ul li, .post-accordion p {
    border-bottom: 1px solid #d4d4d4 !important;
}

.post-accordion ul li a, .post-accordion a, .post-accordion p {
    color: #636A73 !important;
}

.post-accordion ul li a:hover, .post-accordion a:hover, .post-accordion p:hover {
    color: #636A73 !important;
}

.post-accordion ul li a strong,.post-accordion ul li strong, .post-accordion p a strong,.post-accordion p strong {
    color: #C49102 !important;
    font-weight: 700 !important;
}

.post-accordion .elementor-accordion-icon-closed i, .post-accordion .elementor-accordion-icon-opened i {
    font-size: 14px !important;
}

.display_acc.mobi {
    display: none;
}

@media (max-width: 991px) {
    .display_acc {
        display: none !important;
    }
    .display_acc.mobi {
        display: block !important;
    }
}

/*author page css*/

.author-social-profiles {
    text-align: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
}

.author-social-profiles li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
}

.author-social-profiles li a i {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 35px;
    color: #2bbbb3;
    border: 1px solid #2bbbb3;
    border-radius: 100%;
    display: inline-block;
}

.author-social-profiles li a i .fa-twitter:before {
    content: "\f099";
}

.author-social-profiles .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.author-social-profiles li a:hover i {
    color: #fff;
    background-color: #2bbbb3;
    border: 1px solid #2bbbb3;
}

body .item_cont .item .content_details .cont_author {
    pointer-events: none;
}

.user_cont {
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.user_cont .flex_desc {
    display: flex;
    flex-wrap: wrap;
}

.user_cont .flex_desc .auth_img {
    width: 25%;
}

.user_cont .flex_desc .auth_desc {
    width: 75%;
}

.user_cont .auth_img img {
    border-radius: 50%;
}

.user_cont .auth_info{
    padding-left: 15px;
    padding-right: 15px;
}

.user_cont .auth_info h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 40px;
    color: #395159;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    line-height: 44px;
}

.user_cont .auth_info h3 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: 'Crimson Text', Sans-Serif;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    color: #222222;
}

.user_cont .auth-desc-section {
    padding-left: 15px;
    padding-bottom: 15px;
}

.user_cont .auth-desc-section p {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.user_cont .auth-desc-section p a {
    font-weight: bold;
    color: #395159;
    text-decoration: underline;
}

.user_cont .author-divider {
    margin: 20px 0px 0px 0px;
    border-top: 2px solid #eee;
    box-sizing: content-box;
}

.item_cont_auth {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.item_cont_auth > h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
    font-family: "Roboto Condensed", Sans-Serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #395159;
}

body.author .item .content_details .post-categories, .flex-p .item-p .cont-p .content_details_p .post-categories {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
}

body.author .item .content_details .post-categories li::marker, .flex-p .item-p .cont-p .content_details_p .post-categories li:marker {
    display: none;
}

body.author .item .content_details .post-categories li a, .flex-p .item-p .cont-p .content_details_p .post-categories li a {
    font-size: 11px;
    font-weight: bold;
    color: #c49102;
    text-transform: uppercase;
}

body.author .item .content_details .post-categories li a, .flex-p .item-p .cont-p .content_details_p .post-categories li {
    display: none;
}

body.author .item .content_details .post-categories li a:first-child, .flex-p .item-p .cont-p .content_details_p .post-categories li:first-child {
    display: block;
}

body.author .loading {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    body.author .loading {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .user_cont .flex_desc .auth_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .user_cont .flex_desc .auth_desc {
        width: 100%;
    }

    .user_cont .auth_info {
        padding: 0;
    }

    .user_cont .auth-desc-section {
        padding: 0;
    }

    .user_cont .auth-desc-section p {
        margin-bottom: 0;
    }
}

/*bottom posts css*/

.flex-p {
    /*width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7.5px;
}
@media (max-width: 767px) {
    .flex-p { margin: 0; }
}

.flex-p .item-p {
    width: 33.333%;
    display: flex;
    flex-direction: column;
}

.flex-p .item-p.pad-r {
    padding: 0px 7.5px 0px 7.5px;
}

.flex-p .item-p.pad-c {
    padding: 0px 7.5px 0px 7.5px;
}

.flex-p .item-p.pad-l {
    padding: 0px 7.5px 0px 7.5px;
}

.flex-p .item-p .img-p {
    /*height: 300px;*/
}
@media (max-width: 1300px) {
    /*.flex-p .item-p .img-p { height: 250px; }*/
}
@media (max-width: 1024px) {
    /*.flex-p .item-p .img-p { height: 200px; }*/
}

.flex-p .item-p .cont-p {
    padding-top: 10px;
}

.flex-p .item-p .img-p a {
    display: block;
    width: 100%;
    height: 100%;
}

.flex-p .item-p .img-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_cont .item .i_content .i_title {
    font-family: 'Crimson Text', Sans-Serif;
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
.flex-p .item-p .cont-p .p_tit {
    font-family: 'Crimson Text', Sans-Serif;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

@media (max-width: 1024px) {
    .item_cont .item .i_content .i_title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    body.category, body.home {
        padding-top: 48px !important;
    }

    .flex-p .item-p {
        width: 100%;
    }

    .flex-p .item-p.pad-r {
        padding: 0;
        width: 100%;
    }

    .flex-p .item-p.pad-c {
        padding: 0px 7.5px 0px 0px;
        width: 50%;
        margin-top: 30px;
    }

    .flex-p .item-p.pad-l {
        padding: 0px 0px 0px 7.5px;
        width: 50%;
        margin-top: 30px;
    }

    .flex-p .item-p .img-p img {
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }
    /*
        .item_cont .item .i_flex .i_content .i_title, .flex-p .item-p .cont-p .p_tit {
            font-size: 20px;
            line-height: 22px;
        }

        .item_cont .item .i_flex .i_content .i_title, .flex-p .item-p .cont-p .p_tit,
        .item_cont .item .i_flex .i_content .i_title, .flex-p .item-p .cont-p .p_tit {
            font-size: 16px;
            line-height: 20px;
        }*/
}

.button_cont.btn-align-left {
    justify-content: flex-start;
}

/* Homepage posts in 3 columns */
.posts-three {
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
.posts-three .three_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7.5px;
}
.posts-three .i_flex {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    padding: 0px 7.5px 0px 7.5px;
    margin: 0;
    margin-bottom: 30px;
    border: none;
}
.posts-three .i_flex .i_img {
    width: 100%;
}
.posts-three .i_flex .i_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 10px 15px 0px 0px;
}
.posts-three .i_flex .i_content .i_title {
    font-family: 'Crimson Text', Sans-Serif;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
.posts-three .i_flex .i_content .i_title:hover {
    text-decoration: none;
    border-bottom: 1px solid #c49102;
}

@media (max-width: 767px) {
    .posts-three {
        padding-top: 0;
        border-top: none;
    }
    .posts-three .three_post {
        display: flex;
        flex-direction: column;
        flex-wrap: initial;
        justify-content: initial;
        margin: 0;
    }
    .posts-three .i_flex {
        width: 100%;
        padding: 0;
    }
    .posts-three .i_flex .i_content {
        padding: 10px 0 0 0 ;
    }
    .posts-three .i_flex .i_content .i_title {

    }
    .posts-three .i_flex .i_content .i_title:hover {

    }
    .item_cont .i_flex .i_content {
        padding: 10px 0 0 0 ;
    }
}