/* Theme Name: Digitax Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of digitax
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: digitax
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  digitax-child
*/

/*>>edited by Mohamad Mulhem*/
@import "custom-font-css/custom-font.css";
body, h1, h2, h3, h4, h5, h6, a, p, span{
    font-family: child-custom-font, "Font Awesome 5 Brands" !important;
}
.ova_menu_clasic li a{
    font-weight: bold !important;
}
#scrollUp {
    left: 20px;
    right: auto !important;
}
/*language switcher*/
.widget_mslswidget{
    position: relative !important;
    top: -16px !important;
}
.widget_mslswidget a {
    color:white;
    font-size: 11px !important;
    font-family: child-custom-font !important;
}
/*single blog post*/
.single-post .estry-blog-single-post-title{
    border: 1px solid;
    border-radius: 10px !important;
    background-color: #1961AC !important;

}
.single-post .estry-blog-single-post-title h1{
    margin-left: 15px !important;
}