/*-- FARSI GLOBAL STYLES --*/

/*-- breadcrumbs --*/
html[lang="fa"] .normal_bc_container {
    direction: rtl;
}
html[lang="fa"] .normal_breadcrumbs {
    text-align: right;
    padding-right: 23px;
}
/*-- global headings --*/
.global_h2 {
    font-family: "B-Nazanin";
/*     font-weight: 600; */
}
html[lang="fa"] .h1-wt {
    font-family: 'B-Nazanin';
}
/*-- menu printing pop --*/
.printing-map .global_p_centred.printing-sub {
    font-family: 'Gibson-Regular';
}
/*-- font style in global options popup --*/
.global-utils-ul {
    direction: rtl;
    text-align: right;
}
#global-utils a {
    font-family: 'B-Nazanin';
}
#global-utils a span {
    font-family: 'B-Nazanin';
}
.global-utils-heading {
    font-size: 20px;
    font-family: 'B-Nazanin';
}
.global-utils-ul h5 {
    font-family: "B-Nazanin";
    font-size: 15px;
    text-align: right;
    margin-bottom: 4px;
}
.global-utils-download-options a, .global-utils-print-pdfs a {
    font-family: "B-Nazanin";
    font-weight: 700;
    font-size: 15px;
}
.global-utils-share-wrapper a {
    margin: 4px 5px 0;
    font-size: 15px;
}
/*-- hiding search option in global utils button --*/
#global-utils a > span:nth-last-child(1) {
    display: none;
}
/*-- hiding options in global utils popup --*/
li.gu-share {
    display: none;
}
li.gu-search {
    display: none;
}
/*-- global text styles --*/
.global_p_centred {
    font-family: "B-Nazanin";
}
.farsi { 
  font-family: "B-Nazanin";
}
/* .global_p a, .global_p_centred a {
    font-weight: 700;
} */
 /*-- contact form while still in English --*/
 .wtm-global-form .represented-p {
    font-family: 'Gibson-Regular';
}