/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* import url("./fonts.css"); */
body{
	    overflow: hidden;
}
body, a:not(.fusion-social-network-icon), p, input, select, textarea, label, span, div, strong{
	__font-family: 'Al Jazeera-Latin 40', 'Helvetica', 'Arial', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	__font-family: 'Al Jazeera-Latin 50', 'Helvetica', 'Arial', sans-serif !important;
}

body.rtl, .rtl a:not(.fusion-social-network-icon),.rtl p,.rtl input,.rtl select,.rtl textarea,.rtl label,.rtl span,.rtl div, .rtl strong, .rtl table *{
	__font-family: 'Al-Jazeera-Arabic', sans-serif !important;
}
.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{
	__font-family: 'Al-Jazeera-Arabic', sans-serif !important;
}
.fusion-page-title-bar .fusion-page-title-row h1 {
	font-weight: 600;
}
.wp-block-table td, .wp-block-table th {
	border: 0 !important;
}
.m-left ul li a {
    font-weight: 600 !important;
}

#main table, #tinymce table {
	width: 100% !important;
}
#tinymce * {
	__font-family: 'Al-Jazeera-Arabic', sans-serif !important;
}
.menus-holder {
    height: 50px!important;
    background-image: none!important;
    margin: 0;
    background: #f2f2f2!important;
    border-top: 0!important;
}
.avada-page-titlebar-wrapper {
    background: #f2f2f2;
}
.m-left{
	float: left;
}
.m-right{
	float: right;
}
.rtl .m-left{
	float: right;
}
.rtl .m-right{
	float: left;
}

.m-left ul {
    list-style: none;
    margin:0;
    padding: 7px;
    border: 1px solid transparent;

}
.menus {
    width: 100%;
}
.rtl .menus {
   direction: rtl;
}
.m-left ul li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 2px;
    
}
.m-left ul li a{
	font-size: 18px;
	font-weight: 900;
    
}
.rtl .fusion-page-title-bar, .rtl .fusion-page-title-bar *{
    direction: rtl !important;
    text-align: right;
}
.wp-block-table th{
    background: #001969 !important;
    color: #fff;
}
.wp-block-table {
    background: #efefef;
	margin: 0;
    margin-bottom: 25px;
}
.wp-block-table td, .wp-block-table th {

    word-break: normal;
}
.wpml-ls-current-language a{
	color: #dca200;
}





.messages .error{
	background: #ff7a7a;
}
.messages .success{
	background: #a2c777;
}
.messages {
	margin: 15px 0;
	
}
.messages > div{
	padding: 10px 20px;
	color: #fff
}
.form-group{
	margin: 0 0 15px 0;
}
.form-group input,
.form-group textarea,
.form-group select{
	width: 100%;
		color: #222!important;
	font-size: 14px!important;
padding: 15px 10px!important;
}
.form-group input[type="checkbox"]{
	width: initial;
}

@media screen and (max-width: 1000px) {
	
.m-right{
    display: none;
}
.languages.menus-holder{
    display: block !important;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid #d0d0d0;
}
.languages.menus-holder ul {
    display: flex;
    text-align: center;
    align-items: center;
}
.menus-holder{
    height: auto!important;
}
}

.languages.menus-holder{
    display: none;
}





html body #boxed-wrapper *:not(.fusion-social-network-icon, .fusion-icon){
    font-family: 'Al-Jazeera' !important;
    line-height: inherit;
}
h1, h2, h3, h4, h5, h6{
	 font-weight: bold;
}
starfix {
    font-family: serif !important;
}