/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@import url(css/fontiran.css);
.nav > li > a,h1,h2,h3,h4,h5,h6, .heading-font,.alt-font,body{
	font-family: iransansdn !important;}

//Remove Horizontal Scroll
html, body {
    max-width: 100%!important;
    overflow-x: hidden!important;}


//RTL blog
.from_the_blog_excerpt,.post-title{ direction: rtl;}


//Remove extra video space
.video-fit{padding-top:0!important;}
.video-fit .wp-video{width: 100% !important;}
.video-fit .wp-video-shortcode {width: 100% !important;}


.absolute-footer{padding:0;}




/*بهینه‌سازی جدول محتوا*/
.from_the_blog_excerpt,.post-title{ direction: rtl;}
#ez-toc-container{margin:35px 0 30px 0 !important;}
.ez-toc-heading-level-3 {margin-right:15px !important;}


/*وسط چین کردن عکس*/
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;}


//تغییر رنگ زمینه‌ی نویسنده نقل قول
.entry-author {
background-color:#f5f5f5;
margin-top:20px;
margin-bottom:50px;
}


//هایلایت کردن پاسخ کامنت‌ها
.bypostauthor{background-color:rgba(128, 222, 234, 1); margin-right:30px; color:#000000;}
.comment-list li, .commentlist li {list-style: none; padding: 1em;}
.pull-left,.comment-reply-link{color:#000000;}



/*حل مشکل پلاگین دکمه های تماس در نسخه‌ی اورجینال
.arcu-widget.right.arcu-message {left: unset !important;}
*/



/*Accordion Toggle To Left*/
.accordion .toggle {
    width: 2.3em;
    height: 1.5em;
    margin-left: 10px;
    top: .3em;
    border-radius: 999px;
    position: absolute;
    left: 0;
    right:unset;}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}


