/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

 
@import url(fonts/Vazir/font-face.css);

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
title,
center,
strong,
input,
select,
option,
div,
form,
ul,
li,
button,
th,
thead,
tr,
tbody,
text,
string,
b,
html,
body,
footer,
header,
nav,
section,
button,
textarea {
    font-family: Vazir !important;
    margin: 0;
    padding: 0;
    /*direction: rtl !important;*/
    /*text-align: right !important;*/
}

* {
    padding: 0;
    margin: 0;
    font-family: Vazir !important;
    /*direction: rtl !important;*/
    /* text-align: right; */
}

a {
    text-decoration: none;
}

/* *:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */



th {
    text-align: center;
}

td {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.direct-rtl-css{
direction:rtl !important;
}

.direct-ltr-css{
direction:ltr !important;
}
