/*
Theme Name: new Propiy
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.mob_menu {
    display: none
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Fat.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh;
    src: url('./assets/fonts/YekanBakh-Hairline.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: YekanBakh, serif;
}

.container {
    width: 100%;
    margin: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 996px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

img {
    max-width: 100%;
    height: auto;
    z-index: 3;
    display: block;
}
.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter,.alignnone  {
    clear: both !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/**************** header menu ***********/
.header_menu {
    display: flex;
    gap: 40px;
    padding: 20px 0;
    justify-content: space-between;
}

.header_menu .logo_hrader {
    width: 135px;
}

.logo_mob_menu {
    display: flex;
    align-items: center;
}

.header_menu .main_menu__propiy {
    list-style: none;
    width: 75%;
    display: flex;
    align-items: center;
}

.header_menu .main_menu__propiy > ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.header_menu .main_menu__propiy li > a {
    margin: 0 10px;
    text-decoration: none;
    color: #4F4F4F;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 0 5px;
}

.header_menu .main_menu__propiy li.current_page_item > a {
    color: #FF7900;
}

.header_menu .main_menu__propiy li.current_page_item > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF7900;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 3px;
}

.header_menu .list_lang_menu {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 50px;
    justify-content: end;
}

.header_menu .list_lang_menu li {
    position: absolute
}

.header_menu .list_lang_menu li:last-child {
    z-index: 3;
    top: 10px;
    left: 10px;
}

.header_menu .list_lang_menu .ir_en {
    top: 5px !important
}

/****** Home Page ******************/
.top_search {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 25px auto;
    background: #F4F4F4;
    padding: 10px 15px;
    border-radius: 50px;
    justify-content: space-around;
}

.top_search input {
    border: 0;
    background: transparent;
    font-family: inherit;
    width: 80%;
    outline: none;
    color: #B4B4B4;
    font-size: 16px;
    text-align: center;
}

.top_search button {
    border: 0;
    width: 35px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_post_header {
    display: flex;
    gap: 35px;
    margin: 35px 0;
}

.custom_post_header .box_1, .custom_post_header .box_2 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.custom_post_header .box_2 img {
    aspect-ratio: 2/1
}

.custom_post_header .title_info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    align-items: center;
}

.custom_post_header .title_info h2 a {
    font-size: 16px;
    font-weight: 900;
    color: #FFFFFF;
    text-decoration: none;
}

.custom_post_header .box_1 .title_info h2 {
    width: 75%;
}

.custom_post_header .box_1 .title_info date {
    background: #272727;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 7px;
    font-weight: 500;
}

.custom_post_header img {
    width: 100%;
    height: 100%;
}

.custom_post_header .box_1 .title_info date span {
    margin: 0 5px;
    position: relative;
    top: 2pt;
    font-size: 14px;
}

.custom_post_header .box_1::after, .custom_post_header .box_2::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25.56%, #FF7900 97.76%);
    content: "";
    display: block;
    top: 0;
    left: 0;
}

.custom_post_header .box_1 {
    width: 65%;
}

.custom_post_header .boxes {
    display: grid;
    width: 35%;
    gap: 15px;
}

.custom_post_header .box_2 .title_info h2 a {
    font-size: 14px
}

/**************** last news *****************/
.sec_color {
    background: #F5F5F5;
    margin-top: 25px;
    padding: 15px 0;
}

.title_sec {
    font-size: 36px;
    font-weight: 900;
    line-height: 77px;
}

.last_posts_home {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.component_post {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    width: calc(33% - 15px);
    margin-bottom: 35px;
}

.component_post img {
    border-radius: 10px;
    aspect-ratio: 3/2;
}

.component_post .data {
    position: relative;
    padding: 10px;
}

.component_post .data:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 10px;
    left: -2.9pt;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ff7700 transparent transparent transparent;
}

.component_post .data:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 80%;
    background: #FF7900;
    left: 0;
    border-radius: 5px;
    top: 14px;
}

.component_post .data.fa:after {
    left: auto;
    right: -2.81pt;
}

.component_post .data.fa:before {
    left: auto;
    right: 0;
}

.component_post .info_cat_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.component_post .info_cat_date .cats {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    height: 35px;
}

.component_post .info_cat_date .cats a {
    display: block;
    background: #FF7900;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    line-height: 32px;
    height: 35px;
}

.component_post .info_cat_date date {
    background: #FF7900;
    color: #fff;
    font-size: 14px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 7px;
    font-weight: 500;
}

.component_post .info_cat_date date span {
    margin: 0 5px;
    position: relative;
    top: 2pt;
    font-size: 12px;
}

.component_post .data h2 a {
    color: #4B4B4B;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 28px;
}

.component_post .read_post {
    position: absolute;
    background: #FF7900;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(-1);
}

.component_post .read_post.fa {
    transform: none;
}

.component_post:hover {
    box-shadow: 0px 4px 57px 0px #00000033;
}

/************* filter box **************/
.box_view {
    background: #E9E9E9;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    width: 40%;
    border-radius: 15px;
    justify-content: space-between;
    position: relative;
    margin: 25px auto;
    cursor: pointer;
}

.box_view > div:first-child span:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #747474;
    align-items: center;
    position: relative;
    padding-right: 15px;
    line-height: 40px;
    top: 2px;
}

.box_view > div:first-child span:last-child {
    top: 2px;
    color: #C2C2C2;
    position: relative;
    font-weight: 500;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 0 5px;
}

.box_view > div:first-child span:first-child:after {
    width: 1pt;
    height: 70%;
    content: "";
    display: block;
    background: #AFB4BB;
    position: absolute;
    right: 7px;
    border-radius: 10px;
    top: 5px;
}

.box_view > div:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}


.box_view.fa > div:first-child span:first-child {
    padding-right: 0;
    padding-left: 20px;
    top: 0;
}

.box_view.fa > div:first-child span:first-child:after {
    right: auto;
    left: 6px;
}

.box_view .icon {
    line-height: 0;
}

.box_view:after {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background: #DDDDDD;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.list_cats_home {
    list-style: none;
    background: #E9E9E9;
    width: fit-content;
    min-width: 40%;
    margin: 20px auto;
    padding: 15px;
    position: relative;
    top: 10px;
    border-radius: 15px;
    display: none;
}

.list_cats_home li {
    text-align: center;
    color: #747474;
    line-height: 35px
}

.list_cats_home li:hover {
    cursor: pointer;
    color: #212121
}

#posts-container {
    margin-top: 70px;
}

#load-more {
    color: #9D9D9D;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    background: transparent;
    border: 0;
    margin: 50px auto 15px auto;
    cursor: pointer;
}

/****************** single Page ***************/
.breadcrumb__propiy {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 15px 0

}

.breadcrumb__propiy li, .breadcrumb__propiy a {
    color: #494949;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px
}

.breadcrumb__propiy svg {
    margin: 0 8px;
    transform: scale(-1);
}

.breadcrumb__propiy.fa svg {
    transform: none;
}

.post_title {
    color: #4B4B4B;
    font-size: 30px;
    font-weight: 900;
    line-height: 57px;
    margin-bottom: 20px;
}

.war_post_box {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
}

.info_post .post_thumbnail_single {
    border-radius: 15px;
    width: 100%;
}

.info_post .post_details_single {
    display: flex;
    background: radial-gradient(100% 28186.15% at 0% 50.7%, #FF7900 0%, #FFAB60 50.55%, #FF7900 100%);
    margin: 15px 0;
    padding: 5px 8px;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.info_post .post_details_single > div {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.info_post .post_details_single > div svg {
    margin: 0 5px;
    line-height: 0;
    width: 35px;
}

.info_post .post_details_single > div p {
    position: relative;
    top: 1px;
}

.info_post .post_details_single > .date_post p {
    position: relative;
    top: 2px;
}

.post_content_single {
    line-height: 28px;
    color: #455464;
}
.post_content_single p,.post_content_single li{
	font-size:18px;
	line-height: 28px;
	margin-bottom: 15px;
}

.post_content_single h1::before, .post_content_single h2::before, .post_content_single h3::before, .post_content_single h3::before, .post_content_single h4::before, .post_content_single h5::before, .post_content_single h6::before {
    content: "";
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    border-radius: 5px;
    background: #FF7900;
    margin: 0 5px;
}

.post_content_single h1, .post_content_single h2, .post_content_single h3, .post_content_single h3, .post_content_single h4, .post_content_single h5, .post_content_single h6 {
    color: #455464;
    line-height: 52px;
	display: inline-block;
}
.post_content_single.en p,
.post_content_single.en h1,
.post_content_single.en h2,
.post_content_single.en h3,
.post_content_single.en h4,
.post_content_single.en h5,
.post_content_single.en h6{direction: ltr !important;text-align: left !important;}
.war_post_box .sidebar > li {
    margin-bottom: 15px;
    list-style: none;
}

.title_widget {
    font-size: 18px;
    margin-bottom: 10px;
    color: #4B4B4B;
    font-weight: 800;
}

.widget_recent_post_propiy, .widget_most_view_post_propiy {
    background: #F5F5F5;
    margin-top: 25px;
    padding: 15px;
}

.box_recent_post_propiy {
    display: flex;
    margin-bottom: 13px;
    color: #4B4B4B;
    text-decoration: none;

    gap: 10px;
}

.box_recent_post_propiy img {
    border-radius: 8px;
    aspect-ratio: 4/3;
}

.box_recent_post_propiy h3 {
    font-weight: 400;
    font-size: 14px;
}

.box_recent_post_propiy .title_time {
    display: grid;
    align-items: center;
}

.box_recent_post_propiy .title_time span {
    font-size: 13px
}

.war_random_post_single {
    background: #F5F5F5;
    margin-top: 25px;
    padding: 15px;
    border-radius: 15px;
}

.list_random_post_single {
    display: grid;
    gap: 35px;
    list-style: none;
    grid-template-columns: 1fr 1fr;
}

.alert_before_comment {
    display: flex;
    align-items: center;
    margin: 30px auto;
    width: 80%;
    padding: 10px 0;
    line-height: 28px;
}

.alert_before_comment svg {
    width: 50px;
}

.alert_before_comment > div {
    color: #4B4B4B;
    padding: 0 15px;
    border-left: solid 2px #ff7900;
    margin-left: 10px;
    text-align: justify;
}

.alert_before_comment.fa > div {
    border-left: 0;
    border-right: solid 2px #ff7900;
    margin-left: 0;
    margin-right: 10px;
}

#respond {
    background: #F6F6F6;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    color: #6D6D6D;
    line-height: inherit;
}

#commentform {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 25px;
    margin-top: 8px;
}

#commentform > p:nth-child(1), #commentform > p.comment-form-comment {
    width: 100%;
}

#commentform > p.comment-form-author, #commentform > p.comment-form-email {
    width: calc(50% - 25px)
}

#commentform label {
    display: block;
    color: #707070;
    font-weight: 500;
    font-size: 16px;
}

#commentform input, #commentform textarea {
    background: #E0E0E0;
    border: 0;
    outline: none;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
    font-family: inherit;
}

#commentform .form-submit {
    background-color: #FF7900;
    border-radius: 10px;
}

#commentform #submit {
    font-family: inherit;
    background-color: transparent;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
}

.comments_count {
    padding: 15px 20px;
    background-color: #ff7900;
    color: #fff;
    width: fit-content;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 20px 0 20px;
}

.list_comment {
    box-shadow: 0 4px 80px 0 #00000026;
    padding: 20px;
    list-style: none;
    border-radius: 15px;
    margin-bottom: 35px;
}

.list_comment > li {
    margin-bottom: 15px
}

.list_comment li .comment-body .comment_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

.list_comment li .comment-body .comment_user .user_data {
    display: flex;
    align-items: center;
    gap: 25px;
}

.list_comment li .comment-body .comment_user .user_data img.avatar {
    border-radius: 8px;
}

.list_comment li .comment-body .comment_user .user_data .comment_user__info {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #535353;
}

.list_comment li .comment-body .comment_user .user_data .comment_user__info .username_comment a, .list_comment li .comment-body .comment_user .user_data .comment_user__info .username_comment {
    color: #ff7900;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
}

#cancel-comment-reply-link, .comment_reply {
    color: #ff7900;
    text-decoration: none;
    margin: 0 5px;
}

.list_comment li {
    list-style: none;
}

.list_comment li .comment-body .comment_txt {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    margin: 10px;
}

.list_comment > li > .children {
    list-style: none;
    background-color: #F3F3F3;
    border-radius: 20px;
    margin-bottom: 8px;
    position: relative;
}

.list_comment > li > .children:before {
    content: "";
    width: 4px;
    height: 84%;
    background-color: #ff7900;
    display: block;
    position: absolute;
    top: 6%;
    border-radius: 5px;
}

.list_comment > li > .children > li {
    padding: 15px
}
.list_side{
    height: auto;
    list-style: none;
    position: sticky;
    top: 0;
}
/*********************** Search ****************/
.war_search {
    background: #F5F5F5;
    margin-top: 25px;
    padding: 40px 20px;
}

/********** Responsive *****************/
@media (max-width: 991px) {
    .mob_menu {
        display: flex;
        margin: 0 35px;
    }

    .ovl__propiy {
        position: fixed;
        right: -100%;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.52);
        transition: all 0.5s ease-in-out;
        top: 0;
        z-index: 8;
    }

    .ovl__propiy.show {
        right: 0;
        transition: all 0.5s ease-in-out;
    }

    .ovl__propiy.fa {
        left: -100%;
        right: auto;
    }

    .ovl__propiy.show {
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .header_menu .main_menu__propiy {
        position: fixed;
        transition: all 0.5s ease-in-out;
        flex-direction: column;
        align-items: start;
        background: #fff;
        box-shadow: 0 0 2px #eee;
        width: 280px;
        left: -100%;
        top: 0;
        height: 100vh;
        z-index: 99999;
        line-height: 40px;
        padding: 10px;
    }

    .header_menu .main_menu__propiy.show {
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .header_menu.fa .main_menu__propiy {
        left: auto;
        right: -100%;
    }

    .header_menu.fa .main_menu__propiy.show {
        right: 0;
        transition: all 0.5s ease-in-out;
    }
    .custom_post_header{flex-direction: column}
    .custom_post_header .box_1,.custom_post_header .box_2,.custom_post_header .boxes,.component_post{
        width: 100%;
    }
    .war_post_box{grid-template-columns:1fr}
}
@media (max-width: 768px) {
    .container {
        padding:0 15px
    }
    .top_search{width: 100%}
    .breadcrumb__propiy, .info_post .post_details_single, .alert_before_comment {
    flex-direction: row;
    padding: 10px;
    flex-wrap: wrap;
}
  .breadcrumb__propiy li, .breadcrumb__propiy a {
    font-size: 12px;
}
	.box_view,.list_cats_home{width:70%}
	.post_content_single ul,.post_content_single ol{margin:0 20px}	
    .list_random_post_single{grid-template-columns: 1fr}
	.post_content_single a {color: #FF7900;text-decoration-style: dashed;   }
	.box_recent_post_propiy {   display: grid;gap: 10px;   grid-template-columns: 1fr 3fr; }
	.list_comment li .comment-body .comment_user .user_data{flex-direction:column}
	
}
@media (max-width: 540px) {
    .top_search input{    font-size: 13px;}
    .top_search button{width: 30px}
    .custom_post_header .title_info h2 a {
        font-size: 14px;
    }
	.breadcrumbs__current{margin-top:15px}
    .custom_post_header .box_1 .title_info h2 {
        width: 100%;
    }
    .custom_post_header .box_1 .title_info date{display: none}
	.box_view,.list_cats_home{width:99%;padding: 5px 15px;}
	.post_title { font-size: 20px; line-height: 30px; }
	.box_view > div:first-child span:last-child{font-size:18px}
	.box_view .icon svg{width:15px;height:15px}
	.list_comment li .comment-body .comment_user .user_data .comment_user__info .username_comment a, .list_comment li .comment-body .comment_user .user_data .comment_user__info .username_comment{
		font-size:17px
	}
	.list_comment li .comment-body .comment_user { display: grid; justify-content: space-between; align-items: start; gap: 25px; margin-bottom: 15px; grid-template-columns: 5fr 1fr; }
	#commentform > p.comment-form-author, #commentform > p.comment-form-email {width: 100%;}
		


}

@media (max-width:330px){
 .component_post .info_cat_date {   display: flex;   align-items: start;   margin-top: 10px;   flex-direction: column;   gap: 15px; }
 .list_comment li .comment-body .comment_user .user_data .comment_user__info { display: grid; align-items: start; gap: 15px; color: #535353; }
	
}