body.wp-admin .wp-block{
    max-width: 95%;
}
body.wp-autoresize{
    direction: rtl;
}
#titlewrap #title, .editor-post-title__input{
    direction: rtl;
}
#page_content .download,.cv_lecturer .download{
    color: #13152c;
    font-size: 16px;
    line-height: 19px;
}
.editor-styles-wrapper ul {
    list-style-type: none !important;
}
.editor-styles-wrapper ul li {
    position: relative;
    padding-right: 12px;
}
.editor-styles-wrapper ul li:before {
    content: '';
    border: 1px solid #b8d900;
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #b8d900;
    position: absolute;
    right: 0;
    top: 8px;
}

.editor-styles-wrapper ol {
    list-style-type: none !important;
}
.editor-styles-wrapper ol li {
    position: relative;
    padding-right: 12px;
    counter-increment: my-awesome-counter;
}
.editor-styles-wrapper ol li:before {
    content: counter(my-awesome-counter);
    color: #b8d900;
    font-weight: bold;
    padding-left: 14px;
    height: 100%;
}
.cv_lecturer .download{
    text-decoration: underline;
}
.cv_lecturer .download:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-right: 7px;
   top: calc(50% - 9px);
}
#page_content .download:before ,.cv_lecturer .download:before{
    content: '';
    background: url(../../images/downloadPDF.png) center no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
#page_content .download:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    padding-right: 10px;
}
.editor-block-list__layout{
    text-align: right;
    direction: rtl;
}

.uno_gallery div div{
    display: inline-block;
    width: 20%;
    padding: 0 5px 5px;
}
#page_content .uno_gallery div a{
    display: block;
}
.uno_gallery a:before{
    content: '';
    padding-top: 100%;
    display: block;
}
.uno_faq .answer{
    display: none;
}
.uno_faq:after {
    content: '';
    display: block;
    box-shadow: 3px 4px 0px #A6D824;
    height: 2px;
    margin-bottom: 43px;
}
.uno_faq .answer.expended{
    display: block;
    padding-bottom: 23px;
}
.acf-field input[type="text"],.acf-field textarea,#postexcerpt #excerpt{
    direction: rtl;
}
.acf-relationship .list.acf-bl{
    text-align: right;
}
.acf-input .select2-container{
    direction: rtl;
    text-align: right;
}





#page_content .wrap-content .question {
    font-weight: 500;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    background: none;
    border: none;
    text-align: right;
    font-size: 25px;
    cursor: pointer;
    width: 100%;
    position: relative;
    white-space: nowrap;
    margin-bottom: 43px;
}
#page_content .wrap-content .question:after {
    content: '';
    border: 1px solid #DBDBDB;
    flex: 1;
    margin: auto;
    margin-right: 25px;
    margin-left: 48px;
}
.question .question_more {
    position: absolute;
    left: 0;
    font-size: 34px;
    line-height: 34px;
    transition: all 0.3s;
    color: #A6D824;
}
.question .expended .question_more{
    transform: rotate(180deg) !important;
}
.expended .question_more {
    transform: rotate(45deg);
}
body.page-template-template-content #page_content .wrap-content .wp-block-embed__wrapper iframe{
    width: 100%;
}