/*
 Theme Name:   Newsmatic Child
 Theme URI:    https://blog.taalei-edu.ir
 Description:  Child theme for Newsmatic
 Author:       webkernel
 Author URI:   https://webkernel.net
 Template:     newsmatic
 Version:      1.0.0
 Text Domain:  newsmatic-child
*/

/* Add your custom CSS below this line */
@font-face {
	font-family: yekan;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/woff/IRANYekanXFaNum-Bold.woff') format('woff'),   
	url('fonts/woff2/IRANYekanXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: yekan;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff/IRANYekanXFaNum-Regular.woff') format('woff'),   
	url('fonts/woff2/IRANYekanXFaNum-Regular.woff2') format('woff2');	
}
:root:root{
    --menu-color-hover: #312d81;
    --menu-color-active: #312d81;
    --menu-color-submenu-hover: #312d81;
    --meta-family:yekan;
    --post-title-family:yekan;
    --menu-family:yekan;
    --site-title-family:yekan;
}

h1,h2,h3,h4,h5,h6,body,input{
    font-family:yekan !important;
}
span,p{
      font-family:yekan;
}

.sidebar-toggle {
    left: inherit;
    right: 0;
    transform: translate3d(+100%, 0, 0) !important;
}
.site-branding .site-title a,.site-header.layout--default .main-header .site-description {
    font-family: 'yekan' !important;
}
body.rtl .post-meta span.post-comment:before {
    float: inherit;
}

.widget_newsmatic_posts_list_widget .layout-three .post-item:not(:first-child) .post_thumb_image span {
    padding: 12px 15px;
    text-align: center;
    cursor: inherit;
}

body.rtl .widget_newsmatic_posts_list_widget .layout-three .post-item:first-child .post-numbering {
    float: right;
}